<?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: setTimeout Revisited</title>
	<atom:link href="http://blog.stchur.com/2006/06/07/settimeout-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stchur.com/2006/06/07/settimeout-revisited/</link>
	<description>web / programming / javascript / css / html</description>
	<lastBuildDate>Thu, 26 Aug 2010 07:14:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stephen Stchur</title>
		<link>http://blog.stchur.com/2006/06/07/settimeout-revisited/comment-page-1/#comment-4</link>
		<dc:creator>Stephen Stchur</dc:creator>
		<pubDate>Wed, 04 Apr 2007 20:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/06/07/settimeout-revisited/#comment-4</guid>
		<description>Joris,

Yes, absolutely.  In fact, I&#039;ve already done this in the xb.setTimeout(..) function that I use in my personal projects, but I neglected to update this entry.

Thanks for pointing this out, I will update it.</description>
		<content:encoded><![CDATA[<p>Joris,</p>
<p>Yes, absolutely.  In fact, I&#039;ve already done this in the xb.setTimeout(..) function that I use in my personal projects, but I neglected to update this entry.</p>
<p>Thanks for pointing this out, I will update it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joris v/d Wel</title>
		<link>http://blog.stchur.com/2006/06/07/settimeout-revisited/comment-page-1/#comment-5</link>
		<dc:creator>Joris v/d Wel</dc:creator>
		<pubDate>Wed, 04 Apr 2007 11:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/06/07/settimeout-revisited/#comment-5</guid>
		<description>in sstchur.web.js.xb.setTimeout() wouldn&#039;t it be better to change the last line:
window.setTimeout(proxy, ms);
to
return window.setTimeout(proxy, ms);
so one can use window.clearTimeout();

var blah = sstchur.web.js.xb.setTimeout(fn, 100, &#039;yay&#039;);
window.clearTimeout(blah);</description>
		<content:encoded><![CDATA[<p>in sstchur.web.js.xb.setTimeout() wouldn&#039;t it be better to change the last line:<br />
window.setTimeout(proxy, ms);<br />
to<br />
return window.setTimeout(proxy, ms);<br />
so one can use window.clearTimeout();</p>
<p>var blah = sstchur.web.js.xb.setTimeout(fn, 100, &#039;yay&#039;);<br />
window.clearTimeout(blah);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Stchur</title>
		<link>http://blog.stchur.com/2006/06/07/settimeout-revisited/comment-page-1/#comment-3</link>
		<dc:creator>Stephen Stchur</dc:creator>
		<pubDate>Wed, 07 Feb 2007 18:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/06/07/settimeout-revisited/#comment-3</guid>
		<description>cutie,

I will reply to your comment via email.</description>
		<content:encoded><![CDATA[<p>cutie,</p>
<p>I will reply to your comment via email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cutie</title>
		<link>http://blog.stchur.com/2006/06/07/settimeout-revisited/comment-page-1/#comment-2</link>
		<dc:creator>cutie</dc:creator>
		<pubDate>Wed, 07 Feb 2007 09:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/06/07/settimeout-revisited/#comment-2</guid>
		<description>i come across this site and find that you are knowledgable in javascript. hope you can help me in solving this problem.

Is there a way to keep track of the settimeout, so i won&#039;t duplicate the the function i am calling? for example,

if Not IsExist(MyFunctionTimer) {
  setTimeout(MyFunction, 1);
}</description>
		<content:encoded><![CDATA[<p>i come across this site and find that you are knowledgable in javascript. hope you can help me in solving this problem.</p>
<p>Is there a way to keep track of the settimeout, so i won&#039;t duplicate the the function i am calling? for example,</p>
<p>if Not IsExist(MyFunctionTimer) {<br />
  setTimeout(MyFunction, 1);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
