Math Example – Data Type – JavaScript Syntax – JS Math Example

Math Example – Data Type – JavaScript Syntax – JS Math Example Purpose: – Illustrates the JavaScript syntax for the Math Object . Prerequistes: Install Visual Web Developer 2008 Syntax: var y = Math.sqrt(25); – Demonstrates how to use properties and methods of Math object. Restrictions: None Notes: You can build your own library of syntax examples by using same web site over and over and just add new files to... [Read More...]

Abbr Tag Example – HTML Syntax – Abbr Examples

Abbr Tag Example – HTML Syntax – Abbr Examples Summary: – Illustrates the HTML syntax for the abbr tag. Prerequistes: Install Visual Web Developer 2008 Syntax: abbr – Abbr indicates that the enclosed text is an abbreviation. This has no effect on how the text is displayed, but you can use the tag as an element selector in a style sheet to make abbreviations have a certain style. Restrictions: None Notes: You can build... [Read More...]

Date Example – Data Type – JavaScript Syntax – JS Date Example

Date Example – Data Type – JavaScript Syntax – JS Date Example Purpose: – Illustrates the JavaScript syntax for the Date example. Prerequistes: Install Visual Web Developer 2008 Syntax: var myCurrentDate = new Date(); – Demonstrates creating a Date object and various ways to instantiate, manipulate, and retrieve. Restrictions: None Notes: You can build your own library of syntax examples by using same web site... [Read More...]

Boolean Example – Data Type – JavaScript Syntax – JS Boolean Example

Boolean Example – Data Type – JavaScript Syntax – JS Boolean Example Purpose: – Illustrates the JavaScript syntax for the Boolean example. Prerequistes: Install Visual Web Developer 2008 Syntax: var myBool = new Boolean(); – Demonstrates creating a Boolean object and various ways to make it true or false Restrictions: None Notes: You can build your own library of syntax examples by using same web site over... [Read More...]

Array Example – Data Type – JavaScript Syntax – JS Array Example

Array Example – Data Type – JavaScript Syntax – JS Array Example Purpose: – Illustrates the JavaScript syntax for the Array example. Prerequistes: Install Visual Web Developer 2008 Syntax: var arrayname[“item1″,”item2”,…] – Demonstrates creating various types of arrays. Restrictions: None Notes: You can build your own library of syntax examples by using same web site over and over... [Read More...]

3D Example – Ajax Layer – JavaScript Syntax – JS 3D Example

3D Example – Ajax Layer – JavaScript Syntax – JS 3D Example Purpose: – Illustrates the JavaScript syntax for the 3D Ajax Layer example. Prerequistes: Install Visual Web Developer 2008 – We will use Visual Web Developer as the development environment. This will allow us to build a web site of JavaScript Syntax Examples. Function: 3D Demonstrates using Explorer Canvas to draw 3D cube on the page. Restrictions: None... [Read More...]

A Tag Example – HTML Syntax – Anchor Examples

A Tag Example – HTML Syntax – Anchor Examples Purpose: – Illustrates the HTML syntax for the anchor tag. – name specifies the window or frame that the target window should be displayed in. _blank – opens a new browser window. _self – Loads the linked document into the same frame or window as the source document. This is the default target for all links. _parent – linked document loads into the parent frame... [Read More...]

Vlink Attribute Example – HTML Syntax – HTML Vlink Example

Vlink Attribute Example – HTML Syntax – HTML Vlink Example Purpose: – Illustrates the HTML syntax for the vlink attribute.  Read More →

Unselectable Attribute Example – HTML Syntax – Unselectable Example

Unselectable Attribute Example – HTML Syntax – Unselectable Example Purpose: – Illustrates the HTML syntax for the unselectable attribute.  Read More →

Units Attribute Example – HTML Syntax – HTML Units Example

Units Attribute Example – HTML Syntax – HTML Units Example Purpose: – Illustrates the HTML syntax for the units attribute.  Read More →

TabIndex Attribute Example – HTML Syntax – TabIndex Example

TabIndex Attribute Example – HTML Syntax – TabIndex Example Purpose: – Illustrates the HTML syntax for the tabindex attribute.  Read More →

« Previous PageNext Page »