<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>DZone: php</title>
    <link>http://dzone.com/links/tag/php.html</link>
    <description>DZone: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2006 DZone, Inc.</copyright>
    <pubDate>Fri, 05 Sep 2008 21:58:57 GMT</pubDate>
    <dc:creator>The DZone community</dc:creator>
    <dc:date>2008-09-05T21:58:57Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2006 DZone, Inc.</dc:rights>
    <dz:selfLink>http://dzone.com/links/feed/frontpage/php/rss.xml</dz:selfLink>
    <image>
      <title>DZone: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>The New .phar PHP Package</title>
      <link>http://dzone.com/links/rss/the_new_phar_php_package.html</link>
      <description>Today I discovered a very powerful addition to the PHP world. Phar is an archive extension for PHP that allows an entire PHP application to be packaged into a single file. It’s basically PHP’s answer to Java’s .jar archive format. Don’t get excited yet, it gets better . . .</description>
      <category>open source</category>
      <category>opinion</category>
      <category>php</category>
      <category>tools</category>
      <pubDate>Fri, 05 Sep 2008 18:12:28 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/110647.html</guid>
      <dc:creator>rogwilco</dc:creator>
      <dc:date>2008-09-05T18:12:28Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/the_new_phar_php_package.html'><img src='http://dzone.com/links/images/thumbs/120x90/110647.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Today I discovered a very powerful addition to the PHP world. Phar is an archive extension for PHP that allows an entire PHP application to be packaged into a single file. It’s basically PHP’s answer to Java’s .jar archive format. Don’t get excited yet, it gets better . . .<br/><br/><a href='http://dzone.com/links/rss/the_new_phar_php_package.html'><img src='http://dzone.com/links/voteCountImage?linkId=110647' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>110647</dz:linkId>
      <dz:submitDate>2008-09-04T23:27:37Z</dz:submitDate>
      <dz:promoteDate>2008-09-05T18:12:28Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>182</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/110647.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rogwilco</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/250271.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Type Hints for scalar values in PHP</title>
      <link>http://dzone.com/links/rss/type_hints_for_scalar_values_in_php.html</link>
      <description>Today Max Horvath released the first public version of his new library PHPTypeSafe. It provides the ability to use PHPs Type Hinting feature for scalar values.</description>
      <category>open source</category>
      <category>php</category>
      <pubDate>Fri, 05 Sep 2008 11:14:26 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/110326.html</guid>
      <dc:creator>max-horvath</dc:creator>
      <dc:date>2008-09-05T11:14:26Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/type_hints_for_scalar_values_in_php.html'><img src='http://dzone.com/links/images/thumbs/120x90/110326.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Today Max Horvath released the first public version of his new library PHPTypeSafe. It provides the ability to use PHPs Type Hinting feature for scalar values.<br/><br/><a href='http://dzone.com/links/rss/type_hints_for_scalar_values_in_php.html'><img src='http://dzone.com/links/voteCountImage?linkId=110326' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>110326</dz:linkId>
      <dz:submitDate>2008-09-04T08:48:10Z</dz:submitDate>
      <dz:promoteDate>2008-09-05T11:14:26Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>122</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/110326.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>max-horvath</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/330683.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Creating a PHP5 Framework - Part 1</title>
      <link>http://dzone.com/links/rss/creating_a_php5_framework_part_1.html</link>
      <description>With websites becoming more and more dynamic and interactive, developers often look to frameworks to help build websites and web apps rapidly. While there are a number of great frameworks available, a custom framework gives you the ability to easily customize the framework as you need, and to build with it even quicker - as you would already know the ins and outs of it before working with it. In this series of tutorials, we are going to build our very own PHP5 Development Framework! Let's start</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>php</category>
      <pubDate>Thu, 04 Sep 2008 18:07:20 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/110264.html</guid>
      <dc:creator>mawkbagawk</dc:creator>
      <dc:date>2008-09-04T18:07:20Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/creating_a_php5_framework_part_1.html'><img src='http://dzone.com/links/images/thumbs/120x90/110264.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>With websites becoming more and more dynamic and interactive, developers often look to frameworks to help build websites and web apps rapidly. While there are a number of great frameworks available, a custom framework gives you the ability to easily customize the framework as you need, and to build with it even quicker - as you would already know the ins and outs of it before working with it. In this series of tutorials, we are going to build our very own PHP5 Development Framework! Let's start<br/><br/><a href='http://dzone.com/links/rss/creating_a_php5_framework_part_1.html'><img src='http://dzone.com/links/voteCountImage?linkId=110264' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>110264</dz:linkId>
      <dz:submitDate>2008-09-04T05:40:50Z</dz:submitDate>
      <dz:promoteDate>2008-09-04T18:07:20Z</dz:promoteDate>
      <dz:voteUpCount>15</dz:voteUpCount>
      <dz:voteDownCount>4</dz:voteDownCount>
      <dz:clickCount>294</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/110264.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mawkbagawk</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/313461.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How to Write Your Own IM Bot in Less Than 5 Minutes</title>
      <link>http://dzone.com/links/rss/how_to_write_your_own_im_bot_in_less_than_5_minut.html</link>
      <description>This quick tutorial will show you how to develop your own functional IM bot that works with Google Talk, Yahoo! Messenger, Windows Live and all other popular instant messaging clients.</description>
      <category>how-to</category>
      <category>php</category>
      <pubDate>Thu, 04 Sep 2008 17:45:24 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/109815.html</guid>
      <dc:creator>Daniel Dyer</dc:creator>
      <dc:date>2008-09-04T17:45:24Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/how_to_write_your_own_im_bot_in_less_than_5_minut.html'><img src='http://dzone.com/links/images/thumbs/120x90/109815.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This quick tutorial will show you how to develop your own functional IM bot that works with Google Talk, Yahoo! Messenger, Windows Live and all other popular instant messaging clients.<br/><br/><a href='http://dzone.com/links/rss/how_to_write_your_own_im_bot_in_less_than_5_minut.html'><img src='http://dzone.com/links/voteCountImage?linkId=109815' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>109815</dz:linkId>
      <dz:submitDate>2008-09-02T23:50:20Z</dz:submitDate>
      <dz:promoteDate>2008-09-04T17:45:24Z</dz:promoteDate>
      <dz:voteUpCount>19</dz:voteUpCount>
      <dz:voteDownCount>2</dz:voteDownCount>
      <dz:clickCount>415</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/109815.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dwdyer</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/172008.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>PHP Rest Server (part 1 of 3)</title>
      <link>http://dzone.com/links/rss/php_rest_server_part_1_of_3.html</link>
      <description>I recently had reason to write a REST server in PHP, which was very interesting. There aren't a whole lot of resources on this topic around so I thought I'd write an outline of what I did. There is quite a lot to it so I'm publishing in multiple sections - this is part 1, which covers the central functionality and handling the incoming request.</description>
      <category>php</category>
      <category>server</category>
      <category>web services</category>
      <pubDate>Thu, 04 Sep 2008 02:12:05 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/109279.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-09-04T02:12:05Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/php_rest_server_part_1_of_3.html'><img src='http://dzone.com/links/images/thumbs/120x90/109279.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I recently had reason to write a REST server in PHP, which was very interesting. There aren't a whole lot of resources on this topic around so I thought I'd write an outline of what I did. There is quite a lot to it so I'm publishing in multiple sections - this is part 1, which covers the central functionality and handling the incoming request.<br/><br/><a href='http://dzone.com/links/rss/php_rest_server_part_1_of_3.html'><img src='http://dzone.com/links/voteCountImage?linkId=109279' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>109279</dz:linkId>
      <dz:submitDate>2008-09-01T18:15:50Z</dz:submitDate>
      <dz:promoteDate>2008-09-04T02:12:05Z</dz:promoteDate>
      <dz:voteUpCount>12</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>258</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/109279.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Getting started with CodeIgniter</title>
      <link>http://dzone.com/links/rss/getting_started_with_codeigniter.html</link>
      <description>Creating a CodeIgniter application is easier than you might think. Take a guided tour through your first project: a simple Web page with a contact form. In under an hour, you will learn how to install CodeIgniter, configure it, and create a Web site consisting of a home page, a form that adds information to a database, and a thank-you page.</description>
      <category>news</category>
      <category>open source</category>
      <category>php</category>
      <pubDate>Wed, 03 Sep 2008 18:55:18 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/109662.html</guid>
      <dc:creator>jmalasko</dc:creator>
      <dc:date>2008-09-03T18:55:18Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/getting_started_with_codeigniter.html'><img src='http://dzone.com/links/images/thumbs/120x90/109662.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Creating a CodeIgniter application is easier than you might think. Take a guided tour through your first project: a simple Web page with a contact form. In under an hour, you will learn how to install CodeIgniter, configure it, and create a Web site consisting of a home page, a form that adds information to a database, and a thank-you page.<br/><br/><a href='http://dzone.com/links/rss/getting_started_with_codeigniter.html'><img src='http://dzone.com/links/voteCountImage?linkId=109662' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>109662</dz:linkId>
      <dz:submitDate>2008-09-02T14:57:15Z</dz:submitDate>
      <dz:promoteDate>2008-09-03T18:55:18Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>346</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/109662.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jmalasko</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/276201.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>NetBeans:  Differences between Beta and Latest Builds</title>
      <link>http://dzone.com/links/rss/netbeans_differences_between_beta_and_latest_buil.html</link>
      <description>NetBeans 6.5 Beta was published almost 3 weeks ago. For me the beta is obsolete and if you try a recent build, you can notice that there was fixed many issues. In Issuezilla there are more then 1600 fixed issues during last three weeks. I would like to hihglight some improvements in PHP support:</description>
      <category>php</category>
      <category>tools</category>
      <pubDate>Tue, 02 Sep 2008 17:52:02 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/109155.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-09-02T17:52:02Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/netbeans_differences_between_beta_and_latest_buil.html'><img src='http://dzone.com/links/images/thumbs/120x90/109155.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>
NetBeans 6.5 Beta was published almost 3 weeks ago. For me the beta is obsolete and if you try a recent build, you can notice that there was fixed many issues. In Issuezilla there are more then 1600 fixed issues during last three weeks. I would like to hihglight some improvements in PHP support:<br/><br/><a href='http://dzone.com/links/rss/netbeans_differences_between_beta_and_latest_buil.html'><img src='http://dzone.com/links/voteCountImage?linkId=109155' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>109155</dz:linkId>
      <dz:submitDate>2008-09-01T11:48:13Z</dz:submitDate>
      <dz:promoteDate>2008-09-02T17:52:02Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>281</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/109155.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Symfony’s super puper cache plugin</title>
      <link>http://dzone.com/links/rss/symfonys_super_puper_cache_plugin.html</link>
      <description>I was never had a chance to speed up symfony project performance. I always knew there are a bunch of cache plugins but also always performance was enough good even without any type of caching. And now I had a chance to investigate this question.</description>
      <category>frameworks</category>
      <category>php</category>
      <pubDate>Tue, 02 Sep 2008 17:43:07 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/109467.html</guid>
      <dc:creator>narko</dc:creator>
      <dc:date>2008-09-02T17:43:07Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/symfonys_super_puper_cache_plugin.html'><img src='http://dzone.com/links/images/thumbs/120x90/109467.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'> I was never had a chance to speed up symfony project performance. I always knew there are a bunch of cache plugins but also always performance was enough good even without any type of caching. And now I had a chance to investigate this question.<br/><br/><a href='http://dzone.com/links/rss/symfonys_super_puper_cache_plugin.html'><img src='http://dzone.com/links/voteCountImage?linkId=109467' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>109467</dz:linkId>
      <dz:submitDate>2008-09-02T06:58:40Z</dz:submitDate>
      <dz:promoteDate>2008-09-02T17:43:07Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>123</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/109467.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>narko</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/259416.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>FrogCMS - Content Management Simplified</title>
      <link>http://dzone.com/links/rss/frogcms_content_management_simplified.html</link>
      <description>There are literally thousands of content management systems available on the web. Many of them free, many of them not. Each boasting more compelling features than the next. In the disarray of all the competition I found a little content management system named simply FrogCMS. Features are great, interface is awesome, and simplicity is its middle name.</description>
      <category>open source</category>
      <category>php</category>
      <category>tools</category>
      <category>web 2.0</category>
      <pubDate>Tue, 02 Sep 2008 08:31:17 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/109384.html</guid>
      <dc:creator>thedailyapp</dc:creator>
      <dc:date>2008-09-02T08:31:17Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/frogcms_content_management_simplified.html'><img src='http://dzone.com/links/images/thumbs/120x90/109384.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>There are literally thousands of content management systems available on the web. Many of them free, many of them not. Each boasting more compelling features than the next. In the disarray of all the competition I found a little content management system named simply FrogCMS. Features are great, interface is awesome, and simplicity is its middle name.<br/><br/><a href='http://dzone.com/links/rss/frogcms_content_management_simplified.html'><img src='http://dzone.com/links/voteCountImage?linkId=109384' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>109384</dz:linkId>
      <dz:submitDate>2008-09-02T00:39:55Z</dz:submitDate>
      <dz:promoteDate>2008-09-02T08:31:17Z</dz:promoteDate>
      <dz:voteUpCount>7</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>554</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/109384.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>thedailyapp</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/325751.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>The FASTEST PHP based MVC framework</title>
      <link>http://dzone.com/links/rss/the_fastest_php_based_mvc_framework.html</link>
      <description>PHPulse is the FASTEST PHP based MVC framework in the world! It is built to be EXTREMELY lightweight and fast with a modular development environment allowing for quick plug-n-play functionality to be added merely by dropping in extra modules.</description>
      <category>frameworks</category>
      <category>php</category>
      <pubDate>Mon, 01 Sep 2008 17:36:39 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/109084.html</guid>
      <dc:creator>roshanbh</dc:creator>
      <dc:date>2008-09-01T17:36:39Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/the_fastest_php_based_mvc_framework.html'><img src='http://dzone.com/links/images/thumbs/120x90/109084.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>PHPulse is the FASTEST PHP based MVC framework in the world! It is built to be EXTREMELY lightweight and fast with a modular development environment allowing for quick plug-n-play functionality to be added merely by dropping in extra modules.

<br/><br/><a href='http://dzone.com/links/rss/the_fastest_php_based_mvc_framework.html'><img src='http://dzone.com/links/voteCountImage?linkId=109084' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>109084</dz:linkId>
      <dz:submitDate>2008-09-01T08:55:30Z</dz:submitDate>
      <dz:promoteDate>2008-09-01T17:36:39Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>10</dz:voteDownCount>
      <dz:clickCount>677</dz:clickCount>
      <dz:commentCount>6</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/109084.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>roshanbh</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/262632.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Site design theme editor BETA</title>
      <link>http://dzone.com/links/rss/site_design_theme_editor_beta.html</link>
      <description>The PHPClasses site is launching an editor that allows designs to propose new site design themes.  This is the initial beta version of the site design editor, but it already allows any designer to try different presentation designs.</description>
      <category>announcement</category>
      <category>php</category>
      <category>usability</category>
      <category>web 2.0</category>
      <pubDate>Mon, 01 Sep 2008 17:10:38 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/108963.html</guid>
      <dc:creator>mlemos</dc:creator>
      <dc:date>2008-09-01T17:10:38Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/site_design_theme_editor_beta.html'><img src='http://dzone.com/links/images/thumbs/120x90/108963.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The PHPClasses site is launching an editor that allows designs to propose new site design themes.  This is the initial beta version of the site design editor, but it already allows any designer to try different presentation designs.<br/><br/><a href='http://dzone.com/links/rss/site_design_theme_editor_beta.html'><img src='http://dzone.com/links/voteCountImage?linkId=108963' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108963</dz:linkId>
      <dz:submitDate>2008-09-01T01:10:04Z</dz:submitDate>
      <dz:promoteDate>2008-09-01T17:10:38Z</dz:promoteDate>
      <dz:voteUpCount>12</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>137</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/108963.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mlemos</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/206746.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>PHP, JavaScript, Ruby, Perl, Python, and Tcl Today: The State of the Scripting Universe</title>
      <link>http://dzone.com/links/rss/php_javascript_ruby_perl_python_and_tcl_today_the.html</link>
      <description>Three years ago, Lynn Greiner interviewed the big cheeses responsible for the popular scripting languages PHP, Perl, Tcl, Python, Ruby and JavaScript to find out where they believed the languages were headed. In this follow-up discussion, she asks these dynamic language luminaries what has changed since then&amp;mdash;for both developers and the application development managers who determine the corporate programming language strategy.</description>
      <category>javascript</category>
      <category>php</category>
      <category>python</category>
      <category>trends</category>
      <pubDate>Mon, 01 Sep 2008 07:18:45 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/108524.html</guid>
      <dc:creator>estherschindler</dc:creator>
      <dc:date>2008-09-01T07:18:45Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/php_javascript_ruby_perl_python_and_tcl_today_the.html'><img src='http://dzone.com/links/images/thumbs/120x90/108524.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Three years ago, Lynn Greiner interviewed the big cheeses responsible for the popular scripting languages PHP, Perl, Tcl, Python, Ruby and JavaScript to find out where they believed the languages were headed. In this follow-up discussion, she asks these dynamic language luminaries what has changed since then&mdash;for both developers and the application development managers who determine the corporate programming language strategy.<br/><br/><a href='http://dzone.com/links/rss/php_javascript_ruby_perl_python_and_tcl_today_the.html'><img src='http://dzone.com/links/voteCountImage?linkId=108524' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108524</dz:linkId>
      <dz:submitDate>2008-08-29T16:49:30Z</dz:submitDate>
      <dz:promoteDate>2008-09-01T07:18:45Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>373</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/108524.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>estherschindler</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/209965.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Basic Useful Tips for Website Optimization And Speed</title>
      <link>http://dzone.com/links/rss/basic_useful_tips_for_website_optimization_and_sp.html</link>
      <description>Here are some basic tips to optimize your website! Brought to you by Sticktacular Productions!</description>
      <category>how-to</category>
      <category>php</category>
      <category>tools</category>
      <category>web services</category>
      <pubDate>Sun, 31 Aug 2008 19:57:54 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/108466.html</guid>
      <dc:creator>sticktacular</dc:creator>
      <dc:date>2008-08-31T19:57:54Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/basic_useful_tips_for_website_optimization_and_sp.html'><img src='http://dzone.com/links/images/thumbs/120x90/108466.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Here are some basic tips to optimize your website! Brought to you by Sticktacular Productions! <br/><br/><a href='http://dzone.com/links/rss/basic_useful_tips_for_website_optimization_and_sp.html'><img src='http://dzone.com/links/voteCountImage?linkId=108466' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108466</dz:linkId>
      <dz:submitDate>2008-08-29T13:33:09Z</dz:submitDate>
      <dz:promoteDate>2008-08-31T19:57:54Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>4</dz:voteDownCount>
      <dz:clickCount>494</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/108466.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>sticktacular</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/329120.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>10 Online Magazines for Developers and Designers</title>
      <link>http://dzone.com/links/rss/10_online_magazines_for_developers_and_designers.html</link>
      <description>10 great online magazines for both developers and designers. These sites offer a ton of great information and resources to help a newbie and pro alike.</description>
      <category>ajax</category>
      <category>css-html</category>
      <category>php</category>
      <category>web design</category>
      <pubDate>Sat, 30 Aug 2008 06:48:42 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/108526.html</guid>
      <dc:creator>startrak118</dc:creator>
      <dc:date>2008-08-30T06:48:42Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/10_online_magazines_for_developers_and_designers.html'><img src='http://dzone.com/links/images/thumbs/120x90/108526.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>10 great online magazines for both developers and designers. These sites offer a ton of great information and resources to help a newbie and pro alike.<br/><br/><a href='http://dzone.com/links/rss/10_online_magazines_for_developers_and_designers.html'><img src='http://dzone.com/links/voteCountImage?linkId=108526' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108526</dz:linkId>
      <dz:submitDate>2008-08-29T17:11:33Z</dz:submitDate>
      <dz:promoteDate>2008-08-30T06:48:42Z</dz:promoteDate>
      <dz:voteUpCount>14</dz:voteUpCount>
      <dz:voteDownCount>2</dz:voteDownCount>
      <dz:clickCount>1814</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/108526.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>startrak118</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/298704.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Important PHP 5.3 Changes for those of you Running Microsoft Windows</title>
      <link>http://dzone.com/links/rss/important_php_53_changes_for_those_of_you_running.html</link>
      <description>PHP 5.3.0 is only in its first alpha release. But, if you run PHP in Microsoft Windows, you should talk a look at…</description>
      <category>php</category>
      <category>windows</category>
      <pubDate>Fri, 29 Aug 2008 22:35:51 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/107703.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-08-29T22:35:51Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/important_php_53_changes_for_those_of_you_running.html'><img src='http://dzone.com/links/images/thumbs/120x90/107703.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>PHP 5.3.0 is only in its first alpha release. But, if you run PHP in Microsoft Windows, you should talk a look at…<br/><br/><a href='http://dzone.com/links/rss/important_php_53_changes_for_those_of_you_running.html'><img src='http://dzone.com/links/voteCountImage?linkId=107703' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>107703</dz:linkId>
      <dz:submitDate>2008-08-27T16:29:33Z</dz:submitDate>
      <dz:promoteDate>2008-08-29T22:35:51Z</dz:promoteDate>
      <dz:voteUpCount>15</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>387</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/107703.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Speed up PHP development in Eclipse PDT with Templates and Snippets</title>
      <link>http://dzone.com/links/rss/speed_up_php_development_in_eclipse_pdt_with_temp.html</link>
      <description>You already know that Eclipse PDT provides autocompletion and hints for PHP's built in functions. In addition, commenting your code with PHPDoc adds autocompletion and hinting for your application's classes, methods, and variables. If you haven't already discovered, Eclipse PDT also provides autocompletion of PHP's control structures, class definitions, and methods through code templates.</description>
      <category>eclipse</category>
      <category>how-to</category>
      <category>php</category>
      <pubDate>Fri, 29 Aug 2008 21:39:59 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/107876.html</guid>
      <dc:creator>Chad Kieffer</dc:creator>
      <dc:date>2008-08-29T21:39:59Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/speed_up_php_development_in_eclipse_pdt_with_temp.html'><img src='http://dzone.com/links/images/thumbs/120x90/107876.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>You already know that Eclipse PDT provides autocompletion and hints for PHP's built in functions. In addition, commenting your code with PHPDoc adds autocompletion and hinting for your application's classes, methods, and variables. If you haven't already discovered, Eclipse PDT also provides autocompletion of PHP's control structures, class definitions, and methods through code templates.<br/><br/><a href='http://dzone.com/links/rss/speed_up_php_development_in_eclipse_pdt_with_temp.html'><img src='http://dzone.com/links/voteCountImage?linkId=107876' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>107876</dz:linkId>
      <dz:submitDate>2008-08-27T22:01:36Z</dz:submitDate>
      <dz:promoteDate>2008-08-29T21:39:59Z</dz:promoteDate>
      <dz:voteUpCount>17</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>370</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/107876.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>thumb</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/257913.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Basics of Framework Design in PHP Part 2</title>
      <link>http://dzone.com/links/rss/basics_of_framework_design_in_php_part_2.html</link>
      <description>Hey, I saw that the first part of this post (Basics of framework design) got a little bit attention I decided to continue that thought. Before you continue reading make sure you read the first part for easier understanding of this post. &#xD;
&#xD;
In order to use or even build a framework first we need to understand what type of architecture the framework was built upon. We need to understand the design behind it.</description>
      <category>frameworks</category>
      <category>php</category>
      <pubDate>Fri, 29 Aug 2008 20:13:12 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/107361.html</guid>
      <dc:creator>feketegy</dc:creator>
      <dc:date>2008-08-29T20:13:12Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/basics_of_framework_design_in_php_part_2.html'><img src='http://dzone.com/links/images/thumbs/120x90/107361.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Hey, I saw that the first part of this post (Basics of framework design) got a little bit attention I decided to continue that thought. Before you continue reading make sure you read the first part for easier understanding of this post. 

In order to use or even build a framework first we need to understand what type of architecture the framework was built upon. We need to understand the design behind it.<br/><br/><a href='http://dzone.com/links/rss/basics_of_framework_design_in_php_part_2.html'><img src='http://dzone.com/links/voteCountImage?linkId=107361' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>107361</dz:linkId>
      <dz:submitDate>2008-08-26T20:43:18Z</dz:submitDate>
      <dz:promoteDate>2008-08-29T20:13:12Z</dz:promoteDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>270</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/107361.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>feketegy</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/310766.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>PHP frameworks? Think again.</title>
      <link>http://dzone.com/links/rss/php_frameworks_think_again.html</link>
      <description>This is the fist time I have heard Rasmus Lerdorf speak and it was entertaining to say the least. Refreshing would another way to describe it, I enjoy hearing real opinions and not holding back — Rasmus doesn’t hold back.Just a short background, Rasmus Lerdorf is the creator of PHP and still continues as a core developer to the PHP project.</description>
      <category>frameworks</category>
      <category>opinion</category>
      <category>php</category>
      <pubDate>Fri, 29 Aug 2008 16:44:56 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/108184.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-08-29T16:44:56Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/php_frameworks_think_again.html'><img src='http://dzone.com/links/images/thumbs/120x90/108184.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This is the fist time I have heard Rasmus Lerdorf speak and it was entertaining to say the least. Refreshing would another way to describe it, I enjoy hearing real opinions and not holding back — Rasmus doesn’t hold back.Just a short background, Rasmus Lerdorf is the creator of PHP and still continues as a core developer to the PHP project.<br/><br/><a href='http://dzone.com/links/rss/php_frameworks_think_again.html'><img src='http://dzone.com/links/voteCountImage?linkId=108184' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108184</dz:linkId>
      <dz:submitDate>2008-08-28T20:07:11Z</dz:submitDate>
      <dz:promoteDate>2008-08-29T16:44:56Z</dz:promoteDate>
      <dz:voteUpCount>15</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>577</dz:clickCount>
      <dz:commentCount>6</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/108184.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>HTML DOM and easy screen scraping in PHP</title>
      <link>http://dzone.com/links/rss/html_dom_and_easy_screen_scraping_in_php.html</link>
      <description>Read on to see how you can easily handle the DOM in PHP much like you can in JavaScript.</description>
      <category>javascript</category>
      <category>php</category>
      <category>web 2.0</category>
      <pubDate>Fri, 29 Aug 2008 13:54:24 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/108283.html</guid>
      <dc:creator>dougal</dc:creator>
      <dc:date>2008-08-29T13:54:24Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/html_dom_and_easy_screen_scraping_in_php.html'><img src='http://dzone.com/links/images/thumbs/120x90/108283.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Read on to see how you can easily handle the DOM in PHP much like you can in JavaScript.<br/><br/><a href='http://dzone.com/links/rss/html_dom_and_easy_screen_scraping_in_php.html'><img src='http://dzone.com/links/voteCountImage?linkId=108283' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108283</dz:linkId>
      <dz:submitDate>2008-08-29T01:02:57Z</dz:submitDate>
      <dz:promoteDate>2008-08-29T13:54:24Z</dz:promoteDate>
      <dz:voteUpCount>14</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>266</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/108283.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dougal</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/326816.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>PHP 5 CMS Framework Development</title>
      <link>http://dzone.com/links/rss/php_5_cms_framework_development.html</link>
      <description>This is a review of the latest book from the author of Joomla about building content management systems.</description>
      <category>books</category>
      <category>frameworks</category>
      <category>php</category>
      <category>reviews</category>
      <pubDate>Fri, 29 Aug 2008 09:07:05 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/108286.html</guid>
      <dc:creator>mlemos</dc:creator>
      <dc:date>2008-08-29T09:07:05Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/php_5_cms_framework_development.html'><img src='http://dzone.com/links/images/thumbs/120x90/108286.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This is a review of the latest book from the author of Joomla about building content management systems.<br/><br/><a href='http://dzone.com/links/rss/php_5_cms_framework_development.html'><img src='http://dzone.com/links/voteCountImage?linkId=108286' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108286</dz:linkId>
      <dz:submitDate>2008-08-29T01:40:13Z</dz:submitDate>
      <dz:promoteDate>2008-08-29T09:07:05Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>2</dz:voteDownCount>
      <dz:clickCount>360</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/108286.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mlemos</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/206746.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>i18n made easy</title>
      <link>http://dzone.com/links/rss/i18n_made_easy.html</link>
      <description>Free login for anybody who can help with translations.&#xD;
&#xD;
Checkout our demo account : demo / demo</description>
      <category>java</category>
      <category>other languages</category>
      <category>php</category>
      <category>unix-linux</category>
      <pubDate>Thu, 28 Aug 2008 22:54:05 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/107941.html</guid>
      <dc:creator>ksuha</dc:creator>
      <dc:date>2008-08-28T22:54:05Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/i18n_made_easy.html'><img src='http://dzone.com/links/images/thumbs/120x90/107941.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Free login for anybody who can help with translations.

Checkout our demo account : demo / demo<br/><br/><a href='http://dzone.com/links/rss/i18n_made_easy.html'><img src='http://dzone.com/links/voteCountImage?linkId=107941' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>107941</dz:linkId>
      <dz:submitDate>2008-08-28T00:32:37Z</dz:submitDate>
      <dz:promoteDate>2008-08-28T22:54:05Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>419</dz:clickCount>
      <dz:commentCount>4</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/107941.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>ksuha</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/328248.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Benchmark and Optimize Zend Framework Performance</title>
      <link>http://dzone.com/links/rss/benchmark_and_optimize_zend_framework_performance.html</link>
      <description>Interesting information about class loading performance</description>
      <category>php</category>
      <pubDate>Thu, 28 Aug 2008 21:11:31 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/108035.html</guid>
      <dc:creator>antych</dc:creator>
      <dc:date>2008-08-28T21:11:31Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/benchmark_and_optimize_zend_framework_performance.html'><img src='http://dzone.com/links/images/thumbs/120x90/108035.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Interesting information about class loading performance<br/><br/><a href='http://dzone.com/links/rss/benchmark_and_optimize_zend_framework_performance.html'><img src='http://dzone.com/links/voteCountImage?linkId=108035' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108035</dz:linkId>
      <dz:submitDate>2008-08-28T10:13:24Z</dz:submitDate>
      <dz:promoteDate>2008-08-28T21:11:31Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>214</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/108035.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>antych</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/233461.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Database helper for PHPUnit</title>
      <link>http://dzone.com/links/rss/database_helper_for_phpunit.html</link>
      <description>When testing code which uses the database, you would usually want to make sure the database stays pristine for each test - All tables should be empty, as any extra data could interfere with the tests. You could probably write an extended Testcase class which automatically does this before each test in setUp and afterwards in tearDown, but it may have some issues. For example, Zend Framework’s Zend_Test Testcase class also extends PHPUnit’s one, and you might need to extend the Zend_Test one as well… and so on. Luckily, PHPUnit has a way to add event listener that react to certain events.</description>
      <category>how-to</category>
      <category>php</category>
      <pubDate>Thu, 28 Aug 2008 21:11:10 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/107577.html</guid>
      <dc:creator>Raphael Stolt</dc:creator>
      <dc:date>2008-08-28T21:11:10Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/database_helper_for_phpunit.html'><img src='http://dzone.com/links/images/thumbs/120x90/107577.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>When testing code which uses the database, you would usually want to make sure the database stays pristine for each test - All tables should be empty, as any extra data could interfere with the tests. You could probably write an extended Testcase class which automatically does this before each test in setUp and afterwards in tearDown, but it may have some issues. For example, Zend Framework’s Zend_Test Testcase class also extends PHPUnit’s one, and you might need to extend the Zend_Test one as well… and so on. Luckily, PHPUnit has a way to add event listener that react to certain events.<br/><br/><a href='http://dzone.com/links/rss/database_helper_for_phpunit.html'><img src='http://dzone.com/links/voteCountImage?linkId=107577' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>107577</dz:linkId>
      <dz:submitDate>2008-08-27T11:39:02Z</dz:submitDate>
      <dz:promoteDate>2008-08-28T21:11:10Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>78</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/107577.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>raphael76</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/228496.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>PHP Bad Practice: Variable Reuse</title>
      <link>http://dzone.com/links/rss/php_bad_practice_variable_reuse_2.html</link>
      <description>Anyone who has worked with PHP knows that it is extremely permissive with variables and their types. There's no need to declare variables, not even at class level, and data types cannot really be enforced. This is one of the greatest strengths of weakly typed dynamic languages, but it can be easily used the wrong way.</description>
      <category>how-to</category>
      <category>php</category>
      <category>web design</category>
      <pubDate>Thu, 28 Aug 2008 13:44:04 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/107628.html</guid>
      <dc:creator>Volume4</dc:creator>
      <dc:date>2008-08-28T13:44:04Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/php_bad_practice_variable_reuse_2.html'><img src='http://dzone.com/links/images/thumbs/120x90/107628.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Anyone who has worked with PHP knows that it is extremely permissive with variables and their types. There's no need to declare variables, not even at class level, and data types cannot really be enforced. This is one of the greatest strengths of weakly typed dynamic languages, but it can be easily used the wrong way.<br/><br/><a href='http://dzone.com/links/rss/php_bad_practice_variable_reuse_2.html'><img src='http://dzone.com/links/voteCountImage?linkId=107628' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>107628</dz:linkId>
      <dz:submitDate>2008-08-27T13:27:42Z</dz:submitDate>
      <dz:promoteDate>2008-08-28T13:44:04Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>3</dz:voteDownCount>
      <dz:clickCount>356</dz:clickCount>
      <dz:commentCount>3</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/107628.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Volume4</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/71517.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Joomla on Glassfish</title>
      <link>http://dzone.com/links/rss/joomla_on_glassfish.html</link>
      <description>I'll show you in this article how to setup the CMS Joomla on Glassfish.  We won't need Apache for this one.  There are few ways to do PHP on a J2EE server.  I'll describe what I think the easiest way.  First we will need to download and install PHP using PHP/JavaBridge.</description>
      <category>java</category>
      <category>open source</category>
      <category>php</category>
      <category>server</category>
      <pubDate>Thu, 28 Aug 2008 10:38:31 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/107078.html</guid>
      <dc:creator>survivant</dc:creator>
      <dc:date>2008-08-28T10:38:31Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/joomla_on_glassfish.html'><img src='http://dzone.com/links/images/thumbs/120x90/107078.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I'll show you in this article how to setup the CMS Joomla on Glassfish.  We won't need Apache for this one.  There are few ways to do PHP on a J2EE server.  I'll describe what I think the easiest way.  First we will need to download and install PHP using PHP/JavaBridge.<br/><br/><a href='http://dzone.com/links/rss/joomla_on_glassfish.html'><img src='http://dzone.com/links/voteCountImage?linkId=107078' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>107078</dz:linkId>
      <dz:submitDate>2008-08-26T00:20:51Z</dz:submitDate>
      <dz:promoteDate>2008-08-28T10:38:31Z</dz:promoteDate>
      <dz:voteUpCount>13</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>345</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/107078.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>survivant</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/321796.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

