<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="html" ><![CDATA[GreenGnn.ORG - JavaScript]]></title>
<link href="http://www.greengnn.org/index.php/feed/atom/category/javascript/" />
<id>urn:uuid:832670e6-d9ca-3ac0-f644-98570eaff133</id>
<updated>2010-07-30T23:36:28-05:00</updated>
<entry>
<title type="html" ><![CDATA[模块化概念]]></title>
<link href="http://www.greengnn.org/index.php/2009/09/08/8.html" />
<id>urn:uuid:5a6c34b2-e789-ca55-9bae-d89e8d0e6f26</id>
<updated>2009-09-08T03:32:13+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" />
<category scheme="http://www.greengnn.org/index.php/category/javascript/"  term="JavaScript"  type="html" />
<summary type="html" ><![CDATA[《设计规则模块化的力量》


模块化就是为了减少循环依赖，减少耦合，提高设计的效率。为了做到这一点，我们需要有一个设计规则，所有的模块都在这个规则下进行设计。良好的设计规则，会把耦合密集的设计参数进行...]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[A股数据实时查询]]></title>
<link href="http://www.greengnn.org/index.php/2009/09/01/7.html" />
<id>urn:uuid:cac57c21-f003-f78f-9d53-4a31a8f16848</id>
<updated>2009-09-01T09:15:52+00:00</updated>
<category scheme="http://www.greengnn.org/index.php/category/ajax/"  term="Ajax"  type="html" />
<category scheme="http://www.greengnn.org/index.php/category/javascript/"  term="JavaScript"  type="html" />
<summary type="html" ><![CDATA[最近研究js的api，就拿sina的股票数据接口练练手，完成了一个简单的A股查询系统。

访问demo

因为这种api的设计是js变量的方式，自己财经网站调用，不适合做api，不想google的ap...]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[JavaScript 模板]]></title>
<link href="http://www.greengnn.org/index.php/2009/08/10/5.html" />
<id>urn:uuid:2dd8a690-07a4-a3cd-9153-0b8e68847be4</id>
<updated>2009-08-09T16:01:42+00:00</updated>
<category scheme="http://www.greengnn.org/index.php/category/javascript/"  term="JavaScript"  type="html" />
<summary type="html" ><![CDATA[JavaScript模板是什么东东？懂php smarty框架的人应该能够理解模板，作为MVC的view层，为什么对这个东西感兴趣，最近给blog添加google日历，用的是json的方式，用创建do...]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[应用google gears提高打开速度]]></title>
<link href="http://www.greengnn.org/index.php/2009/08/06/4.html" />
<id>urn:uuid:43655e4e-da9e-1e46-a5c3-609be8f88532</id>
<updated>2009-08-06T15:51:55+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" />
<category scheme="http://www.greengnn.org/index.php/category/google/"  term="google"  type="html" />
<summary type="html" ><![CDATA[google gears是提供离线存储的一个平台，NB的应用gmail的离线版，google日历的离线版等，他的本地存储对不经常变动的静态文件进行存储，降低请求数挺爽的，qzone已经采用了，不过今天...]]></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>