<?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, 20 Nov 2008 04:57:23 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Alex Netkachov's Blog: 6 PHP coding tips to write less code]]></title>
      <guid>http://www.phpdeveloper.org/news/8967</guid>
      <link>http://www.phpdeveloper.org/news/8967</link>
      <description><![CDATA[<p>
<i>Alex Netkachov</i> has <a href="http://www.alexatnet.com/node/100">shared six tips</a> in a new post on his blog today for how you can write less PHP code and get more done with it. It's based around <a href="http://www.phpdeveloper.org/news/8961">another post</a> from <i>Arnold Daniels</i> talking about a temporary variable method in PHP.
</p>
<blockquote>
This tip is useful to "lazy" developers who do not even think about variable names. They may prefer magic names like ${0} and 0 is good enough variable name, why not...
</blockquote>
<p>
His <a href="http://www.alexatnet.com/node/100">list</a> consists of:
</p>
<ul>
<li>Use || (or) and && (and) operations instead of if.
<li>Use ternary operator.
<li>Use for instead of while.
<li>In some cases PHP requires you to create a variable. [...] To handle all these situation you can create a set of small functions which shortcuts frequently used operations.
<li>Explore the language you use.
<li>When it is better to write more and then read the code easily, do not be lazy.
</ul>
<p>
Check out <a href="http://www.phpcult.com/blog/02/less-code-vs-good-code/">Vidyut Luther's response</a> to <i>Alex</i>'s comments as well as one from <a href="http://www.phpguru.org/#154">Richard Heyes</a>.
</p>]]></description>
      <pubDate>Mon, 05 Nov 2007 07:58:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Kore Nordmann's Blog: Image_3D Performance]]></title>
      <guid>http://www.phpdeveloper.org/news/5362</guid>
      <link>http://www.phpdeveloper.org/news/5362</link>
      <description><![CDATA[<p>
<i>Kore Nordmann</i> has made <a href="http://kore-nordmann.de/home/blog/php/image_3d_performance">a post</a> on his blog with more details on the Image_3D package and some of the rendering times he noticed (and the improvements) with the <a href="http://www.zend.com/de/products/zend_guard">Zend Guard</a> product.
</p>
<quote>
<i>
The <a href="http://www.zend.com/de/products/zend_guard">ZendGuard</a> offers optimization and encoding for your PHP code. I visited a friend who ownes a license of ZendGuard so that we had the idea to test it with something CPU intesinve like <a href="http://pear.php.net/package/Image_3D">Image_3D</a>. The results were quiet surprising.
</i>
</quote>
<p>
According to <a href="http://kore-nordmann.de/home/blog/php/image_3d_performance">his results</a>, the Zend Guard optimizer actually dropped the effectiveness and speed of rendering an image with his package - up to a 30% drop!
</p>]]></description>
      <pubDate>Sat, 13 May 2006 06:22:27 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Professional PHP Blog: Podcast interview with Andi Gutmans]]></title>
      <guid>http://www.phpdeveloper.org/news/4762</guid>
      <link>http://www.phpdeveloper.org/news/4762</link>
      <description><![CDATA[Professional PHP has <a href="http://www.procata.com/blog/archives/2006/01/30/podcast-interview-with-andi-gutmans/">thie opinions</a> posted today about the <a href="http://podcast.phparch.com/main/index.php/episodes:20060127">latest show</a> from the Pro-PHP Podcast - the interview with <i>Andi Gutmans</i>.
<p>
<quote>
<i>
I enjoyed Friday's <a href="http://podcast.phparch.com/main/index.php/episodes:20060127">pro::PHP podcast</a> interview with Andi Gutmans. With a name like pro::PHP how can I not like it? This was a less formal presentation than the <a href="http://www.procata.com/blog/archives/2005/12/05/zend-framework-webcast/">Zend Framework webcast</a>. Perhaps surprisingly informal for Andi, at least at the end. I thought Marcus Whitney did a great job selecting and asking questions. There were some technical difficulties in the live version. I hope those are worked out for the next broadcast, which I am looking forward to.
<p>
Now, the question is early February, or late February? 
</i>
</quote>
<p>
If you're confused about that last question, check out <a href="http://www.phpdeveloper.org/news/4760">this post</a> for the scoop. (According to a comment made by <i>Andi</i>, though, they're shooting for "mid-February")...]]></description>
      <pubDate>Tue, 31 Jan 2006 06:45:16 -0600</pubDate>
    </item>
  </channel>
</rss>
