popiol
09-16-2009, 08:01 PM
I'm new to the forum, so, first of all, hi everyone!
I came up with this idea, which probably has appeared in minds of many of you already, but somehow I haven't seen anyone writing about it in the web yet, so I'll give a try. After all those years of struggling with IE as a web developer, after all those posts I've read about how to trick IE to get what you want, I finally realised that supporting IE is the worst thing I can do. It's the worst thing that web developers can do. Supporting IE is like approving the constant ignoring of the web standards by Microsoft. The best thing we can do is to STOP SUPPORTING INTERNET EXPLORER. Why not? Just think about how much easier developing web pages would become. Most of users still use IE, that's true, but we have the power to change it, don't we?
The idea is to add to each of your pages a simple, kind remark, like this:
<!--[if IE]>
<div id="ie_alert">Caution! You are using Internet Explorer!
Internet Explorer does NOT support widely accepted
<a href="http://www.webstandards.org/">
web standards</a>,
and may display the web page incorrectly. It is strongly recommended to
use one of the standard-compatible browsers, such as:
<a href="http://www.mozilla-europe.org/en/firefox/">Firefox</a>,
<a href="http://en.opera.com">Opera</a>,
<a href="http://www.apple.com/en/safari/">Safari</a>,
<a href="http://www.google.com/chrome">Chrome</a>.
All the listed browsers are available for free.
</div>
<![endif]-->
Add some nice CSS stylesheet, and that's all! All the problems with IE disappear!
I'm interested in your opinion on that. Do you think this idea has a chance to spread, or IE will always be the thorn in our sides?
I came up with this idea, which probably has appeared in minds of many of you already, but somehow I haven't seen anyone writing about it in the web yet, so I'll give a try. After all those years of struggling with IE as a web developer, after all those posts I've read about how to trick IE to get what you want, I finally realised that supporting IE is the worst thing I can do. It's the worst thing that web developers can do. Supporting IE is like approving the constant ignoring of the web standards by Microsoft. The best thing we can do is to STOP SUPPORTING INTERNET EXPLORER. Why not? Just think about how much easier developing web pages would become. Most of users still use IE, that's true, but we have the power to change it, don't we?
The idea is to add to each of your pages a simple, kind remark, like this:
<!--[if IE]>
<div id="ie_alert">Caution! You are using Internet Explorer!
Internet Explorer does NOT support widely accepted
<a href="http://www.webstandards.org/">
web standards</a>,
and may display the web page incorrectly. It is strongly recommended to
use one of the standard-compatible browsers, such as:
<a href="http://www.mozilla-europe.org/en/firefox/">Firefox</a>,
<a href="http://en.opera.com">Opera</a>,
<a href="http://www.apple.com/en/safari/">Safari</a>,
<a href="http://www.google.com/chrome">Chrome</a>.
All the listed browsers are available for free.
</div>
<![endif]-->
Add some nice CSS stylesheet, and that's all! All the problems with IE disappear!
I'm interested in your opinion on that. Do you think this idea has a chance to spread, or IE will always be the thorn in our sides?