Why are Websites Still Forcing People to Use IE?
DragonTHC asks: "I just visited Movielink's website for research. Their site has a nice message saying, 'Sorry, but in order to enjoy the Movielink service you must use Internet Explorer 5.0 (or higher) or Mozilla/Firefox with an IE Tab Extension (IE installation required).' While allowing the IETab Firefox extension is somewhat progressive, why do companies still force people to use Internet Explorer? Surely the site should work just fine in Firefox? With Firefox's steady gains in market share, you would think that webmasters would get the hint. If you are a webmaster, what are your reasons for forcing IE?"
Just use the User Agent Switcher extension (https://addons.mozilla.org/en-US/firefox/addon/59 ) and have Firefox pretend it is IE. Nine times out of 10 the site will work just fine.
A flame war means page views.
Firefox does not allow you to clear the Authentication cache (Basic or NTLM) unless you create a signed component. This forces us to close the browser to clear authentication data (We have kiosks where more than one user is viewing private healthcare information and this behavior is VERY undesirable)
This comment was randomly generated by a school of piranhas chewing on the PCB of a Microsoft Natural Keyboard.
1 in 4 Maine children in struggle with hunger.
What really drives me mad are sites that say you need "IE X or more recent, or Netscape 6 or more recent" but don't let Firefox or Opera in because they didn't exist when they wrote the script and no one bothers to update it, even though these "more recent" browsers would do fine.
Doesn't work. I use Mozilla suite as my browser (Firefox just has a slightly different "feel" that I never got to like). The site gives me the "You must use IE" message. So I change my User-Agent string to "IE 6.0 WinXP" through Mozilla PrefBar (an awesome tool for Mozilla or firefox users, basicly lets you change any config file variable direct through the toolbar). When I tried it changing my UA string, the site just didn't load.
I don't know what they use, but it does need IE. Probably ActiveX or some such.
Touch everywhere, even when inappropriate.
A wise person told me years ago that anything that said, "Best when viewed in [insert browser here] at [insert screen resolution here] was a very visible sign of laziness, incompetence, arrogance, and lack of interest in the ultimate "customer," the end-user. That advice was given when the browsers of the moment were IE and Netscape. It was good advice then, and with a modification or two, it's good advice now. So I'd have to say they are some combination of (a) lazy; (b) incompetent; (c) arrogant; and (d) not interested in their visitors. I always view such shenanigans as a sort of badge of shame, and it occasionally causes me to mistrust the content of such sites.
"Here's what's happening. You're starting to drive like your Dad..." - Red Green
I've used E*Trade more or less daily for about seven years, both brokerage and bank. Not once have I used IE. I used Netscape 7 at the time, and Firefox now.
Maybe there's something "special" about the stock grant part.
Most people don't even think inside the box.
I'm living in South Korea at the moment, and Windows/IE is pretty much 100% here because a certain ActiveX control is used by most sites for encryption (they use their own SEED encryption or something, here are some links...
9 62,39154849,00.htm ...)
"The key reason ActiveX is mandated by financial institutions is that Korea has its own national encryption scheme called SEED that is used in place of SSL. The reason this came to be stemmed from the fact that US export law in the late 1990s didn't permit the export of web browsers with more than 40 bit encryption. This meant that an ActiveX SEED plug-in was used in place of browser SSL. While there are Java and Netscape implementations of SEED, it was almost never implemented. ActiveX is so dominant that KFTC (Korea Financial Telecommunications and Clearings Institute) won't even assign users security certificates unless they're using Internet Explorer with ActiveX."
http://blogs.zdnet.com/Ou/?p=412
http://www.zdnet.co.kr/etc/eyeon/internet/0,39036
"if i'd known it was harmless, i'd have killed it myself"
Problem was not accessing the account but OPENING the account. I only tried it for stock option accounts so I cannot comment on general accounts.
Nonsense. I've worked on a number of ASP websites that behaved perfectly under Firefox.
Slashdot needs a "-1, Wrong" moderation option.
The Urban Hippie
As you business plummets downhill backwards, remember this: the answer is You'll never know.
To ensure ongoing salary payments, you might wish to explain this to your boss now!
Sent from my ASR33 using ASCII
We've never seen that word on Slashdot because you've misspelled it. The correct spelling is 'Sisyphean'.
Even if you're on the right track, you'll get run over if you just sit there. - Will Rogers
Actually, I'm just doing what my boss wants. One of our websites was originally set up with a rolling menu navigation system (borrowed from the old MSDN site), whihc never worked with anything but IE. Tried to convince boss that we should redesign the site to work with all browsers (since I use firefox whenever possible) but the response was "99.9% of our clients probably use IE, and the sysem works as. We are not spending money on fixing something that's not a problem". My response was that the web logs show 99.9% of all hit being from IE because nothing else can get past the front page, and was told that if the other browser users can't access the site, then put up a sign on the front page saying IE required.
I've never done IE only sites, so I can't exactly quantify the additional work for standard-compliant browsers, but I do know that MSIE 6 (I no longer support IE 5.x) perhaps as much as doubles the amount of time I spend developing a website. MSIE7 on the otherhand, whilst rather poor in comparison with *all* the competition, does at least behave in a predictable manner, and as such, it fairly easy to support. But my personal irritation as MSIE 6 is... well.... epic!
For anyone unfamiliar with developing websites for IE6, basically, you get given (or design yourself) a page layout; columns here, images there, content centred, etc, you create a fairly simple XHTML document to contain the content, you create CSS to position stuff. And I can do all this whilst testing only in Firefox and know that there will be few if any issues with other browsers. Even IE7 which as mentioned, isn't perfect, but at least I know (as with other browsers) that any slight issues can be dealt with later on.
BUT with IE6, it'll throw all sorts of weird and wonderful bugs at you. Bits of content might appear fine as you tweak XHTML/CSS and refresh, but when you fire up the browser afresh, it'll screw up. Or content will appear, but when you scroll the page, it'll disappear.
So I'd be more forgiving of Microsoft if they'd allowed IE7 to run on pre-Windows XP machines since this would allow me (and all the millions of other poor-sods) to drop IE6 support in the forseeable future! For the most part, IE7 is just a bug fixed IE6. At the very least, the bug fixes should've been back-ported.
PS apologies for the above turning into a bit of a rant!