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...]