<?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>Sun, 19 May 2013 18:11:41 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[SitePoint.com: Should Designers Have Coding Skills?]]></title>
      <guid>http://www.phpdeveloper.org/news/14489</guid>
      <link>http://www.phpdeveloper.org/news/14489</link>
      <description><![CDATA[<p>
On SitePoint.com there's an <a href="http://www.sitepoint.com/blogs/2010/05/10/should-designers-have-coding-skills/">interesting opinion piece</a> on one of the bigger debates in the web development world - should designers know how to write code, even if it's just a little?
</p>
<blockquote>
This debate has been raging on SitePoint for some time. The issue was raised by Elliot Jay Stocks following a simple tweet: "Honestly, I'm shocked that in 2010 I'm still coming across '˜web designers' who can't code their own designs. No excuse."
</blockquote>
<p>
This, of course, sparked a whole host of other opinions from the SitePoint readers and they've gathered them together and summarized the "for" and "against" topics from there. Those on the pro-coding side suggest that not only does it give them some appreciation for what the developers do for the designers but it also can make them a better, more flexible asset down the line. The those on the con-coding side suggest that designer time is precious and should be devoted to the usability of the site. They also note that you don't "need to be a plumber" to know how to get a working site together - each member needs to do their job.
</p>
<p>
Be sure to check out <a href="http://www.sitepoint.com/blogs/2010/05/10/should-designers-have-coding-skills/#comments">the comments</a> for some other great thoughts from the community.
</p>]]></description>
      <pubDate>Mon, 10 May 2010 12:06:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Juozas Kaziukenas' Blog:  Why Zend Framework?]]></title>
      <guid>http://www.phpdeveloper.org/news/13637</guid>
      <link>http://www.phpdeveloper.org/news/13637</link>
      <description><![CDATA[<p>
In <a href="http://dev.juokaz.com/php/why-zend-framework">a new post</a> <i>Juozas Kaziukenas</i> takes a look at reasons he thinks you should (or shouldn't?) use the <a href="http://framework.zend.com">Zend Framework</a> for your next application.
</p>
<blockquote>
This is not a comparison of frameworks though, because I don't feel like having enough experiences with other frameworks to make a fare comparison, that's why this is going to be only a Zend Framework analysis.
</blockquote>
<p>
He starts with some of his history with the Zend Framework so you'll know where he's coming from. He also lists out some of the advantages of the framework - it's customizable nature, the quality of the code, the large user community - and some of the disadvantages like it being hard to learn, that it's too loosely coupled and the fact that some components have fallen by the wayside and aren't really being maintained.
</p>]]></description>
      <pubDate>Tue, 08 Dec 2009 08:16:52 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Willbanks' Blog: Why Utilize Zend Server Community Edition]]></title>
      <guid>http://www.phpdeveloper.org/news/12159</guid>
      <link>http://www.phpdeveloper.org/news/12159</link>
      <description><![CDATA[<p>
In <a href="http://blog.digitalstruct.com/2009/03/17/why-utilize-zend-server-community-edition/">this new post</a> to his blog <i>Mike Willbanks</i> talks about some of the reasons he's found (including a few bad ones) to use or not use the <a href="http://www.zend.com/en/products/server/">Zend Server</a> (Community Edition) for your application.
</p>
<blockquote>
At work, we were looking to see where we were going as far as future PHP versions and maintaining our production environments it was appealing to see the <a href="http://www.zend.com/en/products/server/">Zend Server</a> offering. After receiving the email about the public beta, I decided to give this a test spin and the results of which was taken with high regard.
</blockquote>
<p>
<i>Mike</i> looks at some of the advantages the software offers - including the Zend Control Panel and extensions offered - and a few disadvantages - like the location of the Apache configuration files and the age of some of the extensions included. He also briefly looks at the Zend Control Panel and the features it offers.
</p>]]></description>
      <pubDate>Wed, 18 Mar 2009 09:33:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Richard Heyes' Blog: An epiphany... (using cron)]]></title>
      <guid>http://www.phpdeveloper.org/news/9311</guid>
      <link>http://www.phpdeveloper.org/news/9311</link>
      <description><![CDATA[<p>
<i>Richard Heyes</i> has <a href="http://www.phpguru.org/#168">shared an epiphany</a> he's come up with - a method for running scripts in a web-based environment using lynx.
</p>
<blockquote>
OK maybe not to you, but it has just occurred to me, and things don't come to me all that fast these days. Cron jobs. [...] You can have a directory inside your webroot called "cron" (imaginative eh?) with scripts in there that are run via cron.
</blockquote>
<p>
His method uses the cron daemon on the machine to invoke lynx and call the web page through its url. Of course, there are advantages and disadvantages of the method (including having the script open to the world - scary). Be sure to check out <a href="http://www.phpguru.org/article.php/168#comments">the comments</a> for other suggestions from fellow developers.
</p>]]></description>
      <pubDate>Wed, 26 Dec 2007 09:40:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Nick Halstead's Blog: Uses of Pseudo Code in Development]]></title>
      <guid>http://www.phpdeveloper.org/news/7996</guid>
      <link>http://www.phpdeveloper.org/news/7996</link>
      <description><![CDATA[<p>
In <a href="http://blog.assembleron.com/2007/06/03/uses-of-pseudo-code-in-development/">a post from Nick Halstead</a> on the Programming and Management Blog, he discusses something just about every developer is familiar with - pseudo code.
</p>
<blockquote>
Writing pseudo code and program code separately simplifies the overall task by splitting it into two simpler tasks. While writing the algorithm the developer can focus on solving the problem, not how it is written in a a particular language. Once the pseudo code is written and has been checked; writing the real code becomes much simpler, the programmer is only concerned with converting the pseudo code into the appropriate program code.
</blockquote>
<p>
<i>Nick</i> <a href="http://blog.assembleron.com/2007/06/03/uses-of-pseudo-code-in-development/">looks at both sides</a> of its use and includes the good (doesn't take language-specific understanding) and the bad (could hide logic flaws that could be tragic later). He also includes a quick overview of how to write it, making sure to keep things high level and all about the structure.
</p>]]></description>
      <pubDate>Thu, 07 Jun 2007 07:55:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul van Iterson's Blog: Why you want Object Oriented Programming in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7528</guid>
      <link>http://www.phpdeveloper.org/news/7528</link>
      <description><![CDATA[<p>
In a new post to his "Quaint Tech" blog, <i>Paul van Iterson</i> talks about <a href="http://quainttech.blogspot.com/2007/03/why-you-want-object-oriented.html">why you want (to use) object-oriented programming</a> in your PHP applications versus the more procedural methods.
</p>
<blockquote>
Most modern programming languages are based on an OO approach and don't even allow for procedural coding anymore (for instance in languages as Java, C++, C#, Python, and Ruby). Explaining OOP goes beyond the scope of this article, so for understanding OOP in PHP I'd like to point you in this direction. For now let's just say that OOP is about creating relatively small objects with specific functions that interact with each other to form a complete application.
</blockquote>
<p>
Right off, he lists two advantages to using OOP methods (reusability and better structure) and a disadvantage (can be more time consuming to write). He does still recommend it though to any "serious PHP developer taking on serious projects". He illustrates the point with some of his own experience - an application for a real estate firm. 
</p>]]></description>
      <pubDate>Thu, 29 Mar 2007 11:05:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Magazine: Two New Polls - CMS Features & PHP5 Choices]]></title>
      <guid>http://www.phpdeveloper.org/news/5830</guid>
      <link>http://www.phpdeveloper.org/news/5830</link>
      <description><![CDATA[<p>
The International PHP Magazine site has two new polls posted today, one looking at the most requested features in a content maangement system and the other asking about the biggest disadvantage to using PHP5.
</p>
<p>
In <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26134,nodeid,5.html">the first poll</a> (CMS features), they ask readers to tell them which features they'd rather have most in their software of choice. Options range from "small footprint" to "easy to skin". Submit your choice <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26134,nodeid,5.html">here</a>
</p>
<p>
In the <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26130,nodeid,5.html">second poll</a> they already have the results posted, showing what readers think the biggest disadvantage of choosing PHP5 for their platform is. Top on the list is the overwhelming number of frameworks that are available for it. Coming in last is a tie - problems with dynamic typing in debugging and, of course, "all of the above".
</p>]]></description>
      <pubDate>Wed, 19 Jul 2006 20:07:34 -0500</pubDate>
    </item>
  </channel>
</rss>
