<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ss &#124; blog &#187; Javascript</title>
	<atom:link href="http://blog.siansiew.com/category/dev/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.siansiew.com</link>
	<description>Geeky (and non-geeky) ramblings.</description>
	<lastBuildDate>Fri, 07 Oct 2011 06:44:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript setInterval() issues</title>
		<link>http://blog.siansiew.com/2007/07/02/javascript-setinterval-issues/</link>
		<comments>http://blog.siansiew.com/2007/07/02/javascript-setinterval-issues/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 13:27:26 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/07/02/javascript-setinterval-issues/</guid>
		<description><![CDATA[I decided to use AJAX calls to get the browser to make keep-alive calls every 2 minutes (using setInterval) and somehow stumbled into an issue where it makes the call once, and then stops. After talking the Javascript and Flash god in the office, we found out that it was because the script goes out [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to use AJAX calls to get the browser to make keep-alive calls every 2 minutes (using setInterval) and somehow stumbled into an issue where it makes the call once, and then stops. After talking the Javascript and Flash <em>god </em>in the office, we found out that it was because the script goes out of scope and thus stops looping as it should.</p>
<p>A quick fix for this can be found <a href="http://killustar.blogspot.com/2005/04/javascript-setinterval-problem.html" target="_blank">here</a>. It&#8217;s been working for me without any adverse effects since. ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/07/02/javascript-setinterval-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
