Tagged Questions
The countdown tag has no wiki summary.
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
46 views
Is there an extant implementation of a reverse “AUTO_INCREMENT” in either PostgreSQL or MySQL?
Without having to do it manually (which I'm open to implementing if no other options exist), is there a way in either PostgreSQL or MySQL to have an automatic counter/field that decrements instead of ...
4
votes
1answer
291 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.
...
4
votes
1answer
470 views
Objective C: Can the Countdown timer Picker be used as a hour/min picker?
I was wondering if I can directly use the standard countdown picker as an hour/min picker e.g. user can select the number of hours and minutes as parking duration etc...
Basically I want the to use ...
3
votes
5answers
146 views
How can i run php script with timer?
I have foreach functions that print students names
$names = array("Alex","Brad","Tom");
foreach($names as $name) {
echo "$name <br />";
sleep(3);
}
How can i print each name, each 3 ...
3
votes
5answers
399 views
count down timer problem
I have 2 activities in my app ActivityA and ActivityB and a count down timer. The timer should keep running between the two activities. If the user clicks on the home or back button the timer will be ...
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 ...
3
votes
1answer
562 views
Android: Auto Refresh Google Maps
I want to ask about how to auto refresh the Google Maps?
So i have an activity with radio button inside that user can choose about the interval of the auto refresh. Then I create a class with a map ...
3
votes
2answers
2k views
Countdown timer in asp.net
I am using asp.net 3.5 with C#.
I want to create a countdown timer and my requirement is like this:
Countdown end date: June 16 2010
So, till June 16 comes my timer will show the remeaning time.
...
3
votes
1answer
4k views
Countdown timer iphone sdk?
I have a countdown timer in my game and I'm trying to figure out how to make it so that it shows two decimal places and records with 2 decimal places in my table. Right now it counts down as a ...
2
votes
1answer
51 views
Rewriting information on the same line
I am new to C programming and I wish to have a countdown take place on one line, for example, like this:
Time left: n
where n would be the only part of that line that was updated.
I'm talking ...
2
votes
1answer
39 views
Is there any way that i can shorten this code?
This is the code that i would like shortenning, it uses a progress bar and a label that counts down with it: I'm using the language of VB
If ProgressBar1.Value = 33 And Label2.Text = "Now: Hold ...
2
votes
1answer
102 views
How to display clock count down whole the application on Blackberry?
I make and display an clock count down with this code
LabelField time;
long mille=0;
Timer timer=null;TimerTask task=null;
public Timerscreen() {
...
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
2answers
90 views
Keeping a countdown timer synchronized across multiple browsers via a date/time stored on the database
I want to try and keep a timer synchronized across multiple browsers/clients which is counting down to a date stored within the database. If the date changes for some reason then I will need to update ...
2
votes
4answers
419 views
C# countdown timer
I'm trying to make a countdown using C# and show the time in format:
hour:minutes:seconds
I've tried this:
var minutes = 3; //countdown time
var start = DateTime.Now;
var end = ...
2
votes
2answers
259 views
PHP/Javascript countdown script
Note * I want some one to fix it and tell me how they did it not tips on how to do it or coments about php nd java mixed in it *
I have a countdown script that is working, but when it hits the target ...
2
votes
3answers
181 views
JQuery Countdown Plugin from its div value
I am trying to modify this JQuery Countdown plugin to initialize itself when it has a value in its div or span. I need because I'm building an application that will allow people to have any amount of ...
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
1answer
163 views
Complete Novice using jquery, countdown widget won't work, can someone help?
I am a complete novice at this, never used jquery before, would like to create a countdown widget using divisions and spans for my website but can't seem to get the counter to appear.
The spans will ...
2
votes
4answers
121 views
Timer in Java - few problems with mins/hours decrement
I am developing a Java countdown timer. I am totally new to Java though have done some C++ before so it's not all totally new. I am having problems with this - can anyone easily see what I have done ...
2
votes
3answers
381 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
148 views
python add time to a countdown already running
I want to have an app where if I click a button I add X amount of time to my running countdown timer.
I'm guessing I have to use threads for this but am not sure how to implement it..
Here is the ...
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
592 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
390 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
2answers
367 views
Various ways to handle timing in Android
I have a need for a very simplistic way to keep track of time. Basically I simply need to start a timer when a method is called, and a set amount of time after that (45-90 seconds) call another ...
2
votes
2answers
477 views
Counting down the days - iPhone Count Down Timer
I’m trying to make a counter which shows the number of days until we leave on a trip to Europe. It’s only about 70 days (as of today) so I don’t believe that I should have to worry about ...
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
661 views
Algorithm for count-down timer that can add on time
I'm making a general timer that has functionality to count up from 0 or count down from a certain number. I also want it to allow the user to add and subtract time. Everything is simple to implement ...
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
45 views
How to use a sleep/wait function to display a countdown
I want my program to start off using a countdown timer that will be displayed to the user. The only way I can think to do that is to label.setText() and Thread.sleep(). I've tried for about 20min ...
1
vote
1answer
148 views
Countdown timer which has increment/decrement option that can be set by user
I’m new to Java language but worked with C language previously. I tried many ways to solve the following problem but couldn’t so I need help.
I’m trying to do the following:
•Set 5 minute timer ...
1
vote
0answers
62 views
Android: Convert 2 different timezones to UTC and calculate their difference in days, hours, and minutes
I have yet to find a straightforward approach to this. I've seen tons of different examples, some actually clash with each other, others are using deprecated calls, I'm not sure why this is so ...
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
2answers
175 views
Jquery Countdown timer for multiple events
Here is my problem. I am coding a website for a meeting hall. The client wants a countdown to the next meeting on the home page. I figured I would use The Jquery Countdown plugin on ...
1
vote
2answers
140 views
iPhone : Countdown problems (00:00:00 format)
I use a UISlider to get the input in minutes (range 1 - 120) for a countdown timer and show it on a label like this "01:30:00".
i) I would like when the user sets the timer (using the slider) to ...
1
vote
1answer
107 views
How to prevent timer reset on page refresh?
I'm using jQuery countdown in a script, but I can't figure out how to prevent the timer from resetting on a page reload. I'm hoping someone knows how or can give me a suggestion? I'm using PHP, so I ...
1
vote
4answers
196 views
Recurring Countdown Timer in Java
I'm trying to implement a countdown timer into a pre-existing public class and I have a few questions.
An overview: I want to have a timer within a program that counts down from 60 (seconds) once the ...
1
vote
1answer
139 views
Countdown timer for android
I have made separate project for countdown timer and it is working fine. Now i have to apply that in my game. So i need a suggestion where the timer should be called? In thread, in main class where i ...
1
vote
1answer
51 views
Output the countdown has ended when countdown is zero JS
http://keith-wood.name/countdown.html
I am using this jQuery plugin.
$('#noDays').countdown({
until: enddate_final, format: 'HMS', compact: true, description: '', timeSeparator: ' : '});
Is ...
1
vote
0answers
87 views
Multiple CountDown in ListActivity on Android
i'm trying to solve a problem since two weeks to put a countdown timer in each row of a listview, starting the countdown at the onclick on the row. The problem is that the timer begins on many rows ...
1
vote
2answers
162 views
jQuery countdown
I am trying to use this jQuery countdown - http://code.google.com/p/jquery-countdown/.
Because it have a nice animations, but seems like it isn't completed yet, because it has not well documented.
...
1
vote
1answer
327 views
Passing Parameters to onExpiry Function in jQuery Countdown plugin
So I'm using http://keith-wood.name/countdown.html to do a countdown and am trying to figure out how to pass some params to the callback function that can be set in the plugins' options:
var param = ...
1
vote
1answer
53 views
Jquery multiple coundown
I found this script
$(document).ready(function(){
$('tr[id]').each(function () {
var $this = $(this);
var count = parseInt($this.attr("id"));
countdown = setInterval(function(){
...
1
vote
1answer
173 views
Countdown timer problem android
I have created an android quiz application where i have a feature Exam . In Exam i have used a timer. Timer is working fine. The following code segment i use ...
public class MyCount extends ...
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 ...