<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Minify and compress Javascript/CSS with minimal CPU overhead</title>
	<link>http://www.tummblr.com/wordpress/minify-and-gzip-javascript-and-css-with-minimal-cpu-overhead/</link>
	<description>Records of my tumblings through the intarwebs</description>
	<pubDate>Fri, 16 May 2008 03:55:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Paolo Gabrielli</title>
		<link>http://www.tummblr.com/wordpress/minify-and-gzip-javascript-and-css-with-minimal-cpu-overhead/#comment-265</link>
		<dc:creator>Paolo Gabrielli</dc:creator>
		<pubDate>Tue, 29 Jan 2008 19:07:36 +0000</pubDate>
		<guid>http://www.tummblr.com/wordpress/minify-and-gzip-javascript-and-css-with-minimal-cpu-overhead/#comment-265</guid>
		<description>That's a very interesting article. Thanks to it I've found JSmart a very interesting project too. Unfortunately it's still at July 2006, nonetheless is interesting for its semplicity.
Maybe we can hack it to join the CSS and the JS togheter and to implement other ideas... let's see!</description>
		<content:encoded><![CDATA[<p>That&#8217;s a very interesting article. Thanks to it I&#8217;ve found JSmart a very interesting project too. Unfortunately it&#8217;s still at July 2006, nonetheless is interesting for its semplicity.<br />
Maybe we can hack it to join the CSS and the JS togheter and to implement other ideas&#8230; let&#8217;s see!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tummblr</title>
		<link>http://www.tummblr.com/wordpress/minify-and-gzip-javascript-and-css-with-minimal-cpu-overhead/#comment-97</link>
		<dc:creator>Tummblr</dc:creator>
		<pubDate>Mon, 24 Dec 2007 22:12:42 +0000</pubDate>
		<guid>http://www.tummblr.com/wordpress/minify-and-gzip-javascript-and-css-with-minimal-cpu-overhead/#comment-97</guid>
		<description>Hi Mike,

Thanks for your comment and helpful code snippet.  I'm glad you found this post interesting.  Note that I am *not* the author of JSmart (http://farhadi.ir/jsmart.html).  I am merely describing methods of taking advantage of this seldom-talked-about tool.

I have worked on some code related to the automation and management of pre-compressed JS and CSS files (but not concatination, sorry).  I need to find time to document, write up a post, and publish the code.  Time, why is there always not enough of it?!</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Thanks for your comment and helpful code snippet.  I&#8217;m glad you found this post interesting.  Note that I am *not* the author of JSmart (http://farhadi.ir/jsmart.html).  I am merely describing methods of taking advantage of this seldom-talked-about tool.</p>
<p>I have worked on some code related to the automation and management of pre-compressed JS and CSS files (but not concatination, sorry).  I need to find time to document, write up a post, and publish the code.  Time, why is there always not enough of it?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike foskett</title>
		<link>http://www.tummblr.com/wordpress/minify-and-gzip-javascript-and-css-with-minimal-cpu-overhead/#comment-94</link>
		<dc:creator>mike foskett</dc:creator>
		<pubDate>Fri, 21 Dec 2007 23:43:01 +0000</pubDate>
		<guid>http://www.tummblr.com/wordpress/minify-and-gzip-javascript-and-css-with-minimal-cpu-overhead/#comment-94</guid>
		<description>Hi, just tried this out.
Shaved .3 of a second off my test site which was gzipping on the fly. that's now 1.7 seconds for 81Kb (uncompressed) total download.

It took a little reworking because getallheaders() didn't work. After a look on php builder the following solution was given:


function emu_getallheaders() {
   foreach($_SERVER as $name =&#62; $value)
       if(substr($name, 0, 5) == 'HTTP_')
           $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
   return $headers;
}

Which may be of use to any others trying JSmart on an unfriendly server.

An absolutely excellent article. cheers dude.
Are you going to add concatination to this project or has all development now ceased?</description>
		<content:encoded><![CDATA[<p>Hi, just tried this out.<br />
Shaved .3 of a second off my test site which was gzipping on the fly. that&#8217;s now 1.7 seconds for 81Kb (uncompressed) total download.</p>
<p>It took a little reworking because getallheaders() didn&#8217;t work. After a look on php builder the following solution was given:</p>
<p>function emu_getallheaders() {<br />
   foreach($_SERVER as $name =&gt; $value)<br />
       if(substr($name, 0, 5) == &#8216;HTTP_&#8217;)<br />
           $headers[str_replace(&#8217; &#8216;, &#8216;-&#8217;, ucwords(strtolower(str_replace(&#8217;_', &#8216; &#8216;, substr($name, 5)))))] = $value;<br />
   return $headers;<br />
}</p>
<p>Which may be of use to any others trying JSmart on an unfriendly server.</p>
<p>An absolutely excellent article. cheers dude.<br />
Are you going to add concatination to this project or has all development now ceased?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.129 seconds -->
