![]() |
How To Create A countdown Can someone please show me how to create a simple countdown for one of my landing pages... What I'm trying to do is make a number like 102.3 (seconds.milliseconds) countdown to zero. I want it to start over for every visitor. Just looking for regular text.. Nothing fancy.. I've been trying to find this script for a long time now (on and off a year) but can't come across what I need; not even with Google.. If it's some type of secret industry script, please email me about it.. I greatly appreciate it.. |
Re: How To Create A countdown What you're looking for is a Javascript countdown timer. If you Google it you'll find tons of choices and code examples. FYI, a tenth of a second (as in your example) is called a decisecond. A millisecond would be like 102.3000, which would be extremely processor-intensive to count down and would probably crash most (if not all) of your visitor's browsers. I would just use seconds if I were you. Any greater resolution than that, and you start risking potential browser/display issues with your visitors who are on slower connections. |
Re: How To Create A countdown Learn something new everyday. I've done tons of searches but I don't think I searched for that exactly.. Thanks Brandon.. I'll get on it... |
Re: How To Create A countdown Javascript can do this, it will reset every time a user refreshes the page though |
Re: How To Create A countdown Quote:
|
Re: How To Create A countdown Quote:
It's been like a bad relationship; only if I get this one right, it will make me money instead of take it away... :D I've found tons of scripts on timers and I can do those but all of them have to the date in them and i don't know enough about Javascript to edit it... I'm starting to get the feeling that the javascript countdown I'm looking for in particular costs a lot of money.... :eek: |
Re: How To Create A countdown Dennis, check this out... it counts down by seconds only... Countdown to extra profits -- Ask Michel Komarov |
How does Javascript work? Am I suppose to paste the countdown javascript code in a FILENAME.js file and then paste the "src=site.com/FILENAME.js" in the PHP coding? or can I just paste it in my PHP coding? |
Re: How To Create A countdown Quote:
I'm saving that script to my evernote so I can have it available at all times.. Thanks again man.. You really helped me out a lot with that.. |
Re: How To Create A countdown No worries... glad I could help! |
Re: How To Create A countdown |
Re: How To Create A countdown Quote:
|
Re: How To Create A countdown Hello, I made a small javascript snippet, that may do what you want... or at least what I understand you want :) However it may "force" the browser a bit, but it should be fine. HTML Code: <script> |
Re: How To Create A countdown In order to create a countdown timer in JavaScript you'll have to use the window.setTimeout function which will call a JavaScript function after a certain amount of time. |
Re: How To Create A countdown Javascript count doen is the best solution. you can create very attractive ones. |
Re: How To Create A countdown Give me your email, then i can email you my wordpress plugin for countdown. |
Re: How To Create A countdown Quote:
Quote:
|
Re: How To Create A countdown Quote:
That said, I think Tizag has excellent tutorials for beginners... Javascript Tutorial - Intro W3Schools also has good tutorials... JavaScript Tutorial |
Re: How To Create A countdown Hi Dennis, since i cannot send pm (because my post is not 50 yet). can you send me your email instead? i will send it to your email. Quote:
|
Re: How To Create A countdown |
Re: How To Create A countdown You can either use flash or php to make count down, according to me flash countdown is better |
Re: How To Create A countdown I will try with this keyword "Javascript countdown timer", I was also thinking about it.... I might need it if I move my site to another server. |
Re: How To Create A countdown Quote:
|
Re: How To Create A countdown If you are using Wordpress, you may want to consider using Wordpress Countdown Plugins. Here are a few good ones: |
Re: How To Create A countdown To create a countdown on your landing page then you have to do it with javascript and to do that you need to have proper knowledge and skill about programming language. |
Re: How To Create A countdown do you familiar with jQuery framework?, if you familiar then PM me (sorry but, I can't sit down everyday in front of my laptop) |
Re: How To Create A countdown Can you put PHP or java on your site? If you can use java then try that. It should be real easy to make one that is constantly ticking down. Also, you can probably make one in flash. I know for a fact you could do one in PHP but it wouldn't tick down constantly, only when the page was refreshed. Try searching google for a premade one. |
Re: How To Create A countdown |
Re: How To Create A countdown Here i have shared a link where you can find your solution. you can create countdown by using javascript. http://www.google.com/url?sa=t&rct=j...hObk6vsTfjky0w |
Re: How To Create A countdown Use the following code. Code: <script language="JavaScript"> |
Re: How To Create A countdown Hey Gang - Do you know of a countdown timer solution that will work within a WSO post? |
Re: How To Create A countdown Quote:
|
Re: How To Create A countdown Quote:
|
| All times are GMT -6. The time now is 10:13 PM. |