As the web is a constantly-evolving place, some international groups have strove to provide standards for browsers to conform to and designers to design for. HTML, the mark-up language of the web, is settling down to World Wide Web Consortium (W3C) standards and Javascript, to a lesser degree, is also. What follows is a list of formal standards (which you should strive to follow) and de facto specifications (for designing for specific browsers but be careful). As always, be sure to consult your computing support specialist if you have any questions.
HTML
- Formal Standards
- De Facto Specifications
Javascript
- Formal Standards
- W3C on the DOM - The Document Object Model (DOM) is the basis behind the various Javascript objects on web pages. Very technical but, then again, Javascript at this level is rather technical. A must-read for Javascript developers. Currently used in IE 6+ and Netscape 6.1+ as well as many third-party browsers.
- ECMAScript
- De Facto Specification
- Netscape Guide to Javascript - A useful reference for dealing with Javascript. Please note that, although Javascript 1.3 is compliant with EMCA-262, Netscape 4.x's DOM does not conform to the W3Cs.
CSS
Last Modified: 11/23/01
by Brian Patterson
|