<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Shrink your JavaScript/CSS in WordPress with PHP</title>
	<atom:link href="http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/</link>
	<description>Agile Web Development</description>
	<lastBuildDate>Tue, 15 Mar 2011 17:38:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: TeenPublish</title>
		<link>http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-104</link>
		<dc:creator>TeenPublish</dc:creator>
		<pubDate>Thu, 22 Apr 2010 08:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.goredmonster.com/wp/?p=30#comment-104</guid>
		<description>Ah.  Does WP Super Cache do this also?</description>
		<content:encoded><![CDATA[<p>Ah.  Does WP Super Cache do this also?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Redmond</title>
		<link>http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-101</link>
		<dc:creator>Paul Redmond</dc:creator>
		<pubDate>Tue, 20 Apr 2010 14:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.goredmonster.com/wp/?p=30#comment-101</guid>
		<description>The caching we are discussing is server-side. Although assets (images, javascript, css) are cached locally on a user&#039;s computer, server-side caching is done to shrink those assets for smaller delivery sizes. Server-side caching usually reduces the number of hits on the database, and thus, pages are served faster.</description>
		<content:encoded><![CDATA[<p>The caching we are discussing is server-side. Although assets (images, javascript, css) are cached locally on a user&#8217;s computer, server-side caching is done to shrink those assets for smaller delivery sizes. Server-side caching usually reduces the number of hits on the database, and thus, pages are served faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TeenPublish</title>
		<link>http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-100</link>
		<dc:creator>TeenPublish</dc:creator>
		<pubDate>Tue, 20 Apr 2010 09:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.goredmonster.com/wp/?p=30#comment-100</guid>
		<description>Hey Paul, thanks for the response, although I am a still a bit confused.  Does caching somehow reduce the filesize for compression?  Does your script cache it , or compress the file size, or does both?  I was under the impression that &quot;caching&quot; only meant the browser storing a copy of each loaded file on your website into a temp directory on your hard drive so that the next load is quicker , as if it were loading most files straight from  your hard drive.  Whats the difference?</description>
		<content:encoded><![CDATA[<p>Hey Paul, thanks for the response, although I am a still a bit confused.  Does caching somehow reduce the filesize for compression?  Does your script cache it , or compress the file size, or does both?  I was under the impression that &#8220;caching&#8221; only meant the browser storing a copy of each loaded file on your website into a temp directory on your hard drive so that the next load is quicker , as if it were loading most files straight from  your hard drive.  Whats the difference?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Redmond</title>
		<link>http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-99</link>
		<dc:creator>Paul Redmond</dc:creator>
		<pubDate>Tue, 20 Apr 2010 07:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.goredmonster.com/wp/?p=30#comment-99</guid>
		<description>@Teenpublish - I am not too familiar with WP Super Cache. Looks like Super Cache does use compression, so you will probably be alright just sticking with that; although your javascript files do not look minified. I would check with the author of that plugin.</description>
		<content:encoded><![CDATA[<p>@Teenpublish &#8211; I am not too familiar with WP Super Cache. Looks like Super Cache does use compression, so you will probably be alright just sticking with that; although your javascript files do not look minified. I would check with the author of that plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teenpublish</title>
		<link>http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-98</link>
		<dc:creator>Teenpublish</dc:creator>
		<pubDate>Tue, 20 Apr 2010 03:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.goredmonster.com/wp/?p=30#comment-98</guid>
		<description>I&#039;ve got a question.. I use WP Super cache.. will your code produce any additional benefit, or is WP Super Cache already doing the same job that this code does automatically?  What&#039;s the difference between this and WP Super Cache plugin.. does it do esentially same thing?

Another question about caching.. Im new to understanding.. I looked in Google Chrome &#039;s App Data and saw that whenever I reload a page, the files order changes in the &quot;about:cache&quot;.. does that mean the files are cached, or are being re-cached every page load?

Also, a qeustion on caching, if a browser does it, then why are we adding creating code to cache things?  I&#039;m very confused at this cache principle.. please explain with the answers to my questions, I greatly appreciate it =) thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a question.. I use WP Super cache.. will your code produce any additional benefit, or is WP Super Cache already doing the same job that this code does automatically?  What&#8217;s the difference between this and WP Super Cache plugin.. does it do esentially same thing?</p>
<p>Another question about caching.. Im new to understanding.. I looked in Google Chrome &#8216;s App Data and saw that whenever I reload a page, the files order changes in the &#8220;about:cache&#8221;.. does that mean the files are cached, or are being re-cached every page load?</p>
<p>Also, a qeustion on caching, if a browser does it, then why are we adding creating code to cache things?  I&#8217;m very confused at this cache principle.. please explain with the answers to my questions, I greatly appreciate it =) thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Redmond</title>
		<link>http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-89</link>
		<dc:creator>Paul Redmond</dc:creator>
		<pubDate>Wed, 24 Mar 2010 22:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.goredmonster.com/wp/?p=30#comment-89</guid>
		<description>@DJ Meta 4,

Ideally, the &lt;link&gt; elements will go in the head of your document. In Wordpress, the default file for the head of your document is header.php in your [active] theme folder.

Also make sure that mod_rewrite is configured properly on your server.</description>
		<content:encoded><![CDATA[<p>@DJ Meta 4,</p>
<p>Ideally, the &lt;link&gt; elements will go in the head of your document. In WordPress, the default file for the head of your document is header.php in your [active] theme folder.</p>
<p>Also make sure that mod_rewrite is configured properly on your server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJ Meta 4</title>
		<link>http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-87</link>
		<dc:creator>DJ Meta 4</dc:creator>
		<pubDate>Tue, 23 Mar 2010 11:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.goredmonster.com/wp/?p=30#comment-87</guid>
		<description>I have gone through all the steps but I am not sure where to add or edit the last bit of code that links to the stylesheets and js.

&quot;&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/styles.css,
another.css,athird.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;

&lt;script src=&quot;/javascript/jquery.js,
another.js,etc.js&quot; type=&quot;text/javascript&quot;&gt;&quot;

Where do I add this bit of code?</description>
		<content:encoded><![CDATA[<p>I have gone through all the steps but I am not sure where to add or edit the last bit of code that links to the stylesheets and js.</p>
<p>&#8220;&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/styles.css,<br />
another.css,athird.css&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; /&gt;</p>
<p>&lt;script src=&quot;/javascript/jquery.js,<br />
another.js,etc.js&#8221; type=&#8221;text/javascript&#8221;&gt;&#8221;</p>
<p>Where do I add this bit of code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Redmond</title>
		<link>http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-51</link>
		<dc:creator>Paul Redmond</dc:creator>
		<pubDate>Sun, 10 Jan 2010 22:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.goredmonster.com/wp/?p=30#comment-51</guid>
		<description>&lt;a href=&quot;http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-50&quot; rel=&quot;nofollow&quot;&gt;@lee&lt;/a&gt;,

I&#039;m not sure I understand your question. If you follow this post, you will be able to reduce the size and number of queries for CSS and JS assets.

I have not finished a plugin for this yet, but I intend to. Not sure what the ETA will be yet =/</description>
		<content:encoded><![CDATA[<p><a href="http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-50" rel="nofollow">@lee</a>,</p>
<p>I&#8217;m not sure I understand your question. If you follow this post, you will be able to reduce the size and number of queries for CSS and JS assets.</p>
<p>I have not finished a plugin for this yet, but I intend to. Not sure what the ETA will be yet =/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Hughes</title>
		<link>http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-50</link>
		<dc:creator>Lee Hughes</dc:creator>
		<pubDate>Sat, 09 Jan 2010 18:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.goredmonster.com/wp/?p=30#comment-50</guid>
		<description>I read the original version of this as my site has an F for html requests.. 

I have 16 calls for javascript!!  I don&#039;t know how.. 

I didn&#039;t understand the original site but I know understand (to a point) your instructions.. 

Anyway, how do I get a list of the javascript calls? 

Even better, how&#039;s the plugin coming?? 

:)</description>
		<content:encoded><![CDATA[<p>I read the original version of this as my site has an F for html requests.. </p>
<p>I have 16 calls for javascript!!  I don&#8217;t know how.. </p>
<p>I didn&#8217;t understand the original site but I know understand (to a point) your instructions.. </p>
<p>Anyway, how do I get a list of the javascript calls? </p>
<p>Even better, how&#8217;s the plugin coming?? </p>
<p> <img src='http://www.goredmonster.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Redmond</title>
		<link>http://www.goredmonster.com/php/shrink-your-javascriptcss-in-wordpress-with-php/comment-page-1/#comment-18</link>
		<dc:creator>Paul Redmond</dc:creator>
		<pubDate>Wed, 16 Dec 2009 04:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.goredmonster.com/wp/?p=30#comment-18</guid>
		<description>@dave,

Thanks! I have not made time to compile in a plugin yet, but I need to. I&#039;ll definitely post here when I get around to it.</description>
		<content:encoded><![CDATA[<p>@dave,</p>
<p>Thanks! I have not made time to compile in a plugin yet, but I need to. I&#8217;ll definitely post here when I get around to it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

