Compatibility of web pages
Web designers must realize that browsers are different and that web pages look different in different systems. Don't tell the user to download a particular browser or plug-in. It is OK to use advanced modern technologies, but make sure there is an alternative for users who don't have this technology or have disabled it for whatever reason.
An advanced web site should be tested in many different environments, which may include:
- a slow modem connection
- standards-compliant browsers (e.g. latest versions of Netscape and Opera)
- browsers with non-standard DOM models (Netscape 4, Explorer)
- browsers without support for style sheets (Netscape 3)
- different screen resolutions and numbers of colors
- different operating systems (Windows, Mac, Sun, Linux)
- different security settings (e.g. cookies and Java turned off)
- hand-held devices
- aural and tactile devices for blind people, if applicable
- alternative pointing devices (other than a mouse)
- printing on monochrome and color printers if the page contains text that users might want to print out
In some cases it may be necessary to add a browser-sniffer that detects the user's browser and provides a code that is suitable for that particular browser.
(It is a problem to test web pages in different versions of Internet Explorer because this browser is so deeply integrated into the Windows operating system that each computer can only have one version of Explorer installed, and it is impossible to downgrade it. You may need one computer for each version of Explorer.)
This page was last modified 2008-Dec-08
