<?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>Tue, 16 Mar 2010 09:33:44 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Alan Sorkin's Blog: The Difference Between A Developer, A Programmer And A Computer Scientist]]></title>
      <guid>http://www.phpdeveloper.org/news/14188</guid>
      <link>http://www.phpdeveloper.org/news/14188</link>
      <description><![CDATA[<p>
On his blog today <i>Alan Sorkin</i> has a humorous take on what the difference is between <a href="http://www.skorks.com/2010/03/the-difference-between-a-developer-a-programmer-and-a-computer-scientist/">computer scientists, programmers and developers</a> according to where they place their focus.
</p>
<blockquote>
I have often used those three terms almost interchangeably, yes, even computer scientist. After all, most of us have a degree in computer science, so what does that make us? However, recently I find that those three things have come to take on more and more distinct personalities in my mind. [...] It is difficult to define what each one should be, (it is more of a gut feel rather than a strict delineation) they are very similar (and rightly so), but I am going to attempt to do it anyway.
</blockquote>
<p>
He splits them up according to a few criteria - how their code looks, how it works and what level their math skills are at. The photos he uses to further define each are pretty dead on too.
</p>]]></description>
      <pubDate>Tue, 16 Mar 2010 08:08:45 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Latest PECL Releases for 03.16.2010]]></title>
      <guid>http://www.phpdeveloper.org/news/14187</guid>
      <link>http://www.phpdeveloper.org/news/14187</link>
      <description><![CDATA[Latest PECL Releases:
<ul><li><a href="http://pecl.php.net/package/gearman/download/0.7.0/">gearman 0.7.0</a>
<li><a href="http://pecl.php.net/package/memcached/download/1.0.1/">memcached 1.0.1</a>
<li><a href="http://pecl.php.net/package/intl/download/1.1.1/">intl 1.1.1</a>
</ul>]]></description>
      <pubDate>Tue, 16 Mar 2010 07:05:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Customize Your WordPress Blog with PHP Plugins and Widgets]]></title>
      <guid>http://www.phpdeveloper.org/news/14186</guid>
      <link>http://www.phpdeveloper.org/news/14186</link>
      <description><![CDATA[<p>
On PHPBuilder.com today there's a new tutorial walking you through the <a href="http://www.phpbuilder.com/columns/keith_vance031110.php3">creation of a simple WordPress plugin</a> that shows the latest YouTube video from your blog's channel.
</p>
<blockquote>
Think of plugins as components where you put your functionality and widgets as components of your user interface. Building your own WordPress plugins and widgets will make your blog truly original, and all you need is basic PHP and HTML knowledge - and your imagination.
</blockquote>
<p>
They help you get started with defining a few constants, registering the actions with WordPress, building the widget (with complete cut-and-paste-able code) and including it in your WordPress blog. You can <a href="http://www.phpbuilder.com/columns/boobtube.zip">download the complete source</a> if you want to get started quickly.
</p>]]></description>
      <pubDate>Mon, 15 Mar 2010 14:51:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Juozas Kaziukenas' Blog: Zend Framework is NOT bloated]]></title>
      <guid>http://www.phpdeveloper.org/news/14185</guid>
      <link>http://www.phpdeveloper.org/news/14185</link>
      <description><![CDATA[<p>
In response to one of the constant claims about the Zend Framwork - that it's large and bloated - <i>Juozas Kaziukenas</i> tries to <a href="http://dev.juokaz.com/php/zend-framework-is-not-bloated">dispel three things</a> that people use to reinforce this belief.
</p>
<blockquote>
Zend Framework is always considered as being the slow/bloated one. I don't think this is right, so I decided to prove that it's not correct and in fact ZF is as good as other frameworks are. This post doesn't cover any benchmarks though; this is more like a architecture review and some misconceptions disproof. 
</blockquote>
<p>
He counters the following with a bit of logic that makes the points a bit more shaky than they first seem:
</p>
<ul>
<li>Large installation footprint
<li>Unnecessary features
<li>Use more system resources
</ul>
<p>
If you're still not convinced, he offers two other tips to help streamline your Zend Framework install - profiling to find the bottlenecks and using <a href="http://framework.zend.com/manual/en/zend.application.html">Zend_Application</a> sparingly as it can be a bit of a resource problem.
</p>]]></description>
      <pubDate>Mon, 15 Mar 2010 13:03:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[EllisLabs Blog: EllisLab moves to Mercurial, Assembla, BitBucket; CodeIgniter 2.0 Baking]]></title>
      <guid>http://www.phpdeveloper.org/news/14184</guid>
      <link>http://www.phpdeveloper.org/news/14184</link>
      <description><![CDATA[<p>
On the EllisLabs site there's a recent post talking about some of the <a href="http://codeigniter.com/news/ellislab_moves_to_mercurial_assembla_bitbucket_codeigniter_2.0_baking/#When:16:00:35Z">big changes that've happened</a> to their development process surrounding <a href="http://codeigniter.com">CodeIgniter</a> and its future version.
</p>
<blockquote>
EllisLab today announces changes to our internal development processes, including dropping Subversion in favor of <a href="http://mercurial.selenic.com/">Mercurial</a> and adopting <a href="http://assembla.com/">Assembla</a> as our agile software development management tool.  Along with these changes, CodeIgniter 2.0 pre-release code is in development, and is now hosted at the Mercurial-focused social coding site <a href="http://bitbucket.org/">BitBucket</a>. 
</blockquote>
<p>
They also talk about their move to the Scrum method of software development and how this (and their change of version control system) can help the future of CodeIgniter (version 2.0) come even sonoer through contributed updates and bugfixes made much simpler through the features of <a href="http://bitbucket.org/">BitBucket</a> (similar to <a href="http://github.com">Github</a>). If you'd like to contribute, you can <a href="http://bitbucket.org/ellislab/codeigniter/">follow the CodeIgniter project</a> and get busy contributing back to this great framework.
</p>]]></description>
      <pubDate>Mon, 15 Mar 2010 12:12:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ZendCasts.com: Writing Composite Zend_Form Elements]]></title>
      <guid>http://www.phpdeveloper.org/news/14183</guid>
      <link>http://www.phpdeveloper.org/news/14183</link>
      <description><![CDATA[<p>
A recent tutorial (screencast) has been posted to the ZendCasts.com site looking at creating <a href="http://www.zendcasts.com/writing-composite-zend_form-elements/2010/03/">custom Zend_Form elements</a> when you need something more than just the usual, simple elements.
</p>
<blockquote>
This video should help you build your own composite Zend_Form element. We'll be building a phone element. The phone element will have 3 textboxes, one for geographic location, area code and local code. In the following videos will add a custom cell phone validator and some ajax validation. 
</blockquote>
<p>
You can grab a <a href="http://zendcasts.googlecode.com/svn/trunk/zc49-composite-form-elements/zc49-composite-form-elements.zip">copy of the source</a> if you'd like to follow along or you can just <a href="http://code.google.com/p/zendcasts/source/browse/#svn/trunk/zc49-composite-form-elements">look around the repository</a> to find the source for this and other great lessons from the site.
</p>]]></description>
      <pubDate>Mon, 15 Mar 2010 11:33:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Solar Blog: Solar 1.0.0 Stable Released]]></title>
      <guid>http://www.phpdeveloper.org/news/14182</guid>
      <link>http://www.phpdeveloper.org/news/14182</link>
      <description><![CDATA[<p>
As mentioned on <a href="http://solarphp.com/blog/read/66-solar-100-stable-released">Solar blog</a> and a few <a href="http://www.phparch.com/2010/03/12/solar-1-0-0-stable-released">other</a> <a href="http://developers.slashdot.org/story/10/03/11/2147212/SolarPHP-10-Released">places</a> on the web, the stable 1.0.0 version of the <a href="http://solarphp.com">Solar PHP framework</a> has been released, marking a significant milestone in the framework's development.
</p>
<blockquote>
Yesterday, I announced the release of the 1.0.0 stable version of the <A href="http://solarphp.com/">Solar Framework for PHP</a> on our mailing list. (I tagged the release four days ago on Monday, but wanted to time the announcement to go along with my <a href="http://joind.in/1350">Solar presentation</a> at <a href="http://confoo.ca/">ConFoo</a>.)
</blockquote>
<p>
The Changelog for the release can be <a href="http://svn.solarphp.com/core/tags/release-1.0.0/info/notes">found here</a> and some of the latest updates include improved CSRF features, named actions and optimized queries. 
</p>
<blockquote>
This stable release is the culmination of about five years of development effort, with important contributions from several others in the PHP community. My many thanks to everyone who helped make this release, and all the previous releases, better than I could have made it on my own.
</blockquote>]]></description>
      <pubDate>Mon, 15 Mar 2010 10:04:23 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ibuildings techPortal: 8 Reasons Every PHP Developer Should Love Javascript]]></title>
      <guid>http://www.phpdeveloper.org/news/14181</guid>
      <link>http://www.phpdeveloper.org/news/14181</link>
      <description><![CDATA[<p>
On the Ibuildings techPortal they're posted the latest podcast in their Dutch PHP Conference 2009 sessions series - <i>Boy Baukema</i>'s talk on why every PHP developer <a href="http://techportal.ibuildings.com/2010/03/12/8-reasons-every-php-developer-should-love-javascript/">should love Javascript</a>.
</p>
<blockquote>
In this talk these and more comparisons will be drawn between the two languages. The main weaknesses and strengths of JavaScript will be discussed and compared to PHP. Examples will be given of closures and lambda functions in JavaScript and they will be compared to the implementation of these same features in the upcoming PHP 5.3. And through comparison the speaker will demonstrate that the two languages are quite similar.
</blockquote>
<p>
To listen you can either use the <a href="http://techportal.ibuildings.com/2010/03/12/8-reasons-every-php-developer-should-love-javascript/">in-page player</a> or you can <a href="http://techportal.ibuildings.com/wp-content/uploads/audio/dpcradio/episode_017.mp3">download the mp3 directly</a> and listen offline at your leisure.
</p>]]></description>
      <pubDate>Mon, 15 Mar 2010 09:12:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Webinar - New in Zend Framework 1.10!]]></title>
      <guid>http://www.phpdeveloper.org/news/14180</guid>
      <link>http://www.phpdeveloper.org/news/14180</link>
      <description><![CDATA[<p>
If you've been looking for a good way to get introduced to the latest version of the Zend Framework but didn't know where to start, you might grab a spot in <a href="http://devzone.zend.com/article/11954-Webinar---New-in-Zend-Framework-1.10">this upcoming webinar</a> from Zend about the Zend Framework 1.10.
</p>
<blockquote>
Zend Framework 1.10 sports a ton of new features, as well as completely revamped online documentation. In this webinar, Matthew Weier O'Phinney, Framework Project Lead, and Ralph Schindler, Zend Framework Software Engineer, will present a synopsis of the new features, discuss the new online documentation system and how it's built, and answer your questions about the new release.
</blockquote>
<p>
The webinar will be happening this coming Wednesday, March 17th, at 9am PST and will be happening via WebEx. <i>Matthew Weier O'Phinney</i> and <i>Ralph Schindler</i> will be talk about the new features, current functionality that was enhanced and will answer your burning questions. To reserve your spot, head over to the <a href="http://www.zend.com/webinar/register/?eventNumber=571082635">registration page</a> and enter your info.
</p>]]></description>
      <pubDate>Mon, 15 Mar 2010 08:48:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Latest PEAR Releases for 03.15.2010]]></title>
      <guid>http://www.phpdeveloper.org/news/14179</guid>
      <link>http://www.phpdeveloper.org/news/14179</link>
      <description><![CDATA[Latest PEAR Releases:
<ul><li><a href="http://pear.php.net/package/Net_SMTP/download/1.4.2/">Net_SMTP 1.4.2</a>
<li><a href="http://pear.php.net/package/Mail_Mime/download/1.6.1/">Mail_Mime 1.6.1</a>
<li><a href="http://pear.php.net/package/HTML_QuickForm2/download/0.4.0/">HTML_QuickForm2 0.4.0</a>
<li><a href="http://pear.php.net/package/OpenID/download/0.1.1/">OpenID 0.1.1</a>
<li><a href="http://pear.php.net/package/Archive_Tar/download/1.3.6/">Archive_Tar 1.3.6</a>
<li><a href="http://pear.php.net/package/Services_Facebook/download/0.2.10/">Services_Facebook 0.2.10</a>
<li><a href="http://pear.php.net/package/Services_Facebook/download/0.2.11/">Services_Facebook 0.2.11</a>
<li><a href="http://pear.php.net/package/HTML_Template_IT/download/1.3.0/">HTML_Template_IT 1.3.0</a>
<li><a href="http://pear.php.net/package/pearweb_channelxml/download/1.15.1/">pearweb_channelxml 1.15.1</a>
</ul>]]></description>
      <pubDate>Mon, 15 Mar 2010 07:06:21 -0500</pubDate>
    </item>
  </channel>
</rss>
