Assignment #7

AJAX & jQuery

Due: April 18, 2016 11:55 P.M

This assignment requires you to perform a simple AJAX jQuery call, on click of a "Load Image" button, to a PHP page (https://www.cs.colostate.edu/~ct310/yr2016sp/more_assignments/assgn07/getrandomimage.php) on the ct310 account to retreive an image as a json response and display it on your page. The response will be in terms of a Base64 encoded text of the contents of the image. Each time the button is pushed, a random image is streamed as response. You are required to handle the success and failure responses accordingly.

Each student is asked to create a single tar or zip file containing their entire website. These must be submitted to Canvas before the due date and time. Your work will be tested with Chrome on department machines. Please host it on your CS account and provide the URL to your page as a comment during the Canvas submission.

Addendum (last updated 4/11/2016)

No updates at this time.