live clock on my site??
Posted: 15 October 2009 06:29 PM   [ Ignore ]
Newbie
Rank
Total Posts:  16
Joined  2009-10-11

my web site is in joomla and i wnt to show a clock which should automatically updated how can i do it??
it should not interact with computer date but it should be updated with some server . my site is in joomla.
is it css related or pure coding??

Profile
 
 
Posted: 08 December 2009 06:17 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  17
Joined  2009-12-08

Well, you can do this using a bit of (X)HTML to show the clock, and some javascript for the time. I found a website that shows how this is done almost perfectly. One flaw, instead of using AJAX to update it every second, it only updates after every page refresh. That shouldn’t be a problem though.

http://www.elated.com/articles/creating-a-javascript-clock/

Profile
 
 
Posted: 19 May 2010 12:51 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  14
Joined  2010-05-04

by using of javascript tags you can add live clock.

Profile
 
 
Posted: 14 October 2010 04:12 AM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  1
Joined  2010-10-14
BillysProgrammer - 08 December 2009 06:17 AM

Well, you can do this using a bit of (X)HTML to show the clock, and some javascript for the time. I found a website that shows how this is done almost perfectly. One flaw, instead of using AJAX to update it every second, it only updates after every page refresh. That shouldn’t be a problem though.

http://www.elated.com/articles/creating-a-javascript-clock/

Thanks for sharing the link!


__________________
watch movies online for free

Profile
 
 
Posted: 14 October 2010 08:57 AM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  8
Joined  2010-10-12

http://keith-wood.name/countdown.html

I quite like this jQuery Countdown script and I’m currently in the process of trying to customise it for my own needs which is a little frustrating as you know exactly what you want, you see that its customisable but the customisation you want isn’t possible :(

It’s originally for a countdown and I’m struggling with Timezones and stuff… drives me absolutely nuts I tell you

Profile
 
 
Posted: 14 December 2010 11:54 PM   [ Ignore ]   [ # 5 ]
Jr. Member
RankRank
Total Posts:  42
Joined  2010-12-14
BillysProgrammer - 08 December 2009 06:17 AM

Well, you can do this using a bit of (X)HTML to show the clock, and some javascript for the time. I found a website that shows how this is done almost perfectly. One flaw, instead of using AJAX to update it every second, it only updates after every page refresh. That shouldn’t be a problem though.

http://www.elated.com/articles/creating-a-javascript-clock/

This article was really helpful.

Profile