<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: jQuery Countdown&#160;Plugin</title> <atom:link href="http://davidwalsh.name/jquery-countdown-plugin/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/jquery-countdown-plugin</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 04:02:29 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Hemant</title><link>http://davidwalsh.name/jquery-countdown-plugin#comment-32303</link> <dc:creator>Hemant</dc:creator> <pubDate>Mon, 21 May 2012 18:38:22 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-32303</guid> <description>I think this works for small values only as you are creating stack and using the duration to help. I find it slows down in 1 hours counter I see the difference of more than 15 min.</description> <content:encoded><![CDATA[<p>I think this works for small values only as you are creating stack and using the duration to help. I find it slows down in 1 hours counter I see the difference of more than 15 min.</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/jquery-countdown-plugin#comment-31076</link> <dc:creator>David Walsh</dc:creator> <pubDate>Sat, 17 Mar 2012 21:12:29 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-31076</guid> <description>All you ned to do is change the callback.</description> <content:encoded><![CDATA[<p>All you ned to do is change the callback.</p> ]]></content:encoded> </item> <item><title>By: kexxcream</title><link>http://davidwalsh.name/jquery-countdown-plugin#comment-31075</link> <dc:creator>kexxcream</dc:creator> <pubDate>Sat, 17 Mar 2012 20:39:34 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-31075</guid> <description>How would you write it so the user can get redirected to a URL once the countdown is completed?</description> <content:encoded><![CDATA[<p>How would you write it so the user can get redirected to a URL once the countdown is completed?</p> ]]></content:encoded> </item> <item><title>By: fatal48</title><link>http://davidwalsh.name/jquery-countdown-plugin#comment-27969</link> <dc:creator>fatal48</dc:creator> <pubDate>Mon, 19 Dec 2011 04:29:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-27969</guid> <description>made and addition if anyone want the single numbers 9-0 to have a 0 in front of it.   at
$(this).countDown(settings, to  - 1);
if (to &lt;= &#039;10&#039;) {
numberValue = (to -1);
$(this).text(&#039;0&#039; + numberValue);
}the plugin in works very will.  Thanks for the share!</description> <content:encoded><![CDATA[<p>made and addition if anyone want the single numbers 9-0 to have a 0 in front of it.   at<br
/> $(this).countDown(settings, to  &#8211; 1);<br
/> if (to &lt;= &#039;10&#039;) {<br
/> numberValue = (to -1);<br
/> $(this).text(&#039;0&#039; + numberValue);<br
/> }</p><p>the plugin in works very will.  Thanks for the share!</p> ]]></content:encoded> </item> <item><title>By: inas</title><link>http://davidwalsh.name/jquery-countdown-plugin#comment-27310</link> <dc:creator>inas</dc:creator> <pubDate>Thu, 20 Oct 2011 11:58:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-27310</guid> <description>hi ,, very nice one ,,
i want a script for count down date and time for my bidding system ,And please i want to know how can i use it in my php website ,,,, ?thanks !</description> <content:encoded><![CDATA[<p>hi ,, very nice one ,,<br
/> i want a script for count down date and time for my bidding system ,And please i want to know how can i use it in my php website ,,,, ?</p><p>thanks !</p> ]]></content:encoded> </item> <item><title>By: tons</title><link>http://davidwalsh.name/jquery-countdown-plugin#comment-27185</link> <dc:creator>tons</dc:creator> <pubDate>Sat, 08 Oct 2011 16:18:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-27185</guid> <description>Hey linkyndy! Wanna know how to use that code to stop the counter, actually im trying to stop it on &quot;click&quot; of a &quot;close&quot; button... any suggestion?thanks!</description> <content:encoded><![CDATA[<p>Hey linkyndy! Wanna know how to use that code to stop the counter, actually im trying to stop it on &#8220;click&#8221; of a &#8220;close&#8221; button&#8230; any suggestion?</p><p>thanks!</p> ]]></content:encoded> </item> <item><title>By: Tornado</title><link>http://davidwalsh.name/jquery-countdown-plugin#comment-26091</link> <dc:creator>Tornado</dc:creator> <pubDate>Mon, 18 Jul 2011 10:38:03 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-26091</guid> <description>Hi David!
I completly novice in working with scripts. I need a script, like yours. This is simple and customizable. I would like to use it as server side script. I know that I need a source script, and some lines on the page in head, and some more in the body section. I try to use your script, but I can&#039;t. I know this is not the right place to ask a tutorial, but I couldn&#039;t find such a good script anywhere. So help me please with an empty html page, with only your script, or a step by step tutorial. Thank you very musc and congratulation to your script...</description> <content:encoded><![CDATA[<p>Hi David!<br
/> I completly novice in working with scripts. I need a script, like yours. This is simple and customizable. I would like to use it as server side script. I know that I need a source script, and some lines on the page in head, and some more in the body section. I try to use your script, but I can&#8217;t. I know this is not the right place to ask a tutorial, but I couldn&#8217;t find such a good script anywhere. So help me please with an empty html page, with only your script, or a step by step tutorial. Thank you very musc and congratulation to your script&#8230;</p> ]]></content:encoded> </item> <item><title>By: MHD</title><link>http://davidwalsh.name/jquery-countdown-plugin#comment-24508</link> <dc:creator>MHD</dc:creator> <pubDate>Sun, 26 Jun 2011 11:57:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-24508</guid> <description>Thank you very match ... it help me ..</description> <content:encoded><![CDATA[<p>Thank you very match &#8230; it help me ..</p> ]]></content:encoded> </item> <item><title>By: Commenter RameshSakibanda</title><link>http://davidwalsh.name/jquery-countdown-plugin#comment-24014</link> <dc:creator>Commenter RameshSakibanda</dc:creator> <pubDate>Mon, 16 May 2011 17:32:33 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-24014</guid> <description>1. Create a variable keepAlive and initialize to 0
2. increment keepAlive, Pass this value as one of the parameter in settings to the plugin and Start CountDown
3. modify if condition to the plugin &#039;timeOut &gt; settings.endNumber + 1 &amp;&amp; settings.alive === keepAlive&#039;4. It should work fine</description> <content:encoded><![CDATA[<p>1. Create a variable keepAlive and initialize to 0<br
/> 2. increment keepAlive, Pass this value as one of the parameter in settings to the plugin and Start CountDown<br
/> 3. modify if condition to the plugin &#8216;timeOut &gt; settings.endNumber + 1 &amp;&amp; settings.alive === keepAlive&#8217;</p><p>4. It should work fine</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://davidwalsh.name/jquery-countdown-plugin#comment-24009</link> <dc:creator>Chris</dc:creator> <pubDate>Mon, 16 May 2011 16:18:46 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-24009</guid> <description>Did anyone manage to solve this issue? Hitting the same thing here now.</description> <content:encoded><![CDATA[<p>Did anyone manage to solve this issue? Hitting the same thing here now.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/7 queries in 0.012 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 04:26:39 -->
