CIS 140 HTML course SCC (updated: 15 FEB 2011)


See the (updated: 1 MAR 2011) Syllabus schedule for all due dates and changes.

For all your assignments (unless otherwise specified) you must


Check the last updated timestamp on the grade sheet from my home page.
Visit the textbook web site for required files. The bottom link to Data Files has a link named Introductory with a link for Mac versions of the files for the first 5 chapters. You can get the rest of them in class.


If the validator complains about your code, read the error message carefully. When the error message mentions a tag, look up that tag in the book or online. A few example online options are listed below. If you do not find what you need there, keep looking.

For questions about tags, see the following sources:
W3schools Reference List of html tags (includes links to replacements for deprecated tags).
W3schools Reference List of CSS Attributes  and A-Z list of CSS Attributes

If the validator complains of a non utf-8 character near line 54.
To fix it, retype the apostophe charater with a single quote (above the ? on a standard keyboard).
If it complains about a non utf-8 character that you canot find, try deleting the line. If that makes it valid, then retype the line, perhaps a few charactes at a time and re-validate.


The html validator helps find tag errors.    The CSS validator helps find attribute errors
You can do both at once
Ensure your pages are usable
Ensure your pages are accessible; see Wikipedia Web accessibility , NASA checklist , online Web Site Accessibility Testing Tool: W3C WCAG (WAI) and Section 508 accessibility validator , Web Accessibility Evaluation Tools: Overview

Week 8-9 Midterm Test

To complete the test, do the following:
  1. Use the photocopy I gave you of your last question to enter the code you wrote for the question then validate and test it in a browser.
  2. Mark all the errors on your code so I can find them easily.
  3. Fix all the errors and print off both the copy with (clearly marked) errors and the fixed copy.
  4. Hand in both copies (with your name on them) so I can finish grading your midterm test.

Week 1

  1. Be sure to do web research and email the required material to me by Tuesday night!
  2. Get the portable version winscp425.exe. You can copy and run this single file on Windows from your thumb drive. See share$(\\cookies) (Q:)\Shields\winscp425.exe when you are on campus.
  3. Create your web folder on ada and set its read/write permissoins as instructed below.
  4. Put Solo projects in well named folders on ada.shoreline.edu; for example:
    web/week2/team2 or web/wk2/te2 or web/week2/solo2 or web/w2/sp2 .
  5. Check for updates to the syllabus
    Bring questions
  1. team exercises 1
  2. solo project 1

To be fair to students who meet deadlines, the Late Work penalty listed in the syllabus will be strictly enforced.


HTML tutorials and resources

This Wikipedia article compares html editors. jGrasp will convert Mac to Windows newlines.

see Using a MAC for this class. Former MAC_ites have liked TextWrangler.

On campus, you may get PowerPoint slides and other files from Q:\Shields
Here are some other (possibly out of date) tutorials and resources
Smashing Magazine css topics
Google Blog Post: Unicode nearing 50% of the web (So utf-16 should eventually replace utf-8 in your html files.)


Visit the textbook author (P. Carey) web site to download student files and view supplements (such as chapter summaries)
You can email me a request to join msdnaa and download free copies of Microsoft software such as Windows or Visio (not word or excel). It takes a few days to get your id and password for msdnaa.

return to rshields home page