<?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: Looping through your items without waiting around</title>
	<atom:link href="http://ajaxian.com/archives/looping-through-your-items-without-waiting-around/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/looping-through-your-items-without-waiting-around</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: MG</title>
		<link>http://ajaxian.com/archives/looping-through-your-items-without-waiting-around/comment-page-1#comment-270633</link>
		<dc:creator>MG</dc:creator>
		<pubDate>Wed, 21 Jan 2009 03:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5647#comment-270633</guid>
		<description>For the jQuery fans out there, I posted a simple jQuery plugin a few weeks ago that adds $.slowEach() and $().slowEach() methods that are similar to this code and are compatible with jQuery&#039;s normal $.each() and $().each():

http://groups.google.com/group/jquery-en/msg/f52a6b8e81af20a7</description>
		<content:encoded><![CDATA[<p>For the jQuery fans out there, I posted a simple jQuery plugin a few weeks ago that adds $.slowEach() and $().slowEach() methods that are similar to this code and are compatible with jQuery&#8217;s normal $.each() and $().each():</p>
<p><a href="http://groups.google.com/group/jquery-en/msg/f52a6b8e81af20a7" rel="nofollow">http://groups.google.com/group/jquery-en/msg/f52a6b8e81af20a7</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bugme</title>
		<link>http://ajaxian.com/archives/looping-through-your-items-without-waiting-around/comment-page-1#comment-270533</link>
		<dc:creator>bugme</dc:creator>
		<pubDate>Sat, 17 Jan 2009 09:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5647#comment-270533</guid>
		<description>I think this is what http://www.tumuski.com/code/clumpy/overview/ wraps into a nice library, with calls that resemble the usual flow control statements.</description>
		<content:encoded><![CDATA[<p>I think this is what <a href="http://www.tumuski.com/code/clumpy/overview/" rel="nofollow">http://www.tumuski.com/code/clumpy/overview/</a> wraps into a nice library, with calls that resemble the usual flow control statements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leptons</title>
		<link>http://ajaxian.com/archives/looping-through-your-items-without-waiting-around/comment-page-1#comment-270470</link>
		<dc:creator>leptons</dc:creator>
		<pubDate>Wed, 14 Jan 2009 22:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5647#comment-270470</guid>
		<description>this is one of the oldest tricks in the book... been using it since at least 1999.  Good for the newbies to learn it though.</description>
		<content:encoded><![CDATA[<p>this is one of the oldest tricks in the book&#8230; been using it since at least 1999.  Good for the newbies to learn it though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leachryanb</title>
		<link>http://ajaxian.com/archives/looping-through-your-items-without-waiting-around/comment-page-1#comment-270460</link>
		<dc:creator>leachryanb</dc:creator>
		<pubDate>Wed, 14 Jan 2009 17:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5647#comment-270460</guid>
		<description>Isn&#039;t this what Prototype does with its Function.defer() method?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this what Prototype does with its Function.defer() method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeri</title>
		<link>http://ajaxian.com/archives/looping-through-your-items-without-waiting-around/comment-page-1#comment-270448</link>
		<dc:creator>Joeri</dc:creator>
		<pubDate>Wed, 14 Jan 2009 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5647#comment-270448</guid>
		<description>@V1: same here, though not 100 MB. 5 MB of drawing commands, rendered asynchronously. The user can interact with the drawing while it&#039;s still being rendered (most important content rendered first).</description>
		<content:encoded><![CDATA[<p>@V1: same here, though not 100 MB. 5 MB of drawing commands, rendered asynchronously. The user can interact with the drawing while it&#8217;s still being rendered (most important content rendered first).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V1</title>
		<link>http://ajaxian.com/archives/looping-through-your-items-without-waiting-around/comment-page-1#comment-270435</link>
		<dc:creator>V1</dc:creator>
		<pubDate>Wed, 14 Jan 2009 11:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5647#comment-270435</guid>
		<description>Using the same technique in actionscript to process 100mb files with out losing UI responsiveness.</description>
		<content:encoded><![CDATA[<p>Using the same technique in actionscript to process 100mb files with out losing UI responsiveness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fredck</title>
		<link>http://ajaxian.com/archives/looping-through-your-items-without-waiting-around/comment-page-1#comment-270434</link>
		<dc:creator>fredck</dc:creator>
		<pubDate>Wed, 14 Jan 2009 11:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5647#comment-270434</guid>
		<description>I don&#039;t see any chunk processing there... it&#039;s a one by one thing, so maybe that function should be simply called &quot;asyncProcess&quot;.

Also, there is a tendency on using small timeout values, like 100ms, to have stuff executed &quot;immediately&quot;. Forget about it... go ahead setting 0ms in all cases. It will just work as well, without that 100ms delay. Leave higher timeout values only if you really need them.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see any chunk processing there&#8230; it&#8217;s a one by one thing, so maybe that function should be simply called &#8220;asyncProcess&#8221;.</p>
<p>Also, there is a tendency on using small timeout values, like 100ms, to have stuff executed &#8220;immediately&#8221;. Forget about it&#8230; go ahead setting 0ms in all cases. It will just work as well, without that 100ms delay. Leave higher timeout values only if you really need them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marin</title>
		<link>http://ajaxian.com/archives/looping-through-your-items-without-waiting-around/comment-page-1#comment-270432</link>
		<dc:creator>Marin</dc:creator>
		<pubDate>Wed, 14 Jan 2009 11:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5647#comment-270432</guid>
		<description>I used similar method to &lt;a href=&quot;http://www.brusselsairlines.com/com/look-for/destinations/&quot; rel=&quot;nofollow&quot;&gt;load points for a Google Map&lt;/a&gt;.

It&#039;s a good method to avoid browser freeze.
From my investigation setting the timeout to a value smaller than 10ms will cause IE6 to freeze...</description>
		<content:encoded><![CDATA[<p>I used similar method to <a href="http://www.brusselsairlines.com/com/look-for/destinations/" rel="nofollow">load points for a Google Map</a>.</p>
<p>It&#8217;s a good method to avoid browser freeze.<br />
From my investigation setting the timeout to a value smaller than 10ms will cause IE6 to freeze&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

