<?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>Fri, 24 May 2013 05:35:51 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: PSR-Duh!]]></title>
      <guid>http://www.phpdeveloper.org/news/19452</guid>
      <link>http://www.phpdeveloper.org/news/19452</link>
      <description><![CDATA[<p>
On NetTuts.com today there's a post that <a href="http://net.tutsplus.com/tutorials/tools-and-tips/psr-duh/">talks about applying the PSR formatting</a> to your application's code. If you haven't already read their <a href="http://net.tutsplus.com/tutorials/php/psr-huh">introduction to the PSRs</a>, it's highly suggested.
</p>
<blockquote>
In a previous lesson here on Nettuts+, you learn about <a href="http://net.tutsplus.com/tutorials/php/psr-huh">PSR</a>; however, that article didn't detail the process of integrating that coding style into your projects. Let's fix that!
</blockquote>
<p>
They briefly recap the main two PSRs (PSR-1 and PSR-2, but no mention of PSR-3 the logging interface) and show code examples of them being applied. They also point to the <a href="http://pear.php.net/package/PHP_CodeSniffer">PHP_CodeSniffer</a> tool that you can use to keep your code in the correct structure. Instructions are included to install it specifically for the Sublime Text 2 editor via <a href="http://wbond.net/sublime_packages/package_control">package control</a>. It's just a command-line tool, though, so it could be integrated with just about any other editor/IDE out there too.
</p>
Link: http://net.tutsplus.com/tutorials/tools-and-tips/psr-duh]]></description>
      <pubDate>Fri, 12 Apr 2013 10:46:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Bradley Holt's Blog: The Twelve-Factor App Applied to PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/17188</guid>
      <link>http://www.phpdeveloper.org/news/17188</link>
      <description><![CDATA[<p>
Recently a site called <a href="http://www.12factor.net/">The Twelve Factor App</a> surfaced as a guideline for web applications to be at their best. <i>Bradley Holt</i> has taken these suggestions and has <a href="http://bradley-holt.com/2011/11/the-twelve-factor-app-applied-to-php/">applied them to PHP applications</a> in a few quick comments to each point.
</p>
<blockquote>
If you develop web apps, I encourage you to check out <a href="http://www.12factor.net/">The Twelve-Factor App</a>. This is an excellent resource for anyone building and deploying software-as-a-service. PHP has great support for many of the twelve-factors. I want to take a look at specifically how each factor may be applied to a PHP application.
</blockquote>
<p>
Some of the points the Twelve-Factor App makes aren't entirely relevant to PHP (like "Backing Services") but <i>Bradley</i> gets into details on others, providing technology that can be used to fill the need.
</p>]]></description>
      <pubDate>Wed, 30 Nov 2011 10:14:49 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Stoyan Stefanov's Blog: Image fun with PHP - part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/9031</guid>
      <link>http://www.phpdeveloper.org/news/9031</link>
      <description><![CDATA[<p>
<i>SToyan Stefanov</i> has <a href="http://www.phpied.com/image-fun-with-php-part-2/">posted some examples</a> of what sort of output can be made with the imagefilter function in PHP.
</p>
<p>
Here's the list of filters he applies:
</p>
<ul>
<li>Brightness
<li>Grayscale
<li>Contrast
<li>Colorize
<li>Edge Detect
<li>Emboss
<li>Gaussian Blur
<li>Selective Blur
<li>Mean Removal
<li>Smooth
<li>Negate
</ul>
<p>
And, as a sort of a bonus, he <a href="http://www.phpied.com/image-fun-with-php-part-2/">includes a lazy way</a> to make your image look like it's sepia toned.
</p>]]></description>
      <pubDate>Tue, 13 Nov 2007 12:56:00 -0600</pubDate>
    </item>
  </channel>
</rss>
