|
|
 |
Course Outline
Offered by Networked Information Services
Instructor: http://www.bu.edu/webcentral/help/
Prerequisites: HTML:
Introduction, or equivalent knowledge
2 hours (50 minutes lecture, 50 minutes hands-on exercises, 5-minute
break)

- Web directories on the server are navigable like Windows Explorer,
Finder
- Hierarchy of directories - work from General concept >>
General topics >> Specific topics >> Specific details
- Use: Lowercase a-z, numbers 0-9, hyphen character ( - )
- Do not use: Spaces, uppercase, underscore (_), slash (/), apostrophe
('), and other symbols and punctuation
- Avoid repetition
- Always: Short, descriptive, one word
- Easy to say, easy to write down, easy to remember
Linking, Revisited (10 minutes)
- Introduction
- Making "server-relative"
links
- Making "file-relative"
links
- Making "absolute"
links
- Linking Tips
Hands On: Linking
Making
links using absolute, server-relative, and file-relative paths
(10 minutes)
- Using Dreamweaver, download the practice web site.
- Create a link that specifies an absolute URL.
- Create a link that specifies a path that is relative to the
server.
- Create a link that specifies a path that is relative to the
current file.
Lists (10 minutes)
- Unordered Lists (bulleted lists)
- Ordered Lists (numbered lists)
- Definition Lists (describe
terms and definitions)
Hands On: Lists
Making
an HTML list (10 minutes)
- Using the non-HTML list provided in a practice page, format
an ordered HTML list.
- Add list attributes to designate list items with letters or
roman numerals.
- Change the list to be an unordered (bulleted) list.
- Experiment with modifying list attributes.
Break (5 minutes)
Tables (15 minutes)
- Introduction to HTML tables
- Creating a table
- Adding table rows
- Adding table cells
- Specify a border for an existing table in your practice site.
- Add color to the table, rows, and cells to improve readability.
- Add row spanning and column spanning.
- Identify and correct common table errors.
Hands On: Formatting Tables
Formatting
a home page using an HTML table (15 minutes)
- Recreate the practice site's home page by deleting its text
and creating a 2-column, 3-row table from scratch.
- Add graphics to each cell for navigation and improved appearance.
- Link the navigation graphics to other pages in the site.
- Useful for characters reserved in HTML
- Useful for non-keyboard characters
- Experiment with adding special characters to your practice page
- Save your work, then publish your files by using Dreamweaver's
Synchronize tool.
- Review your live pages online using the address provided in
the handout.

Supplementary Materials (not covered in class): More Formatting
Tags
- Modifying fonts
- <font size=" ">: absolute (7=largest; 1=smallest)
and relative (+ or -)
- <font face=" ">face: one face, multiple
faces, type family (serif or sans-serif)
- <font color=" "> color
- Aligning with <div>
- Aligns any element (works on text, images, tables ... everything)
Supplementary Materials (not covered in class): Tables
vs. Frames
- What frames are, and how they work
- The problems with frames
- Problems with bookmarking
- Problems with printing
- Problems with navigation
- We recommend using tables to create similar layouts, and to
avoid frames.
|