<?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>Mon, 06 Oct 2008 18:49:12 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ryan Grove's Blog:  Minify combines, minifies &caches JavaScript & CSS files to speed up page loads]]></title>
      <guid>http://www.phpdeveloper.org/news/7782</guid>
      <link>http://www.phpdeveloper.org/news/7782</link>
      <description><![CDATA[<p>
<a href="http://wonko.com/article/519">This new entry</a> on <i>Ryan Grove</i>'s blog today points out a handy little tool written in PHP that can be used to (somewhat) reduce the time it takes for your pages to download.
</p>
<blockquote>
<a href="http://code.google.com/p/minify/">Minify</a> is a PHP library that attempts to fix this problem by combining multiple CSS or JavaScript files into one download. By default, it also removes comments and unnecessary whitespace to decrease the amount of data that must be sent to the browser. Most importantly, it does all of this on the fly and requires only a few simple changes to your existing web pages.
</blockquote>
<p>
He gives a <a href="http://wonko.com/article/519">before and after</a> example of the things it can do - mainly combining multiple tags (like link and script) and their information into one. Check out <a href="http://code.google.com/p/minify/">its page</a> on the Google Code site for more information.
</p>]]></description>
      <pubDate>Fri, 04 May 2007 16:52:00 -0500</pubDate>
    </item>
  </channel>
</rss>
