<?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>Sat, 05 Jul 2008 05:55:10 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: Does Wordpress 2.5.1 suck?]]></title>
      <guid>http://www.phpdeveloper.org/news/10340</guid>
      <link>http://www.phpdeveloper.org/news/10340</link>
      <description><![CDATA[<p>
On the KillerPHP blog today, <i>Stefan Mischook</i> <a href="http://www.killerphp.com/articles/wordpress-251-sucks/">comments on</a> whether or not WordPress version 2.5.1 "sucks".
</p>
<blockquote>
I just recently installed the this latest version of Wordpress (2.5.1) and quickly found it hanging (while trying to load a page) for as long as 40-50 seconds! I then proceeded to isolate the potential causes (database, custom fields, custom theme) and have since found out that something stinks in 2.5.1's core. 
</blockquote>
<p>
He details some of the steps he took to try to track down the bug - installing on another server, searching the web for others with the same issue. His suggestion?
</p>
<blockquote>
Before you upgrade your old working installation of Wordpress, I would suggest that you test 2.5.1 in some other directory just to be sure it works with your server.
</blockquote>]]></description>
      <pubDate>Wed, 04 Jun 2008 12:08:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Michael Girouard's Blog: Rolling Your Own MVC: The Page Load Scenario]]></title>
      <guid>http://www.phpdeveloper.org/news/9944</guid>
      <link>http://www.phpdeveloper.org/news/9944</link>
      <description><![CDATA[<p>
<i>Michael Girouard</i> has posted his <a href="http://www.lovemikeg.com/blog/2008/04/07/rolling-your-own-mvc-the-page-load-scenario/">10,00 foot view</a> of the typical structure of an Model/View/Controller application (and framework) and how a page request is handled:
</p>
<blockquote>
In my <a href="http://www.lovemikeg.com/blog/2008/02/21/rolling-your-own-mvc-introduction/">previous article</a>, I announced that I would be documenting the process of developing a simple MVC framework. In this post I will go into a little more detail about each of the specific components of our MVC and will discuss the series of events which occur each time a page loads, otherwise known as the page load scenario.
</blockquote>
<p>
He talks about how URIs work, the role of mod_rewrite, several of the objects involved (like the Front Controller, Request, Route and View) and how they all fit in with the custom Models, Views and Controllers the user could define.
</p>]]></description>
      <pubDate>Wed, 09 Apr 2008 15:33:45 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Working with Multiple Document Nodes with the DOM XML Extension in PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/9818</guid>
      <link>http://www.phpdeveloper.org/news/9818</link>
      <description><![CDATA[<p>
DevShed has posted the <a href="http://www.devshed.com/c/a/PHP/Working-with-Multiple-Document-Nodes-with-the-DOM-XML-Extension-in-PHP-5/">fourth part</a> of their series looking at working with the DOM functionality of PHP5, this time with a focus on working with multiple document nodes inside of an XML document.
</p>
<blockquote>
It's time to learn a few other methods included with the DOM XML extension. Based upon this premise, in this fourth tutorial I'm going to show you how to get access to multiple nodes of an XML document, either for internal processing or simply for echoing to the browser.
</blockquote>
<p>
They show you how to <a href="http://www.devshed.com/c/a/PHP/Working-with-Multiple-Document-Nodes-with-the-DOM-XML-Extension-in-PHP-5/1/">grab the collection of nodes</a> to work with and how to grab data from an XML text file <a href="http://www.devshed.com/c/a/PHP/Working-with-Multiple-Document-Nodes-with-the-DOM-XML-Extension-in-PHP-5/2/">with load()</a> and <a href="http://www.devshed.com/c/a/PHP/Working-with-Multiple-Document-Nodes-with-the-DOM-XML-Extension-in-PHP-5/3/">loadXML()</a>.
</p>]]></description>
      <pubDate>Wed, 19 Mar 2008 07:59:49 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Leon Chevalier's Blog: Improve website load time by 500% with 3 lines of code]]></title>
      <guid>http://www.phpdeveloper.org/news/9477</guid>
      <link>http://www.phpdeveloper.org/news/9477</link>
      <description><![CDATA[<p>
<i>Leon Chevalier</i> has <a href="http://aciddrop.com/2008/01/21/boost-your-website-load-time-with-3-lines-of-code/">posted about a class</a> he's developed (you can download it <a href="http://aciddrop.com/2008/01/23/site-speed-boost-script-updated/">here</a>) that can help to speed up the load times for your site.
</p>
<blockquote>
There are 4 relatively easy ways by which you can speed up the time it takes a browser to download a page. Following on from my post on <a href="http://aciddrop.com/2008/01/03/automatically-join-your-javascript-and-css-into-a-single-file/">joining CSS and JavaScript files</a>, I have written a PHP script which will automatically do all of the above.
</blockquote>
<p>
He <a href="http://aciddrop.com/2008/01/21/boost-your-website-load-time-with-3-lines-of-code/">gives example code</a> of the class in action and includes some screenshots of the benchmarks from the <a href="http://developer.yahoo.com/yslow/">YSlow</a> Firefox extension showing the improvements.
</p>]]></description>
      <pubDate>Wed, 23 Jan 2008 12:09:00 -0600</pubDate>
    </item>
  </channel>
</rss>
