<?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>Fri, 16 May 2008 00:16:31 -0500</pubDate>
    <ttl>30</ttl>
    <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[Raphael Stolt's Blog: Hooking a Growl publisher plugin into Xinc]]></title>
      <guid>http://www.phpdeveloper.org/news/9998</guid>
      <link>http://www.phpdeveloper.org/news/9998</link>
      <description><![CDATA[<p>
<i>Raphael Stolt</i>, with some time on his hands, set up a local copy of <a href="http://code.google.com/p/xinc/">Xinc</a>, the "shiny new Continuous Integration(CI) server" as hosted on the Google code site and spent some time working with it:
</p>
<blockquote>
Since then the idea of building a Growl publisher plugin for Xinc was traveling my mind repeatedly, so the following post will break this circle and show a possible approach to build such a plugin, which can be used to notify the build result for continuously integrated projects and thereby provide an on-point/immediate feedback.
</blockquote>
<p>
He includes <a href="http://raphaelstolt.blogspot.com/2008/04/hooking-growl-publisher-plugin-into.html">the plugin class</a> (ready for cut&paste) as well as the task definition and how to hook it all in to the Xinc build system. There's also a little example of it in action - a happy/sad indicator showing if the build failed or was a success, right there on the desktop.
</p>]]></description>
      <pubDate>Fri, 18 Apr 2008 12:59:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Matthew Turland's Blog: Custom building php on windows and linux]]></title>
      <guid>http://www.phpdeveloper.org/news/9836</guid>
      <link>http://www.phpdeveloper.org/news/9836</link>
      <description><![CDATA[<p>
A while back <i>Mathew Turland</i> <a href="http://ishouldbecoding.com/2008/03/08/custom-building-php-on-windows-and-linux">posted a guide</a> for getting a custom version of PHP compiled on a Windows machine.
</p>
<blockquote>
At the encouragement of <a href="http://elizabethmariesmith.com/">Elizabeth Smith</a>, I went through the process (not-so-recently as of this blog entry) of compiling PHP on Windows.
</blockquote>
<p>
He gives his "laundry list" of things to download/have access to and the <a href="http://elizabethmariesmith.com/2006/11/how-to-compile-php52-and-php-gtk2-on-windows-using-visual-c-express/">link to Elizabeth's tutorial</a> handy. <i>Matthew</i> found a few differences in his compile - an issue with IPv6 support and a pathing problem with the scripts trying to find libmysql.dll. He also throws in his instructions on getting aspell support compiled in.
</p>]]></description>
      <pubDate>Fri, 21 Mar 2008 10:48:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: A Quick Overview of the XML DOM Extension in PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/9705</guid>
      <link>http://www.phpdeveloper.org/news/9705</link>
      <description><![CDATA[<p>
DevShed has started up a new tutorial series today with <a href="http://www.devshed.com/c/a/PHP/A-Quick-Overview-of-the-XML-DOM-Extension-in-PHP-5/">part one</a> of their overview of the DOM extension that's included with PHP5:
</p>
<blockquote>
Simply put, the DOM XML extension, as its name suggests, will permit you to work on XML documents by way of the DOM API. [...] In this article series I'll be discussing some of its most relevant methods and properties and accompanying all of these explanations with concise and instructive hands-on examples.
</blockquote>
<p>
They look at using the DOM to <a href="http://www.devshed.com/c/a/PHP/A-Quick-Overview-of-the-XML-DOM-Extension-in-PHP-5/1/">create new documents</a>, modify documents by <a href="http://www.devshed.com/c/a/PHP/A-Quick-Overview-of-the-XML-DOM-Extension-in-PHP-5/2/">adding additional nodes</a> and converting over a SimpleXML document to <a href="http://www.devshed.com/c/a/PHP/A-Quick-Overview-of-the-XML-DOM-Extension-in-PHP-5/3/">be manipulated</a>.
</p>]]></description>
      <pubDate>Tue, 26 Feb 2008 12:26:00 -0600</pubDate>
    </item>
  </channel>
</rss>
