<?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: 10 Tips For A Smaller CSS File</title>
	<atom:link href="http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/</link>
	<description>Patrick Burt</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:01:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Tim James</title>
		<link>http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/comment-page-1/#comment-82732</link>
		<dc:creator>Tim James</dc:creator>
		<pubDate>Sun, 08 Jan 2012 22:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/#comment-82732</guid>
		<description>It would be good if there were automatic tools to do this for us!</description>
		<content:encoded><![CDATA[<p>It would be good if there were automatic tools to do this for us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PAT Testing</title>
		<link>http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/comment-page-1/#comment-82731</link>
		<dc:creator>PAT Testing</dc:creator>
		<pubDate>Sun, 08 Jan 2012 22:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/#comment-82731</guid>
		<description>A great article. I&#039;ve been struggling to reduce the amount of unused css on my site, and I agree that a few &#039;k&#039; saved here and there really does make a difference to the site&#039;s performance. I like the idea of putting lots of attributes on one line, and will refer back to this page constantly.</description>
		<content:encoded><![CDATA[<p>A great article. I&#8217;ve been struggling to reduce the amount of unused css on my site, and I agree that a few &#8216;k&#8217; saved here and there really does make a difference to the site&#8217;s performance. I like the idea of putting lots of attributes on one line, and will refer back to this page constantly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS vs Tables &#124; GCS Design</title>
		<link>http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/comment-page-1/#comment-65752</link>
		<dc:creator>CSS vs Tables &#124; GCS Design</dc:creator>
		<pubDate>Thu, 20 Oct 2011 16:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/#comment-65752</guid>
		<description>[...] of bandwidth used. So, using CSS layouts helps lower those costs especially if it is a large site. Patrick Burt has some good suggestions to reduce file sizes with [...]</description>
		<content:encoded><![CDATA[<p>[...] of bandwidth used. So, using CSS layouts helps lower those costs especially if it is a large site. Patrick Burt has some good suggestions to reduce file sizes with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15 Ways to Optimize CSS and Reduce CSS File Size - blog.topwebdevelop.com</title>
		<link>http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/comment-page-1/#comment-60617</link>
		<dc:creator>15 Ways to Optimize CSS and Reduce CSS File Size - blog.topwebdevelop.com</dc:creator>
		<pubDate>Fri, 02 Sep 2011 02:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/#comment-60617</guid>
		<description>[...] Pat-burt &#8211; 10 Tips for a smaller CSS File   Tags: CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] Pat-burt &#8211; 10 Tips for a smaller CSS File   Tags: CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeLBee</title>
		<link>http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/comment-page-1/#comment-58571</link>
		<dc:creator>JeLBee</dc:creator>
		<pubDate>Sat, 06 Aug 2011 13:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/#comment-58571</guid>
		<description>The css tool is much easier to use. Just copy and paste it and viola the css is compressed.</description>
		<content:encoded><![CDATA[<p>The css tool is much easier to use. Just copy and paste it and viola the css is compressed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/comment-page-1/#comment-54131</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 14 Jun 2011 14:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/#comment-54131</guid>
		<description>Great tips.  I think the main one is in getting rid of redundant css for styles you no longer use.

A good way to find where you might still be using these styles without realising it is to get Notepad ++ to search your site for the style name.  You can then change these globally to a more up-to-date style.</description>
		<content:encoded><![CDATA[<p>Great tips.  I think the main one is in getting rid of redundant css for styles you no longer use.</p>
<p>A good way to find where you might still be using these styles without realising it is to get Notepad ++ to search your site for the style name.  You can then change these globally to a more up-to-date style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How I sped up my WordPress blog &#171; WordPress Hacks</title>
		<link>http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/comment-page-1/#comment-46311</link>
		<dc:creator>How I sped up my WordPress blog &#171; WordPress Hacks</dc:creator>
		<pubDate>Wed, 02 Mar 2011 02:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/#comment-46311</guid>
		<description>[...] 10 Tips For A Smaller CSS File for specific examples of how you can shrink your CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] 10 Tips For A Smaller CSS File for specific examples of how you can shrink your CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beta</title>
		<link>http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/comment-page-1/#comment-37613</link>
		<dc:creator>Beta</dc:creator>
		<pubDate>Sun, 22 Aug 2010 10:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/#comment-37613</guid>
		<description>I want to use  smaller CSS metode. Thanks</description>
		<content:encoded><![CDATA[<p>I want to use  smaller CSS metode. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS vs Tables &#171; Chandrika Guntur</title>
		<link>http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/comment-page-1/#comment-34507</link>
		<dc:creator>CSS vs Tables &#171; Chandrika Guntur</dc:creator>
		<pubDate>Wed, 19 May 2010 19:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/#comment-34507</guid>
		<description>[...] of bandwidth used. So, using CSS layouts helps lower those costs especially if it is a large site. Patrick Burt has some good suggestions to reduce file sizes with [...]</description>
		<content:encoded><![CDATA[<p>[...] of bandwidth used. So, using CSS layouts helps lower those costs especially if it is a large site. Patrick Burt has some good suggestions to reduce file sizes with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic</title>
		<link>http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/comment-page-1/#comment-16752</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Wed, 15 Apr 2009 00:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-tips-for-a-smaller-css-file/#comment-16752</guid>
		<description>Well, you wouldn&#039;t edit that. :)

Instead- you keep am uncompressed version, but before you push it to a live site you compress it. I guess it&#039;s just preference- it&#039;s a trade off between a minuscule amount of manual labor vs a minuscule amount of machine labor.</description>
		<content:encoded><![CDATA[<p>Well, you wouldn&#8217;t edit that. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Instead- you keep am uncompressed version, but before you push it to a live site you compress it. I guess it&#8217;s just preference- it&#8217;s a trade off between a minuscule amount of manual labor vs a minuscule amount of machine labor.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

