<?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: Organize Your CSS, Organize Your Life</title>
	<atom:link href="http://www.zorked.com/css/organize-your-css-organize-your-life/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorked.com/css/organize-your-css-organize-your-life/</link>
	<description>Progressive Web Development</description>
	<lastBuildDate>Wed, 03 Mar 2010 14:50:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jordan</title>
		<link>http://www.zorked.com/css/organize-your-css-organize-your-life/#comment-1593</link>
		<dc:creator>jordan</dc:creator>
		<pubDate>Thu, 11 Dec 2008 19:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorked.com/css/organize-your-css-organize-your-life/#comment-1593</guid>
		<description>Andrei, you make good points. I primarily intended this to be for large corporate sites, where one might be overwhelmed with 20-30kb CSS files. Tracking up and down to find an errant style can be a killer.

If you are working on a small or extremely consistent site, then yes, you would probably only want to use a single file per media type.

I tend to work in layers when writing CSS: layout, then fonts, then colors. This helps me see problems that are related to the box model or to cross-browser font rendering. This is a main reason why I have things organized into several files; the secondary is so that I can swap typography or color schemes at will, rather than having to sort out layout, color, and typography.

Thanks for the comment!</description>
		<content:encoded><![CDATA[<p>Andrei, you make good points. I primarily intended this to be for large corporate sites, where one might be overwhelmed with 20-30kb CSS files. Tracking up and down to find an errant style can be a killer.</p>
<p>If you are working on a small or extremely consistent site, then yes, you would probably only want to use a single file per media type.</p>
<p>I tend to work in layers when writing CSS: layout, then fonts, then colors. This helps me see problems that are related to the box model or to cross-browser font rendering. This is a main reason why I have things organized into several files; the secondary is so that I can swap typography or color schemes at will, rather than having to sort out layout, color, and typography.</p>
<p>Thanks for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Eftimie</title>
		<link>http://www.zorked.com/css/organize-your-css-organize-your-life/#comment-1569</link>
		<dc:creator>Andrei Eftimie</dc:creator>
		<pubDate>Thu, 11 Dec 2008 09:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorked.com/css/organize-your-css-organize-your-life/#comment-1569</guid>
		<description>I know this is an &lt;em&gt;old&lt;/em&gt; article, but don&#039;t you find it &lt;strong&gt;harder&lt;/strong&gt; to sort through a bunch of css files instead of having just 1? (more for different media types are ok)

Lets say you need to  modify the #header. You will need to go to /color/ to change the color, then you will need to go to typography to change the font-size, and the you will need to go to base (or common) to change the margins / paddings.

It would be &lt;strong&gt;much&lt;/strong&gt; quicker if all #header information would be in the same place, not spread across different rules, or even different files.</description>
		<content:encoded><![CDATA[<p>I know this is an <em>old</em> article, but don't you find it <strong>harder</strong> to sort through a bunch of css files instead of having just 1? (more for different media types are ok)</p>
<p>Lets say you need to  modify the #header. You will need to go to /color/ to change the color, then you will need to go to typography to change the font-size, and the you will need to go to base (or common) to change the margins / paddings.</p>
<p>It would be <strong>much</strong> quicker if all #header information would be in the same place, not spread across different rules, or even different files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
