<?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: Put JavaScript To Sleep</title>
	<atom:link href="http://juixe.com/techknow/index.php/2005/10/28/put-javascript-to-sleep/feed/" rel="self" type="application/rss+xml" />
	<link>http://juixe.com/techknow/index.php/2005/10/28/put-javascript-to-sleep/</link>
	<description>Break Coders Block!</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:29:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Prithvi</title>
		<link>http://juixe.com/techknow/index.php/2005/10/28/put-javascript-to-sleep/comment-page-1/#comment-54999</link>
		<dc:creator>Prithvi</dc:creator>
		<pubDate>Thu, 08 Sep 2011 09:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/?p=27#comment-54999</guid>
		<description>Code snippet served my purpose. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Code snippet served my purpose. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calcatraz</title>
		<link>http://juixe.com/techknow/index.php/2005/10/28/put-javascript-to-sleep/comment-page-1/#comment-17253</link>
		<dc:creator>Calcatraz</dc:creator>
		<pubDate>Sat, 18 Sep 2010 02:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/?p=27#comment-17253</guid>
		<description>One thing to watch out for is that passing objects doesn&#039;t really work with setTimeout. I generally find it&#039;s necessary to pass a string naming the object and then have the called function look it up (e.g. with getElementByID()...).</description>
		<content:encoded><![CDATA[<p>One thing to watch out for is that passing objects doesn&#8217;t really work with setTimeout. I generally find it&#8217;s necessary to pass a string naming the object and then have the called function look it up (e.g. with getElementByID()&#8230;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sirish</title>
		<link>http://juixe.com/techknow/index.php/2005/10/28/put-javascript-to-sleep/comment-page-1/#comment-5</link>
		<dc:creator>Sirish</dc:creator>
		<pubDate>Fri, 19 Sep 2008 12:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/?p=27#comment-5</guid>
		<description>Thanks, it helps me a lot</description>
		<content:encoded><![CDATA[<p>Thanks, it helps me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GH</title>
		<link>http://juixe.com/techknow/index.php/2005/10/28/put-javascript-to-sleep/comment-page-1/#comment-4</link>
		<dc:creator>GH</dc:creator>
		<pubDate>Fri, 06 Jun 2008 11:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/?p=27#comment-4</guid>
		<description>The clearing of the timeout id is necessary especially where you&#039;re creating several timeout requests - I&#039;ve seen pages in IE run out of memory due to timeout operation leaks.</description>
		<content:encoded><![CDATA[<p>The clearing of the timeout id is necessary especially where you&#8217;re creating several timeout requests &#8211; I&#8217;ve seen pages in IE run out of memory due to timeout operation leaks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://juixe.com/techknow/index.php/2005/10/28/put-javascript-to-sleep/comment-page-1/#comment-3</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Fri, 25 Apr 2008 10:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/?p=27#comment-3</guid>
		<description>To stop the timer use clearTimeout(id) with id = setTimeout(...).

greetings</description>
		<content:encoded><![CDATA[<p>To stop the timer use clearTimeout(id) with id = setTimeout(&#8230;).</p>
<p>greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohan J V</title>
		<link>http://juixe.com/techknow/index.php/2005/10/28/put-javascript-to-sleep/comment-page-1/#comment-2</link>
		<dc:creator>Mohan J V</dc:creator>
		<pubDate>Mon, 23 Jul 2007 05:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/?p=27#comment-2</guid>
		<description>nice .. that was helpful</description>
		<content:encoded><![CDATA[<p>nice .. that was helpful</p>
]]></content:encoded>
	</item>
</channel>
</rss>

