Forum Moderators: phranque
I just added a clock to my site. Then looked around and seems like other sites just have a date feature and not a clock feature. Wonder why.
Must be a performance issue.
Also I couldn't find any site which would serve the time according to the ip address of the user. I believe this is technically possible. It is basically geo-targeting. But all the clock sites I checked asked you to declare your city. I think this would be a useful feature. Anyone interested in developing this as a web service?
But the system tray clock is hard to read at higher resolutions.
Who would set their resolution so that the text is too tiny to read? That doesn't make much sense. People who use higher resolutions also tend to have larger monitors, so it cancels itself out.
I wouldn't consider this to be a useful feature for a portal, unless the portal was specifically geared towards telling the time, or a time-sensitive subject such as TV listings.
What's more, the clock on your site risks to be even more inaccurate than the system clock - if you are using a server-side script to calculate the time, it will be static once the page is loaded. A Javascript clock moves, but is uses the system clock time, so you're no further forward.
Finally, geo-targeting can't do what you want, because IP addresses are issued regionally but may be used anywhere: for example, an AOL customer in the UK could be issued with an AOL-owned US IP address. Also, take the example of Canada, which is one country as defined by IP address lists, but has five time zones.
Clocks on web pages are cruft. You should use your screen real-estate for something more valuable - even a targeted ad would pay better and is much more likely to be useful to the end user.
This is a standard feature of Windows XP.
As others have mentioned though, your website real-estate is far too valuable to be shoving a clock on.
If you're short of things to put on the page, then you're lacking content not gadgets.
TJ