ICT 4510 Final Project

Assignments 1 & 2

For Assignment 1, I created an HTML form with the Initializr template. My name was displayed in an alert box and the console. For Assignment 2, I developed a page that prompted the user for pertinent details such as their name, email address, and phone number. The user is then thanked for having entered information via another alert box.

Assignment 1
Assignment 2

Assignment 3

Assignment 3 contains a basic form that prompts the user for basic information such as name, email address and phone number. The form is then validated for accuracy via a validate function. The user receives a thank you message after all of the information has been properly entered into the form.

Check it out!

Assignment 4

Assignment 4 is similar to Assignment 3. It prompts for the same information and "injects" an error message to the right of each required field. Once properly completed, the form fades away from the page and the user receives a message.

Check it out!

Assignment 5

This assignment adds a jQuery UI Accordion to the form that was built in Assignment 4.

Check it out!

Assignment 6

Assignment 6 uses jQuery to process Ajax requests. the JSON response is parsed using a $.each method.

Check it out!

Assignment 7

Assignment 7 leverages the goMap function to render a map based on latitude and longitude coordinates.

Assignment 8

For this assignment, I created a mobile web site that can be viewed on a tablet or smart phone. In order to correctly develop the site, I referenced the jQuery mobile library.

Check it out!