Support Joomla!
Search: Advanced Search
Serving 3720 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 1010 guests and 74 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
carlessa Extensions(0) | Reviews(1) | Favourites(0)
Time Zone Clock
 Does what it says on the tin, July 12, 2007
1 of 1 people find this review helpful:

Time Zone Clock A good little module that does its job well.

I have a few niggles with it, but don't take these too negatively, the module works just fine already.

1. The clock update is triggered every second, even when the seconds aren't being shown. This causes a slight page flicker which is a bit distracting. My rough fix is just to change the setTimeout() interval to 60000 when no seconds are being used.

2. The Javascript is all inline which the HTML rather than being in a separate .js file. Not really a problem, it just looks a bit messy.

3. The styles are also inline rather than using the template CSS file. From other comments it looks like this is deliberate, but it's a bit of a pain to have CSS styles spread around the place.