<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 15 May 2008 21:58:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ken Guest's Blog: Review "Mastering phpMyAdmin 2.11 for Effective MySQL Management" by Marc Delisle]]></title>
      <guid>http://www.phpdeveloper.org/news/10173</guid>
      <link>http://www.phpdeveloper.org/news/10173</link>
      <description><![CDATA[<p>
<i>Ken Guest</i> has posted <a href="http://blogs.linux.ie/kenguest/2008/05/12/book-review-mastering-phpmyadmin-211-for-effective-mysql-management-by-marc-delisle/">a new book review</a> of Packt Publishing's "Mastering phpMyAdmin 2.11 for Effective MySQL Management":
</p>
<blockquote>
This book on <a href="http://www.phpmyadmin.net/">phpMyAdmin</a> is written by Marc Delisle, one of the core developers of the application which I think just about any software developer utilising MySQL has dabbled with at the least. I can honestly say that anyone that experimented with phpMyAdmin before reading this book will use it much more thoroughly and more productively afterwards.
</blockquote>
<p>
He includes an overall opinion of the book as well as a specific chapter - the one covering MySQL 5 additions - and his total enjoyment with the contents of the book.
</p>]]></description>
      <pubDate>Tue, 13 May 2008 12:06:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stuart Herbert's Blog: Review: Mastering phpMyAdmin 2.11 for Effective MySQL Management]]></title>
      <guid>http://www.phpdeveloper.org/news/10120</guid>
      <link>http://www.phpdeveloper.org/news/10120</link>
      <description><![CDATA[<p>
<i>Stuart Herbert</i> has posted <a href="http://blog.stuartherbert.com/php/2008/05/06/review-mastering-phpmyadmin-211-for-effective-mysql-management/">his review</a> of a book from Packt Publishing covering one of the most popular PHP-based database administration packages out there, phpMyAdmin, "Mastering phpMyAdmin 2.11 for Effective MySQL Management".
</p>
<blockquote>
<a href="http://www.packtpub.com/phpmyadmin-3rd-edition/book">Mastering phpMyAdmin 2.11 for Effective MySQL Management</a> by Marc Delisle is the third edition of this book, and it follows the usual pattern of Packt Publishing books.  The book has clearly defined objectives on the cover, and it follows a clear progression of its chosen subject from start to end.  It is well presented, with a clear layout and clean page design that makes it easy to read.
</blockquote>
<p>
<i>Stuart</i> gives a <a href="http://blog.stuartherbert.com/php/2008/05/06/review-mastering-phpmyadmin-211-for-effective-mysql-management/">high-level overview</a> of both phpMyAdmin ("it feels like phpMyAdmin as been around forever") and the book with an index of the topics covered.
</p>]]></description>
      <pubDate>Tue, 06 May 2008 11:11:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com.au: Executing queries with phpMyAdmin]]></title>
      <guid>http://www.phpdeveloper.org/news/10099</guid>
      <link>http://www.phpdeveloper.org/news/10099</link>
      <description><![CDATA[<p>
PHPBuilder.com.au continues their look at using phpMyAdmin in <a href="http://www.builderau.com.au/program/mysql/soa/Executing-queries-with-phpMyAdmin/0,339028784,339288613,00.htm?feed=rss">this new part</a> of the series today. This new article focuses on using the interface to make queries against the data in your tables.
</p>
<blockquote>
The <a href="http://www.builderau.com.au/program/mysql/soa/Creating-and-managing-a-Mysql-database-with-phpMyAdmin/0,339028784,339288254,00.htm">previous article</a> gave you an overview of the phpMyAdmin interface and functionality. It's now time to dive in further and learn how to construct and execute queries.
</blockquote>
<p>
They show (complete with screenshots) how to use the GUI to build the different parts of your query - a simple SELECT statement with a join pulling together the customer information and their addresses.
</p>]]></description>
      <pubDate>Fri, 02 May 2008 11:18:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Kae Verens' Blog: review: Mastering phpMyAdmin 2.11 for Effective MySQL Management]]></title>
      <guid>http://www.phpdeveloper.org/news/10049</guid>
      <link>http://www.phpdeveloper.org/news/10049</link>
      <description><![CDATA[<p>
<i>Kae Verens</i> has <a href="http://verens.com/archives/2008/04/26/review-mastering-phpmyadmin-211-for-effective-mysql-management/">posted a new book review</a> of one of Packt Publising's latest PHP-related offerings, "Mastering phpMyAdmin 2.11 for Effective MySQL Management":
</p>
<blockquote>
In short, my review is this: overall, the book detailed everything I can think of (and more) about <a href="http://phpmyadmin.net/">phpMyAdmin</a> - I learned about some features in phpMyAdmin that I was not already aware of. I would ask for less screenshots, more how-tos and less 3rd-person speech for the next revision, but if there are any questions I have about phpMyAdmin, the answer is in this book.
</blockquote>
<p>
<a href="http://verens.com/archives/2008/04/26/review-mastering-phpmyadmin-211-for-effective-mysql-management/">The review</a> gets into more detail about the book - its structure, the wealth of content in it (including some unknown features) and a few things that could have been better. <i>Kae</i> mentions a few places where the author "forgets that the reader does not know the subject" and gets a bit too technical too fast. The screenshots, while good in moderation, overpowered parts of the chapters and made them harder to follow.
</p>]]></description>
      <pubDate>Mon, 28 Apr 2008 07:53:42 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Builder.com.au: Creating and managing a Mysql database with phpMyAdmin]]></title>
      <guid>http://www.phpdeveloper.org/news/9992</guid>
      <link>http://www.phpdeveloper.org/news/9992</link>
      <description><![CDATA[<p>
On the Builder.com.au site today, there's <a href="http://www.builderau.com.au/program/mysql/soa/Creating-and-managing-a-Mysql-database-with-phpMyAdmin/0,339028784,339288254,00.htm?feed=rss">an introduction</a> posted to walk you through one of the most popular web-based database administration tools for PHP/MySQL on the web, <a href="http://www.phpmyadmin.net">phpMyAdmin</a>.
</p>
<blockquote>
phpMyAdmin is a HTML interface developed in PHP, for creating and managing MySQL databases. Before you <a href="http://www.phpmyadmin.net/home_page/index.php">download</a> and install the latest version, have a look at the <a href="http://wiki.cihar.com/pma/Requirements">requirements</a> section on the phpMyAdmin Wiki. 
</blockquote>
<p>
They look at the overall interface, how to set up users, making a new database, creating a table inside of it, pushing data into the table and the various options that the tool has to help you manage your database(s) - all with nice big screenshots to show you where it all is.
</p>]]></description>
      <pubDate>Fri, 18 Apr 2008 07:58:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: Connecting PHP to MYSQL Video Tutorial]]></title>
      <guid>http://www.phpdeveloper.org/news/9964</guid>
      <link>http://www.phpdeveloper.org/news/9964</link>
      <description><![CDATA[<p>
On his blog today, <i>Stefan Mischook</i> has <a href="http://www.killerphp.com/articles/connecting-php-to-mysql-video-tutorial/">posted a new video tutorial</a> showing how to hook together one of the more popular web development combinations on the internet - PHP and MySQL.
</p>
<blockquote>
I've gotten around to releasing a new set of beginners video tutorials on PHP. This time around, I have a four part video on how to get <a href="http://www.killerphp.com/videos/connecting-mysql-php/">PHP to talk to MySQL</a>.
</blockquote>
<p>
All four parts <a href="http://www.killerphp.com/videos/connecting-mysql-php/">are there</a>, bundled into a Flash presentation. Note: these are not installation tutorials - they only show how to get PHP talking to the MySQL backend, not how to set them up together.
</p>]]></description>
      <pubDate>Mon, 14 Apr 2008 07:58:59 -0500</pubDate>
    </item>
  </channel>
</rss>
