<?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: Squeaky Clean CSS</title>
	<atom:link href="http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/</link>
	<description></description>
	<lastBuildDate>Wed, 24 Aug 2011 07:47:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: michael</title>
		<link>http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/#comment-54334</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Mon, 31 May 2010 10:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokeshdhakar.com/?p=57#comment-54334</guid>
		<description>great website… Good resources for learning,
That is very much helpful for us.
thanks for sharing it dear.
&lt;a href=&quot;http://www.pmpexams.net&quot; rel=&quot;nofollow&quot;&gt;pmp training&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>great website… Good resources for learning,<br />
That is very much helpful for us.<br />
thanks for sharing it dear.<br />
<a href="http://www.pmpexams.net" rel="nofollow">pmp training</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ????????</title>
		<link>http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/#comment-54146</link>
		<dc:creator>????????</dc:creator>
		<pubDate>Mon, 24 Aug 2009 15:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokeshdhakar.com/?p=57#comment-54146</guid>
		<description>???????? ???????????, ??????????????? ?????????????? ??, ???????????? ?????????????? ?????, ?????????? ???????????????? ??????????, ??????? ????????????.</description>
		<content:encoded><![CDATA[<p>???????? ???????????, ??????????????? ?????????????? ??, ???????????? ?????????????? ?????, ?????????? ???????????????? ??????????, ??????? ????????????.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/#comment-53185</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Thu, 01 Nov 2007 19:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokeshdhakar.com/?p=57#comment-53185</guid>
		<description>This has come in handy! I have been using these tips to keep me squeaky clean! Thanks for the help, and I love Lightbox! Awesome work-</description>
		<content:encoded><![CDATA[<p>This has come in handy! I have been using these tips to keep me squeaky clean! Thanks for the help, and I love Lightbox! Awesome work-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Washington</title>
		<link>http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/#comment-52441</link>
		<dc:creator>Washington</dc:creator>
		<pubDate>Wed, 04 Jul 2007 12:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokeshdhakar.com/?p=57#comment-52441</guid>
		<description>Fantastic website... Good resources for learning, easy to follow... Keep up the good work!!! Make your opinion about my resources :)</description>
		<content:encoded><![CDATA[<p>Fantastic website&#8230; Good resources for learning, easy to follow&#8230; Keep up the good work!!! Make your opinion about my resources :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niko</title>
		<link>http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/#comment-52076</link>
		<dc:creator>Niko</dc:creator>
		<pubDate>Mon, 02 Jul 2007 06:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokeshdhakar.com/?p=57#comment-52076</guid>
		<description>Speaking man to man in the graphic world, i must say: rockin&#039; suggestions!
And Lightbox is a joy... Many thanks for the awesome works!</description>
		<content:encoded><![CDATA[<p>Speaking man to man in the graphic world, i must say: rockin&#8217; suggestions!<br />
And Lightbox is a joy&#8230; Many thanks for the awesome works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stormy</title>
		<link>http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/#comment-52065</link>
		<dc:creator>Stormy</dc:creator>
		<pubDate>Mon, 02 Jul 2007 04:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokeshdhakar.com/?p=57#comment-52065</guid>
		<description>If you really are concerned about doing good style sheet work, you should be focused more on &quot;browser inclusion&quot; than &quot;squeeky clean&quot; sheets. Whats more important.....that more users see your site in more agents or pretty style sheets?

The only item I liked in your list and found useful was the import list. But even thats a bit immature. You should consider revising that for different situations and sheets for different browers and versions. For example IE5, IE6, and IE7 are all different and have different CSS &quot;bugs&quot;, when you are using non-quirksmode layouts. Use the following types of imports to control which browsers get which fixes:

1. @import &#039;/styles/styles.css&#039; - All but NS4 or earlier (PC/MAC), IE4 or earlier (PC), all IE (all MACs only) [use to target IE 5 PC]
2. @import &quot;/styles/styles.css&quot; - All but NS4 or earlier (PC/MAC), IE4 or earlier (MAC/PC) [use to target IE 5 PC/MAC]
3. @import url(/styles/styles.css) - All but NS4 or earlier (PC/MAC) [use to exclude NS4 PC/MAC]
4. @import url(&#039;/styles/styles.css&#039;) - All but NS4 or earlier (PC/MAC), all IE (all MACs only) [use to target all IE&#039;s PC only]
5. @import url(&quot;/styles/styles.css&quot;) - All but NS4 or earlier (PC/MAC) [use to exclude NS4 PC/MAC]
6. @import &quot;null?\&quot;\{&quot;;
   @import &quot;/styles/styles.css&quot;; - All but NS4 or earlier (PC/MAC), IE4 or earlier (MAC/PC), IE 5 (PC only) [use to target IE 5 MAC]
7. @media all{(open comment) rules (close comment)} - All but NS4 or earlier (PC/MAC), IE4 or earlier (PC), all IE (all MACs only), special browsers on new MAC OSX [use to target IE 5 PC]

If you want to learn more about CSS fixes and &quot;hacks&quot; for fixing browser CSS bugs, come check oput my site: www.stormdetector.com

Ive got the first Internet Explorer 7 CSS hack that allows you to target IE 7 and many others.</description>
		<content:encoded><![CDATA[<p>If you really are concerned about doing good style sheet work, you should be focused more on &#8220;browser inclusion&#8221; than &#8220;squeeky clean&#8221; sheets. Whats more important&#8230;..that more users see your site in more agents or pretty style sheets?</p>
<p>The only item I liked in your list and found useful was the import list. But even thats a bit immature. You should consider revising that for different situations and sheets for different browers and versions. For example IE5, IE6, and IE7 are all different and have different CSS &#8220;bugs&#8221;, when you are using non-quirksmode layouts. Use the following types of imports to control which browsers get which fixes:</p>
<p>1. @import &#8216;/styles/styles.css&#8217; &#8211; All but NS4 or earlier (PC/MAC), IE4 or earlier (PC), all IE (all MACs only) [use to target IE 5 PC]<br />
2. @import &#8220;/styles/styles.css&#8221; &#8211; All but NS4 or earlier (PC/MAC), IE4 or earlier (MAC/PC) [use to target IE 5 PC/MAC]<br />
3. @import url(/styles/styles.css) &#8211; All but NS4 or earlier (PC/MAC) [use to exclude NS4 PC/MAC]<br />
4. @import url(&#8216;/styles/styles.css&#8217;) &#8211; All but NS4 or earlier (PC/MAC), all IE (all MACs only) [use to target all IE's PC only]<br />
5. @import url(&#8220;/styles/styles.css&#8221;) &#8211; All but NS4 or earlier (PC/MAC) [use to exclude NS4 PC/MAC]<br />
6. @import &#8220;null?\&#8221;\{&#8220;;<br />
   @import &#8220;/styles/styles.css&#8221;; &#8211; All but NS4 or earlier (PC/MAC), IE4 or earlier (MAC/PC), IE 5 (PC only) [use to target IE 5 MAC]<br />
7. @media all{(open comment) rules (close comment)} &#8211; All but NS4 or earlier (PC/MAC), IE4 or earlier (PC), all IE (all MACs only), special browsers on new MAC OSX [use to target IE 5 PC]</p>
<p>If you want to learn more about CSS fixes and &#8220;hacks&#8221; for fixing browser CSS bugs, come check oput my site: <a href="http://www.stormdetector.com" rel="nofollow">http://www.stormdetector.com</a></p>
<p>Ive got the first Internet Explorer 7 CSS hack that allows you to target IE 7 and many others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john smith</title>
		<link>http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/#comment-51583</link>
		<dc:creator>john smith</dc:creator>
		<pubDate>Fri, 29 Jun 2007 17:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokeshdhakar.com/?p=57#comment-51583</guid>
		<description>nice one! love lightbox btw cheers for ur hard work</description>
		<content:encoded><![CDATA[<p>nice one! love lightbox btw cheers for ur hard work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Donovan</title>
		<link>http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/#comment-47109</link>
		<dc:creator>Sean Donovan</dc:creator>
		<pubDate>Fri, 08 Jun 2007 18:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokeshdhakar.com/?p=57#comment-47109</guid>
		<description>Thanks for this article... Very useful!</description>
		<content:encoded><![CDATA[<p>Thanks for this article&#8230; Very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linkexchanger</title>
		<link>http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/#comment-39553</link>
		<dc:creator>Linkexchanger</dc:creator>
		<pubDate>Tue, 01 May 2007 20:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokeshdhakar.com/?p=57#comment-39553</guid>
		<description>Hi,

Thanks for you hints. Do you like to exchange links with us.
My website is:

http://kredite.projekt-opsio.de/

Please mail me.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for you hints. Do you like to exchange links with us.<br />
My website is:</p>
<p><a href="http://kredite.projekt-opsio.de/" rel="nofollow">http://kredite.projekt-opsio.de/</a></p>
<p>Please mail me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathaniel</title>
		<link>http://www.lokeshdhakar.com/2006/02/16/practical-web-development-tips/#comment-37716</link>
		<dc:creator>Nathaniel</dc:creator>
		<pubDate>Fri, 20 Apr 2007 14:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokeshdhakar.com/?p=57#comment-37716</guid>
		<description>Great tips, I&#039;ve been looking for some simple guidelines for coding clean CSS for a while.

And thanks for the design, I&#039;m currently using the Qwilm theme on my wordpress blog at http://endemoniada.org</description>
		<content:encoded><![CDATA[<p>Great tips, I&#8217;ve been looking for some simple guidelines for coding clean CSS for a while.</p>
<p>And thanks for the design, I&#8217;m currently using the Qwilm theme on my wordpress blog at <a href="http://endemoniada.org" rel="nofollow">http://endemoniada.org</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

