Steven Mileham – General Geekery

January 29, 2009

Absolute Genius

Filed under: Technology — Tags: , , , — smileham @ 2:58 pm

Extra quick post, just to say that I stumbled across this snippet of Javascript that I think is just absolute genius.

My current project at work is to build a new all singing, all dancing website. Which of course “they” (the business) wants to be compatible with IE6.

Browser sniffing is of course bad practise, but sometimes, there’s no option. Here is a tiny snippet of javascript which only ever returns true if you’re using Internet Explorer, all versions, thats 6, 7 and 8.

if(“\v”==”v”)

32 bytes, ehr … 9, to know if your browser is IE

Powered by WordPress