CSS/Javascript Word Clock
A little Friday-fun experiment I built: a word clock using CSS3 transforms and a little Javascript to run the actual clock. Useful? Maybe not. Fun? Definitely.
A little Friday-fun experiment I built: a word clock using CSS3 transforms and a little Javascript to run the actual clock. Useful? Maybe not. Fun? Definitely.
It's been quiet around here for a few months. Part of that, of course, is the holidays and all the craziness that comes with them. But the main reason is that I've spent most of my free computer time on this: my new site.
There's a great collection of IE6 fixes up on Virtuosi Media that is worth a bookmark. If you've ever stepped into IE6 (and, chances are, you have) you know that it can be a mess. This cheatsheet is a very nice roundup of IE6 bugs in HTML/CSS/Javascript, plus a few more goodies.
Client-side validation (checking for things like required fields, valid email address, etc) is always one of those sort of pain in the butt, last minute, only because i have to sort of things. It's not usually fun or flashy, it's just one of those things you have to do. Enter VanadiumJS, a new library just released by Daniel Kwiecinski.