<?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>Wed, 09 Jul 2008 07:18:31 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Doug Brown's Blog: Zend_Cache is Saving me Money!]]></title>
      <guid>http://www.phpdeveloper.org/news/10543</guid>
      <link>http://www.phpdeveloper.org/news/10543</link>
      <description><![CDATA[<p>
<i>Doug Brown</i> has <a href="http://www.brownphp.com/2008/07/zend_cache-is-saving-me-money/">posted a new entry</a> to his blog about how the Zend_Cache component of the Zend Framework has saved him some money.
</p>
<p>
He and his site were taken offline by his own hosting company because of one little detail - the limit on usage for the shared server was 3% and his site was using 30%. Going through his logs, he found the culprit - a "too many connections" message from MySQL due to the number of requests.
</p>
<blockquote>
I'll admit, I was in a huge hurry to get this project done, so I wasn't thinking about the long term effects.  Needless to say, I wasn't caching my MySQL query results. I know, tisk tisk.
</blockquote>
<p>
He added a new private method to his class (using Zend_Cache to store the date) and dropped the call into his controller to pulled the cached info whenever it needed it.
</p>]]></description>
      <pubDate>Fri, 04 Jul 2008 07:55:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Evan Sims' Blog: Introducing SmugURL]]></title>
      <guid>http://www.phpdeveloper.org/news/10022</guid>
      <link>http://www.phpdeveloper.org/news/10022</link>
      <description><![CDATA[<p>
<i>Evan Sims</i>, a recent convert from Flickr to SmugMug, has whipped up a little something to help make getting to those SmugMug unfriendly URLs a little bit easier - <a href="http://smugurl.com/">SmugUrl</a>:
</p>
<blockquote>
one aspect I didn't like was their URL scheme. They have good reasons for doing it, and I can't fault them for trying to maintain the privacy and security of their users. Heck, I applaud them for it. Still, I like my URLs pretty, and more importantly search engine friendly. So, I decided to take matters into my own hands and build <a href="http://smugurl.com/">SmugURL</a>.
</blockquote>
<p>
His example replaces this - <a href="http://evansims.smugmug.com/gallery/4717671_Ywtjp#279209234_a2ALu">http://evansims.smugmug.com/gallery/4717671_Ywtjp#279209234_a2ALu</a> - with this - <a href="http://smugurl.com/evansims/myst_online">http://smugurl.com/evansims/myst_online</a>...much more readable. He's even created a little bookmarklet you can drop into your bookmarks to make creating the URLs quick and easy. Check out <a href="http://smugurl.com/">for more</a>.
</p>]]></description>
      <pubDate>Wed, 23 Apr 2008 10:23:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: GoPHP5 Project Wraps Up]]></title>
      <guid>http://www.phpdeveloper.org/news/9592</guid>
      <link>http://www.phpdeveloper.org/news/9592</link>
      <description><![CDATA[<p>
The highly controversial <a href="http://www.gophp5.org">GoPHP5</a> project has come to his finishing mark (actually February 5th) and has been claimed a success by <i>Robert Douglass</i>, one of the creators of the project:
</p>
<blockquote>
Congratulations are in order. Since the launch of GoPHP5.org, over 100 software projects and over 200 web hosts have come on board to support the adoption of PHP 5.2. As opposed to just a few months ago, it is now easy to find a hosting solution that supports PHP 5, and software developers can turn to the attractive new features that PHP 5 offers without the need to worry that they are leaving their end users without options.
</blockquote>
<p>
He gives credits to <i>Larry Garfield</i> and <i>Marc Delisle</i> for their hard work towards making the project a success and notes that the project can stand as a successful effort that the community pulled together on to make development and the platforms we build on that much better. Be sure and check out the <a href="http://gophp5.org/projects">long list of projects</a> and <a href="http://gophp5.org/hosts">hosting companies</a> that made the move to PHP5.
</p>]]></description>
      <pubDate>Fri, 08 Feb 2008 12:02:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials Blog: PHP Web Hosts: The Version Dilemma]]></title>
      <guid>http://www.phpdeveloper.org/news/9568</guid>
      <link>http://www.phpdeveloper.org/news/9568</link>
      <description><![CDATA[<p>
In <a href="http://www.developertutorials.com/blog/php/php-web-hosts-the-version-dilemma-23/">this post</a> to the Developer Tutorials blog, <i>Akash Mehta</i> talks about the "version dilemma" that developers face when looking for good hosting - with all of the push towards PHP5 these days, why is it that so many hosting environments are still running on PHP4?
</p>
<blockquote>
If you purchase a cheap hosting account with many of the major web hosts around today, chances are they will be running PHP 4. The problem for web hosts is this: the PHP community may have moved on from version 4, but a lot of the code out there hasn't.
</blockquote>
<p>
He recommends one solution that several hosting providers are starting to gravitate towards - offering both to their customers and allowing them to switch between them (via something like cPanel).
</p>]]></description>
      <pubDate>Tue, 05 Feb 2008 09:31:00 -0600</pubDate>
    </item>
  </channel>
</rss>
