<?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: 5 Step Style Sheet Weight Loss Program</title>
	<atom:link href="http://www.sohtanaka.com/web-design/optimizing-css-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sohtanaka.com/web-design/optimizing-css-tutorial/</link>
	<description>Torrance Website Design - Soh Tanaka</description>
	<lastBuildDate>Thu, 18 Mar 2010 18:42:27 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ali Raza</title>
		<link>http://www.sohtanaka.com/web-design/optimizing-css-tutorial/comment-page-1/#comment-7104</link>
		<dc:creator>Ali Raza</dc:creator>
		<pubDate>Tue, 16 Feb 2010 13:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1555#comment-7104</guid>
		<description>What If a page requires just 5 basic classes of css to show up properly.. by combining all the css of your website you are making that specific page load the complete css file for no reason.. I agree with the @import functionality.</description>
		<content:encoded><![CDATA[<p>What If a page requires just 5 basic classes of css to show up properly.. by combining all the css of your website you are making that specific page load the complete css file for no reason.. I agree with the @import functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nir Gavish</title>
		<link>http://www.sohtanaka.com/web-design/optimizing-css-tutorial/comment-page-1/#comment-6527</link>
		<dc:creator>Nir Gavish</dc:creator>
		<pubDate>Sun, 10 Jan 2010 19:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1555#comment-6527</guid>
		<description>I agree with most of this article, except that you really shouldn&#039;t @import. Apart from the fact that CSS should generaly be small enough to fit in a single file - the import directive causes the browser to send out more requests, that means slow page loads, but also more outgoing traffic from the server (even if you cahce and expire like you should, some clients will still pull the files on every load).

What you really should be looking into is code that will splice all your seperate CSSs into one for production. Plenty of projects (both commercial and open source) do that.</description>
		<content:encoded><![CDATA[<p>I agree with most of this article, except that you really shouldn&#8217;t @import. Apart from the fact that CSS should generaly be small enough to fit in a single file &#8211; the import directive causes the browser to send out more requests, that means slow page loads, but also more outgoing traffic from the server (even if you cahce and expire like you should, some clients will still pull the files on every load).</p>
<p>What you really should be looking into is code that will splice all your seperate CSSs into one for production. Plenty of projects (both commercial and open source) do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reysler</title>
		<link>http://www.sohtanaka.com/web-design/optimizing-css-tutorial/comment-page-1/#comment-6486</link>
		<dc:creator>Reysler</dc:creator>
		<pubDate>Thu, 07 Jan 2010 19:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1555#comment-6486</guid>
		<description>Nice! Thx...</description>
		<content:encoded><![CDATA[<p>Nice! Thx&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PhpMyCoder</title>
		<link>http://www.sohtanaka.com/web-design/optimizing-css-tutorial/comment-page-1/#comment-6389</link>
		<dc:creator>PhpMyCoder</dc:creator>
		<pubDate>Sun, 03 Jan 2010 14:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1555#comment-6389</guid>
		<description>Awesome post! Good tips! I would also have to argue though that when designing, it might be a good idea to have multiple stylesheets to keep everthing organized (I&#039;m practically OCD, so I&#039;ll usually have several sheets for a project), but when you deploy your site, the CSS should be condensed down into the least number of file. As an added bonus, and possibly number six on your list, compression. I guess you could argue that it&#039;s not optimization, but shaving some KB&#039;s off a stylesheet is a great way to decrease load time on a site (Only slightly though, now-a-days everyone has DSL or HSI so a few kilobytes don&#039;t make much of a difference). But anyway, I enjoyed the post. Keep it up!</description>
		<content:encoded><![CDATA[<p>Awesome post! Good tips! I would also have to argue though that when designing, it might be a good idea to have multiple stylesheets to keep everthing organized (I&#8217;m practically OCD, so I&#8217;ll usually have several sheets for a project), but when you deploy your site, the CSS should be condensed down into the least number of file. As an added bonus, and possibly number six on your list, compression. I guess you could argue that it&#8217;s not optimization, but shaving some KB&#8217;s off a stylesheet is a great way to decrease load time on a site (Only slightly though, now-a-days everyone has DSL or HSI so a few kilobytes don&#8217;t make much of a difference). But anyway, I enjoyed the post. Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lu Huan</title>
		<link>http://www.sohtanaka.com/web-design/optimizing-css-tutorial/comment-page-1/#comment-5560</link>
		<dc:creator>Lu Huan</dc:creator>
		<pubDate>Thu, 03 Dec 2009 02:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1555#comment-5560</guid>
		<description>Very professional. I really appreciate what you have experienced skill,sharing with us!</description>
		<content:encoded><![CDATA[<p>Very professional. I really appreciate what you have experienced skill,sharing with us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SUNIL VJ</title>
		<link>http://www.sohtanaka.com/web-design/optimizing-css-tutorial/comment-page-1/#comment-4780</link>
		<dc:creator>SUNIL VJ</dc:creator>
		<pubDate>Mon, 26 Oct 2009 10:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1555#comment-4780</guid>
		<description>Really Cool man!!! I am really grateful to u for your site, thanx a lot....</description>
		<content:encoded><![CDATA[<p>Really Cool man!!! I am really grateful to u for your site, thanx a lot&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benga</title>
		<link>http://www.sohtanaka.com/web-design/optimizing-css-tutorial/comment-page-1/#comment-4189</link>
		<dc:creator>Benga</dc:creator>
		<pubDate>Wed, 16 Sep 2009 19:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1555#comment-4189</guid>
		<description>Interesting article. the more white space you have in your styles, the easier it will be to maintain, depending on the complexity of the site. 

Benga creative</description>
		<content:encoded><![CDATA[<p>Interesting article. the more white space you have in your styles, the easier it will be to maintain, depending on the complexity of the site. </p>
<p>Benga creative</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JuksWebGuy</title>
		<link>http://www.sohtanaka.com/web-design/optimizing-css-tutorial/comment-page-1/#comment-3863</link>
		<dc:creator>JuksWebGuy</dc:creator>
		<pubDate>Tue, 01 Sep 2009 06:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1555#comment-3863</guid>
		<description>looking for css optimization, and found this page. page bookmarked.</description>
		<content:encoded><![CDATA[<p>looking for css optimization, and found this page. page bookmarked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melina</title>
		<link>http://www.sohtanaka.com/web-design/optimizing-css-tutorial/comment-page-1/#comment-3553</link>
		<dc:creator>Melina</dc:creator>
		<pubDate>Thu, 06 Aug 2009 03:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1555#comment-3553</guid>
		<description>Good information thank you I&#039;m learning something new every day the information like this.</description>
		<content:encoded><![CDATA[<p>Good information thank you I&#8217;m learning something new every day the information like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: everlearner</title>
		<link>http://www.sohtanaka.com/web-design/optimizing-css-tutorial/comment-page-1/#comment-3352</link>
		<dc:creator>everlearner</dc:creator>
		<pubDate>Tue, 28 Jul 2009 02:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1555#comment-3352</guid>
		<description>Thanks Soh
Your explanations are clear to understand for every one.

I also use different css files for different parts of the sites, layout.css, cart.css etc. 
So we can deliver the right css files to the right part of the sites.
I believe it is more easier to control and maintain.</description>
		<content:encoded><![CDATA[<p>Thanks Soh<br />
Your explanations are clear to understand for every one.</p>
<p>I also use different css files for different parts of the sites, layout.css, cart.css etc.<br />
So we can deliver the right css files to the right part of the sites.<br />
I believe it is more easier to control and maintain.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
