<?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 Best Practices</title>
	<atom:link href="http://richardkmiller.com/209/css-best-practices/feed" rel="self" type="application/rss+xml" />
	<link>http://richardkmiller.com/209/css-best-practices</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 02:38:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: abdul wakeel</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-170720</link>
		<dc:creator>abdul wakeel</dc:creator>
		<pubDate>Tue, 28 Jun 2011 04:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-170720</guid>
		<description>nice tip buddy!</description>
		<content:encoded><![CDATA[<div class='microid-74851d36b23c681d526f398e3a3be8407bed56a7'>nice tip buddy!</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: taylor</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-155934</link>
		<dc:creator>taylor</dc:creator>
		<pubDate>Mon, 03 May 2010 18:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-155934</guid>
		<description>very helpful, i know you probably see these comments all the time but it really is, thank you</description>
		<content:encoded><![CDATA[<div class='microid-30ca0eb01f8e11994205dc99c665f75353d79517'>very helpful, i know you probably see these comments all the time but it really is, thank you</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yasar Gokcek - 70 Expert Ideas For Better CSS Coding</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-150704</link>
		<dc:creator>Yasar Gokcek - 70 Expert Ideas For Better CSS Coding</dc:creator>
		<pubDate>Sat, 27 Sep 2008 13:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-150704</guid>
		<description>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-2b05fd8baa899fd0916f1278bdbbab41b9fe542e'>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: 70 идей экспертов для улучшения CSS кода - Design For Masters</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-150671</link>
		<dc:creator>70 идей экспертов для улучшения CSS кода - Design For Masters</dc:creator>
		<pubDate>Wed, 24 Sep 2008 11:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-150671</guid>
		<description>[...] Создайте библиотеку вспомогательных классов. Полезные для отладки они должны быть исключены в&#160;окончательной версии (разделяйте разметку и&#160;оформление). Можно использовать сразу несколько имен классов (&lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;) [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-c5f0ee51ca2a2adf4f97bc7a8eb55f9c31c8a905'>[...] Создайте библиотеку вспомогательных классов. Полезные для отладки они должны быть исключены в&nbsp;окончательной версии (разделяйте разметку и&nbsp;оформление). Можно использовать сразу несколько имен классов (&lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;&#8230;&lt;/p&gt;) [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Webdesign] Quelques bonnes pratiques CSS &#124; Le grand BETA !</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-150090</link>
		<dc:creator>[Webdesign] Quelques bonnes pratiques CSS &#124; Le grand BETA !</dc:creator>
		<pubDate>Sat, 16 Aug 2008 15:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-150090</guid>
		<description>[...] d&#8217;alignement ou de taille que vous pourrez réutiliser dans votre code de manière simple.[Richard K Miller]  Code source : CSS: .width100 { width: 100%; } .width75 { width: 75%; } .width50 { width: 50%; } [...]</description>
		<content:encoded><![CDATA[<div class='microid-f221e5421fc005789ff8fc3c203c9d000e101465'>[...] d&#8217;alignement ou de taille que vous pourrez réutiliser dans votre code de manière simple.[Richard K Miller]  Code source : CSS: .width100 { width: 100%; } .width75 { width: 75%; } .width50 { width: 50%; } [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: 70 Expert Ideas For Better CSS Coding &#124; Cổng thông tin hty.net</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-149899</link>
		<dc:creator>70 Expert Ideas For Better CSS Coding &#124; Cổng thông tin hty.net</dc:creator>
		<pubDate>Sun, 03 Aug 2008 15:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-149899</guid>
		<description>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-88ae128300c2b16f3247ada3a40ff6116daf95ba'>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Technology Story&#187; Blog Archive &#187; More links on CSS</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-149861</link>
		<dc:creator>Technology Story&#187; Blog Archive &#187; More links on CSS</dc:creator>
		<pubDate>Fri, 01 Aug 2008 19:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-149861</guid>
		<description>[...] CSS Best Practices by Richard K Miller [...]</description>
		<content:encoded><![CDATA[<div class='microid-f86dd5edaa250a0d255c841ad39bbbee6fdc75f0'>[...] CSS Best Practices by Richard K Miller [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: egyptianwebdesigner.com &#187; Blog Archive &#187; 70 Expert Ideas For Better CSS Coding</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-149163</link>
		<dc:creator>egyptianwebdesigner.com &#187; Blog Archive &#187; 70 Expert Ideas For Better CSS Coding</dc:creator>
		<pubDate>Sun, 06 Jul 2008 22:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-149163</guid>
		<description>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-4f7169e556042d1756ead0a8399ade13c0489ac2'>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: 70 Expert Ideas For Better CSS Coding &#124; adtech ile reklam 2.0 dönemi başlıyor ve Trkycmhrytllbtpydrklcktr r10.net seo yarışması</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-148477</link>
		<dc:creator>70 Expert Ideas For Better CSS Coding &#124; adtech ile reklam 2.0 dönemi başlıyor ve Trkycmhrytllbtpydrklcktr r10.net seo yarışması</dc:creator>
		<pubDate>Sat, 07 Jun 2008 21:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-148477</guid>
		<description>[...] CSS Best Practices by Richard K Miller [...]</description>
		<content:encoded><![CDATA[<div class='microid-d0cbebd3d0086d86d726e92716dda3cc8aa37158'>[...] CSS Best Practices by Richard K Miller [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recursos y Tutoriales &#187; Blog Archive &#187; 70 ideas para mejorar la codificacion CSS</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-147569</link>
		<dc:creator>Recursos y Tutoriales &#187; Blog Archive &#187; 70 ideas para mejorar la codificacion CSS</dc:creator>
		<pubDate>Tue, 06 May 2008 12:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-147569</guid>
		<description>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-7785bc2626a75a4aac601a5c0289c858c9aafbda'>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: suraj</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-144722</link>
		<dc:creator>suraj</dc:creator>
		<pubDate>Sat, 22 Mar 2008 18:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-144722</guid>
		<description>
however, adding a class name float_right for elements that you want to float right means you are building the presentation into the markup and making your class names unsemantic.

If you wanted to change the design you would have to change the meaning of your classes, which would make it confusing to maintain, or you would have to change the markup losing the idea of separating presentation from content.

i have not understood this.. 
please elaborate more on this..</description>
		<content:encoded><![CDATA[<div class='microid-693b348618c0ed383fc1ef78331db4d4d4e23d40'>however, adding a class name float_right for elements that you want to float right means you are building the presentation into the markup and making your class names unsemantic.</p>
<p>If you wanted to change the design you would have to change the meaning of your classes, which would make it confusing to maintain, or you would have to change the markup losing the idea of separating presentation from content.</p>
<p>i have not understood this..<br />
please elaborate more on this..</p></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: suraj</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-144721</link>
		<dc:creator>suraj</dc:creator>
		<pubDate>Sat, 22 Mar 2008 18:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-144721</guid>
		<description>well I do use three css properties for one
eg. my text  but i am not sure how, whether this is a good practice or not..though i raised a different issue here.. please let me know</description>
		<content:encoded><![CDATA[<div class='microid-693b348618c0ed383fc1ef78331db4d4d4e23d40'>well I do use three css properties for one<br />
eg. my text  but i am not sure how, whether this is a good practice or not..though i raised a different issue here.. please let me know</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Concept &#187; Blog Archive &#187; CSS Coding in Experts opinions..</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-144707</link>
		<dc:creator>CSS Concept &#187; Blog Archive &#187; CSS Coding in Experts opinions..</dc:creator>
		<pubDate>Fri, 21 Mar 2008 06:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-144707</guid>
		<description>[...]  It is important to have close a CSS classes library. It can be sometimes very helpful for debugging, but can be avoid in release version. Multiple class names can be use ( &lt;p class = &#8220;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;), and try use this to debug your markup. [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-d813a82ae29f11bb5224ced6930fed80decc8bb7'>[...]  It is important to have close a CSS classes library. It can be sometimes very helpful for debugging, but can be avoid in release version. Multiple class names can be use ( &lt;p class = &#8220;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;), and try use this to debug your markup. [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: 雨中人 &#187; Blog Archive &#187; 70位专家谈CSS设计</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-143919</link>
		<dc:creator>雨中人 &#187; Blog Archive &#187; 70位专家谈CSS设计</dc:creator>
		<pubDate>Thu, 17 Jan 2008 04:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-143919</guid>
		<description>[...] 保持一个有用的CSS对象库. 这对调试很有用, 但应该避免出现在发布的版本中.  因为你可以同时使用多个类名称用来调试你的一个标记(i.e. &lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;用了三个类名称来标记&lt;p/&gt;). [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-d6ce411fe1d095ae74a613bb36eebd36e52f4dc2'>[...] 保持一个有用的CSS对象库. 这对调试很有用, 但应该避免出现在发布的版本中.  因为你可以同时使用多个类名称用来调试你的一个标记(i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;用了三个类名称来标记&lt;p/&gt;). [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Garzón &#187; Como dise&#241;ar una CSS</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-143615</link>
		<dc:creator>David Garzón &#187; Como dise&#241;ar una CSS</dc:creator>
		<pubDate>Wed, 02 Jan 2008 14:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-143615</guid>
		<description>[...] Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names, make use of them debugging your markup.[Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-2227463f60dc6738ed3610be6858bd89e9040cbb'>[...] Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names, make use of them debugging your markup.[Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: 70位专家谈CSS设计 &#124; 晨风·社</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-140101</link>
		<dc:creator>70位专家谈CSS设计 &#124; 晨风·社</dc:creator>
		<pubDate>Wed, 05 Dec 2007 04:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-140101</guid>
		<description>[...] 保持一个有用的CSS对象库. 这对调试很有用, 但应该避免出现在发布的版本中.  因为你可以同时使用多个类名称用来调试你的一个标记(i.e. &lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;用了三个类名称来标记&lt;p/&gt;). [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-3c06fa0f37241c527f756f57a15af041a71add7f'>[...] 保持一个有用的CSS对象库. 这对调试很有用, 但应该避免出现在发布的版本中.  因为你可以同时使用多个类名称用来调试你的一个标记(i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;用了三个类名称来标记&lt;p/&gt;). [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: The 9 CSS Ethics Every Designer Should Have</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-139801</link>
		<dc:creator>The 9 CSS Ethics Every Designer Should Have</dc:creator>
		<pubDate>Sat, 10 Nov 2007 23:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-139801</guid>
		<description>[...] Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names, make use of them debugging your markup.[Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-6b6e3bf11b8b3722c2cdf407f2bf15df6850a5bc'>[...] Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names, make use of them debugging your markup.[Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Css7.cn &#187; 70 Expert Ideas For Better CSS Coding</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-139523</link>
		<dc:creator>Css7.cn &#187; 70 Expert Ideas For Better CSS Coding</dc:creator>
		<pubDate>Fri, 26 Oct 2007 11:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-139523</guid>
		<description>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-b069cbd9143e2b53e8b4da4fffebf48948f0b4ed'>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: PlayCSS &#187; 70位专家谈CSS设计</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-139390</link>
		<dc:creator>PlayCSS &#187; 70位专家谈CSS设计</dc:creator>
		<pubDate>Fri, 12 Oct 2007 07:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-139390</guid>
		<description>[...] 保持一个有用的CSS对象库. 这对调试很有用, 但应该避免出现在发布的版本中.  因为你可以同时使用多个类名称用来调试你的一个标记(i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;用了三个类名称来标记&lt;p/&gt;). [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-491b5867b93e1829fdac1cc9a4497bb0c4ec869f'>[...] 保持一个有用的CSS对象库. 这对调试很有用, 但应该避免出现在发布的版本中.  因为你可以同时使用多个类名称用来调试你的一个标记(i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;用了三个类名称来标记&lt;p/&gt;). [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: 70位专家谈CSS设计 &#124; 一个全新的 WordPress Blog &#124; PureCSS</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-139171</link>
		<dc:creator>70位专家谈CSS设计 &#124; 一个全新的 WordPress Blog &#124; PureCSS</dc:creator>
		<pubDate>Tue, 25 Sep 2007 00:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-139171</guid>
		<description>[...] 保持一个有用的CSS对象库. 这对调试很有用, 但应该避免出现在发布的版本中.  因为你可以同时使用多个类名称用来调试你的一个标记(i.e. &lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;用了三个类名称来标记&lt;p/&gt;). [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-bddc783df2dc410020fef0171675c02d485574f3'>[...] 保持一个有用的CSS对象库. 这对调试很有用, 但应该避免出现在发布的版本中.  因为你可以同时使用多个类名称用来调试你的一个标记(i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;用了三个类名称来标记&lt;p/&gt;). [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: css, php, dhtml и java статьи и скрипты &#187; 70 способов улучшить CSS код</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-139138</link>
		<dc:creator>css, php, dhtml и java статьи и скрипты &#187; 70 способов улучшить CSS код</dc:creator>
		<pubDate>Sun, 23 Sep 2007 13:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-139138</guid>
		<description>[...] Создайте библиотеку вспомогательных классов. Полезные для отладки они должны быть исключены в окончательной версии (разделяйте разметку и оформление). Можно использовать сразу несколько имен классов (&lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;) [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-a0cf7496a330052c7c52d9618aa3b57e88764505'>[...] Создайте библиотеку вспомогательных классов. Полезные для отладки они должны быть исключены в окончательной версии (разделяйте разметку и оформление). Можно использовать сразу несколько имен классов (&amp;lt;p class=&amp;quot;floatLeft alignLeft width75&amp;quot;&amp;gt;&#8230;&amp;lt;/p&amp;gt;) [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: beginner&#8217;s resource&#8230; &#187; Tips &#38; Tricks</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-138543</link>
		<dc:creator>beginner&#8217;s resource&#8230; &#187; Tips &#38; Tricks</dc:creator>
		<pubDate>Wed, 29 Aug 2007 23:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-138543</guid>
		<description>[...] CSS Best Practices by Richard K Miller [...]</description>
		<content:encoded><![CDATA[<div class='microid-b4ea501f2f354be809f8e155d95727063173f10d'>[...] CSS Best Practices by Richard K Miller [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top 10 Ideas to Organize Your CSS- Examples included</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-138489</link>
		<dc:creator>Top 10 Ideas to Organize Your CSS- Examples included</dc:creator>
		<pubDate>Mon, 27 Aug 2007 21:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-138489</guid>
		<description>[...] Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names, make use of them debugging your markup.[Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-acf49e3eefd33187beda762a9833c365b52068f4'>[...] Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names, make use of them debugging your markup.[Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: dot&#8230; &#187; 70 Expert Ideas For Better CSS Coding</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-121868</link>
		<dc:creator>dot&#8230; &#187; 70 Expert Ideas For Better CSS Coding</dc:creator>
		<pubDate>Fri, 13 Jul 2007 06:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-121868</guid>
		<description>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-825ece5f02fb451fc2e0a43d0ceba1bd3193545d'>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open Source Web Design &#187; Blog Archive &#187; 70 Expert Ideas For Better CSS Coding</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-112835</link>
		<dc:creator>Open Source Web Design &#187; Blog Archive &#187; 70 Expert Ideas For Better CSS Coding</dc:creator>
		<pubDate>Tue, 03 Jul 2007 13:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-112835</guid>
		<description>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-5c73f5dc01dbd046a5a18969497c78c5d9ad03a4'>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: the designer&#8217;s pages &#187; Blog Archive &#187; Expert Ideas For Better CSS Coding</title>
		<link>http://richardkmiller.com/209/css-best-practices/comment-page-1#comment-98196</link>
		<dc:creator>the designer&#8217;s pages &#187; Blog Archive &#187; Expert Ideas For Better CSS Coding</dc:creator>
		<pubDate>Tue, 12 Jun 2007 14:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardkmiller.com/blog/archives/2006/08/css-best-practices#comment-98196</guid>
		<description>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&quot;floatLeft alignLeft width75&quot;&gt;...&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</description>
		<content:encoded><![CDATA[<div class='microid-5b0582fcc70e29e39bc2c51fbae106abb707e3d1'>[...] Keep a library of helpful CSS classes. Useful for debugging, but should be avoided in the release version (separate markup and presentation). Since you can use multiple class names (i.e. &lt;p class=&#8221;floatLeft alignLeft width75&#8243;&gt;&#8230;&lt;/p&gt;), make use of them debugging your markup. (updated) [Richard K. Miller] [...]</div>
]]></content:encoded>
	</item>
</channel>
</rss>

