<?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"
	>
<channel>
	<title>评论: “少用继承，多用组合”之CSS篇</title>
	<atom:link href="http://blog.d8in.com/posts/171.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.d8in.com/posts/171.html</link>
	<description>第8音 Design Everying</description>
	<pubDate>Fri, 29 Aug 2008 20:38:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>作者: xw</title>
		<link>http://blog.d8in.com/posts/171.html#comment-852</link>
		<dc:creator>xw</dc:creator>
		<pubDate>Mon, 18 Feb 2008 04:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d8in.com/posts/171.html#comment-852</guid>
		<description>ghost的方式符合我上面的需求，可能我的举例是有些问题，如果我这时时候再加一个3，4个不同的box类型就好了，而3,4种box类型要共享统一的padding值和font值，这样的话就更能说明一些问题</description>
		<content:encoded><![CDATA[<p>ghost的方式符合我上面的需求，可能我的举例是有些问题，如果我这时时候再加一个3，4个不同的box类型就好了，而3,4种box类型要共享统一的padding值和font值，这样的话就更能说明一些问题</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: greengnn</title>
		<link>http://blog.d8in.com/posts/171.html#comment-774</link>
		<dc:creator>greengnn</dc:creator>
		<pubDate>Wed, 13 Feb 2008 17:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d8in.com/posts/171.html#comment-774</guid>
		<description>ghost的代码也就是体现我说的话的意思，box具有更高的抽象了</description>
		<content:encoded><![CDATA[<p>ghost的代码也就是体现我说的话的意思，box具有更高的抽象了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: greengnn</title>
		<link>http://blog.d8in.com/posts/171.html#comment-773</link>
		<dc:creator>greengnn</dc:creator>
		<pubDate>Wed, 13 Feb 2008 17:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d8in.com/posts/171.html#comment-773</guid>
		<description>对于class组合，其实也是集成，后者继承了前者，关键点是你的规划是否合理，也就是前者是否拥有足够的抽象，如果没有，那就是破坏结构，和table font 没什么区别</description>
		<content:encoded><![CDATA[<p>对于class组合，其实也是集成，后者继承了前者，关键点是你的规划是否合理，也就是前者是否拥有足够的抽象，如果没有，那就是破坏结构，和table font 没什么区别</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: Ghost</title>
		<link>http://blog.d8in.com/posts/171.html#comment-707</link>
		<dc:creator>Ghost</dc:creator>
		<pubDate>Wed, 23 Jan 2008 03:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d8in.com/posts/171.html#comment-707</guid>
		<description>.box{  border:1px solid #ccc; }
.gray{ background:#f1f1f1font-size:12px;padding:20px }
.green{ background:#66ff66;font-size:14px;padding:10px }

this a gray fontsize12px padding20px box
this a gray fontsize14px padding10px box</description>
		<content:encoded><![CDATA[<p>.box{  border:1px solid #ccc; }<br />
.gray{ background:#f1f1f1font-size:12px;padding:20px }<br />
.green{ background:#66ff66;font-size:14px;padding:10px }</p>
<p>this a gray fontsize12px padding20px box<br />
this a gray fontsize14px padding10px box</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 白木堂 [wyqbailey]</title>
		<link>http://blog.d8in.com/posts/171.html#comment-650</link>
		<dc:creator>白木堂 [wyqbailey]</dc:creator>
		<pubDate>Sat, 29 Dec 2007 03:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d8in.com/posts/171.html#comment-650</guid>
		<description>&lt;strong&gt;“少用继承，多用组合”之CSS篇[转]...&lt;/strong&gt;

继承是 css中经常要用到的技术，好处是可以尽量让页面的代码减少重复利用，但是随时项目越来越大，需求的不断变化，css代码就会变得越来越臃肿，后期难以控制和维护。其实，css代码和...</description>
		<content:encoded><![CDATA[<p><strong>“少用继承，多用组合”之CSS篇[转]&#8230;</strong></p>
<p>继承是 css中经常要用到的技术，好处是可以尽量让页面的代码减少重复利用，但是随时项目越来越大，需求的不断变化，css代码就会变得越来越臃肿，后期难以控制和维护。其实，css代码和&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 白木堂 [wyqbailey]</title>
		<link>http://blog.d8in.com/posts/171.html#comment-649</link>
		<dc:creator>白木堂 [wyqbailey]</dc:creator>
		<pubDate>Sat, 29 Dec 2007 03:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d8in.com/posts/171.html#comment-649</guid>
		<description>&lt;strong&gt;“少用继承，多用组合”之CSS篇...&lt;/strong&gt;

继承是 css中经常要用到的技术，好处是可以尽量让页面的代码减少重复利用，但是随时项目越来越大，需求的不断变化，css代码就会变得越来越臃肿，后期难以控制和维护。其实，css代码和...</description>
		<content:encoded><![CDATA[<p><strong>“少用继承，多用组合”之CSS篇&#8230;</strong></p>
<p>继承是 css中经常要用到的技术，好处是可以尽量让页面的代码减少重复利用，但是随时项目越来越大，需求的不断变化，css代码就会变得越来越臃肿，后期难以控制和维护。其实，css代码和&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
