<?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: Problems with Looping through window.setInterval</title>
	<atom:link href="http://www.zachleat.com/web/2007/12/23/problems-with-looping-through-windowsetinterval/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zachleat.com/web/2007/12/23/problems-with-looping-through-windowsetinterval/</link>
	<description></description>
	<pubDate>Thu, 04 Dec 2008 00:48:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.zachleat.com/web/2007/12/23/problems-with-looping-through-windowsetinterval/#comment-480</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Thu, 17 Jan 2008 02:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/12/23/problems-with-looping-through-windowsetinterval/#comment-480</guid>
		<description>I meant to use setInterval.  Using the for loop above, I should have my internal payload function execute in 3 separate 1 second interval timers.  So every second, I should get 3 entries added into the r array.  But, I'm getting 9 entries added every second, which is confusing to me.  There should be only 3 timers, not 9.</description>
		<content:encoded><![CDATA[<p>I meant to use setInterval.  Using the for loop above, I should have my internal payload function execute in 3 separate 1 second interval timers.  So every second, I should get 3 entries added into the r array.  But, I&#8217;m getting 9 entries added every second, which is confusing to me.  There should be only 3 timers, not 9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Watkins</title>
		<link>http://www.zachleat.com/web/2007/12/23/problems-with-looping-through-windowsetinterval/#comment-479</link>
		<dc:creator>Jeff Watkins</dc:creator>
		<pubDate>Wed, 16 Jan 2008 00:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/12/23/problems-with-looping-through-windowsetinterval/#comment-479</guid>
		<description>Um... do you mean to be using window.setTimeout rather than window.setInterval? Using setInterval will cause your internal function to execute once every 100 milliseconds. And will add &lt;em&gt;lots&lt;/em&gt; of time stamps to the array.</description>
		<content:encoded><![CDATA[<p>Um&#8230; do you mean to be using window.setTimeout rather than window.setInterval? Using setInterval will cause your internal function to execute once every 100 milliseconds. And will add <em>lots</em> of time stamps to the array.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zachleat.com {web} &#187; enterval, an automatic setInterval chainer.</title>
		<link>http://www.zachleat.com/web/2007/12/23/problems-with-looping-through-windowsetinterval/#comment-467</link>
		<dc:creator>zachleat.com {web} &#187; enterval, an automatic setInterval chainer.</dc:creator>
		<pubDate>Mon, 24 Dec 2007 03:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/12/23/problems-with-looping-through-windowsetinterval/#comment-467</guid>
		<description>[...] 12.23 Problems with Looping through window.setInterval  [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 12.23 Problems with Looping through window.setInterval  [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
