JavaScript Objects

Document Object The document object encapsulates all JavaScript objects that correspond to the HTML elements. It is the parent of forms, links, and anchors. These objects occur as arrays and are accessed as document.Forms[xx], document.Links[xx], and document.anchors[xx], where xx is an array index. The document object also has several other useful properties. It has aContinue reading “JavaScript Objects”

Comparing JavaScript

JavaScript is somewhat minimalist in its approach. Many familiar elements, such as explicit data types (int, String, REAL), are missing or have been substantially simplified. However, JavaScript also provides many powerful object-oriented constructs which greatly simplify program organization. In this way, JavaScript has the expressive power of languages such as C or Java, while alsoContinue reading “Comparing JavaScript”

Use of HTML or XHTML in Web Development

FrontPage which is a very common website design tool developed by Microsoft for my websites. It allows website development without any in-depth knowledge of web development. Shared hosting plan at cpwebhosting.com supports FrontPage server extensions. If you intend to use FrontPage, you should look for a Windows hosting solution by cpwebhosting.com. Frontpage automatically writes theContinue reading “Use of HTML or XHTML in Web Development”