As a web developer, I find that the blocking of Browser Update (http://browser-update.org/update.js) is wrong. Browser Update is *helping* the users update their browser for design and security reasons. Everyone wants IE to die, but it won't happen if the users don't know about how terrible it is or how to update.
Can this be removed from the list?
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.
Twitter,
Facebook, or email.
-
Not gonna happen.
A better/safer/more reliable way to accomplish your goal is to use Conditional Comments:
<!--[if IE]>
<p>Die, IE, Die!!!</p>
<![endif]-->
<![if !IE]>
<p>Nothing to see here, move along.</p>
<![endif]> -
Loading Profile...




CHAMP
