1) Create a frame-based page that contains a list (5 elements) of special-interest categories in the left frame.
Find Web links to the special interest. Create a page that contains all of these links.
Use fragments in the left page to link to the list in the right frame.
2) Create the image map depicting the 2 regions (blue and white) in the picture below.
Blue should link to www.loc.edu and white to sodas.cs.memphis.edu
3) Create a javascript that calculates the area and circumference of a circle. Input argument
is radius. Print the radius, the area, and the circumference.
4) Do problem in 3) using php.
5) Do problem in 3) using perl.
6) Create multiple choice question (4 options to answer). Ask user to select the correct answer
by clicking on right option box. Print out if the answer was correct or if the answer was wrong.
Do this with javascript.
7) Repeat problem in 6) but use php this time.
8) Create a perl script that calculates the factorial. Input argument is an integer.