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”)
















