<?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: Making a jQuery Countdown Timer</title>
	<atom:link href="http://tutorialzine.com/2011/12/countdown-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2011/12/countdown-jquery/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Thu, 23 May 2013 03:26:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: TheAL</title>
		<link>http://tutorialzine.com/2011/12/countdown-jquery/#comment-81563</link>
		<dc:creator>TheAL</dc:creator>
		<pubDate>Thu, 09 May 2013 20:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=1781#comment-81563</guid>
		<description><![CDATA[Apologies for all of the question. My remaining one is, how would one add extra characters for days? The date to which I am counting down is 500+ days away.]]></description>
		<content:encoded><![CDATA[<p>Apologies for all of the question. My remaining one is, how would one add extra characters for days? The date to which I am counting down is 500+ days away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheAL</title>
		<link>http://tutorialzine.com/2011/12/countdown-jquery/#comment-81562</link>
		<dc:creator>TheAL</dc:creator>
		<pubDate>Thu, 09 May 2013 20:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=1781#comment-81562</guid>
		<description><![CDATA[Figured it out. Not sure if the fix is appropriate, though. I changed &#039;top&#039; on line 116 and 128 to 0.]]></description>
		<content:encoded><![CDATA[<p>Figured it out. Not sure if the fix is appropriate, though. I changed 'top' on line 116 and 128 to 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheAL</title>
		<link>http://tutorialzine.com/2011/12/countdown-jquery/#comment-81561</link>
		<dc:creator>TheAL</dc:creator>
		<pubDate>Thu, 09 May 2013 20:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=1781#comment-81561</guid>
		<description><![CDATA[Is it possible to change it so the numbers just fade into one another without the slide up/down animation? Thanks!]]></description>
		<content:encoded><![CDATA[<p>Is it possible to change it so the numbers just fade into one another without the slide up/down animation? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marekma1000</title>
		<link>http://tutorialzine.com/2011/12/countdown-jquery/#comment-81144</link>
		<dc:creator>marekma1000</dc:creator>
		<pubDate>Sat, 27 Apr 2013 22:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=1781#comment-81144</guid>
		<description><![CDATA[Martin, &lt;b&gt;BIG&lt;/b&gt; thanx for this tutorial - I&#039;ll use it on my landing page ;)]]></description>
		<content:encoded><![CDATA[<p>Martin, <b>BIG</b> thanx for this tutorial - I'll use it on my landing page ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramjyoti</title>
		<link>http://tutorialzine.com/2011/12/countdown-jquery/#comment-81056</link>
		<dc:creator>Ramjyoti</dc:creator>
		<pubDate>Wed, 24 Apr 2013 18:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=1781#comment-81056</guid>
		<description><![CDATA[if you want any type of changes when timer comes down to 00.00.00.00 then
 on script.js page  add below Code just before the line : &quot;note.html(message);&quot;

&lt;pre&gt;
if(days==0 &amp;&amp; hours==0 &amp;&amp; minutes==0 &amp;&amp; seconds==0)
{
	window.location.replace(&quot;http://www.tutorialzine.com&quot;);  //to redirect another location
        alert(&quot;Times up! &quot;); //to show alert box		
}
&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>if you want any type of changes when timer comes down to 00.00.00.00 then<br />
 on script.js page  add below Code just before the line : &quot;note.html(message);&quot;</p>
<pre>
if(days==0 &amp;&amp; hours==0 &amp;&amp; minutes==0 &amp;&amp; seconds==0)
{
	window.location.replace(&quot;http://www.tutorialzine.com&quot;);  //to redirect another location
        alert(&quot;Times up! &quot;); //to show alert box		
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: linkingarts</title>
		<link>http://tutorialzine.com/2011/12/countdown-jquery/#comment-80013</link>
		<dc:creator>linkingarts</dc:creator>
		<pubDate>Sun, 24 Mar 2013 05:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=1781#comment-80013</guid>
		<description><![CDATA[@wayne, @ann, @gmrm the months start at 0, not one, so you can put 07-1 for July as in (2014,07-1,14) for July 14, 2014 (or just put in 6 for July)]]></description>
		<content:encoded><![CDATA[<p>@wayne, @ann, @gmrm the months start at 0, not one, so you can put 07-1 for July as in (2014,07-1,14) for July 14, 2014 (or just put in 6 for July)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blah</title>
		<link>http://tutorialzine.com/2011/12/countdown-jquery/#comment-79731</link>
		<dc:creator>blah</dc:creator>
		<pubDate>Tue, 19 Mar 2013 21:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=1781#comment-79731</guid>
		<description><![CDATA[This will work when days are &lt; 99 - ugly but fixed for now. &lt;a href=&quot;http://pastie.org/7128926&quot; rel=&quot;nofollow&quot;&gt;http://pastie.org/7128926&lt;/a&gt;

]]></description>
		<content:encoded><![CDATA[<p>This will work when days are &lt; 99 - ugly but fixed for now. <a href="http://pastie.org/7128926" rel="nofollow">http://pastie.org/7128926</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gmrm</title>
		<link>http://tutorialzine.com/2011/12/countdown-jquery/#comment-78967</link>
		<dc:creator>gmrm</dc:creator>
		<pubDate>Fri, 08 Mar 2013 21:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=1781#comment-78967</guid>
		<description><![CDATA[I&#039;m having a lot of trouble trying to get this countdown to work properly.  I&#039;m trying to set a date that I know is 53 days into the future, but this counter is saying it&#039;s 83 days into the future.  What am I doing wrong?]]></description>
		<content:encoded><![CDATA[<p>I'm having a lot of trouble trying to get this countdown to work properly.  I'm trying to set a date that I know is 53 days into the future, but this counter is saying it's 83 days into the future.  What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gmornob</title>
		<link>http://tutorialzine.com/2011/12/countdown-jquery/#comment-78707</link>
		<dc:creator>gmornob</dc:creator>
		<pubDate>Tue, 05 Mar 2013 20:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=1781#comment-78707</guid>
		<description><![CDATA[that&#039;s very impressive ! countDown really i like it]]></description>
		<content:encoded><![CDATA[<p>that's very impressive ! countDown really i like it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ann</title>
		<link>http://tutorialzine.com/2011/12/countdown-jquery/#comment-77778</link>
		<dc:creator>ann</dc:creator>
		<pubDate>Fri, 01 Feb 2013 17:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=1781#comment-77778</guid>
		<description><![CDATA[I had the same problem. I&#039;ve put this: 	
// Number of seconds in every time division
	var days	= 72*90*90,
		hours	= 60*60,
		minutes	= 60;]]></description>
		<content:encoded><![CDATA[<p>I had the same problem. I've put this:<br />
// Number of seconds in every time division<br />
	var days	= 72*90*90,<br />
		hours	= 60*60,<br />
		minutes	= 60;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 286/288 objects using apc
Content Delivery Network via cdn.tutorialzine.com

 Served from: tutorialzine.com @ 2013-05-23 05:49:42 by W3 Total Cache -->