<?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 on: Little JavaScript hints, episode 3: force redraw</title>
	<atom:link href="http://mir.aculo.us/2009/01/11/little-javascript-hints-episode-3-force-redraw/feed/" rel="self" type="application/rss+xml" />
	<link>http://mir.aculo.us/2009/01/11/little-javascript-hints-episode-3-force-redraw/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 05 Aug 2010 21:56:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sebastian Werner</title>
		<link>http://mir.aculo.us/2009/01/11/little-javascript-hints-episode-3-force-redraw/comment-page-1/#comment-422</link>
		<dc:creator>Sebastian Werner</dc:creator>
		<pubDate>Sun, 11 Jan 2009 09:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us//2009/01/11/little-javascript-hints-episode-3-force-redraw#comment-422</guid>
		<description>You may also use some kind of addClass/removeClass combo. That would result into the same effect but without creating unused DOM elements. We use this method in &lt;a href=&quot;http://qooxdoo.org&quot;&gt;qooxdoo&lt;/a&gt; and it works well.</description>
		<content:encoded><![CDATA[<p>You may also use some kind of addClass/removeClass combo. That would result into the same effect but without creating unused DOM elements. We use this method in &lt;a href=&quot;<a href="http://qooxdoo.org&quot;&gt;qooxdoo&lt;/a&#038;gt" rel="nofollow">http://qooxdoo.org&quot;&gt;qooxdoo&lt;/a&#038;gt</a>; and it works well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Fuchs</title>
		<link>http://mir.aculo.us/2009/01/11/little-javascript-hints-episode-3-force-redraw/comment-page-1/#comment-423</link>
		<dc:creator>Thomas Fuchs</dc:creator>
		<pubDate>Sun, 11 Jan 2009 09:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us//2009/01/11/little-javascript-hints-episode-3-force-redraw#comment-423</guid>
		<description>@Pierre yes, i wrote that function... :) the defer must be in this place however, as it helps fix certain rendering issues with the latest webkit nightlies... i&#039;m using this in something sekret (which i&#039;m going to launch soon), so stay tuned. :)</description>
		<content:encoded><![CDATA[<p>@Pierre yes, i wrote that function&#8230; <img src='http://mir.aculo.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  the defer must be in this place however, as it helps fix certain rendering issues with the latest webkit nightlies&#8230; i&#8217;m using this in something sekret (which i&#8217;m going to launch soon), so stay tuned. <img src='http://mir.aculo.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trouwen</title>
		<link>http://mir.aculo.us/2009/01/11/little-javascript-hints-episode-3-force-redraw/comment-page-1/#comment-424</link>
		<dc:creator>trouwen</dc:creator>
		<pubDate>Sun, 11 Jan 2009 09:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us//2009/01/11/little-javascript-hints-episode-3-force-redraw#comment-424</guid>
		<description>Nice site you got there Sebastian!</description>
		<content:encoded><![CDATA[<p>Nice site you got there Sebastian!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://mir.aculo.us/2009/01/11/little-javascript-hints-episode-3-force-redraw/comment-page-1/#comment-425</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Sun, 11 Jan 2009 09:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us//2009/01/11/little-javascript-hints-episode-3-force-redraw#comment-425</guid>
		<description>Scriptaculous already has such a function, which does essentially the exact same thing (almost verbatim).  The only difference is it does not use defer() on the removeChild call, however you could simply use it on the entire function call to get the same results.  The name of the function is forceRerendering, and it is defined in the effects package of scriptaculous.</description>
		<content:encoded><![CDATA[<p>Scriptaculous already has such a function, which does essentially the exact same thing (almost verbatim).  The only difference is it does not use defer() on the removeChild call, however you could simply use it on the entire function call to get the same results.  The name of the function is forceRerendering, and it is defined in the effects package of scriptaculous.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rik</title>
		<link>http://mir.aculo.us/2009/01/11/little-javascript-hints-episode-3-force-redraw/comment-page-1/#comment-426</link>
		<dc:creator>Rik</dc:creator>
		<pubDate>Sun, 11 Jan 2009 09:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us//2009/01/11/little-javascript-hints-episode-3-force-redraw#comment-426</guid>
		<description>What about trying to read a property like offsetTop ? It should force a computation in order to return the good offsetTop.</description>
		<content:encoded><![CDATA[<p>What about trying to read a property like offsetTop ? It should force a computation in order to return the good offsetTop.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

