GrammarTime JavaScript word clock
As a little side project I decided it might be pretty cool to create an online word clock which shows the time as you might speak it.
So, I created: GrammarTime.
I’m pretty pleased with the result, looks pretty nice in full screen mode too.
I also learned a nifty little trick for hiding the navigation bar in Safari on the iPhone, just use the following bit of JavaScript on page load:
window.scrollTo(0,2);
Overall I think it makes a pretty nice little web app!
Oh and I have to say the name ‘GrammarTime’ was not my idea, it came from my good friend Joe.
Filed under: