More work on the digital clock code! Florida

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

Local Companies

MFG/EDP, Inc.
(305) 292-2660
1224 South St.
Key West, FL
Office Management Solutions Inc
813-963-5582
5802 Taywood DR
Tampa, FL
Nextlevel Information Solutions
727-821-7444
700 Central Ave
St. Petersburg, FL
Summit Software Design
727-823-1000
100 2nd Ave S
St. Petersburg, FL
Progressive System Solutions Inc
407-523-7676
4019 Clarcona Ocoee RD
Orlando, FL
Riptide Software
407-384-8818
3452 Lake Lynda Dr
Orlando, FL
Acusoft
407-658-9888
11869 High Tech Ave
Orlando, FL
Gbr Corp
(305) 621-9871
14411 Commerce Way
Hialeah, FL
Keylogger
001-9900000000
Address1 street
Province, FL
Keylogger
001-9900000000
Address1 street
Province, FL

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

MFG/EDP, Inc.

(305) 292-2660
1224 South St.
Key West, FL

Regional Articles
- More work on the digital clock code! Altamonte Springs FL
- More work on the digital clock code! Apopka FL
- More work on the digital clock code! Arcadia FL
- More work on the digital clock code! Atlantic Beach FL
- More work on the digital clock code! Auburndale FL
- More work on the digital clock code! Avon Park FL
- More work on the digital clock code! Bartow FL
- More work on the digital clock code! Belle Glade FL
- More work on the digital clock code! Boca Raton FL
- More work on the digital clock code! Bonita Springs FL
- More work on the digital clock code! Boynton Beach FL
- More work on the digital clock code! Bradenton FL
- More work on the digital clock code! Brandon FL
- More work on the digital clock code! Brooksville FL
- More work on the digital clock code! Cantonment FL
- More work on the digital clock code! Cape Coral FL
- More work on the digital clock code! Casselberry FL
- More work on the digital clock code! Chipley FL
- More work on the digital clock code! Clearwater FL
- More work on the digital clock code! Clermont FL
- More work on the digital clock code! Clewiston FL
- More work on the digital clock code! Cocoa Beach FL
- More work on the digital clock code! Cocoa FL
- More work on the digital clock code! Crawfordville FL
- More work on the digital clock code! Crestview FL
- More work on the digital clock code! Crystal River FL
- More work on the digital clock code! Dade City FL
- More work on the digital clock code! Dania FL
- More work on the digital clock code! Daytona Beach FL
- More work on the digital clock code! Debary FL
- More work on the digital clock code! Deerfield Beach FL
- More work on the digital clock code! Defuniak Springs FL
- More work on the digital clock code! Deland FL
- More work on the digital clock code! Delray Beach FL
- More work on the digital clock code! Deltona FL
- More work on the digital clock code! Destin FL
- More work on the digital clock code! Dunedin FL
- More work on the digital clock code! Dunnellon FL
- More work on the digital clock code! Englewood FL
- More work on the digital clock code! Eustis FL
- More work on the digital clock code! Fernandina Beach FL
- More work on the digital clock code! Fort Lauderdale FL
- More work on the digital clock code! Fort Myers FL
- More work on the digital clock code! Fort Pierce FL
- More work on the digital clock code! Fort Walton Beach FL
- More work on the digital clock code! Gainesville FL
- More work on the digital clock code! Green Cove Springs FL
- More work on the digital clock code! Gulf Breeze FL
- More work on the digital clock code! Haines City FL
- More work on the digital clock code! Hallandale FL
- More work on the digital clock code! Hialeah FL
- More work on the digital clock code! Hobe Sound FL
- More work on the digital clock code! Holiday FL
- More work on the digital clock code! Hollywood FL
- More work on the digital clock code! Homestead FL
- More work on the digital clock code! Homosassa FL
- More work on the digital clock code! Hudson FL
- More work on the digital clock code! Immokalee FL
- More work on the digital clock code! Inverness FL
- More work on the digital clock code! Jacksonville Beach FL
- More work on the digital clock code! Jacksonville FL
- More work on the digital clock code! Jensen Beach FL
- More work on the digital clock code! Jupiter FL
- More work on the digital clock code! Key West FL
- More work on the digital clock code! Kissimmee FL
- More work on the digital clock code! Labelle FL
- More work on the digital clock code! Lady Lake FL
- More work on the digital clock code! Lake City FL
- More work on the digital clock code! Lake Mary FL
- More work on the digital clock code! Lake Placid FL
- More work on the digital clock code! Lake Wales FL
- More work on the digital clock code! Lake Worth FL
- More work on the digital clock code! Lakeland FL
- More work on the digital clock code! Land O Lakes FL
- More work on the digital clock code! Largo FL
- More work on the digital clock code! Leesburg FL
- More work on the digital clock code! Lehigh Acres FL
- More work on the digital clock code! Live Oak FL
- More work on the digital clock code! Longwood FL
- More work on the digital clock code! Loxahatchee FL
- More work on the digital clock code! Lutz FL
- More work on the digital clock code! Lynn Haven FL
- More work on the digital clock code! Marco Island FL
- More work on the digital clock code! Marianna FL
- More work on the digital clock code! Melbourne FL
- More work on the digital clock code! Merritt Island FL
- More work on the digital clock code! Miami Beach FL
- More work on the digital clock code! Miami FL
- More work on the digital clock code! Miami Lakes FL
- More work on the digital clock code! Middleburg FL
- More work on the digital clock code! Milton FL
- More work on the digital clock code! Miramar FL
- More work on the digital clock code! Mount Dora FL
- More work on the digital clock code! Mulberry FL
- More work on the digital clock code! Naples FL
- More work on the digital clock code! Navarre FL
- More work on the digital clock code! New Port Richey FL
- More work on the digital clock code! New Smyrna Beach FL
- More work on the digital clock code! Niceville FL
- More work on the digital clock code! Nokomis FL
- More work on the digital clock code! North Fort Myers FL
- More work on the digital clock code! North Miami Beach FL
- More work on the digital clock code! North Palm Beach FL
- More work on the digital clock code! North Port FL
- More work on the digital clock code! Ocala FL
- More work on the digital clock code! Ocoee FL
- More work on the digital clock code! Okeechobee FL
- More work on the digital clock code! Oldsmar FL
- More work on the digital clock code! Opa Locka FL
- More work on the digital clock code! Orange City FL
- More work on the digital clock code! Orange Park FL
- More work on the digital clock code! Orlando FL
- More work on the digital clock code! Ormond Beach FL
- More work on the digital clock code! Oviedo FL
- More work on the digital clock code! Palatka FL
- More work on the digital clock code! Palm Bay FL
- More work on the digital clock code! Palm Beach FL
- More work on the digital clock code! Palm Beach Gardens FL
- More work on the digital clock code! Palm City FL
- More work on the digital clock code! Palm Coast FL
- More work on the digital clock code! Palm Harbor FL
- More work on the digital clock code! Palmetto FL
- More work on the digital clock code! Panama City Beach FL
- More work on the digital clock code! Panama City FL
- More work on the digital clock code! Pembroke Pines FL
- More work on the digital clock code! Pensacola FL
- More work on the digital clock code! Pinellas Park FL
- More work on the digital clock code! Plant City FL
- More work on the digital clock code! Pompano Beach FL
- More work on the digital clock code! Ponte Vedra Beach FL
- More work on the digital clock code! Port Charlotte FL
- More work on the digital clock code! Port Orange FL
- More work on the digital clock code! Port Richey FL
- More work on the digital clock code! Port Saint Lucie FL
- More work on the digital clock code! Punta Gorda FL
- More work on the digital clock code! Riverview FL
- More work on the digital clock code! Rockledge FL
- More work on the digital clock code! Safety Harbor FL
- More work on the digital clock code! Saint Augustine FL
- More work on the digital clock code! Saint Cloud FL
- More work on the digital clock code! Saint Petersburg FL
- More work on the digital clock code! Sanford FL
- More work on the digital clock code! Sarasota FL
- More work on the digital clock code! Satellite Beach FL
- More work on the digital clock code! Sebastian FL
- More work on the digital clock code! Sebring FL
- More work on the digital clock code! Seffner FL
- More work on the digital clock code! Seminole FL
- More work on the digital clock code! Spring Hill FL
- More work on the digital clock code! Starke FL
- More work on the digital clock code! Stuart FL
- More work on the digital clock code! Summerfield FL
- More work on the digital clock code! Sun City Center FL
- More work on the digital clock code! Tallahassee FL
- More work on the digital clock code! Tampa FL
- More work on the digital clock code! Tarpon Springs FL
- More work on the digital clock code! Titusville FL
- More work on the digital clock code! Valrico FL
- More work on the digital clock code! Venice FL
- More work on the digital clock code! Vero Beach FL
- More work on the digital clock code! Wauchula FL
- More work on the digital clock code! Wesley Chapel FL
- More work on the digital clock code! West Palm Beach FL
- More work on the digital clock code! Winter Garden FL
- More work on the digital clock code! Winter Haven FL
- More work on the digital clock code! Winter Park FL
- More work on the digital clock code! Winter Springs FL
- More work on the digital clock code! Zephyrhills FL
Related Local Events
Jacksonville Information Technology Council
Dates: 11/24/2009 - 11/24/2009
Location: Florida State College at Jacksonville- Advanced Technology Center
Jacksonville, FL
View Details

PWC EXCEL-erated Program
Dates: 12/8/2009 - 12/8/2009
Location: Hotel Indigo – Deerwood
Jacksonville, FL
View Details

SCORE Business Counseling
Dates: 12/9/2009 - 12/9/2009
Location: The Chamber Office
Coral Springs, FL
View Details

PERFORMANCE RACING INDUSTRY SHOW 2009
Dates: 12/10/2009 - 12/12/2009
Location: Orange County Convention Center
Orlando, FL
View Details

Wake Up Coral Springs Breakfast!!
Dates: 12/15/2009 - 12/15/2009
Location: Marriott Heron Bay
Coral Springs, FL
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