<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="html" ><![CDATA[GreenGnn.ORG - CSS]]></title>
<link href="http://www.greengnn.org/index.php/feed/atom/tag/CSS/" />
<id>urn:uuid:9fd759d9-04e5-87b4-f13d-f6e3a0cb12c2</id>
<updated>2010-09-07T22:04:34-05:00</updated>
<entry>
<title type="html" ><![CDATA[第三期web标准化交流会小记]]></title>
<link href="http://www.greengnn.org/index.php/2009/12/26/17.html" />
<id>urn:uuid:596127ae-138c-b5df-2020-8b974dd1746f</id>
<updated>2009-12-26T14:38:47+00:00</updated>
<category scheme="http://www.greengnn.org/index.php/category/default/"  term="my"  type="html" />
<summary type="html" ><![CDATA[首先要感谢与会者，UXday 百度FE和WED部门联合筹备这期WEB标准化交流会，还有盒子咖啡美味的糕点和辛苦的服务生们。
本期交流会话题是页面重构合理化讨论，详细信息点击这里查看。我是本次的主持人...]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[模块化之HTML CSS IMG]]></title>
<link href="http://www.greengnn.org/index.php/2009/09/23/mode-with-html-css-images.html" />
<id>urn:uuid:f3685ce5-f9b3-7f49-1975-1b9fdd337159</id>
<updated>2009-09-23T08:51:05+00:00</updated>
<category scheme="http://www.greengnn.org/index.php/category/html/"  term="HTML"  type="html" />
<category scheme="http://www.greengnn.org/index.php/category/css/"  term="CSS"  type="html" />
<summary type="html" ><![CDATA[页面模块化的实施，这里指的是针对除去JavaScript部分的页面代码进行模块化实施。通过html css 图片进行模块化。
页面模块化的实施思路是高度耦合的页面片段封装，模块布局作为公开接口，高度...]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[js和css文件的延迟加载]]></title>
<link href="http://www.greengnn.org/index.php/2009/08/06/3.html" />
<id>urn:uuid:dc5d8df1-186c-3050-b64e-6b80e5e44589</id>
<updated>2009-08-06T01:44:28+00:00</updated>
<category scheme="http://www.greengnn.org/index.php/category/javascript/"  term="JavaScript"  type="html" />
<category scheme="http://www.greengnn.org/index.php/category/performance/"  term="Performance"  type="html" />
<summary type="html" ><![CDATA[正常情况下，文件会被写到head区域，不管本页面用得到用不到就要加载，这种方式会造成一次性请求数过多加大block的时间，也容易造成文件字节过大。

延迟加载的方案是通过js在dom需要的位置load...]]></summary>
</entry>
</feed>