More work on the digital clock code! Louisiana

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

Local Companies

Quasar Software Inc
504-485-5606
710 Weiblen Pl
New Orleans, LA
Electronic Evidence Retrival LLC
504-483-0201
718 N Alexander St
New Orleans, LA
VanillaSoft, Inc.
866-763-8826
1820 St. Charles Ave.
New Orleans, LA
Ecad Inc
504-818-3091
824 Elmwood Park Blvd
New Orleans, LA
CMA Technology Solutions
225-927-9200
8180 YMCA Plaza DR
Baton Rouge, LA
Creative Computer Solutions
225-925-3210
1651 Thibodeaux Ave
Baton Rouge, LA
Custom Accounting Solutions Inc
225-935-2202
2974 Fritchie Dr
Baton Rouge, LA
Network Solution Providers
225-709-2591
5515 Superior Dr
Baton Rouge, LA
Bits Technical Corp
225-752-8899
14141 Airline Hwy
Baton Rouge, LA
Cyrious Software
225-752-2867
12627 Jefferson Hwy
Baton Rouge, LA

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

Quasar Software Inc

504-485-5606
710 Weiblen Pl
New Orleans, LA

Regional Articles
- More work on the digital clock code! Abbeville LA
- More work on the digital clock code! Alexandria LA
- More work on the digital clock code! Baker LA
- More work on the digital clock code! Bastrop LA
- More work on the digital clock code! Baton Rouge LA
- More work on the digital clock code! Bogalusa LA
- More work on the digital clock code! Bossier City LA
- More work on the digital clock code! Breaux Bridge LA
- More work on the digital clock code! Carencro LA
- More work on the digital clock code! Chalmette LA
- More work on the digital clock code! Covington LA
- More work on the digital clock code! Crowley LA
- More work on the digital clock code! Denham Springs LA
- More work on the digital clock code! Deridder LA
- More work on the digital clock code! Eunice LA
- More work on the digital clock code! Franklinton LA
- More work on the digital clock code! Gonzales LA
- More work on the digital clock code! Gretna LA
- More work on the digital clock code! Hammond LA
- More work on the digital clock code! Harvey LA
- More work on the digital clock code! Haughton LA
- More work on the digital clock code! Houma LA
- More work on the digital clock code! Jennings LA
- More work on the digital clock code! Kenner LA
- More work on the digital clock code! La Place LA
- More work on the digital clock code! Lafayette LA
- More work on the digital clock code! Lake Charles LA
- More work on the digital clock code! Leesville LA
- More work on the digital clock code! Mandeville LA
- More work on the digital clock code! Marrero LA
- More work on the digital clock code! Metairie LA
- More work on the digital clock code! Minden LA
- More work on the digital clock code! Monroe LA
- More work on the digital clock code! Morgan City LA
- More work on the digital clock code! Natchitoches LA
- More work on the digital clock code! New Iberia LA
- More work on the digital clock code! New Orleans LA
- More work on the digital clock code! Opelousas LA
- More work on the digital clock code! Pineville LA
- More work on the digital clock code! Plaquemine LA
- More work on the digital clock code! Ponchatoula LA
- More work on the digital clock code! Prairieville LA
- More work on the digital clock code! Rayne LA
- More work on the digital clock code! Ruston LA
- More work on the digital clock code! Saint Martinville LA
- More work on the digital clock code! Shreveport LA
- More work on the digital clock code! Slidell LA
- More work on the digital clock code! Sulphur LA
- More work on the digital clock code! Thibodaux LA
- More work on the digital clock code! Ville Platte LA
- More work on the digital clock code! Walker LA
- More work on the digital clock code! West Monroe LA
- More work on the digital clock code! Westwego LA
- More work on the digital clock code! Zachary LA
Related Articles
Related Local Event
Annual Technical Conference & Exhibition (ATCE 2009)
Dates: 10/4/2009 - 10/7/2009
Location: Ernest N Morial Convention Center, New Orleans
New Orleans, LA
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