<?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.com: php</title>
    <link>http://dzone.com/links/tag/php.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Wed, 25 Nov 2009 05:50:51 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2009-11-25T05:50:51Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://dzone.com/links/feed/frontpage/php/rss.xml</dz:selfLink>
    <image>
      <title>dzone.com: 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>30 Best Eclipse Plugins</title>
      <link>http://dzone.com/links/rss/30_best_eclipse_plugins.html</link>
      <description>Today we presents a collection of best Eclipse plugins.</description>
      <category>css-html</category>
      <category>eclipse</category>
      <category>javascript</category>
      <category>php</category>
      <pubDate>Mon, 23 Nov 2009 17:25:58 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301303.html</guid>
      <dc:creator>Spider8411</dc:creator>
      <dc:date>2009-11-23T17:25:58Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/30_best_eclipse_plugins.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301303.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Today we presents a collection of best Eclipse plugins.<br/><br/><a href='http://dzone.com/links/rss/30_best_eclipse_plugins.html'><img src='http://dzone.com/links/voteCountImage?linkId=301303' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301303</dz:linkId>
      <dz:submitDate>2009-11-23T14:59:55Z</dz:submitDate>
      <dz:promoteDate>2009-11-23T17:25:58Z</dz:promoteDate>
      <dz:voteUpCount>38</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2083</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301303.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Spider8411</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/352842.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Distributing PHP processing with Gearman</title>
      <link>http://dzone.com/links/rss/distributing_php_processing_with_gearman.html</link>
      <description>Gearman is a tool for distributing processing jobs over one or more machines.  This article explains how to use Gearman in PHP applications to handle better the load of busy sites or applications that need to execute heavy jobs.</description>
      <category>how-to</category>
      <category>open source</category>
      <category>php</category>
      <category>server</category>
      <pubDate>Mon, 23 Nov 2009 16:05:21 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/300687.html</guid>
      <dc:creator>mlemos</dc:creator>
      <dc:date>2009-11-23T16:05:21Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/distributing_php_processing_with_gearman.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/300687.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Gearman is a tool for distributing processing jobs over one or more machines.  This article explains how to use Gearman in PHP applications to handle better the load of busy sites or applications that need to execute heavy jobs.<br/><br/><a href='http://dzone.com/links/rss/distributing_php_processing_with_gearman.html'><img src='http://dzone.com/links/voteCountImage?linkId=300687' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>300687</dz:linkId>
      <dz:submitDate>2009-11-23T03:48:15Z</dz:submitDate>
      <dz:promoteDate>2009-11-23T16:05:21Z</dz:promoteDate>
      <dz:voteUpCount>17</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>268</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/300687.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>Pretty URLs with .htaccess Rewriting.</title>
      <link>http://dzone.com/links/rss/pretty_urls_with_htaccess_rewriting_2.html</link>
      <description>Pretty URLs always helps you to boost up search engine page ranking. In this post I want to explain about URLs rewriting techniques using .htaccess file. Friendly URLs looks neat on the browser address bar.</description>
      <category>how-to</category>
      <category>php</category>
      <category>usability</category>
      <category>web design</category>
      <pubDate>Tue, 24 Nov 2009 16:58:45 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301803.html</guid>
      <dc:creator>srinivas9i</dc:creator>
      <dc:date>2009-11-24T16:58:45Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/pretty_urls_with_htaccess_rewriting_2.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301803.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Pretty URLs always helps you to boost up search engine page ranking. In this post I want to explain about URLs rewriting techniques using .htaccess file. Friendly URLs looks neat on the browser address bar.<br/><br/><a href='http://dzone.com/links/rss/pretty_urls_with_htaccess_rewriting_2.html'><img src='http://dzone.com/links/voteCountImage?linkId=301803' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301803</dz:linkId>
      <dz:submitDate>2009-11-24T03:30:37Z</dz:submitDate>
      <dz:promoteDate>2009-11-24T16:58:45Z</dz:promoteDate>
      <dz:voteUpCount>8</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/301803.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>srinivas9i</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/369782.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How to easily create advanced html tables using TableGear</title>
      <link>http://dzone.com/links/rss/how_to_easily_create_advanced_html_tables_using_t.html</link>
      <description>Tables are a very important part of HTML, but they can also be a pain to deal with. Using TableGear, we can create dynamic tables that you can edit “on the fly” and sort according to your needs. And all that, with almost no effort.</description>
      <category>css-html</category>
      <category>javascript</category>
      <category>open source</category>
      <category>php</category>
      <pubDate>Tue, 24 Nov 2009 13:24:57 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301979.html</guid>
      <dc:creator>jbj</dc:creator>
      <dc:date>2009-11-24T13:24:57Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/how_to_easily_create_advanced_html_tables_using_t.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301979.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Tables are a very important part of HTML, but they can also be a pain to deal with. Using TableGear, we can create dynamic tables that you can edit “on the fly” and sort according to your needs. And all that, with almost no effort.<br/><br/><a href='http://dzone.com/links/rss/how_to_easily_create_advanced_html_tables_using_t.html'><img src='http://dzone.com/links/voteCountImage?linkId=301979' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301979</dz:linkId>
      <dz:submitDate>2009-11-24T07:56:46Z</dz:submitDate>
      <dz:promoteDate>2009-11-24T13:24:57Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>366</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301979.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jbj</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/301506.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

