TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
> I just went to dataloom.com to check out the company, which has just
advertised
> a TW position on the techwr-l employment site. I was taken aback by a
message
> indicating that I needed to have Internet Explorer 5.0 or better to access
their
> site! No Netscape or other browser, no pre-IE5. I've seen requirements
for
> Shockwave or something in order to view certain content, but having to
have a
> specific browser just to visit the site?! Why would anyone intentionally
limit
> visitors in such a way? It seems to me this is like a store saying, "You
must
> drive a Ford to shop here." Has anyone else ever seen such a limitation?
The company that I just left was working on an online service application;
part of my team's job was to research what features could be implemented
online. We discovered that most of the features essential to our application
could *only* be implemented in IE5, due to massive differences in browser
capability.
In order to make an application, or even a fairly sophisticated web page,
functional across browsers requires not only different coding for different
browsers (and different versions of browsers), but also the implementation
of "sniffers" to determine what you visitor is running, and hopefully to
direct their browser to the appropriate code. You can imagine the mess that
creates... and then there are many excellent and useful functions that
simply don't exist outside of IE5.
We were very, very tempted to recommend an "IE5 only" policy, just for the
time it would save in development and testing, and also for the firmer
platform that would be created.
However, I do think that in the case of the site you were visiting it was a
foolish decision; there's no need to exclude visitors at entry level. It
seems to contradict the whole idea behind a corporate website... if they
must use higher functions for certain essential portions of the site, they
should cordon them off into a subsite.