CS2623: Server-Side Programming (SSP) 12

Objectives:

Reference

  • If you go to the main Murach website (https://www.murach.com/) and find our book. You should be able to download the "Free Downloads" section for the student files.
  • Chapter 19
    • Excercise 19-1
  • Chapter 20
    • Excercise 20-1

Overview

No special assignment this week. Just going to have you do the end of chapter excercises in chapter 19 and 20.

Specifics:


Common Requirements for All Web Pages:

  1. Your code must adhere to HTML5 standards. W3C HTML5 Example: https://www.w3schools.com/html/html5_intro.asp
  2. All your pages must pass W3C validators
  3. The web pages must display correctly in all of the following: FireFox, Chrome, Internet Explorer.
  4. The links between the existing pages with the Pacific Trails Resort website cannot be broken.
  5. All HTML and CSS code must be well documented, properly indented, and easy to read.
    http://css-tricks.com/examples/CleanCode/Beautiful-HTML.png
    http://coding.smashingmagazine.com/2008/05/02/improving-code-readability-with-css-styleguides/