<?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 timeclocks</title>
	<atom:link href="http://www.chipstips.com/?feed=rss2&#038;p=206" rel="self" type="application/rss+xml" />
	<link>http://www.chipstips.com/?p=206</link>
	<description>Contains coding, but not narcotic.</description>
	<lastBuildDate>Wed, 08 May 2013 02:26:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Sterling Camden</title>
		<link>http://www.chipstips.com/?p=206&#038;cpage=1#comment-91595</link>
		<dc:creator>Sterling Camden</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.chipstips.com/?p=206#comment-91595</guid>
		<description><![CDATA[Corrected.  I took the simpler approach of specifying the radix as the second argument to parseInt.]]></description>
		<content:encoded><![CDATA[<p>Corrected.  I took the simpler approach of specifying the radix as the second argument to parseInt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sterling Camden</title>
		<link>http://www.chipstips.com/?p=206&#038;cpage=1#comment-91594</link>
		<dc:creator>Sterling Camden</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.chipstips.com/?p=206#comment-91594</guid>
		<description><![CDATA[Oh, that&#039;s bizarre.  I&#039;ll have to correct that.  Thanks.]]></description>
		<content:encoded><![CDATA[<p>Oh, that&#8217;s bizarre.  I&#8217;ll have to correct that.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etan Lightstone</title>
		<link>http://www.chipstips.com/?p=206&#038;cpage=1#comment-91592</link>
		<dc:creator>Etan Lightstone</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.chipstips.com/?p=206#comment-91592</guid>
		<description><![CDATA[Found the solution, it is related to a bug in javascript&#039;s parseInt.

All you have to do is wrap parsefloat inside parseint. It is all explained here:

http://www.go4expert.com/forums/showthread.php?t=857

Short Answer:

ParseInt(&quot;09&quot;), returns 0

ParseInt(parseFloat(&quot;09&quot;)), returns 9]]></description>
		<content:encoded><![CDATA[<p>Found the solution, it is related to a bug in javascript&#8217;s parseInt.</p>
<p>All you have to do is wrap parsefloat inside parseint. It is all explained here:</p>
<p><a href="http://www.go4expert.com/forums/showthread.php?t=857" rel="nofollow"></a><a href="http://www.go4expert.com/forums/showthread.php?t=857">http://www.go4expert.com/forums/showthread.php?t=857</a></p>
<p>Short Answer:</p>
<p>ParseInt(&#8220;09&#8243;), returns 0</p>
<p>ParseInt(parseFloat(&#8220;09&#8243;)), returns 9</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etan</title>
		<link>http://www.chipstips.com/?p=206&#038;cpage=1#comment-91589</link>
		<dc:creator>Etan</dc:creator>
		<pubDate>Fri, 30 Oct 2009 18:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.chipstips.com/?p=206#comment-91589</guid>
		<description><![CDATA[Hi Sterling,

There seems to be a pretty serious bug in how your stop watch interprets a time (manually typed or stopped), and then starts timing again.

Example: Stop the clock at 9 seconds, hit start again, it resets to zero.

Any idea why?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Sterling,</p>
<p>There seems to be a pretty serious bug in how your stop watch interprets a time (manually typed or stopped), and then starts timing again.</p>
<p>Example: Stop the clock at 9 seconds, hit start again, it resets to zero.</p>
<p>Any idea why?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sterling Camden</title>
		<link>http://www.chipstips.com/?p=206&#038;cpage=1#comment-53522</link>
		<dc:creator>Sterling Camden</dc:creator>
		<pubDate>Wed, 17 Dec 2008 16:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.chipstips.com/?p=206#comment-53522</guid>
		<description><![CDATA[I came up with it for my own needs -- tracking my consulting time.  Nice blog you&#039;ve got over there -- subscribed.]]></description>
		<content:encoded><![CDATA[<p>I came up with it for my own needs &#8212; tracking my consulting time.  Nice blog you&#8217;ve got over there &#8212; subscribed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Programming Tutorials</title>
		<link>http://www.chipstips.com/?p=206&#038;cpage=1#comment-53496</link>
		<dc:creator>Programming Tutorials</dc:creator>
		<pubDate>Wed, 17 Dec 2008 03:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.chipstips.com/?p=206#comment-53496</guid>
		<description><![CDATA[Ah seems like a great idea for an application. Did a client think of it or yourself? Good job!]]></description>
		<content:encoded><![CDATA[<p>Ah seems like a great idea for an application. Did a client think of it or yourself? Good job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sterling Camden</title>
		<link>http://www.chipstips.com/?p=206&#038;cpage=1#comment-52660</link>
		<dc:creator>Sterling Camden</dc:creator>
		<pubDate>Fri, 05 Dec 2008 01:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.chipstips.com/?p=206#comment-52660</guid>
		<description><![CDATA[You mean of the desktop version?  Sorry, I have zero experience coding for X11.

But this JavaScript version should work fine in any browser that supports JavaScript (with JavaScript enabled).]]></description>
		<content:encoded><![CDATA[<p>You mean of the desktop version?  Sorry, I have zero experience coding for X11.</p>
<p>But this JavaScript version should work fine in any browser that supports JavaScript (with JavaScript enabled).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eastwood</title>
		<link>http://www.chipstips.com/?p=206&#038;cpage=1#comment-52659</link>
		<dc:creator>Eastwood</dc:creator>
		<pubDate>Fri, 05 Dec 2008 00:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.chipstips.com/?p=206#comment-52659</guid>
		<description><![CDATA[What? You didn&#039;t code a linux version? :P]]></description>
		<content:encoded><![CDATA[<p>What? You didn&#8217;t code a linux version? <img src='http://www.chipstips.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stopwatch application in C# -- Chip&#8217;s Tips for Developers</title>
		<link>http://www.chipstips.com/?p=206&#038;cpage=1#comment-51746</link>
		<dc:creator>Stopwatch application in C# -- Chip&#8217;s Tips for Developers</dc:creator>
		<pubDate>Mon, 10 Nov 2008 20:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.chipstips.com/?p=206#comment-51746</guid>
		<description><![CDATA[[...] 11/10/2008:  Here&#8217;s the JavaScript version.    Tags: .NET, C#, csstopwatch, threads, timers, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 11/10/2008:  Here&#8217;s the JavaScript version.    Tags: .NET, C#, csstopwatch, threads, timers, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
