<?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: Javascript timer &#8211; advanced features, simple to use</title>
	<atom:link href="http://abcoder.com/javascript/core_javascript/javascript_timer/feed/" rel="self" type="application/rss+xml" />
	<link>http://abcoder.com/javascript/core_javascript/javascript_timer/</link>
	<description>ABCoder - Coding is Simple as A b c</description>
	<lastBuildDate>Mon, 09 Jan 2012 02:12:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mikael</title>
		<link>http://abcoder.com/javascript/core_javascript/javascript_timer/comment-page-1/#comment-14716</link>
		<dc:creator>Mikael</dc:creator>
		<pubDate>Fri, 11 Nov 2011 13:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=9#comment-14716</guid>
		<description>Thanks, great work, THANK you as a former flash developer I really miss this function. this function handles iteration through time very well.

Mikael</description>
		<content:encoded><![CDATA[<p>Thanks, great work, THANK you as a former flash developer I really miss this function. this function handles iteration through time very well.</p>
<p>Mikael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amazing</title>
		<link>http://abcoder.com/javascript/core_javascript/javascript_timer/comment-page-1/#comment-13639</link>
		<dc:creator>Amazing</dc:creator>
		<pubDate>Wed, 19 Oct 2011 18:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=9#comment-13639</guid>
		<description>NVM, just read about restart()</description>
		<content:encoded><![CDATA[<p>NVM, just read about restart()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amazing</title>
		<link>http://abcoder.com/javascript/core_javascript/javascript_timer/comment-page-1/#comment-13638</link>
		<dc:creator>Amazing</dc:creator>
		<pubDate>Wed, 19 Oct 2011 16:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=9#comment-13638</guid>
		<description>Can you add a reset() function?</description>
		<content:encoded><![CDATA[<p>Can you add a reset() function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashly Bukowiecki</title>
		<link>http://abcoder.com/javascript/core_javascript/javascript_timer/comment-page-1/#comment-12032</link>
		<dc:creator>Ashly Bukowiecki</dc:creator>
		<pubDate>Thu, 15 Sep 2011 07:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=9#comment-12032</guid>
		<description>the following Javascript timer &#8211; advanced features, simple to use is bound to have saved me when I say a ton of time in getting a genuinely brilliant read in detail</description>
		<content:encoded><![CDATA[<p>the following Javascript timer &#8211; advanced features, simple to use is bound to have saved me when I say a ton of time in getting a genuinely brilliant read in detail</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Union Plus Credit Card</title>
		<link>http://abcoder.com/javascript/core_javascript/javascript_timer/comment-page-1/#comment-8589</link>
		<dc:creator>Union Plus Credit Card</dc:creator>
		<pubDate>Fri, 11 Feb 2011 15:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=9#comment-8589</guid>
		<description>Excellent read, I just passed this onto a colleague who was doing a little research on that. And he actually bought me lunch because I found it for him smile So let me rephrase that: Thanks for lunch!</description>
		<content:encoded><![CDATA[<p>Excellent read, I just passed this onto a colleague who was doing a little research on that. And he actually bought me lunch because I found it for him smile So let me rephrase that: Thanks for lunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caryn Deeley</title>
		<link>http://abcoder.com/javascript/core_javascript/javascript_timer/comment-page-1/#comment-6884</link>
		<dc:creator>Caryn Deeley</dc:creator>
		<pubDate>Wed, 01 Dec 2010 19:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=9#comment-6884</guid>
		<description>Hey there what do you think  is the next world war close?</description>
		<content:encoded><![CDATA[<p>Hey there what do you think  is the next world war close?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: famictech2000</title>
		<link>http://abcoder.com/javascript/core_javascript/javascript_timer/comment-page-1/#comment-6837</link>
		<dc:creator>famictech2000</dc:creator>
		<pubDate>Wed, 20 Oct 2010 23:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=9#comment-6837</guid>
		<description>Yup got it! You are the best! 

Thanks for the help!</description>
		<content:encoded><![CDATA[<p>Yup got it! You are the best! </p>
<p>Thanks for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zp bappi</title>
		<link>http://abcoder.com/javascript/core_javascript/javascript_timer/comment-page-1/#comment-6836</link>
		<dc:creator>zp bappi</dc:creator>
		<pubDate>Wed, 20 Oct 2010 10:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=9#comment-6836</guid>
		<description>yes. there is.
say, your callback function is:
[js]function addNumbers(a, b){
//your code here
//...
}[/js]
then, you use the timer callback as:
[js]var tmr = new Timer(1000);
tmr.addCallback(function(){ addNumbers(3, 5); });
tmr.start();[/js]
got the idea?</description>
		<content:encoded><![CDATA[<p>yes. there is.<br />
say, your callback function is:</p>
<pre class="brush: jscript; title: ; notranslate">function addNumbers(a, b){
//your code here
//...
}</pre>
<p>then, you use the timer callback as:</p>
<pre class="brush: jscript; title: ; notranslate">var tmr = new Timer(1000);
tmr.addCallback(function(){ addNumbers(3, 5); });
tmr.start();</pre>
<p>got the idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: famictech2000</title>
		<link>http://abcoder.com/javascript/core_javascript/javascript_timer/comment-page-1/#comment-6835</link>
		<dc:creator>famictech2000</dc:creator>
		<pubDate>Wed, 20 Oct 2010 03:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=9#comment-6835</guid>
		<description>Is there a way to add a paramtere list to the callback function? This would allow for much more functionalty. If so can you please share!</description>
		<content:encoded><![CDATA[<p>Is there a way to add a paramtere list to the callback function? This would allow for much more functionalty. If so can you please share!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zp bappi</title>
		<link>http://abcoder.com/javascript/core_javascript/javascript_timer/comment-page-1/#comment-6655</link>
		<dc:creator>zp bappi</dc:creator>
		<pubDate>Tue, 04 May 2010 11:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=9#comment-6655</guid>
		<description>@darck: i believe you want the start method to work as resume if the timer is paused. right? well, thats what i did. please check the api page (links at the bottom of the post) for start method. it says, &quot;Starts the timer initially or if it was stopped. If timer was paused, start work as resume.&quot;
hope that helps. :)</description>
		<content:encoded><![CDATA[<p>@darck: i believe you want the start method to work as resume if the timer is paused. right? well, thats what i did. please check the api page (links at the bottom of the post) for start method. it says, &#8220;Starts the timer initially or if it was stopped. If timer was paused, start work as resume.&#8221;<br />
hope that helps. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

