<?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>Wed, 19 Jun 2013 06:56:15 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[I-nfotech: 10 projects every php developer should use]]></title>
      <guid>http://www.phpdeveloper.org/news/9019</guid>
      <link>http://www.phpdeveloper.org/news/9019</link>
      <description><![CDATA[<p>
According to I-nfotech, there's <a href="http://infortech2k.wordpress.com/2007/11/11/10-projects-every-php-developer-should-use/">ten projects</a> that every PHP developer out there just can't live without:
</p>
<blockquote>
As a php web developer, you should know that php is probably the language that has the biggest code repository. So no matter what module you want to include in your project there should be an open source solution. [...] Anyway, after many years as a web developer, I've compiled a list of php classes that can be easily integrated in any project and I am regularly use.
</blockquote>
<p>
He has it <a href="http://infortech2k.wordpress.com/2007/11/11/10-projects-every-php-developer-should-use/">broken up</a> into the ten different categories including "sending emails", "user manipulation", "fetching RSS feeds" and "grabbing remote content". Some of his choices are things native to PHP (like the mail function) but others are external classes like the <a href="http://magpierss.sourceforge.net/">Magpie RSS package</a>.
</p>]]></description>
      <pubDate>Mon, 12 Nov 2007 11:18:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[WebDigity.com: PHP geotargeting techniques]]></title>
      <guid>http://www.phpdeveloper.org/news/8607</guid>
      <link>http://www.phpdeveloper.org/news/8607</link>
      <description><![CDATA[<p>
On the WebDigity.com website, there's a <a href="http://www.webdigity.com/index.php?action=tutorial;code=58">quick how-to</a> on using geo-targeting on your website with a combination of a geolocation database and a PHP module to parse it.
</p>
<blockquote>
There are many cases that we need to display different content to our users depending on the location that they are visiting our site. In this tutorial we will give some examples regarding geo targeting with php.
</blockquote>
<p>
They got their geolocation database <a href="http://www.maxmind.com/app/geolitecountry">from Maxmind</a> and loaded up <a href="http://www.maxmind.com/app/php">this module</a> to make it as simple as a call to geoip_open and geoip_country_code_by_addr to get the location of the remote user.
</p>]]></description>
      <pubDate>Fri, 07 Sep 2007 08:56:00 -0500</pubDate>
    </item>
  </channel>
</rss>
