<?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: CSS Code Readability Tips</title>
	<atom:link href="http://www.graphicrating.com/2009/02/23/css-code-readability-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.graphicrating.com/2009/02/23/css-code-readability-tips/</link>
	<description></description>
	<lastBuildDate>Wed, 28 Sep 2011 17:06:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kia</title>
		<link>http://www.graphicrating.com/2009/02/23/css-code-readability-tips/#comment-489</link>
		<dc:creator>Kia</dc:creator>
		<pubDate>Sun, 23 Aug 2009 03:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.graphicrating.com/?p=2030#comment-489</guid>
		<description>Thanks so much, your tips were very helpful!</description>
		<content:encoded><![CDATA[<p>Thanks so much, your tips were very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: photoshop masking</title>
		<link>http://www.graphicrating.com/2009/02/23/css-code-readability-tips/#comment-479</link>
		<dc:creator>photoshop masking</dc:creator>
		<pubDate>Tue, 09 Jun 2009 05:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.graphicrating.com/?p=2030#comment-479</guid>
		<description>Great tips. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Great tips. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl - Web Site Design Instructor</title>
		<link>http://www.graphicrating.com/2009/02/23/css-code-readability-tips/#comment-477</link>
		<dc:creator>Carl - Web Site Design Instructor</dc:creator>
		<pubDate>Thu, 07 May 2009 09:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.graphicrating.com/?p=2030#comment-477</guid>
		<description>Cool, I thought I was the only one to indent CSS styles also ;)</description>
		<content:encoded><![CDATA[<p>Cool, I thought I was the only one to indent CSS styles also ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Gongea</title>
		<link>http://www.graphicrating.com/2009/02/23/css-code-readability-tips/#comment-476</link>
		<dc:creator>Andy Gongea</dc:creator>
		<pubDate>Sat, 28 Feb 2009 00:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.graphicrating.com/?p=2030#comment-476</guid>
		<description>Regarding the wrapper - your suggestion is a good tip indeed. I used to create a wrapper because in some designs I can use it as placeholder for different graphic elements and as a .... wrapper for the content.

Anyway - I didn&#039;t think of this approach. Thanks and Cheers.</description>
		<content:encoded><![CDATA[<p>Regarding the wrapper &#8211; your suggestion is a good tip indeed. I used to create a wrapper because in some designs I can use it as placeholder for different graphic elements and as a &#8230;. wrapper for the content.</p>
<p>Anyway &#8211; I didn&#8217;t think of this approach. Thanks and Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Gongea</title>
		<link>http://www.graphicrating.com/2009/02/23/css-code-readability-tips/#comment-475</link>
		<dc:creator>Andy Gongea</dc:creator>
		<pubDate>Sat, 28 Feb 2009 00:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.graphicrating.com/?p=2030#comment-475</guid>
		<description>Maybe you don&#039;t see it, but it is font and not font-size. Last time when I checked it was valid.</description>
		<content:encoded><![CDATA[<p>Maybe you don&#8217;t see it, but it is font and not font-size. Last time when I checked it was valid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keloran</title>
		<link>http://www.graphicrating.com/2009/02/23/css-code-readability-tips/#comment-474</link>
		<dc:creator>Keloran</dc:creator>
		<pubDate>Sat, 28 Feb 2009 00:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.graphicrating.com/?p=2030#comment-474</guid>
		<description>You might want to also write valid css

font-size: 62.5%/1.1em is invalid</description>
		<content:encoded><![CDATA[<p>You might want to also write valid css</p>
<p>font-size: 62.5%/1.1em is invalid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keloran</title>
		<link>http://www.graphicrating.com/2009/02/23/css-code-readability-tips/#comment-473</link>
		<dc:creator>Keloran</dc:creator>
		<pubDate>Fri, 27 Feb 2009 23:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.graphicrating.com/?p=2030#comment-473</guid>
		<description>Why did you create a

wrapper div, kinda pointless

heres a good tip for you, use the html and body tags

html { text-size: 62.5%; }
body { width: 960px; margin: 0 auto; }</description>
		<content:encoded><![CDATA[<p>Why did you create a</p>
<p>wrapper div, kinda pointless</p>
<p>heres a good tip for you, use the html and body tags</p>
<p>html { text-size: 62.5%; }<br />
body { width: 960px; margin: 0 auto; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soh Tanaka</title>
		<link>http://www.graphicrating.com/2009/02/23/css-code-readability-tips/#comment-471</link>
		<dc:creator>Soh Tanaka</dc:creator>
		<pubDate>Wed, 25 Feb 2009 15:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.graphicrating.com/?p=2030#comment-471</guid>
		<description>Great article :-)

I do have to say that perhaps this is a personal preference but I can&#039;t stand working with #3 and #5 :-p

#3 - Write 1 CSS Rule per Line : this only works for me when its a couple properties... if i get into a fat propertied selector, I have to break it up in its own line so I can easily scan its values.

#5 - Indent your CSS Rules : I&#039;ve seen other people go for this style but for me its messier and difficult to read :-(

Thanks!</description>
		<content:encoded><![CDATA[<p>Great article :-)</p>
<p>I do have to say that perhaps this is a personal preference but I can&#8217;t stand working with #3 and #5 :-p</p>
<p>#3 &#8211; Write 1 CSS Rule per Line : this only works for me when its a couple properties&#8230; if i get into a fat propertied selector, I have to break it up in its own line so I can easily scan its values.</p>
<p>#5 &#8211; Indent your CSS Rules : I&#8217;ve seen other people go for this style but for me its messier and difficult to read :-(</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keegan</title>
		<link>http://www.graphicrating.com/2009/02/23/css-code-readability-tips/#comment-470</link>
		<dc:creator>Keegan</dc:creator>
		<pubDate>Wed, 25 Feb 2009 15:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.graphicrating.com/?p=2030#comment-470</guid>
		<description>Not bad ... I also like to alphabetize my css so I know if something is or isn&#039;t in a long list of attributes.</description>
		<content:encoded><![CDATA[<p>Not bad &#8230; I also like to alphabetize my css so I know if something is or isn&#8217;t in a long list of attributes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Eppstein</title>
		<link>http://www.graphicrating.com/2009/02/23/css-code-readability-tips/#comment-469</link>
		<dc:creator>Chris Eppstein</dc:creator>
		<pubDate>Wed, 25 Feb 2009 15:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.graphicrating.com/?p=2030#comment-469</guid>
		<description>It looks like you would really enjoy working with Sass. If you haven&#039;t seen it yet, check it out. http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html

The compass framework makes it really easy to manage your sass files and use frameworks like blueprint without adding non-semantic class names all over your markup. http://compass-style.org/</description>
		<content:encoded><![CDATA[<p>It looks like you would really enjoy working with Sass. If you haven&#8217;t seen it yet, check it out. <a href="http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html" rel="nofollow">http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html</a></p>
<p>The compass framework makes it really easy to manage your sass files and use frameworks like blueprint without adding non-semantic class names all over your markup. <a href="http://compass-style.org/" rel="nofollow">http://compass-style.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

