CS2623: Server-Side Programming (SSP) 05

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 6
  • Chapter 7
    • Excercise 7-1
    • Excercise 7-2

Overview

No special assignment this week. Just going to have you do the end of chapter excercises in chapter 7.
Chapter 6 emphasizes the use of netbeans. You're welcome to to download the application and try it. Personally, I tend to just use Notepad++ when coding for this course. With that in mind, you can rest easy there will not be any netbean specific questions on your test.

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/