<?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, 04 Dec 2008 14:53:34 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPImpact Blog: Symfony's plugins tell us a lot about what developers need]]></title>
      <guid>http://www.phpdeveloper.org/news/10466</guid>
      <link>http://www.phpdeveloper.org/news/10466</link>
      <description><![CDATA[<p>
The PHP::Impact blog has <a href="http://phpimpact.wordpress.com/2008/06/21/symfonys-plugins-tell-us-a-lot-about-what-developers-need/">a new post</a> that overviews the plugin system that the <a href="http://www.symfony.org">Symfony</a> framework has to offer.
</p>
<blockquote>
If you want to use the power of the Rails framework without having to learn Ruby, then Symfony is the right framework for you. After spending more than 10 months playing around with Rails, I can say that Symfony is a great alternative to Rails for programmers who already know PHP. 
</blockquote>
<p>
He talks about what a plugin is, how its used by the framework, the simple installation process and a "top ten" list of some of the most popular plugins (including <a href="http://trac.symfony-project.com/trac/wiki/sfGuardPlugin">sfGuardPlugin</a>, <a href="http://trac.symfony-project.com/trac/wiki/sfSimpleForumPlugin">sfSimpleForm</a> and <a href="http://trac.symfony-project.com/trac/wiki/sfControlPanelPlugin">sfControlPanel</a>).
</p>]]></description>
      <pubDate>Mon, 23 Jun 2008 14:33:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Open Source Golden Rules]]></title>
      <guid>http://www.phpdeveloper.org/news/7668</guid>
      <link>http://www.phpdeveloper.org/news/7668</link>
      <description><![CDATA[<p>
There's two new posts out there that anyone involved with Open Source projects would do well to check out - <a href="http://schlitt.info/applications/blog/index.php?/archives/541-10-golden-rules-for-starting-with-open-source.html">one</a> from <i>Tobias Schlitt</i> and the <a href="http://greg.chiaraquartet.net/archives/171-10-golden-rules-for-running-an-open-source-project.html">other</a> from <i>Greg Beaver</i>.
</p>
<p>
Coming first, <i>Tobias'</i> post <a href="http://schlitt.info/applications/blog/index.php?/archives/541-10-golden-rules-for-starting-with-open-source.html">talks about</a> what he considers the "Ten Golden Rules" for starting out in the Open Source community. Included in the list are things like:
<ul>
<li><a href="http://schlitt.info/applications/blog/index.php?/archives/541-10-golden-rules-for-starting-with-open-source.html#toc0">Stick to your level of Karma</a>
<li><a href="http://schlitt.info/applications/blog/index.php?/archives/541-10-golden-rules-for-starting-with-open-source.html#toc3">Don't overrate yourself</a>
<li><a href="http://schlitt.info/applications/blog/index.php?/archives/541-10-golden-rules-for-starting-with-open-source.html#toc6">Flaming is bad</a>
</ul>
...and more. Check out <a href="http://schlitt.info/applications/blog/index.php?/archives/541-10-golden-rules-for-starting-with-open-source.html">the full post</a> for more.
</p>
<p>
In a response/continuance of this theme, <i>Greg</i> - his <a href="http://greg.chiaraquartet.net/archives/171-10-golden-rules-for-running-an-open-source-project.html">own list of rules</a> developers should take to heart when working in and around Open Source applications. Some selections from his list:
<ul>
<li>If you must criticize, criticize with a gentle and humble tone
<li>Despite the evidence, it's probably your fault
<li>Assume everything you ever say will become permanent and don't say things that will come back to haunt you
</ul>
That last one's my personal favorite - be sure to check out <a href="http://schlitt.info/applications/blog/index.php?/archives/541-10-golden-rules-for-starting-with-open-source.html">both</a> <a href="http://greg.chiaraquartet.net/archives/171-10-golden-rules-for-running-an-open-source-project.html">lists</a> for some great thoughts from both of these developers.
</p>]]></description>
      <pubDate>Fri, 20 Apr 2007 09:26:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[JSLabs Blog:  Top 10 PHP frameworks (for 11.28.2006)]]></title>
      <guid>http://www.phpdeveloper.org/news/6787</guid>
      <link>http://www.phpdeveloper.org/news/6787</link>
      <description><![CDATA[<p>
The JSLabs website has <a href="http://www.whenpenguinsattack.com/2006/11/28/top-10-php-frameworks-2/">posted a new list</a> of what they see as the current Top Ten of PHP frameworks out there. It differs slightly from <a href="http://www.whenpenguinsattack.com/2006/07/12/top-10-php-frameworks/">the previous list</a>, including some of the newcomers and dropping some that have fallen behind.
</p>
<p>
Added to the list were:
<ul>
<li><a href="http://www.symfony-project.com/">symfony</a>
<li><a href="http://framework.zend.com/">Zend Framework</a>
<li><a href="http://www.cakephp.org/">CakePHP</a>
<li><a href="http://www.codeigniter.com/">Code Igniter</a>
<li><a href="http://www.pradosoft.com/">Prado</a>
</ul>
And dropped from the list were:
<ul>
<li><a href="http://ez.no/products/ez_publish">eZ publish</a>
<li><a href="http://sourceforge.net/projects/krill/">Krill</a>
<li><a href="http://sourceforge.net/projects/php-booba/">php-booba</a>
<li><a href="http://www.edit-x.com/">edit-x</a>
<li><a href="http://www.binarycloud.com/">Binary Cloud</a>
</ul>
Each of the frameworks in <a href="http://www.whenpenguinsattack.com/2006/11/28/top-10-php-frameworks-2/">the list</a> have a brief description to give you a feel for what the project is all about.
</p>]]></description>
      <pubDate>Wed, 29 Nov 2006 07:37:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: America's 10 Best Cities To Live In & Which Ones Are Looking For PHP Developers]]></title>
      <guid>http://www.phpdeveloper.org/news/6781</guid>
      <link>http://www.phpdeveloper.org/news/6781</link>
      <description><![CDATA[<p>
As a follow up to <a href="http://www.phpdeveloper.org/news/6388">this previous article</a> on the Zend Developer Zone, <i>Cal Evans</i> has posted <a href="http://devzone.zend.com/node/view/id/1283">an updated list</a> of the Top Ten cities for PHP developers (according to <a href="http://www.simplyhired.com/">simplyhired.com</a>).
</p>
<p>
The list is a cross-reference between the CNN/Money list of Top Ten places to live and the number of results from simplyhired. Of the top ten, Cary, North Carolina pulled in the most job posting numbers with 97 positions. Close behind it are two others in the 60s range - Ellicott City, Maryland (69) and Eden Prairie, Minnesota (62). The rest fall below the 30 position mark.
</p>
<p>
For more information on the cities, check out <a href="http://money.cnn.com/magazines/moneymag/bplive/2006/">the CNN/Money site</a>. For the job postings (and a great job search site) check out <a href="http://www.simplyhired.com/">simplyhired.com</a>.
</p>]]></description>
      <pubDate>Tue, 28 Nov 2006 09:03:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: America's 10 Best Cities to Live in and How They Stack Up for PHP Developers]]></title>
      <guid>http://www.phpdeveloper.org/news/6388</guid>
      <link>http://www.phpdeveloper.org/news/6388</link>
      <description><![CDATA[<p>
Every developer (PHP or not) out there has sat back in their favorite chair and thought about what else is out there. Well, <i>Cal Evans</i> is no different and he shares <a href="http://devzone.zend.com/node/view/id/977">a tool he was linked to</a> (by <a href="http://terrychay.com/blog/article/whats-your-salary.shtml">Terry Chay</a>) that could help you find that "what's next" in your career.
</p>
<blockquote>
I love Nashville, TN. Well, ok, I really like it. It's a great town but I'm getting a bit restless. The problem I face is that I never know what the environment for programmers will be in a given city before moving there. So when Terry Chay <a href="http://terrychay.com/blog/article/whats-your-salary.shtml">briefly mentioned</a> indeed.com's <a href="http://www.indeed.com/salary">salary search tool</a>, it sparked my interest. If I, a PHP programmer, wanted to move to another city in the US, how would I fare salary wise? Since I don't want to list every city in the US, I've selected CNN/Money's <a href="http://money.cnn.com/magazines/moneymag/bplive/2006/">Best Places to Live in America</a> as my list of cities to compare.
</blockquote>
<p>
Looking specifically for PHP-related jobs, he made the query, found the cities, ranked them and listed the average salary for the area. He also grabbed the cost of living for each location based on the closest large city and matched them up.
</p>
<p>
The result?
</p>
<blockquote>
So it's agreed then, we'll all meet in Columbia, MD.
</blockquote>
<p>
Check out <a href="http://devzone.zend.com/node/view/id/977">the post</a> and the lovely graph <i>Cal</i> has put together for more cities and their stats.
</p>]]></description>
      <pubDate>Thu, 28 Sep 2006 11:21:08 -0500</pubDate>
    </item>
  </channel>
</rss>
