<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="http://www.greengnn.org/index.php/feed/rss/category/css/"><title><![CDATA[GreenGnn.ORG - CSS]]></title>
<link>http://www.greengnn.org/index.php/feed/rss/category/css/</link>
<description/>
<items>
<rdf:Seq>
<rdf:li resource="http://www.greengnn.org/index.php/2009/09/23/mode-with-html-css-images.html"/>
<rdf:li resource="http://www.greengnn.org/index.php/2009/09/08/8.html"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://www.greengnn.org/index.php/2009/09/23/mode-with-html-css-images.html">
<title><![CDATA[模块化之HTML CSS IMG]]></title>
<link>http://www.greengnn.org/index.php/2009/09/23/mode-with-html-css-images.html</link>
<dc:date>2009-09-23</dc:date>
<description><![CDATA[页面模块化的实施，这里指的是针对除去JavaScript部分的页面代码进行模块化实施。通过html css 图片进行模块化。
页面模块化的实施思路是高度耦合的页面片段封装，模块布局作为公开接口，高度...]]></description>
</item>
<item rdf:about="http://www.greengnn.org/index.php/2009/09/08/8.html">
<title><![CDATA[模块化概念]]></title>
<link>http://www.greengnn.org/index.php/2009/09/08/8.html</link>
<dc:date>2009-09-08</dc:date>
<description><![CDATA[《设计规则模块化的力量》


模块化就是为了减少循环依赖，减少耦合，提高设计的效率。为了做到这一点，我们需要有一个设计规则，所有的模块都在这个规则下进行设计。良好的设计规则，会把耦合密集的设计参数进行...]]></description>
</item>
</rdf:RDF>