Muiz Brinkerhoff and Inside Skills Center offering software skills training to individuals, businesses, and in classes at SRJC

Various Resources

The resources on this page are OPTIONAL (except for the Prelim Steps), to be used IF you need them.

Lesson 01

back to top

Lesson 02

Finding Notepad or TextEdit (your free XHTML Code Editor)
  • On the Resource CD
    • watch the appropriate movie for your type of computer
    • Lesson 1
      • using notepad (win) or
      • using textedit (mac)
  • windows users - plain text code editor
    • called Notepad
    • Start button, All Programs, Accessories Folder, Notepad
    • it would be a good idea to create a shortcut for your Desktop as you'll be using it regularly.
      WARNING: when saving always change the Save as Type: setting to All Files, otherwise Notepad will automatically add .txt to the end of your file name, and for web pages, the 'last name' or 'file extension' MUST be .html
  • mac users - plain text code editor
    • called TextEdit
    • located in your Applications Folder
    • change the Preferences
      • from the TextEdit menu, select Preferences
        • on the New Document tab
          • make CERTAIN that 'Plain Text' is selected in the Format section, instead of 'Rich Text'
        • on the Open and Save tab
          • in the When Opening a File Section
          • check the "Ignore rich text commands in HTML files"
        • in the When Saving a File section
          • uncheck the box titled "add '.txt' extension to plain text files"
Links to a Few Articles On Good & Bad Website Design

One of your assignments in this lesson is to examine 5 different websites and then choose one to critique, based on how closely it follows and incorporates 8 Evaluantion Criteria.

Since you're beginning the journey to creating web pages and web sites, you need to have a clear idea about what elements contribute to and work together to make a good site, and what elements or situations make a site difficult to use, or even make it horrible. The

back to top

 

Lessons 03/04/05

XHTML Tag Nesting Chart

This is similar to the one Linda shows on the CD, but a bit more complete. It may help when you have validation errors, as the Nesting column tells what can and can't be nested inside the various tags.

 
XHTML Element Reference

http://learningforlife.fsu.edu/webmaster/references/xhtml/tags/index.cfm

This site is a complete reference of XHTML tags organized by what they call modules -- structure elements, text elements, list elements and so on. Clicking on the element name leads to a page that gives the pertinent info about the element, including which elements can be nested inside it (ie valid child elements), and which elements it can be nested within (ie valid parent elements).

This will also help with validation errors, when the message is of the type "character data not allowed here", or "tag cannot be used here".

Character Entity Codes

http://www.w3schools.com/tags/ref_entities.asp

Unicode Script and Symbol Charts

http://www.unicode.org/charts/

back to top

Lessons 06/07

Determining Color

Use either site when setting the color and background-color values.
Hexadecimal site -http://www.somacon.com/p142.php

Hexadecimal site -http://www.psyclops.com/tools/rgb/

5-Color Color Palette Resource

kuler.adobe.com

A great resource for creating 5-color color palettes for web sites is kuler.adobe.com -- the palettes are displayed as 5 square boxes of color, like color swatches or chips in a paint store. There are a huge number already created and uploaded to be shared, and you can also create your own.

By registering a username and password, you can create a free account where you can store the 5-color palettes you create, and ones that you've marked as favorites from all those available for sharing.

If you pick a palette to edit/make changes, you get both the visual color squares, and numeric codes -- rgb, cmyk, hex, hsv, and lab, plus a color wheel/disc with the base color for the palette in the center of the disc, and 4 movable color points. You can make changes by moving the 4 color dots to other locations on the color disc, or you can type in the numeric codes for the different squares. OR you can choose from 6 different color rules that the web site will apply to the base color -- analogous, monochromatic, triad, complementary, compound, and shades.

You can create a new palette based on a single base color, or you can upload a photo, graphic, logo, or some other image, and the site will analyze the colors in it, and produce a 5-color palette that will work with the colors in the image.

CSS Resources

HTML Dog XTHML & CSS Reference - http://www.htmldog.com

HTML Goodies CSS Tutorial - http://www.htmlgoodies.com/tutors/ie_style.html#impliment

CSS Properties - http://www.htmlhelp.com/reference/css/properties.html

CSS Property Index - http://www.eskimo.com/~bloo/indexdot/css/propindex/all.htm

Top 10 CSS Authoring Tips - http://web.oreilly.com/news/csstop10_0500.html

W3C's CSS Validation Service - http://jigsaw.w3.org/css-validator/

Font and Text Property Tutorials

W3school CSS Fonts - http://www.w3schools.com/css/css_font.asp

W3school CSS Text - http://www.w3schools.com/css/css_text.asp

Design Principles for Text - http://usabletype.com/css/font/sizes/

Font Popularity Chart - http://www.annabella.net/fontface.html

Fonts Common to Win & Mac
http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html

back to top

 

Home  |  Syllabus  |   Assignments  |   Resources  |   Grades  |   Forum  |   Discounts  |   Instructor

graphic: Valid XHTML 1.0 Strict graphic: Valid CSS 2.0