Article Index
In this document we present two feature articles, as well as links to all other material on dev–archive.net.
On Transitonal and Strict
This article will describe the difference between the three flavours of HTML 4/4.01 and XHTML 1.0, give some examples of use, and suggest a choice of standard to work with ——
Dot Notation and Square Bracket Notation in JavaScript
In JavaScript, everything is an object. Put simply, this means that any variable can have properties which are other objects. There are two different syntaxes for accessing properties which this article explains and compares. ——