String.Bold Example – JavaScript Syntax – JS String.Bold Example
String.Bold Example – JavaScript Syntax – JS String.Bold Example Purpose: – Illustrates the JavaScript syntax for the String Bold . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.bold() – wraps string in Bold tags. 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 it. Instructions:... [Read More...]
String.Anchor Example – JavaScript Syntax – JS String.Anchor Example
String.Anchor Example – JavaScript Syntax – JS String.Anchor Example Purpose: – Illustrates the JavaScript syntax for the String Anchor . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.anchor(name) – name is required – it is the name of the anchor. Restrictions: None Notes: You can build your own library of syntax examples by using same web site over and... [Read More...]
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...]
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...]
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...]