<?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/tag/CSS/"><title><![CDATA[GreenGnn.ORG - CSS]]></title>
<link>http://www.greengnn.org/index.php/feed/rss/tag/CSS/</link>
<description/>
<items>
<rdf:Seq>
<rdf:li resource="http://www.greengnn.org/index.php/2009/12/26/17.html"/>
<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/08/06/3.html"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://www.greengnn.org/index.php/2009/12/26/17.html">
<title><![CDATA[第三期web标准化交流会小记]]></title>
<link>http://www.greengnn.org/index.php/2009/12/26/17.html</link>
<dc:date>2009-12-26</dc:date>
<description><![CDATA[首先要感谢与会者，UXday 百度FE和WED部门联合筹备这期WEB标准化交流会，还有盒子咖啡美味的糕点和辛苦的服务生们。
本期交流会话题是页面重构合理化讨论，详细信息点击这里查看。我是本次的主持人...]]></description>
</item>
<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/08/06/3.html">
<title><![CDATA[js和css文件的延迟加载]]></title>
<link>http://www.greengnn.org/index.php/2009/08/06/3.html</link>
<dc:date>2009-08-06</dc:date>
<description><![CDATA[正常情况下，文件会被写到head区域，不管本页面用得到用不到就要加载，这种方式会造成一次性请求数过多加大block的时间，也容易造成文件字节过大。

延迟加载的方案是通过js在dom需要的位置load...]]></description>
</item>
</rdf:RDF>