More work on the digital clock code! Georgia

Today we begin playing around with replacing those image tags with the correct numbers, depending on what time it is.

Local Companies

Wireless Vision, Inc
800-661-1560
9493 Jonica Gap Rd
Morganton, GA
Powerserve International
706-826-1506
929 Broad Street
Augusta, GA
Thrive Technologies Inc.
404-526-6160
1899 Lake Road
Hiram, GA
Ingenium Software
770-394-7724
1851 Peeler Road
Atlanta, GA
Ingenium Software
770-394-7724
1851 Peeler Road
Atlanta, GA
Ingenium Software
770-394-7724
1851 Peeler Road
Atlanta, GA
Inside Corp
770-828-0100
4279 Roswell Rd
Atlanta, GA
SecuredPay Solutions, Inc.
404-324-3449
640 MCGILL PL NE
Atlanta, GA
TrueSoft
408-647-1434
10595 Pinewalk Forest Circle
Alpharetta, GA
cavernet
(404) 997-0728
1400 herrington rd lawrenceville
atlanta, GA

provided by: 
Originally published at Internet.com


Tips...

Last week we learned the NAMEs attached to each of the HTML image tags. Today we begin playing around with replacing those image tags with the correct numbers, depending on what time it is.

Here's the code

The time is grabbed from the user's browser, so there's no need to worry about daylight savings time or time zones. As long as the viewer has his or her browser set correctly, you're good to go. If they don't, well, you can't help that.

Let's start at the top of the script just below the loading loop and code: function clock() { dates=new Date(); hour=dates.getHours(); min=dates.getMinutes(); sec=dates.getSeconds(); if(hour < 12) { amPM=am.src; } if(hour > 11) { amPM=pm.src; hour=hour-12; } if(hour == 0) { hour=12; } if(hour < 10) { document["tensHour"].src="http://www.developer.com/dgtbl.gif"; document["Hour"].src=d[hour].src; } if(hour > 9) { document["tensHour"].src=d[1].src; document["Hour"].src=d[hour-10].src; } 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); } ...

Read article at Internet.com site

Featured Local Company

Wireless Vision, Inc

800-661-1560
9493 Jonica Gap Rd
Morganton, GA
http://www.wirelessvision.com

Regional Articles
- More work on the digital clock code! Acworth GA
- More work on the digital clock code! Albany GA
- More work on the digital clock code! Alpharetta GA
- More work on the digital clock code! Americus GA
- More work on the digital clock code! Athens GA
- More work on the digital clock code! Atlanta GA
- More work on the digital clock code! Augusta GA
- More work on the digital clock code! Austell GA
- More work on the digital clock code! Baxley GA
- More work on the digital clock code! Blairsville GA
- More work on the digital clock code! Brunswick GA
- More work on the digital clock code! Buford GA
- More work on the digital clock code! Calhoun GA
- More work on the digital clock code! Canton GA
- More work on the digital clock code! Carrollton GA
- More work on the digital clock code! Cartersville GA
- More work on the digital clock code! Cedartown GA
- More work on the digital clock code! Chatsworth GA
- More work on the digital clock code! Columbus GA
- More work on the digital clock code! Conyers GA
- More work on the digital clock code! Cordele GA
- More work on the digital clock code! Covington GA
- More work on the digital clock code! Cumming GA
- More work on the digital clock code! Dacula GA
- More work on the digital clock code! Dahlonega GA
- More work on the digital clock code! Dallas GA
- More work on the digital clock code! Dalton GA
- More work on the digital clock code! Dawsonville GA
- More work on the digital clock code! Decatur GA
- More work on the digital clock code! Douglas GA
- More work on the digital clock code! Douglasville GA
- More work on the digital clock code! Dublin GA
- More work on the digital clock code! Duluth GA
- More work on the digital clock code! Eatonton GA
- More work on the digital clock code! Elberton GA
- More work on the digital clock code! Ellenwood GA
- More work on the digital clock code! Ellijay GA
- More work on the digital clock code! Evans GA
- More work on the digital clock code! Fairburn GA
- More work on the digital clock code! Fayetteville GA
- More work on the digital clock code! Fitzgerald GA
- More work on the digital clock code! Flowery Branch GA
- More work on the digital clock code! Forest Park GA
- More work on the digital clock code! Fort Benning GA
- More work on the digital clock code! Fort Valley GA
- More work on the digital clock code! Gainesville GA
- More work on the digital clock code! Griffin GA
- More work on the digital clock code! Grovetown GA
- More work on the digital clock code! Hartwell GA
- More work on the digital clock code! Hephzibah GA
- More work on the digital clock code! Hinesville GA
- More work on the digital clock code! Jesup GA
- More work on the digital clock code! Jonesboro GA
- More work on the digital clock code! Kennesaw GA
- More work on the digital clock code! Kingsland GA
- More work on the digital clock code! La Fayette GA
- More work on the digital clock code! Lagrange GA
- More work on the digital clock code! Lawrenceville GA
- More work on the digital clock code! Lilburn GA
- More work on the digital clock code! Lithia Springs GA
- More work on the digital clock code! Lithonia GA
- More work on the digital clock code! Loganville GA
- More work on the digital clock code! Mableton GA
- More work on the digital clock code! Macon GA
- More work on the digital clock code! Marietta GA
- More work on the digital clock code! Mcdonough GA
- More work on the digital clock code! Milledgeville GA
- More work on the digital clock code! Monroe GA
- More work on the digital clock code! Morrow GA
- More work on the digital clock code! Moultrie GA
- More work on the digital clock code! Newnan GA
- More work on the digital clock code! Norcross GA
- More work on the digital clock code! Peachtree City GA
- More work on the digital clock code! Powder Springs GA
- More work on the digital clock code! Ringgold GA
- More work on the digital clock code! Riverdale GA
- More work on the digital clock code! Rockmart GA
- More work on the digital clock code! Rome GA
- More work on the digital clock code! Rossville GA
- More work on the digital clock code! Roswell GA
- More work on the digital clock code! Saint Simons Island GA
- More work on the digital clock code! Savannah GA
- More work on the digital clock code! Sharpsburg GA
- More work on the digital clock code! Smyrna GA
- More work on the digital clock code! Snellville GA
- More work on the digital clock code! Statesboro GA
- More work on the digital clock code! Stockbridge GA
- More work on the digital clock code! Stone Mountain GA
- More work on the digital clock code! Suwanee GA
- More work on the digital clock code! Thomaston GA
- More work on the digital clock code! Thomasville GA
- More work on the digital clock code! Thomson GA
- More work on the digital clock code! Tifton GA
- More work on the digital clock code! Toccoa GA
- More work on the digital clock code! Tucker GA
- More work on the digital clock code! Valdosta GA
- More work on the digital clock code! Vidalia GA
- More work on the digital clock code! Villa Rica GA
- More work on the digital clock code! Warner Robins GA
- More work on the digital clock code! Waycross GA
- More work on the digital clock code! Winder GA
- More work on the digital clock code! Woodstock GA
Related Local Events
Astd Atlanta Technology Based Learning Sig Event 4Th Annual Elearning Excellence Awards
Dates: 12/10/2009 - 12/10/2009
Location: Knowledge Development Centers
Atlanta, GA
View Details

TAG CRM
Dates: 11/12/2009 - 11/12/2009
Location: Oracle - Building 500
Atlanta, GA
View Details

Southeast User Group Leader Summit
Dates: 10/24/2009 - 10/24/2009
Location: Microsoft Alpharetta
Alpharetta, GA
View Details

TAG Excalibur Awards 2009
Dates: 10/23/2009 - 10/23/2009
Location: Atlanta Buckhead Marriott
Atlanta, GA
View Details

Astd Atlanta Technology Based Learning Sig Event Scorm
Dates: 10/6/2009 - 10/6/2009
Location: Knowledge Development Centers
Atlanta, GA
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