<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments for 十年踪迹</title>
	<atom:link href="http://www.silverna.org/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.silverna.org/blog</link>
	<description>专注于前端开发</description>
	<pubDate>Wed, 08 Sep 2010 16:05:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 我和JavaScript的那些事儿 —— 记Web标准化交流会2010.8 by 邯郸交友</title>
		<link>http://www.silverna.org/blog/?p=174&#038;cpage=1#comment-10466</link>
		<dc:creator>邯郸交友</dc:creator>
		<pubDate>Wed, 08 Sep 2010 08:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.silverna.org/blog/?p=174#comment-10466</guid>
		<description>看不懂，支持一下，博主很强悍！</description>
		<content:encoded><![CDATA[<p>看不懂，支持一下，博主很强悍！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 我和JavaScript的那些事儿 —— 记Web标准化交流会2010.8 by 小康</title>
		<link>http://www.silverna.org/blog/?p=174&#038;cpage=1#comment-10386</link>
		<dc:creator>小康</dc:creator>
		<pubDate>Thu, 02 Sep 2010 13:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.silverna.org/blog/?p=174#comment-10386</guid>
		<description>很深奥的东西</description>
		<content:encoded><![CDATA[<p>很深奥的东西</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by tomheng</title>
		<link>http://www.silverna.org/blog/?page_id=2&#038;cpage=1#comment-10384</link>
		<dc:creator>tomheng</dc:creator>
		<pubDate>Thu, 02 Sep 2010 12:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.silverna.org/blog/?page_id=2#comment-10384</guid>
		<description>路过 留言</description>
		<content:encoded><![CDATA[<p>路过 留言</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 我和JavaScript的那些事儿 —— 记Web标准化交流会2010.8 by Richieliu</title>
		<link>http://www.silverna.org/blog/?p=174&#038;cpage=1#comment-10342</link>
		<dc:creator>Richieliu</dc:creator>
		<pubDate>Mon, 30 Aug 2010 04:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.silverna.org/blog/?p=174#comment-10342</guid>
		<description>很遗憾的 这期没有去 不过月影大侠的总结也让我有很多收获</description>
		<content:encoded><![CDATA[<p>很遗憾的 这期没有去 不过月影大侠的总结也让我有很多收获</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript 通过模式匹配实现“重载” by 小康</title>
		<link>http://www.silverna.org/blog/?p=172&#038;cpage=1#comment-10323</link>
		<dc:creator>小康</dc:creator>
		<pubDate>Sun, 29 Aug 2010 10:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.silverna.org/blog/?p=172#comment-10323</guid>
		<description>学习了，支持</description>
		<content:encoded><![CDATA[<p>学习了，支持</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by l</title>
		<link>http://www.silverna.org/blog/?page_id=2&#038;cpage=1#comment-9548</link>
		<dc:creator>l</dc:creator>
		<pubDate>Mon, 02 Aug 2010 01:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.silverna.org/blog/?page_id=2#comment-9548</guid>
		<description>我希望和你交流一下</description>
		<content:encoded><![CDATA[<p>我希望和你交流一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 关于selector选择符解析的方法 by akira</title>
		<link>http://www.silverna.org/blog/?p=167&#038;cpage=1#comment-9253</link>
		<dc:creator>akira</dc:creator>
		<pubDate>Tue, 20 Jul 2010 04:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.silverna.org/blog/?p=167#comment-9253</guid>
		<description>是的，有原生的尽量用原生的，主要还是IE6、7的兼容</description>
		<content:encoded><![CDATA[<p>是的，有原生的尽量用原生的，主要还是IE6、7的兼容</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 关于selector选择符解析的方法 by Jinjiang</title>
		<link>http://www.silverna.org/blog/?p=167&#038;cpage=1#comment-9211</link>
		<dc:creator>Jinjiang</dc:creator>
		<pubDate>Sun, 18 Jul 2010 13:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.silverna.org/blog/?p=167#comment-9211</guid>
		<description>哦，原来如此。
我又看了看htmldom的资料，contains这个原生函数确实存在，不过似乎querySelector和querySelectorAll也都有原生方法了，我可以确定的是W3C里有规定，Webkit/IE8也有实现，Gecko和低版本的IE还不确定。这样我们是不是也不用操心那个代价了呢 - -
当然getElementsByTagName的深度优先特性我也很喜欢，我在确定Web收藏夹中的每个文件夹可否再展开时用到了类似的循环方式，一次循环搞定所有文件夹！非常快：）</description>
		<content:encoded><![CDATA[<p>哦，原来如此。<br />
我又看了看htmldom的资料，contains这个原生函数确实存在，不过似乎querySelector和querySelectorAll也都有原生方法了，我可以确定的是W3C里有规定，Webkit/IE8也有实现，Gecko和低版本的IE还不确定。这样我们是不是也不用操心那个代价了呢 - -<br />
当然getElementsByTagName的深度优先特性我也很喜欢，我在确定Web收藏夹中的每个文件夹可否再展开时用到了类似的循环方式，一次循环搞定所有文件夹！非常快：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 关于selector选择符解析的方法 by 月影</title>
		<link>http://www.silverna.org/blog/?p=167&#038;cpage=1#comment-9126</link>
		<dc:creator>月影</dc:creator>
		<pubDate>Thu, 15 Jul 2010 06:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.silverna.org/blog/?p=167#comment-9126</guid>
		<description>不过dom_contains有原生的contains和compareDocumentPosition实现，所以不计这部分开销</description>
		<content:encoded><![CDATA[<p>不过dom_contains有原生的contains和compareDocumentPosition实现，所以不计这部分开销</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 关于selector选择符解析的方法 by 月影</title>
		<link>http://www.silverna.org/blog/?p=167&#038;cpage=1#comment-9125</link>
		<dc:creator>月影</dc:creator>
		<pubDate>Thu, 15 Jul 2010 06:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.silverna.org/blog/?p=167#comment-9125</guid>
		<description>sorry，写错了那么明显的一处，多谢指出
改了，div p而不是div &gt; p

这里确实是忽略了dom_contains的代价</description>
		<content:encoded><![CDATA[<p>sorry，写错了那么明显的一处，多谢指出<br />
改了，div p而不是div > p</p>
<p>这里确实是忽略了dom_contains的代价</p>
]]></content:encoded>
	</item>
</channel>
</rss>
