<?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/javascript/"><title><![CDATA[GreenGnn.ORG - JavaScript]]></title>
<link>http://www.greengnn.org/index.php/feed/rss/category/javascript/</link>
<description/>
<items>
<rdf:Seq>
<rdf:li resource="http://www.greengnn.org/index.php/2009/09/08/8.html"/>
<rdf:li resource="http://www.greengnn.org/index.php/2009/09/01/7.html"/>
<rdf:li resource="http://www.greengnn.org/index.php/2009/08/10/5.html"/>
<rdf:li resource="http://www.greengnn.org/index.php/2009/08/06/4.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/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>
<item rdf:about="http://www.greengnn.org/index.php/2009/09/01/7.html">
<title><![CDATA[A股数据实时查询]]></title>
<link>http://www.greengnn.org/index.php/2009/09/01/7.html</link>
<dc:date>2009-09-01</dc:date>
<description><![CDATA[最近研究js的api，就拿sina的股票数据接口练练手，完成了一个简单的A股查询系统。

访问demo

因为这种api的设计是js变量的方式，自己财经网站调用，不适合做api，不想google的ap...]]></description>
</item>
<item rdf:about="http://www.greengnn.org/index.php/2009/08/10/5.html">
<title><![CDATA[JavaScript 模板]]></title>
<link>http://www.greengnn.org/index.php/2009/08/10/5.html</link>
<dc:date>2009-08-09</dc:date>
<description><![CDATA[JavaScript模板是什么东东？懂php smarty框架的人应该能够理解模板，作为MVC的view层，为什么对这个东西感兴趣，最近给blog添加google日历，用的是json的方式，用创建do...]]></description>
</item>
<item rdf:about="http://www.greengnn.org/index.php/2009/08/06/4.html">
<title><![CDATA[应用google gears提高打开速度]]></title>
<link>http://www.greengnn.org/index.php/2009/08/06/4.html</link>
<dc:date>2009-08-06</dc:date>
<description><![CDATA[google gears是提供离线存储的一个平台，NB的应用gmail的离线版，google日历的离线版等，他的本地存储对不经常变动的静态文件进行存储，降低请求数挺爽的，qzone已经采用了，不过今天...]]></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>