<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://www.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: queued links: php</title>
    <link>http://www.dzone.com/links/queue/tag/php.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Mon, 23 Nov 2009 16:37:39 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2009-11-23T16:37:39Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/queue/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>PHP dependency strategies: dependency injection and service locator</title>
      <link>http://www.dzone.com/links/rss/php_dependency_strategies_dependency_injection_an.html</link>
      <description>This post explores three possible strategies that should help create good quality, uncoupled code: Simple Dependency Injection (DI), the Service Locator pattern and a DI framework. This includes a bespoke implementation of a DI framework.</description>
      <category>frameworks</category>
      <category>php</category>
      <pubDate>Mon, 23 Nov 2009 16:29:00 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/301333.html</guid>
      <dc:creator>davegmpd</dc:creator>
      <dc:date>2009-11-23T16:29:00Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/php_dependency_strategies_dependency_injection_an.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301333.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This post explores three possible strategies that should help create good quality, uncoupled code: Simple Dependency Injection (DI), the Service Locator pattern and a DI framework. This includes a bespoke implementation of a DI framework.<br/><br/><a href='http://www.dzone.com/links/rss/php_dependency_strategies_dependency_injection_an.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=301333' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301333</dz:linkId>
      <dz:submitDate>2009-11-23T16:29:00Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/301333.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>davegmpd</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/513851.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Logging processes with PHP</title>
      <link>http://www.dzone.com/links/rss/logging_processes_with_php.html</link>
      <description>Its sometimes necessary as a developer to log and track data as it is processed either to debug or to keep a simple record of maybe who’s logged in or out of your site. You could easily do this by accessing a MySQL database and adding a row, but you then have to create and maintain that database. So today I’m going to run through the steps to writing and reading a .txt log file.</description>
      <category>how-to</category>
      <category>php</category>
      <category>tools</category>
      <pubDate>Mon, 23 Nov 2009 15:57:53 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/301365.html</guid>
      <dc:creator>ashleyford</dc:creator>
      <dc:date>2009-11-23T15:57:53Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/logging_processes_with_php.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301365.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Its sometimes necessary as a developer to log and track data as it is processed either to debug or to keep a simple record of maybe who’s logged in or out of your site. You could easily do this by accessing a MySQL database and adding a row, but you then have to create and maintain that database. So today I’m going to run through the steps to writing and reading a .txt log file.<br/><br/><a href='http://www.dzone.com/links/rss/logging_processes_with_php.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=301365' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301365</dz:linkId>
      <dz:submitDate>2009-11-23T15:57:53Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>5</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/301365.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>ashleyford</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/443773.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Forms Processing with the Zend Framework</title>
      <link>http://www.dzone.com/links/rss/forms_processing_with_the_zend_framework.html</link>
      <description>Processing user-supplied form data can be fraught with errors. Not so with the Zend Framework! This tutorial shows you how to use the Zend Framework's Zend_Validate component to easily and conveniently validate complex form data.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>open source</category>
      <category>php</category>
      <pubDate>Mon, 23 Nov 2009 15:23:45 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/301323.html</guid>
      <dc:creator>HeyNow</dc:creator>
      <dc:date>2009-11-23T15:23:45Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/forms_processing_with_the_zend_framework.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301323.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Processing user-supplied form data can be fraught with errors. Not so with the Zend Framework! This tutorial shows you how to use the Zend Framework's Zend_Validate component to easily and conveniently validate complex form data.

<br/><br/><a href='http://www.dzone.com/links/rss/forms_processing_with_the_zend_framework.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=301323' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301323</dz:linkId>
      <dz:submitDate>2009-11-23T15:23:45Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>3</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/301323.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>HeyNow</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/459212.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>30 Best Eclipse Plugins</title>
      <link>http://www.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 14:59:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/301303.html</guid>
      <dc:creator>Spider8411</dc:creator>
      <dc:date>2009-11-23T14:59:55Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.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://www.dzone.com/links/rss/30_best_eclipse_plugins.html'><img src='http://www.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:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>25</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/301303.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Spider8411</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/352842.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Joomla Parameters</title>
      <link>http://www.dzone.com/links/rss/joomla_parameters.html</link>
      <description>Parameters are a key idea in Joomla development. It is almost an understatement to say that they are used to customise modules, components, plug-ins and templates. In many cases parameters provide the basic data that makes the addition function.</description>
      <category>frameworks</category>
      <category>php</category>
      <category>web 2.0</category>
      <pubDate>Mon, 23 Nov 2009 09:54:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/301029.html</guid>
      <dc:creator>mjames</dc:creator>
      <dc:date>2009-11-23T09:54:43Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/joomla_parameters.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301029.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Parameters are a key idea in Joomla development. It is almost an understatement to say that they are used to customise modules, components, plug-ins and templates. In many cases parameters provide the basic data that makes the addition function.<br/><br/><a href='http://www.dzone.com/links/rss/joomla_parameters.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=301029' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301029</dz:linkId>
      <dz:submitDate>2009-11-23T09:54:43Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>3</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/301029.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mjames</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/436144.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>GOOGLE WAVE INVITATIONS FOR THE TOP 5 PHP Tutorials</title>
      <link>http://www.dzone.com/links/rss/google_wave_invitations_for_the_top_5_php_tutoria.html</link>
      <description>Hello everyone. I have 5 google wave invitations that I am going to give away to the people that email me the best 5 php tutorials at admin@erunways.com. Only the 5 selected tutorials will be posted on erunways and the authors will be given credit for it and a link to their site. (more)</description>
      <category>php</category>
      <pubDate>Mon, 23 Nov 2009 08:28:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/300949.html</guid>
      <dc:creator>erunways</dc:creator>
      <dc:date>2009-11-23T08:28:43Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/google_wave_invitations_for_the_top_5_php_tutoria.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/300949.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Hello everyone. I have 5 google wave invitations that I am going to give away to the people that email me the best 5 php tutorials at admin@erunways.com. Only the 5 selected tutorials will be posted on erunways and the authors will be given credit for it and a link to their site. (more)<br/><br/><a href='http://www.dzone.com/links/rss/google_wave_invitations_for_the_top_5_php_tutoria.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=300949' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>300949</dz:linkId>
      <dz:submitDate>2009-11-23T08:28:43Z</dz:submitDate>
      <dz:voteUpCount>0</dz:voteUpCount>
      <dz:voteDownCount>3</dz:voteDownCount>
      <dz:clickCount>7</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/300949.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>erunways</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/518945.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Zend Framework 1.8 Web Application Development - Book Review</title>
      <link>http://www.dzone.com/links/rss/zend_framework_18_web_application_development_boo_2.html</link>
      <description>The Zend Framework community needed a book covering version 1.8+. Here's a book. Should you buy this book?</description>
      <category>php</category>
      <pubDate>Mon, 23 Nov 2009 05:38:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/300779.html</guid>
      <dc:creator>bngsudheer</dc:creator>
      <dc:date>2009-11-23T05:38:21Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/zend_framework_18_web_application_development_boo_2.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/300779.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The Zend Framework community needed a book covering version 1.8+. Here's a book. Should you buy this book?<br/><br/><a href='http://www.dzone.com/links/rss/zend_framework_18_web_application_development_boo_2.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=300779' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>300779</dz:linkId>
      <dz:submitDate>2009-11-23T05:38:21Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>10</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/300779.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bngsudheer</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/498989.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How-to create a Password Generator using PHP</title>
      <link>http://www.dzone.com/links/rss/howto_create_a_password_generator_using_php.html</link>
      <description>Do you need a password generator function for your user registration application or do you have to write a script in PHP? The generated password from this function is so safe as you which: Generate alpha-numerical password combined with capital character or with special signs or characters.</description>
      <category>how-to</category>
      <category>php</category>
      <category>tools</category>
      <pubDate>Sun, 22 Nov 2009 15:52:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/300159.html</guid>
      <dc:creator>Olaf Lederer</dc:creator>
      <dc:date>2009-11-22T15:52:21Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/howto_create_a_password_generator_using_php.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/300159.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Do you need a password generator function for your user registration application or do you have to write a script in PHP? The generated password from this function is so safe as you which: Generate alpha-numerical password combined with capital character or with special signs or characters.<br/><br/><a href='http://www.dzone.com/links/rss/howto_create_a_password_generator_using_php.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=300159' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>300159</dz:linkId>
      <dz:submitDate>2009-11-22T15:52:21Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>12</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/300159.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>olederer</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/201211.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

