To Notes

IT 130 -- 10/23/08

 

Review Questions

  1. Design HTML/JavaScript applications that will

    1. Convert a given number of miles to centimeters. Input the miles from one textbox and output the centimeters to another textbox. There are 2.54cm per inch.

      Ans: See the MilesToCm Example.

    2. Read a name (e.g. Larry) from one textbox and output a greeting in another textbox (e.g., "Waz up, Larry.").

      Ans: See the WazUp Example.

 

Referencing a Control by ID

 

Absolute Positioning Using Div Tags

 

Abstraction

 

Built In Functions

 

Reasons for using functions

 

User Defined Functions

 

The Dice Examples

 

Project Proj4