Friday
Apr102009
Double Shot #428
Friday, April 10, 2009 at 12:36AM
Hard work and head colds go together like fish and bicycles.
Nominate a Ruby Hero! - Just in case, you know, you can think of someone who ought to be nominated.
ie6-upgrade-warning - Yet another chunk of JavaScript designed to get IE6 users to upgrade.
in
Double Shot
Double Shot 
Reader Comments (2)
You may not be my *Ruby* hero, but if it makes you feel any better, you should know that you're definitly my RSS/tumblelog/link-sharer hero!
For the IE6 Upgrade warning:
As with anything JavaScript, you'd want to glance over the code, before you add it to your site. And in this case, you might want to use your own onload handler, and not just copy the example verbatim, as it will kill your load queue.
It's certainly a very nice example of how it can be done, and I'll probably end up using this one for some of my clients sites soon :-)
Thanks Mike