<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: JavaScript开发时的五个小提示</title>
	<atom:link href="http://www.marchbox.com/blog/five-quick-javascript-tips-chinese/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marchbox.com/blog/five-quick-javascript-tips-chinese/</link>
	<description>marchbox.com - 专注于Web前端</description>
	<pubDate>Thu, 28 Aug 2008 21:03:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: 化石</title>
		<link>http://www.marchbox.com/blog/five-quick-javascript-tips-chinese/#comment-1229</link>
		<dc:creator>化石</dc:creator>
		<pubDate>Sat, 05 Jan 2008 16:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchbox.com/blog/5-quick-javascript-tips/#comment-1229</guid>
		<description>两个中划线会被合并成一个……</description>
		<content:encoded><![CDATA[<p>两个中划线会被合并成一个……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 化石</title>
		<link>http://www.marchbox.com/blog/five-quick-javascript-tips-chinese/#comment-1228</link>
		<dc:creator>化石</dc:creator>
		<pubDate>Sat, 05 Jan 2008 16:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchbox.com/blog/5-quick-javascript-tips/#comment-1228</guid>
		<description>i--</description>
		<content:encoded><![CDATA[<p>i&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 化石</title>
		<link>http://www.marchbox.com/blog/five-quick-javascript-tips-chinese/#comment-1227</link>
		<dc:creator>化石</dc:creator>
		<pubDate>Sat, 05 Jan 2008 16:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchbox.com/blog/5-quick-javascript-tips/#comment-1227</guid>
		<description>简单的for循环优化:
var i = elements.length;
while(i--)
{
  // do sth not change length of elements.
}
这样更简洁些。
不过如果是非解释型程序，就完全没必要了:-)</description>
		<content:encoded><![CDATA[<p>简单的for循环优化:<br />
var i = elements.length;<br />
while(i&#8211;)<br />
{<br />
  // do sth not change length of elements.<br />
}<br />
这样更简洁些。<br />
不过如果是非解释型程序，就完全没必要了:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 天空诚</title>
		<link>http://www.marchbox.com/blog/five-quick-javascript-tips-chinese/#comment-730</link>
		<dc:creator>天空诚</dc:creator>
		<pubDate>Wed, 21 Nov 2007 11:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchbox.com/blog/5-quick-javascript-tips/#comment-730</guid>
		<description>不错，谢谢</description>
		<content:encoded><![CDATA[<p>不错，谢谢</p>
]]></content:encoded>
	</item>
</channel>
</rss>
