Why Do So Many Geeks Hate Internet Explorer?

Why Do So Many Geeks Hate Internet Explorer?

Internet Explorer has long been the bane of front-end developers’ existence. How to Geek attempts to explain why. This article was originally posted by HTG, here…


 

sshot-2010-10-18-1-04-07-47

It’s common knowledge that almost every single geek hates Internet Explorer with a passion, but have you ever wondered why? Let’s take a fair look at the history and where it all began… for posterity, if nothing else.

Contrary to what you might think, this article is not meant to be a hate-fest on Internet Explorer—in fact, since IE 9, they have continued to improve the performance, add new features, and generally make it standards-compliant.

In the Beginning There Was IE, and It Was Good?

We’ve all been so used to thinking of Internet Explorer as that slow, buggy browser that is behind the times, but it wasn’t always that way—in fact, way back when, Internet Explorer pioneered many innovations that made the web what it is today.

image

Here’s a quick tour through the easily forgotten history of the infamous browser:

1996: Internet Explorer 3
This version of the browser, introduced in 1997, was the first browser to implement CSS (Cascading Style Sheets). Yes, you’re reading that correctly—in fact, it introduced many new features like Java applets and sadly, ActiveX controls.

1997: Internet Explorer 4
IE4 introduced a blazing fast (at the time) rendering engine as an embeddable component that could be used in other applications—this was a lot more important than people realize. This version also introduced Dynamic HTML, which allows web pages to dynamically change the page using JavaScript, and added Active Desktop integration.

Even more weird? Seems like nobody remembers this anymore, but IE4 was actually cross-platform—you could install it on Mac OS, Solaris, and HP-UX—and by the time IE5 was released, IE4 had reached a 60 percent market share.

1999: Internet Explorer 5.x
Microsoft invented Ajax. Wait… what? That’s right, it was this version of IE that introduced the XMLHttpRequest feature in JavaScript, which forms the underlying technology behind every web application you’re using today—you know, like Gmail. Of course, the term “Ajax” wasn’t actually coined until years later by somebody other than Microsoft, but this release supported everything required to make it work.

So Yes, Microsoft Innovated
From IE3 until IE6, Microsoft used all their resources to simply out-innovate the competition, releasing new features and better browsers faster than Netscape. In fact, Netscape 3 Gold was abuggy piece of junk that crashed all the time, and Netscape 4 was extremely slow and could barely render tables—much less CSS, which would often cause the browser to crash.

To put it in context: web developers used to complain about Netscape the same way they complain about IE6 now.

What Made It Go So Very Wrong?

image

The trouble all started when Microsoft integrated IE into Windows as a required component, and made it difficult to uninstall and use an alternate browser. Then there was the whole business with them exploiting their monopoly to try and push Netscape out of the market, and a lot of people started to view Microsoft as the evil empire.

Microsoft Stopped Trying
By the time Microsoft released Internet Explorer 6 in 2001, complete with lots of new features for web developers, since there was no competition and they had a 95 percent market share, Microsoft just stopped trying—seriously, they did nothing for five years even after Firefox was released, and geeks started migrating left and right.

Microsoft-Specific Features
The whole problem with Microsoft’s innovation is that much of it was done in ways that didn’t follow the web standards—this wasn’t as big of a problem when Internet Explorer was the only game in town, but once Firefox and Webkit came around and started following the standards correctly, suddenly it became a huge problem for web developers.

Security Holes and Crashing
Since Microsoft decided they didn’t need to try anymore, and they didn’t keep up with the competition from Firefox and other browsers, bugs and security holes just cropped up left and right—really terrible ones, too. For instance, this code is all that is required to crash IE6:

<script>for(x in document.write){document.write(x);}</script>

In fact, the screenshot at the beginning of this section was a live example of testing out this particular bug.

IE7 and IE8 Were Too Little, Too Late
It took five years after IE6 for Microsoft to finally get around to releasing IE7, which added tabs and made the browser slightly more tolerable, but for web designers it was still a nightmare to deal with, and only complicated the issue since now you had to make pages render correctly in two lousy browsers instead of just one.

It took another 2.5 years for Microsoft to finally release Internet Explorer 8, which greatly improved CSS support for web developers, and added new features like Private browsing, tab isolation to prevent one bad page from taking down the whole browser, and phishing protection. By this point, most geeks had already moved on to Firefox, and then some of us to Google Chrome.

Here’s the Real Reason Geeks Hate IE

image[21]

Just because we’re geeks doesn’t mean we hate everything that’s inferior and outdated—in fact, we often love retro computing—that’s why we love Atari, NES, Commodore 64, etc. We take pride in our geek knowledge. So why’s Internet Explorer a different story?

Here are a couple of reasons that fueled our hatred of the buggy browser, and finally put us all over the edge:

Supporting IE is Like a Fork in the Eye for Web Devs
Here’s a sample of a day in the life of a web designer: You spend hours making sure that your page looks great, and you test it out in Google Chrome, Firefox, Safari, and even Opera. It looks great, awesome!

Now you open up IE and the page looks like somebody put it into a blender and hit the Whip button. Then you spend double the amount of time trying to fix it to look tolerable in IE6 and IE7, cursing loudly the entire time.

Luckily by 2014, Internet Explorer 6 and 7 are a statistical anomaly in actual Internet usage, and most of the bigger websites have completely stopped supporting them. Even Internet Explorer 8 usage has dropped to single-digit percentages for many websites.

Geeks Being Forced to Use Internet Explorerimage
And here’s where we come to the real issue—the whole reason that geeks can’t stand Internet Explorer:

Geeks everywhere were forced to use Internet Explorer at work even when there are better browsers, forced to support it for corporate applications, forced to make sure web sites still work in IE, and we couldn’t convince everybody to switch to a better browser.

Geeks don’t hate something that’s inferior—but they do hate it when it’s forced on them.

The Good News: The Future Is Brighter for IE

Thankfully, it seems like Microsoft has finally learned from their many, many mistakes in the browser world. Internet Explorer 10 and 11 are blazing fast, mostly standards-compliant, and other than the outdated UI that really needs some love, are a solid choice for anybody. There are even rumors that Microsoft might finally release a better user interface for IE in Windows 10. Here’s hoping!

In fact, based on our recent testing, a lot of the new malware isn’t even targeting Internet Explorer anymore, because writing plugins for IE is a complicated thing, whereas writing some quick HTML and JavaScript code to make spying adware extensions for Firefox or Chrome is really easy.

It’s a whole new world, and Chrome, rather than IE, is the target.