Archive: November 2009

Kill IE6 Blog entry 2 years 11 weeks ago
Being a good citizen I've put up a nice upgrade informational pop-up for visitors still using IE6. This has been in place for over a year. I decided to stop being polite about it and out-right ban IE6 users from my site with a big nasty message and no content. Really, enough is enough it's freaking...
E-mail obfuscation method using only CSS Blog entry 2 years 13 weeks ago
This is an awesome trick for hiding your e-mail address e-mail harvesting bots. HTML <span class="fu-spammers">moc.elpmaxe@sirhc</span> CSS .fu-spammers {direction: rtl;unicode-bidi:bidi-override;}  The result: moc.elpmaxe@sirhc - Edit: I did not say this method was...