<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>refresherate.com &#187; Javascript</title>
	<atom:link href="http://www.refresherate.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.refresherate.com</link>
	<description>An invigorating splash of web geek goodness.</description>
	<lastBuildDate>Fri, 18 Nov 2011 15:16:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Minify &#8211; On Demand CSS/JS Compression</title>
		<link>http://www.refresherate.com/2009/01/22/minify-on-demand-cssjs-compression/</link>
		<comments>http://www.refresherate.com/2009/01/22/minify-on-demand-cssjs-compression/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 14:40:44 +0000</pubDate>
		<dc:creator>Sheldon Finlay</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.refresherate.com/?p=50</guid>
		<description><![CDATA[It&#8217;s always a good idea to compress JavaScript and CSS files in order to have them load faster.  However, it&#8217;s a compressed file is nearly impossible to edit if you need to make changes down the road. Enter Minify. Minify is a PHP5 app that can combine multiple CSS or Javascript files, compress their contents [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always a good idea to compress JavaScript and CSS files in order to have them load faster.  However, it&#8217;s a compressed file is nearly impossible to edit if you need to make changes down the road. <a href="http://code.google.com/p/minify/">Enter Minify</a>. Minify is a PHP5 app that can combine multiple CSS or Javascript files, compress their contents (i.e. removal of unnecessary whitespace/comments), and serve the results with HTTP encoding (gzip/deflate) and headers that allow optimal client-side caching. It&#8217;s a pretty sweet deal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.refresherate.com/2009/01/22/minify-on-demand-cssjs-compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

