Submission Description

In this second submission you will enhance your website in the following ways:

Required File(s)

In addition to all of the directories and files from version 1 of your website, this second version must also have the following additions/changes:

File Placement for Submission

Submit the required directories and files by placing copies of them in the submission02 subdirectory of the submissions subdirectory in the public_html directory of your personal Linux account u##, where the xx are the last two digits in your Linux account username for this course.

Best Practice

Develop your required files in the directory submissions/02, and when you're finished, simply copy the file to submissions/submission02.

Submission 02 Checklist

  1. Is there a readme.txt file in the document root directory of the website, and does this file contain all the required information?
  2. Do the server time and date appear in the right place, and do the time (every minute) and date (every day) update properly?
  3. Are the time and date display being handled by AJAX-PHP communication and not in some other way (by a whole-page refresh, for example)?
  4. Is there a new quotation for each new day, and does the quotation follow the Amazing Stuff template, with the descriptive adjective, the author and the text of the quotation being replaced when a new quotation is chosen but with the rest of the "template" remaining the same?
  5. Are the quotations being chosen randomly via PHP from a JSON file of quotations?
  6. Are there at least "a couple dozen" quotations?
  7. Are there at least half a dozen business-related images and their labels being properly rotated on the home page of the website? The rate of rotation is not specified but either "too fast" or "too slow" would be a fair comment.
  8. Are there two new subdirectories (namely resources and scripts), in addition to the ones from the previous version of the website?
  9. Does the resources subdirectory appear to contain appropriate content (which may vary from account to account, depending on what the readme.txt file said about how the daily quotation change was achieved, and how the slide show was achieved, but it should contain at least the file of at least the minimum number of quotations in JSON format?
  10. Does the scripts subdirectory appear to contain appropriate content (which may also vary, but should probably already contain one or more JavaScript and PHP scripts, depending on how things are being done)?
  11. Did the readme.txt file adequately describe the state of the website?
  12. In addition to the above new features, are there any clearly outstanding issues from the previous version of the website that have not yet been resolved?