<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT狂人的博客 &#187; AJAX</title>
	<atom:link href="http://www.yinzhili.com/tag/ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yinzhili.com</link>
	<description>世界上有10种人:一种是懂二进制的，另一种是不懂的。</description>
	<lastBuildDate>Tue, 20 Dec 2011 04:23:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>页面静态文件自动更新的另类实现方式</title>
		<link>http://www.yinzhili.com/2011/03/another-way-to-update-static-html-files-automatically.html</link>
		<comments>http://www.yinzhili.com/2011/03/another-way-to-update-static-html-files-automatically.html#comments</comments>
		<pubDate>Fri, 25 Mar 2011 05:31:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[自动更新]]></category>
		<category><![CDATA[静态化]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=384</guid>
		<description><![CDATA[一般来说我们建设一个成功的网站，其中最重要的就是让访客的等待时间少到不能再少。硬件优化、数据库查询优化都是必须的手段。当然更多的情况是将动态页面静态化。这样做的好处是每次有访客来访，我们直接将静态页面展示给他/她，避免了程序执行以及数据库查询的开销。
然而很多时候并没有一种自动更新的机制来实现静态[......]<p class='read-more'><a href='http://www.yinzhili.com/2011/03/another-way-to-update-static-html-files-automatically.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>一般来说我们建设一个成功的网站，其中最重要的就是让访客的等待时间少到不能再少。硬件优化、数据库查询优化都是必须的手段。当然更多的情况是将动态页面静态化。这样做的好处是每次有访客来访，我们直接将静态页面展示给他/她，避免了程序执行以及数据库查询的开销。<br />
然而很多时候并没有一种自动更新的机制来实现静态[......]
<p class='read-more'><a href='http://www.yinzhili.com/2011/03/another-way-to-update-static-html-files-automatically.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2011/03/another-way-to-update-static-html-files-automatically.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>选择Web开发框架时需要考虑的15个重要因素</title>
		<link>http://www.yinzhili.com/2010/04/15-most-important-considerations-when-choosing-a-web-development-framework.html</link>
		<comments>http://www.yinzhili.com/2010/04/15-most-important-considerations-when-choosing-a-web-development-framework.html#comments</comments>
		<pubDate>Tue, 06 Apr 2010 02:37:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[译文]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[AVC]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[CURD]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[框架]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=200</guid>
		<description><![CDATA[<div style="color: red; font-weight: bold;">原创译文，未经许可不得转载。
原文地址：<a href="http://net.tutsplus.com/tutorials/other/15-most-important-considerations-when-choosing-a-web-development-framework/">http://net.tutsplus.com/tutorials/other/15-most-important-considerations-when-choosing-a-web-development-framework/</a></div>
    新的Web开发框[......]<p class='read-more'><a href='http://www.yinzhili.com/2010/04/15-most-important-considerations-when-choosing-a-web-development-framework.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<div style="color: red; font-weight: bold;">原创译文，未经许可不得转载。<br />
原文地址：<a href="http://net.tutsplus.com/tutorials/other/15-most-important-considerations-when-choosing-a-web-development-framework/">http://net.tutsplus.com/tutorials/other/15-most-important-considerations-when-choosing-a-web-development-framework/</a></div>
<p>    新的Web开发框[......]
<p class='read-more'><a href='http://www.yinzhili.com/2010/04/15-most-important-considerations-when-choosing-a-web-development-framework.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/04/15-most-important-considerations-when-choosing-a-web-development-framework.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

