<?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>评论: 如何减少浏览器的repaint和reflow?</title>
	<atom:link href="http://varnow.org/?feed=rss2&#038;p=232" rel="self" type="application/rss+xml" />
	<link>http://varnow.org/?p=232</link>
	<description>记录前端-记录成长</description>
	<pubDate>Tue, 07 Sep 2010 12:31:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者: 黄小凝</title>
		<link>http://varnow.org/?p=232&#038;cpage=1#comment-620</link>
		<dc:creator>黄小凝</dc:creator>
		<pubDate>Sat, 04 Sep 2010 03:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=232#comment-620</guid>
		<description>这篇repaint和reflow比较详细,学习了</description>
		<content:encoded><![CDATA[<p>这篇repaint和reflow比较详细,学习了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: cssText与reflow &#124; design的前端开发博客</title>
		<link>http://varnow.org/?p=232&#038;cpage=1#comment-595</link>
		<dc:creator>cssText与reflow &#124; design的前端开发博客</dc:creator>
		<pubDate>Fri, 06 Aug 2010 16:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=232#comment-595</guid>
		<description>[...] 一般情况下使用JavaScript控制CSS样式的时候，都习惯性一行一行地写，习惯性忽略了效率问题。今天群里有人提起了cssText，测试了一下，原来这个属性是IE only的，不过很多浏览器也都默认了这个属性，在FF和chrome下页能很好的实现。关于reflow这里还有一篇不错的文章：http://varnow.org/?p=232 [...]</description>
		<content:encoded><![CDATA[<p>[...] 一般情况下使用JavaScript控制CSS样式的时候，都习惯性一行一行地写，习惯性忽略了效率问题。今天群里有人提起了cssText，测试了一下，原来这个属性是IE only的，不过很多浏览器也都默认了这个属性，在FF和chrome下页能很好的实现。关于reflow这里还有一篇不错的文章：http://varnow.org/?p=232 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 如何优化你的脚本来减少reflow/repaint? &#124; 楠内--宅在互联网，探寻前端的秘密</title>
		<link>http://varnow.org/?p=232&#038;cpage=1#comment-495</link>
		<dc:creator>如何优化你的脚本来减少reflow/repaint? &#124; 楠内--宅在互联网，探寻前端的秘密</dc:creator>
		<pubDate>Tue, 08 Jun 2010 15:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=232#comment-495</guid>
		<description>[...]   view plaincopy to [...]</description>
		<content:encoded><![CDATA[<p>[...]   view plaincopy to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 前端优化总结 @ Miller</title>
		<link>http://varnow.org/?p=232&#038;cpage=1#comment-171</link>
		<dc:creator>前端优化总结 @ Miller</dc:creator>
		<pubDate>Fri, 12 Mar 2010 10:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=232#comment-171</guid>
		<description>[...] &#160;&#160;&#160;&#160;&#160;&#160;&#160; 如何减少浏览器的repaint和reflow? [...]</description>
		<content:encoded><![CDATA[<p>[...] &#160;&#160;&#160;&#160;&#160;&#160;&#160; 如何减少浏览器的repaint和reflow? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: George Wing</title>
		<link>http://varnow.org/?p=232&#038;cpage=1#comment-152</link>
		<dc:creator>George Wing</dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=232#comment-152</guid>
		<description>@天堂左我往右
可用换className来设样式的方法。
为什么一定要用js的style设置去reflow和重绘一次来浪费宝贵的资源呢？</description>
		<content:encoded><![CDATA[<p>@天堂左我往右<br />
可用换className来设样式的方法。<br />
为什么一定要用js的style设置去reflow和重绘一次来浪费宝贵的资源呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 天堂左我往右</title>
		<link>http://varnow.org/?p=232&#038;cpage=1#comment-128</link>
		<dc:creator>天堂左我往右</dc:creator>
		<pubDate>Tue, 09 Feb 2010 03:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=232#comment-128</guid>
		<description>看了很多reflow和repaint的文章,miller兄的很详细
"通过cssText属性来设置样式值",cssText只有IE支持呵,别的浏览器通过setAttribute("style",cssText);是否也一样呢?</description>
		<content:encoded><![CDATA[<p>看了很多reflow和repaint的文章,miller兄的很详细<br />
&#8220;通过cssText属性来设置样式值&#8221;,cssText只有IE支持呵,别的浏览器通过setAttribute(&#8221;style&#8221;,cssText);是否也一样呢?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: liupeng</title>
		<link>http://varnow.org/?p=232&#038;cpage=1#comment-122</link>
		<dc:creator>liupeng</dc:creator>
		<pubDate>Thu, 04 Feb 2010 03:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=232#comment-122</guid>
		<description>分析得很详细，呵呵。</description>
		<content:encoded><![CDATA[<p>分析得很详细，呵呵。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: George Wing</title>
		<link>http://varnow.org/?p=232&#038;cpage=1#comment-120</link>
		<dc:creator>George Wing</dc:creator>
		<pubDate>Wed, 03 Feb 2010 10:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=232#comment-120</guid>
		<description>在 http://www.gracecode.com/archives/741/ 中有document.createDocumentFragment作为临时变量存储来提高前端性能，现在终于明白了！</description>
		<content:encoded><![CDATA[<p>在 <a href="http://www.gracecode.com/archives/741/" rel="nofollow">http://www.gracecode.com/archives/741/</a> 中有document.createDocumentFragment作为临时变量存储来提高前端性能，现在终于明白了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: George Wing</title>
		<link>http://varnow.org/?p=232&#038;cpage=1#comment-119</link>
		<dc:creator>George Wing</dc:creator>
		<pubDate>Wed, 03 Feb 2010 09:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://varnow.org/?p=232#comment-119</guid>
		<description>好文！学习了</description>
		<content:encoded><![CDATA[<p>好文！学习了</p>
]]></content:encoded>
	</item>
</channel>
</rss>
