EXTENSION Countdown/Count-up timer/clock
- me.prosenjeet
-
- Posts: 1282
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
EXTENSION Countdown/Count-up timer/clock
Well I read somewhere in the forum today, someone was asking for this. A sort of count down watch for any event.
This is a small utility extension.
You need to feed a future date and then the countdown shows on the webpage. On reaching that specific time/date, a message is displayed which can be an announcement of a program that you want to launch on that specific date.
Extension has been developed by me. Original free script from www.hashemian.com
Demo : http://www.lucknowwebs.com/c.html
No pdf is enclosed in the zip folder. It is too simple an extension. Read the explaination on the download page or in the extension itself
Download Count Down Extension from http://www.lucknowwebs.com look for the "Download Extensions" link at the top of the page
This is a small utility extension.
You need to feed a future date and then the countdown shows on the webpage. On reaching that specific time/date, a message is displayed which can be an announcement of a program that you want to launch on that specific date.
Extension has been developed by me. Original free script from www.hashemian.com
Demo : http://www.lucknowwebs.com/c.html
No pdf is enclosed in the zip folder. It is too simple an extension. Read the explaination on the download page or in the extension itself
Download Count Down Extension from http://www.lucknowwebs.com look for the "Download Extensions" link at the top of the page
.
Click here to check my Pro WB Extensions
Click here to check my Pro WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
---------------------------------------------------------
Click here to check my Pro WB Extensions
Click here to check my Pro WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
---------------------------------------------------------
- me.prosenjeet
-
- Posts: 1282
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
This counter counts towards a particular time or date. It can not start counting from a given time at the page load.FredericP wrote:Thank's for your great work.
I have a question. I have to display only a seconds counter. I need to display by exemple 15 seconds, and the counter may count down until reach 0. That's all.
Is it possible to do it with your extension without specify any date ?
Example: If you want to start down counting from 15 seconds every time the page is opened, that is not possible
.
Click here to check my Pro WB Extensions
Click here to check my Pro WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
---------------------------------------------------------
Click here to check my Pro WB Extensions
Click here to check my Pro WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
---------------------------------------------------------
Re: EXTENSION Countdown/Count-up timer/clock
Hi me.prosenjeet,
I'm interested in this extension.
I registered twice to your site to download it, but I never received the e-mail activation link.
Any help here ?
Franky
I'm interested in this extension.
I registered twice to your site to download it, but I never received the e-mail activation link.
Any help here ?
Franky
- me.prosenjeet
-
- Posts: 1282
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Re: EXTENSION Countdown/Count-up timer/clock
I have resend the activation email for you. Still if you find it difficult, send me a mail and I will send your login pass manually
.
Click here to check my Pro WB Extensions
Click here to check my Pro WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
---------------------------------------------------------
Click here to check my Pro WB Extensions
Click here to check my Pro WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
---------------------------------------------------------
Re: EXTENSION Countdown/Count-up timer/clock
Hi me.prosenjeet,
I set the wxtension to countup (+1) with a past date, but it doesn't work. Nothing on the page.

Can you help me here ?
Any way to customize font color/size ?
Franky
I set the wxtension to countup (+1) with a past date, but it doesn't work. Nothing on the page.


Can you help me here ?
Any way to customize font color/size ?
Franky
Re: EXTENSION Countdown/Count-up timer/clock
Did you publish the page? It will not show up in the publish preview.MP3 wrote:Hi me.prosenjeet,
I set the wxtension to countup (+1) with a past date, but it doesn't work. Nothing on the page.![]()
Can you help me here ?
I'm also interested in how to increase the font size in the counter. Is this possible, please? ThanksMP3 wrote: Any way to customize font color/size ?
Franky
- pedro-pecker
-
- Posts: 39
- Joined: Thu Feb 26, 2009 2:22 pm
- Location: Devon UK
Re: EXTENSION Countdown/Count-up timer/clock
I have the same problem as MP3
If I f5 nothing shows on page if I publish theres nothing on the page!
Ive uploaded to server & get the same
Ive set the page to php
Ive changed the doc type
If I look at the source code i get
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Page</title>
<meta name="generator" content="WYSIWYG Web Builder - http://www.wysiwygwebbuilder.com">
<style type="text/css">
body
{
background-color: #FFFFFF;
color: #000000;
}
</style>
</head>
<body>
<div id="wb_indexExtension1"
style="margin:0;padding:0;position:absolute;left:261px;top:195px;width:100px;height:100px;text-align:left;z-
index:0;">
<script language="JavaScript">
TargetDate = "01/10/2011 10:00 AM";
BackColor = "white";
ForeColor = "red";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "%%S%% Seconds, %%M%% Minutes, %%H%% Hours, %%D%% Days.";
FinishMessage = "It is here atlast!";
</script>
<script language="JavaScript" src="http://lucknowwebs.com/countdown.js"></script>
</div>
</body>
</html>
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; FunWebProducts;
SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2;
.NET4.0C)
Timestamp: Wed, 9 Mar 2011 20:48:29 UTC
Message: Syntax error
Line: 2
Char: 1
Code: 0
URI: http://lucknowwebs.com/countdown.js
Can anyone through any light on what im doing wrong!!
If I f5 nothing shows on page if I publish theres nothing on the page!
Ive uploaded to server & get the same
Ive set the page to php
Ive changed the doc type
If I look at the source code i get
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Page</title>
<meta name="generator" content="WYSIWYG Web Builder - http://www.wysiwygwebbuilder.com">
<style type="text/css">
body
{
background-color: #FFFFFF;
color: #000000;
}
</style>
</head>
<body>
<div id="wb_indexExtension1"
style="margin:0;padding:0;position:absolute;left:261px;top:195px;width:100px;height:100px;text-align:left;z-
index:0;">
<script language="JavaScript">
TargetDate = "01/10/2011 10:00 AM";
BackColor = "white";
ForeColor = "red";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "%%S%% Seconds, %%M%% Minutes, %%H%% Hours, %%D%% Days.";
FinishMessage = "It is here atlast!";
</script>
<script language="JavaScript" src="http://lucknowwebs.com/countdown.js"></script>
</div>
</body>
</html>
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; FunWebProducts;
SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2;
.NET4.0C)
Timestamp: Wed, 9 Mar 2011 20:48:29 UTC
Message: Syntax error
Line: 2
Char: 1
Code: 0
URI: http://lucknowwebs.com/countdown.js
Can anyone through any light on what im doing wrong!!
Regards
Pedro
Pedro
Re: EXTENSION Countdown/Count-up timer/clock
Don't know if it matters, but I kept the page as html, not php. The only things I see different between your source code and mine is that you haven't replaced the site url with your site - it still shows lucknowwebs.com. That is probably the problem.
Also, the Display Format is switched on yours vs mine, i.e.:
Yours:
DisplayFormat = "%%S%% Seconds, %%M%% Minutes, %%H%% Hours, %%D%% Days.";
Mine:
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
Everything else looks identical for the extension.
Hope this helps somehow.
NOTE: Still nothing from anyone on whether it's possible to change the font size???
Also, the Display Format is switched on yours vs mine, i.e.:
Yours:
DisplayFormat = "%%S%% Seconds, %%M%% Minutes, %%H%% Hours, %%D%% Days.";
Mine:
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
Everything else looks identical for the extension.
Hope this helps somehow.
NOTE: Still nothing from anyone on whether it's possible to change the font size???
- pedro-pecker
-
- Posts: 39
- Joined: Thu Feb 26, 2009 2:22 pm
- Location: Devon UK
Re: EXTENSION Countdown/Count-up timer/clock
Hi i change the web address as you said but still the same
All i have done is drop the extension onto workspace (new web site)
Right click/properties/change the web site address
Thats it!
so the date is set as default 01/01/2012 @10am
white bacground colour red font
counter is active
set to - to count down
Format = %%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.
finnish message =default
Ive tried a couple of web site urls but did not work then i found one that worked
heres one that works my-test-site.hostoi.com
heres one that dont pedropecker.site50.net
another that dont work lucknowwebs.com
ther must be a glitch in this extension i would have thought???
Thanks for the advise thou!
maybe me.prosenjeet could have a look when he gets time?
Ill leave the extension on the server for a while http://my-test-site.hostoi.com/
All i have done is drop the extension onto workspace (new web site)
Right click/properties/change the web site address
Thats it!
so the date is set as default 01/01/2012 @10am
white bacground colour red font
counter is active
set to - to count down
Format = %%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.
finnish message =default
Ive tried a couple of web site urls but did not work then i found one that worked
heres one that works my-test-site.hostoi.com
heres one that dont pedropecker.site50.net
another that dont work lucknowwebs.com
ther must be a glitch in this extension i would have thought???
Thanks for the advise thou!
maybe me.prosenjeet could have a look when he gets time?
Ill leave the extension on the server for a while http://my-test-site.hostoi.com/
Regards
Pedro
Pedro
- me.prosenjeet
-
- Posts: 1282
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Re: EXTENSION Countdown/Count-up timer/clock
This is a very old extension. I am not sure if it will work in WB 6 or 7. Will have to dig up the files...hardly remember anything about the settings etc

Pedro what do you mean by this? This site doesnt use the extensionpedro-pecker wrote:another that dont work lucknowwebs.com
.
Click here to check my Pro WB Extensions
Click here to check my Pro WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
---------------------------------------------------------
Click here to check my Pro WB Extensions
Click here to check my Pro WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
---------------------------------------------------------
- pedro-pecker
-
- Posts: 39
- Joined: Thu Feb 26, 2009 2:22 pm
- Location: Devon UK
Re: EXTENSION Countdown/Count-up timer/clock
Ahh this is the problem then!me.prosenjeet wrote:This is a very old extension. I am not sure if it will work in WB 6 or 7. Will have to dig up the files...hardly remember anything about the settings etc![]()
pedro-pecker wrote:another that dont work lucknowwebs.com
thats the default url in the extension I would have thought it would work as default?Pedro what do you mean by this? This site doesnt use the extension
Thanks anyway me.prosenjeet might be usefull if you do fine the time to update the extension oneday?
Regards
Pedro
Pedro