<?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"
	>
<channel>
	<title>Comments on: Consolidate CSS and JavaScript in WordPress</title>
	<atom:link href="http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript</link>
	<description>I'm pretty good at wasting your time.  By Tom Sherman.</description>
	<pubDate>Mon, 15 Mar 2010 12:58:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: CSS and JavaScript consolidation: fetching one big file is faster than ten small files &#124; Tummblr</title>
		<link>http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-316488</link>
		<dc:creator>CSS and JavaScript consolidation: fetching one big file is faster than ten small files &#124; Tummblr</dc:creator>
		<pubDate>Mon, 12 Nov 2007 02:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-316488</guid>
		<description>[...] JS files that you cannot eliminate, you can combine them into one big CSS file and one big JS file. This post has some advice for people who want to attempt manually consolidating CSS and JS. Be warned that [...]</description>
		<content:encoded><![CDATA[<p>[...] JS files that you cannot eliminate, you can combine them into one big CSS file and one big JS file. This post has some advice for people who want to attempt manually consolidating CSS and JS. Be warned that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minify and compress Javascript/CSS with minimal CPU overhead &#124; Tummblr</title>
		<link>http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-316438</link>
		<dc:creator>Minify and compress Javascript/CSS with minimal CPU overhead &#124; Tummblr</dc:creator>
		<pubDate>Tue, 06 Nov 2007 06:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-316438</guid>
		<description>[...] more responsive. Unfortunately, this is an even more annoying problem to solve. See these posts [1, 2] for some ideas.      Social [...]</description>
		<content:encoded><![CDATA[<p>[...] more responsive. Unfortunately, this is an even more annoying problem to solve. See these posts [1, 2] for some ideas.      Social [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Optimize WordPress in another 4 steps by Refactor the Life</title>
		<link>http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-280659</link>
		<dc:creator>Optimize WordPress in another 4 steps by Refactor the Life</dc:creator>
		<pubDate>Fri, 21 Sep 2007 20:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-280659</guid>
		<description>[...] dailyApps suggests to dynamically gzip the stylesheet and JavaScript to reduce the HTTP download. jotsheet goes even further, a neat method is demonstrated to consolidate all the CSS/JavaScript into one to save the HTTP request. [...]</description>
		<content:encoded><![CDATA[<p>[...] dailyApps suggests to dynamically gzip the stylesheet and JavaScript to reduce the HTTP download. jotsheet goes even further, a neat method is demonstrated to consolidate all the CSS/JavaScript into one to save the HTTP request. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Optimize WordPress in another 3 steps by Refactor the Life</title>
		<link>http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-280658</link>
		<dc:creator>Optimize WordPress in another 3 steps by Refactor the Life</dc:creator>
		<pubDate>Fri, 21 Sep 2007 20:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-280658</guid>
		<description>[...] dailyApps suggests to dynamically gzip the stylesheet and JavaScript to reduce the HTTP download. jotsheet goes even further, a neat method is demonstrated to consolidate all the CSS/JavaScript into one to save the HTTP request. [...]</description>
		<content:encoded><![CDATA[<p>[...] dailyApps suggests to dynamically gzip the stylesheet and JavaScript to reduce the HTTP download. jotsheet goes even further, a neat method is demonstrated to consolidate all the CSS/JavaScript into one to save the HTTP request. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Sherman</title>
		<link>http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-79265</link>
		<dc:creator>Tom Sherman</dc:creator>
		<pubDate>Thu, 01 Feb 2007 18:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-79265</guid>
		<description>In the WordPress theme header (header.php).</description>
		<content:encoded><![CDATA[<p>In the WordPress theme header (header.php).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-79097</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 01 Feb 2007 12:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-79097</guid>
		<description>I have a question:

I'm starting with the set up of kubrick to make my own theme, but how can I change the styles.css file from its place? I want to create a folder called /code/ where I want to put styles.css which will contain @imports to my separate css files...

Where do I change the stylesheet_directory?

Thanks</description>
		<content:encoded><![CDATA[<p>I have a question:</p>
<p>I&#8217;m starting with the set up of kubrick to make my own theme, but how can I change the styles.css file from its place? I want to create a folder called /code/ where I want to put styles.css which will contain @imports to my separate css files&#8230;</p>
<p>Where do I change the stylesheet_directory?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BuzzTracker.com</title>
		<link>http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-7160</link>
		<dc:creator>BuzzTracker.com</dc:creator>
		<pubDate>Thu, 05 Oct 2006 16:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-7160</guid>
		<description>&lt;strong&gt;Featured on BuzzTracker...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>Featured on BuzzTracker&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Performance: JS+CSS konsolidieren bei Blogschrott</title>
		<link>http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-7082</link>
		<dc:creator>WordPress Performance: JS+CSS konsolidieren bei Blogschrott</dc:creator>
		<pubDate>Sun, 01 Oct 2006 09:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://underscorebleach.net/jotsheet/2006/09/wordpress-css-javascript#comment-7082</guid>
		<description>[...] Einen sehr interessanten Ansatz zur Performancesteigerung eines Wordpress-Weblogs liefert Tom Sherman in seinem Artikel &#8220;Consolidate CSS and JavaScript in WordPress&#8220;. [...]</description>
		<content:encoded><![CDATA[<p>[...] Einen sehr interessanten Ansatz zur Performancesteigerung eines Wordpress-Weblogs liefert Tom Sherman in seinem Artikel &#8220;Consolidate CSS and JavaScript in WordPress&#8220;. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
