<?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 22:44:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Digg Clone: Start your own Digg in five minutes flat with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9922</guid>
      <link>http://www.phpdeveloper.org/news/9922</link>
      <description><![CDATA[<p>
Ever through about starting up your own custom version of a <a href="http://www.digg.com">Digg</a>-sort of site? Well, check out <a href="http://www.developertutorials.com/blog/php/digg-clone-php-mysql-digg-quickly-108/">this new tutorial</a> from the Developer Tutorials blog showing how to start it in "five minutes flat".
</p>
<blockquote>
So, you want to start your own Digg or Reddit? Look no further. With PHP and MySQL, you can create your own Digg site in just five minutes. All you need is a PHP web server and MySQL database server; follow these instructions and you'll be up and running in time.
</blockquote>
<p>
They use the <a href="http://www.developertutorials.com/blog/wp-content/uploads/2008/04/pligg_beta_990.zip">Pligg</a> software to do all of the hard work and describe its installation, configuration and use - simple and easy. You can find out more about Pligg on <a href="http://pligg.com/">its website</a>.
</p>]]></description>
      <pubDate>Mon, 07 Apr 2008 10:25:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Accessing Attributes and Cloning Nodes with the DOM XML Extension in PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/9891</guid>
      <link>http://www.phpdeveloper.org/news/9891</link>
      <description><![CDATA[<p>
DevShed continues their series about working with XML in PHP's DOM extension with <a href="http://www.devshed.com/c/a/PHP/Accessing-Attributes-and-Cloning-Nodes-with-the-DOM-XML-Extension-in-PHP-5/">this new tutorial</a> posted today showing how to get at attributes for tags and cloning nodes from others.
</p>
<blockquote>
You've probably realized that the DOM XML library can be pretty useful when working with web documents. However, this extension includes some other methods, which can be utilized to parse attributes of a given XML string, as well as to clone nodes.
</blockquote>
<p>
They show how to use the <a href="http://www.devshed.com/c/a/PHP/Accessing-Attributes-and-Cloning-Nodes-with-the-DOM-XML-Extension-in-PHP-5/1/">getAttributes</a> method, <a href="http://www.devshed.com/c/a/PHP/Accessing-Attributes-and-Cloning-Nodes-with-the-DOM-XML-Extension-in-PHP-5/2/">hasAttribue</a> method and <a href="http://www.devshed.com/c/a/PHP/Accessing-Attributes-and-Cloning-Nodes-with-the-DOM-XML-Extension-in-PHP-5/3/">cloneNode</a> method to work with their XML examples.
</p>]]></description>
      <pubDate>Tue, 01 Apr 2008 15:11:43 -0500</pubDate>
    </item>
  </channel>
</rss>
