Perfecting the digital clock Utah

We're in the home stretch with the digital clock script. All we need to do now is set the minutes and seconds.

Local Companies

Windows data recovery software
001-9811111111
Road
City, UT
Windows data recovery software
001-9811111111
Road
City, UT
freeware undelete
980-000-0000
Street
Town, UT
freeware undelete
980-000-0000
Street
Town, UT
Herman Street, Inc.
801-528-4159
2425 Lincoln Ave
Ogden, UT
Jon Sult
801-654-7943
1464 Capitol
Ogden, UT
Aha!Logic
(801) 705-9357
1055 East 100 South
Lindon, UT
DigiCert, Inc
(801) 701-9600
355 E. 520 W. Canopy Bldg
Lindon, UT
I.M. Flash Technologies
(801) 767-3965
1550 East 3400 North
Lehi, UT
Wasatch Software
888-275-8850
5093 West 6275 South
West Jordan, UT

provided by: 
Originally published at Internet.com


Tips... We're in the home stretch. We've grabbed the time, set the returns into numbers we can play with and used those numbers to post the AM/PM image and the two hour images. Now we'll set the minutes and seconds.

Here's the code

Here's the code we're interested in:

if(min < 10) { document["tensMin"].src=d[0].src; } if(min > 9) { document["tensMin"].src=d[parseInt(min/10,10)].src; } document["Min"].src=d[min%10].src; if(sec < 10) { document["tensSec"].src=d[0].src; } if(sec > 9) { document["tensSec"].src=d[parseInt(sec/10,10)].src; } document["Sec"].src=d[sec%10].src; document["amPM"].src=amPM; setTimeout("clock();",100);

The script plays with the minutes and seconds in the same way it did the hours, through "if" statements.

If the minute return is less than "tensMIN" (the first minute image), it is set to d0.src. If you look back up the script, you'll see that is the dgt0.gif.

If the minute is more than nine, then we need to get the correct 10 number in the "tensMin" position. We already know that the minute return is 10 or above so we need either 1, 2, 3, 4, or 5. The little math equation parseInt(min/10,10) does the trick...

Read article at Internet.com site

Featured Local Company

Windows data recovery software

Data restoration utility rescue lost or missing MP3, MP4, MPEG file format audio video music files.

001-9811111111
Road
City, UT
http://www.techddi.com

Data recovery software restores lost pictures, audio songs and text document files.

http://www.techddi.com
http://www.techddi.com

Related Articles
- Image Proportion Script Utah
Enter height and width of an image to resize. Then enter a new height; the script figures the new width, keeping the same proportions the image original had.
- More work on the digital clock code! Utah
- The zones of the time zone clock Utah
- Working with a Timer in C# Utah
- Get It To The Text Box Utah
- Create the Clock Utah
- So, You Want to Layer, Huh? Part II Utah
Related Articles
- Image Proportion Script Utah
Enter height and width of an image to resize. Then enter a new height; the script figures the new width, keeping the same proportions the image original had.
- More work on the digital clock code! Utah
- The zones of the time zone clock Utah
- Working with a Timer in C# Utah
- Get It To The Text Box Utah
- Create the Clock Utah
- So, You Want to Layer, Huh? Part II Utah
Related Local Event
Conference on Information Technology (CIT)
Dates: 10/19/2009 - 10/22/2008
Location: Salt Palace Convention Center
Salt Lake City, UT
View Details

Rss   Delicious   Digg   Add To My Yahoo   Add To My Google   Bookmark   Search Plugin

Topics:
Architecture & Design Languages & Tools Project Management Web Services
Database Microsoft & .NET Security Wireless
Java Open Source Techniques XML