Cathy Gurski

ICT 4570-1: SUMMER QUARTER 2019

Class Assignments

Assignment 1

Basic JavaScript

An HTML 5 page that uses JavaScript to display my name, the date and time the page was accessed, and log a message to the console.

Assignment 2

Totally Rectangluar

Part 1

An HTML 5 page that uses prompts to get a rectangle's width and height from the user, then sends an alert to display the dimensions.

Part 2

An HTML 5 page that uses a form to get a rectangle's width and height from the user, then displays the area and perimeter.

Assignment 3A

Functioning Form

An HTML 5 page that uses a form to get candidate information and vote counts, then performs calculations based on form input.

Assignment 5

Drawing Rectangles in Top Form

An HTML 5 page that allows a user to draw a rectangle in a canvas to obtain dimensions and calculate area and permiter or fill out the width and area using a form that generates the rectangle and calculates the area and perimeter.

Assignment 6

President by AJAX

An HTML 5 page that obtains data from a JSON resource using AJAX and displays the data as a table.