<?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 Writing Better CSS</title>
	<atom:link href="http://webdesignledger.com/tips/10-tips-for-writing-better-css/feed" rel="self" type="application/rss+xml" />
	<link>http://webdesignledger.com/tips/10-tips-for-writing-better-css</link>
	<description>A Publication for Web Designers</description>
	<lastBuildDate>Sun, 14 Mar 2010 17:46:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Hobbs</title>
		<link>http://webdesignledger.com/tips/10-tips-for-writing-better-css/comment-page-1#comment-17578</link>
		<dc:creator>Peter Hobbs</dc:creator>
		<pubDate>Sun, 24 Jan 2010 05:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=1921#comment-17578</guid>
		<description>NICE - thank you</description>
		<content:encoded><![CDATA[<p>NICE &#8211; thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kimberly Roberts Design</title>
		<link>http://webdesignledger.com/tips/10-tips-for-writing-better-css/comment-page-1#comment-17447</link>
		<dc:creator>Kimberly Roberts Design</dc:creator>
		<pubDate>Fri, 22 Jan 2010 11:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=1921#comment-17447</guid>
		<description>Great article! I haven&#039;t used a &quot;start sheet&quot; before, but what a great idea. I&#039;m not so sure I can use the example from Eric Meyers, but I will definitely be making one of my own for future projects.</description>
		<content:encoded><![CDATA[<p>Great article! I haven&#8217;t used a &#8220;start sheet&#8221; before, but what a great idea. I&#8217;m not so sure I can use the example from Eric Meyers, but I will definitely be making one of my own for future projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tedel</title>
		<link>http://webdesignledger.com/tips/10-tips-for-writing-better-css/comment-page-1#comment-17138</link>
		<dc:creator>Tedel</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=1921#comment-17138</guid>
		<description>mm... I add one: Use more z-index and less float. It works.</description>
		<content:encoded><![CDATA[<p>mm&#8230; I add one: Use more z-index and less float. It works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrik Krupar</title>
		<link>http://webdesignledger.com/tips/10-tips-for-writing-better-css/comment-page-1#comment-17091</link>
		<dc:creator>Patrik Krupar</dc:creator>
		<pubDate>Tue, 19 Jan 2010 11:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=1921#comment-17091</guid>
		<description>I can&#039;t agree with your multiple rules = multiple lines. I know from my experience, the biggest the file is the hardier is it to read it. To split it into more files is no good idea because of to many HTTP requests.

Anyway great post, thank you!</description>
		<content:encoded><![CDATA[<p>I can&#8217;t agree with your multiple rules = multiple lines. I know from my experience, the biggest the file is the hardier is it to read it. To split it into more files is no good idea because of to many HTTP requests.</p>
<p>Anyway great post, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grek</title>
		<link>http://webdesignledger.com/tips/10-tips-for-writing-better-css/comment-page-1#comment-16317</link>
		<dc:creator>grek</dc:creator>
		<pubDate>Mon, 11 Jan 2010 16:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=1921#comment-16317</guid>
		<description>Agree!</description>
		<content:encoded><![CDATA[<p>Agree!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://webdesignledger.com/tips/10-tips-for-writing-better-css/comment-page-1#comment-15652</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Tue, 05 Jan 2010 18:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=1921#comment-15652</guid>
		<description>agreed. keep hacks with original whenever possible. if I throw something into an IE-only css file, then the orig css file gets a comment that there is a hack applied and in what file. 

if the hacks are the only things keeping you from validating, then understanding that is better than validating if it costs $100s to workaround. I promise 99%± validation to clients, on the understanding that with as anal as I am about my markup, they should be fine if I spare them a few $100s to have it &#039;almost&#039; validate—unless validation is in their spec up front. in that case, I promise to work as efficiently as possible, but but they&#039;re on hourly rates to fix validation/bug issues that could be solved by a simple fix otherwise.</description>
		<content:encoded><![CDATA[<p>agreed. keep hacks with original whenever possible. if I throw something into an IE-only css file, then the orig css file gets a comment that there is a hack applied and in what file. </p>
<p>if the hacks are the only things keeping you from validating, then understanding that is better than validating if it costs $100s to workaround. I promise 99%± validation to clients, on the understanding that with as anal as I am about my markup, they should be fine if I spare them a few $100s to have it &#8216;almost&#8217; validate—unless validation is in their spec up front. in that case, I promise to work as efficiently as possible, but but they&#8217;re on hourly rates to fix validation/bug issues that could be solved by a simple fix otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magentoua</title>
		<link>http://webdesignledger.com/tips/10-tips-for-writing-better-css/comment-page-1#comment-14051</link>
		<dc:creator>Magentoua</dc:creator>
		<pubDate>Tue, 15 Dec 2009 13:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=1921#comment-14051</guid>
		<description>Im not agree with lots of advices but still they are good for a beginner.</description>
		<content:encoded><![CDATA[<p>Im not agree with lots of advices but still they are good for a beginner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://webdesignledger.com/tips/10-tips-for-writing-better-css/comment-page-1#comment-13844</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sat, 12 Dec 2009 17:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=1921#comment-13844</guid>
		<description>About No. 10, I think it&#039;s not easy to code the CSS like that, you have to think about which value should be first in mind, that&#039;d take some time. It&#039;s not so efficient when you&#039;re coding the CSS, not modifying it.</description>
		<content:encoded><![CDATA[<p>About No. 10, I think it&#8217;s not easy to code the CSS like that, you have to think about which value should be first in mind, that&#8217;d take some time. It&#8217;s not so efficient when you&#8217;re coding the CSS, not modifying it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rickyH</title>
		<link>http://webdesignledger.com/tips/10-tips-for-writing-better-css/comment-page-1#comment-13362</link>
		<dc:creator>rickyH</dc:creator>
		<pubDate>Tue, 08 Dec 2009 12:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=1921#comment-13362</guid>
		<description>I use shorthand except for the background options. I like splitting them up for readability. like:
 h1{
   background-color: transparent;
   background-image:url(&quot;images/a.png&quot;);
   background-position: 100px 24px;
   background-repeat: no-repeat;
 }
I guess this might just be me though...</description>
		<content:encoded><![CDATA[<p>I use shorthand except for the background options. I like splitting them up for readability. like:<br />
 h1{<br />
   background-color: transparent;<br />
   background-image:url(&#8220;images/a.png&#8221;);<br />
   background-position: 100px 24px;<br />
   background-repeat: no-repeat;<br />
 }<br />
I guess this might just be me though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrJuls</title>
		<link>http://webdesignledger.com/tips/10-tips-for-writing-better-css/comment-page-1#comment-12937</link>
		<dc:creator>MrJuls</dc:creator>
		<pubDate>Thu, 03 Dec 2009 11:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=1921#comment-12937</guid>
		<description>Great tips, basic but very useful!</description>
		<content:encoded><![CDATA[<p>Great tips, basic but very useful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
