Tagged Questions
5
votes
4answers
1k views
How to make a countdown timer in asp.net web application(C#)?
I am Creating Timed online test in C# asp.net.I have created it using the local machine time. But in the case of Database disconnection or system hang, The countdown timer must start from the time at ...
4
votes
1answer
292 views
Javascript reset countdown
Hello
I have a problem with countdown by javascript, i wrote a script and not bad.
i need reload countdown after few minute by ajax (json) but after loading new data script does not work properly.
...
3
votes
1answer
338 views
Javascript Countdown Timer
I need a count down timer that can display second:miliseconds format, I found one that I figured I could modify it to show this like 4:92 but it doesn't want to work for me for some reason. It works ...
2
votes
2answers
112 views
how to create a javascript countdown which on refreshing continues counting
I try it with javascript and jquery but no idea how to do that. i wont to let the timer not begins on refreshing counting again. It´s same as an auction when he counting down 3,2 and on refreshing he ...
2
votes
1answer
271 views
live date time countdown problem from php/mysql database
I have php site and mysql database with date/time field with date/time in future.
I need to count down from that future time till now.
Example:
Jimmy 31.12.2011 21:00:00 birthday
Mary 21.11.2011 ...
2
votes
1answer
68 views
More than 1 countdown timer on page
I'm trying to add more than one countdown timer with the same date on my page. For some reason the second one doesn't work. I found this countdown code and would see if anyone had a suggestion for me.
...
2
votes
3answers
382 views
javascript: simple countdown timer problem
Hello, I have some problems with this code.
var second = 0;
// Set the end time of the campaign on, Year, Month, Day, Hour, Minute only.
countdown('clock', 2011, 8, 31, 23, 59, second);
...
2
votes
2answers
87 views
Need help aligning result of a Javascript's Countdown
I'm working on this countdown: http://apps.facebook.com/tjdcountdown/
I would like to add a specific width for each result (minutes,hours,days) of my countdown so the number are always perfectly ...
2
votes
3answers
593 views
JavaScript countdown adding start and reset buttons
I want to use the following to make the code start only by the press of a button rather than the code starting on its own when the page loads. also adding a reset button too.
<head>
<meta ...
2
votes
3answers
392 views
a (javascript) countdown that doesn't restart at page refresh?
i was wondering if there is any solution for implementing a javascript counter that doesn't reset at page refreshm but it continues counting until the set time passes.
What do you know about it?
...
2
votes
4answers
1k views
Jquery Countup Timer
I was trying to achieve count up timer with this jquery plugin.
As I am newbie on this, I really don't understand their documentation.
What I want to display is. I want to display counter which ...
2
votes
2answers
2k views
javascript / jquery time count down
Hello
I want to make a function either using pure Javascript or also benefiting from jquery to count down to an ending time such as:
//consumes a javascript date object
function countDown(endtimme){
...
2
votes
3answers
138 views
Strange problem with JavaScript code
Hi Masters Of Web Development,
first I want to say that I did not believe in my eyes - I've got a piece of javascript that works just fine in IE7, and don't in Firefox!!! :)))) That was little joke. ...
1
vote
2answers
24 views
How to turn off .animate() on a certain element
I'm using http://tutorialzine.com/2011/12/countdown-jquery/ which animates the numbers down and fades to opacity 0.
Edit. Added jsFiddle http://jsfiddle.net/Mw4j2/
// The .static class is ...
1
vote
2answers
94 views
Javascript countdown and PHP date
Here is a JavaScript that I use to generate some countdowns, my problem is that the JavaScript is using the date from the users PC, is there any way to modify the script to use something like :
...
1
vote
1answer
424 views
Multiple countdown timers using a PHP loop
What I'm trying to do is output data from my database using PHP. Alongside this data I'd like to include a countdown timer using the data from my database. Naturally, the timer is done using ...
1
vote
1answer
304 views
PHP countdown timer problem using javascript
I'm using php 5.3.6 and mysql 5.1.54 with apache webserver windows edition on my local pc.
And my web host have php 4.0.2 and mysql 4.1.2 with apache webserver linux edition.
I'm using a script and ...
1
vote
4answers
568 views
PHP JavaScript Countdown Timer
I need to make a countdown timer that displays a specific number of minutes and seconds counting down - not a countdown to a certain date.
And depending on a variable, change these numbers.
So for ...
1
vote
4answers
155 views
Add a countdown in my scoring script (javascript/jquery)
I have the following script in a js file:
// Ad score
var score = 0;
//$('#score').text(score);
function foundMatchingBlocks(event, params) {
params.elements.remove();
score += 100;
...
1
vote
5answers
113 views
Countdown variable across many pages
I have a demo website for an e-test where each student is allowed 15 minutes for the whole exam (which comprises 5 subjects, each with 10 questions). I want it that, immediately a student clicks START ...
1
vote
3answers
965 views
How can I make a 10 second countdown timer before a download button link appears?
On a download page, I would like to have it so that when the page loads, a 10 second timer automatically starts. On the page, I would like some text to say something like "You can begin your download ...
1
vote
3answers
109 views
error at javascript that connect to sql, asp.net c#
I have javascript timer countdown with the code:
<script language="JavaScript">
TargetDate = "<% = TargetDate %>";
/*this is a property in code behind*/BackColor = "palegreen";
ForeColor ...
1
vote
4answers
483 views
simple 3-2-1 countdown in javascript/jquery
i'm trying to create a simple 3-2-1 counter. i would like to display the 3, 2, and 1, as well as run a function at the end of the countdown. i've tried a couple things to no avail:
...
1
vote
2answers
415 views
javascript display text then after some time display new text
i'm not really sure what to call it or what to search for on google. I am trying to accomplish the task of displaying some text and after a desired amount of time display some new text.
something ...
1
vote
2answers
331 views
Countdown in Javascript
I would like to put on our company intranet page the number of days until the next payday, however - the payday dates aren't every 4 weeks etc. they will be similar to this:
1st January 2011
15th ...
1
vote
2answers
432 views
Basic jQuery javascript countdown
I KNOW that this is basic. But I'm so JS-retarded I can't "do-it-myself" and I'm tired of spending hours getting nowhere. Please help!
There are dozens of JS countdowns I find by Googling & on ...
1
vote
1answer
970 views
Show Redirecting In.. CountDown Timer PHP
I have this code so far that redirects the user after 5 seconds to the correct URL:
<?php
$url = $_GET['url'];
header("refresh:5;url=$url");
include('ads.php');
?>
Please could you tell me ...
1
vote
1answer
548 views
JavaScript Countdown Timer Using Server Time
I'm trying to create a countdown timer that's based on a time on the server.
I originally had the server set the time left, and just did a setTimeout for 1 second that would decrement the time.
I ...
1
vote
0answers
418 views
Javascript / Jquery Date Countdown
Could anyone help me with a javascript countdown;
For Example: If it's 1:05pm on Sunday, it would say:
"Place your order within the next 1 day 2 hours 55 minutes and your order will ship Monday"
...
1
vote
4answers
684 views
JavaScript / jQuery Countdown
What I'd like to accomplish is a countdown that updates live... like this:
6 Days (just the days)
12 Hours (just hours within 1 day)
59 Minutes (just minutes within 1 hour)
59 Seconds (just ...
1
vote
4answers
204 views
php with javascript timer - what happen when user leaves the page before the timer is zero
i have a game whene the user can win something.
as soon as he wins he has 60 seconds to fill in his adress name etcotherwise he lose his price and someone else can take it.
when he not fills in the ...
0
votes
2answers
66 views
Recurrent Javascript countdown
I have an annoying problem, i have trying to implement a simple 10 or 15 minute recurrent countdown. i have tried jQuery but it just gives me options to count down to a date and stops after the ...
0
votes
1answer
44 views
Display multiple live countdown using data retrieved from database
I have multiple time countdowns that need to get displayed on one page and the time left is data from a database.
I'm using examples from another website, and I tried many of them, but I can only ...
0
votes
1answer
99 views
Passing client data to server-side methods
I have a JavaScript file that checks for bids using json data.
Now the problem I have is the plugin for the countdown has an onExpiry function that won't let you pass parameters, when u do the ...
0
votes
2answers
42 views
javascript recurrent countdown
i have a question regarding a countdown timer.
i have the below code that displays a visual countdown. my problem is that it resets everytime i refresh the page , its client-side. is there a way to ...
0
votes
3answers
124 views
Javascript count down timer in a MYSQL column
I have a MYSQL table and I would like to place a countdown column for each result in the table. The timer should count from the current time to the the column ending time(a column within the same ...
0
votes
2answers
147 views
A CSS-styleable countdown timer?
I imagined this would be super-simple, but it is eluding me so far. I would like to know how I can implement a timer that counts down to a specific date and can be styled with CSS.
Specifically, I ...
0
votes
3answers
67 views
JavaScript Countdown Timer not starting [Code Included]
I'm trying to make a countdown timer using JS, obviously.
I think my code is correct, but it does not work.
Objective of the code:
The code suppose to show a timer decreasing until it show the ...
0
votes
1answer
76 views
pause countdown timer javascript php
function setCountDown ()
{
seconds--;
if (seconds < 0){
minutes--;
seconds = 59
}
if (minutes < 0){
hours--;
minutes = 59
}
if (hours < 0){
days--;
...
0
votes
1answer
41 views
php javascript jquery countdown?
I have a future date from a datetime field in a mysql database, it will only ever be no more than an hour or two ahead of the current time.
What I need is it to display a countdown in real time on ...
0
votes
0answers
156 views
Jquery Countdown.. Get time from php?
I'm using a popular jQuery countdown script that has built in servertime sync. However I want to sync with server first not last as I also check the day and time.
...
0
votes
1answer
53 views
Reseting jQuery timer
I need to reset my timer back to 5 seconds. But it doesn't work. Can you help:
<script type="text/javascript">
"use strict";
$(document).ready(function() {
...
0
votes
1answer
76 views
Building a countdown clock in JavaScript
I'm building a countdown clock in JavaScript and am having trouble formatting it exactly how I want. Basically, I have a variable called totalTime which is initially set to the total number of seconds ...
0
votes
1answer
189 views
JavaScript/JQuery countdown timer with multiple interval settings?
I want to countdown from a number, let's say 100. But I don't want the countdown to be obvious such as in seconds. I would like 3 intervals like below and if they could be random, that would be even ...
0
votes
1answer
132 views
jQuery Countdown - reset timer
I'm using the jQuery Countdown plugin and have a quick query.
My code currently looks like this:
function doCountdown(){
var nextNoon = new Date();
if (nextNoon.getHours()>=12){ ...
0
votes
1answer
218 views
Parse date from javascript countdown (jQuery plugin)
I'm trying to parse "Time Left To Buy" from a Groupon clone. Don't worry, everything is legal. The Javascript looks like
var untilDate = new Date(1316206740000);
$("#wlt-DealTimeLeft ...
0
votes
2answers
292 views
Countdown timer with pause/reset
I'm looking for an open source JavaScript timer that will countdown from 60 seconds. I would prefer if people could increase the timing on the timer, but that's not necessary. It is necessary for ...
0
votes
1answer
163 views
Countdown timer in rails
In my application, I have a deadline in this format : 2011-08-26 16:45:00 UTC.
In my controller, I am calculating the difference between this date and the current one. The result looks like this : ...
0
votes
1answer
149 views
live date time countdown problem
I need date and time countdown function that can be reused many times. My records are stored in a MySQL database and this must be on every record.
My start date is:
$date = date("Y-m-d H:i:s", ...
0
votes
1answer
54 views
Counting time in JavaScript and precision of the results
I decided to use this countdown script, however I noticed that something is wrong.
The site is down right now, but there is Google Cache for it.
Code can be find here.
It looks like code is OK, ...