 |
Creating Web Pages
Rodman Public Library
|
What do you want to put on the web?
- Photos
- Family History
- Professional Information
- Tribute to Favorite TV Show, Music Group, etc.
Who is Your Target Audience?
- Friends
- Family
- Anyone in the world
Things to Include on Your Pages
- State the purpose of the site/pages
- Include a way for feedback
- E-mail address
- Feedback form
- Include pertinent links to outside sources
- Include the date of last update
Page Layout
- Most important information at top - Newspaper "Above the fold"
analogy
- Keep it simple
- Think horizontal
Content
- Don’t include anything that you wouldn’t want the whole world to know
- Personal information (SSN, mother’s maiden name, birthdate)
- Stay on topic
- Don’t change focus half-way through the page
- Include links to other pages you have created or other web sites
Getting Started
- Sketch out your site before you begin
- Browse the Web for Ideas
- Make use of View/Page Source
"Borrowing Ideas"
- Make use of File/Save As
- Right Click on Images to Save Locally
- Always ask permission before using pictures that you didn’t create!
Learn HTML
Basic HTML Codes
- Tags used by every web page
|
<html> </html>
|
placed at beginning and end of file
|
|
<head> </head>
|
descriptive page information, such as title
|
|
<body> </body>
|
page information that is displayed
|
Programs for Creating Web Pages
- Any text-based word processor
- PC: Notepad, Wordpad
- Mac: Simple Text
- WYSIWYG programs
- Dreamweaver
- Microsoft FrontPage
Adding Links - Anchor Tags
|
Link to another page
|
<a href="http://www.company.com/page.htm">Link
to another page</a> |
|
Link to a bookmark on the same page
|
<a href="#bookmark">Link on same page</a>
|
Color Considerations
- Background & Text
- Light Background/Dark Text
- Dark Background/Light Text
- Avoid "Busy" Background Patterns
- Sites for Checking Color Combinations
Design
- Don’t overdo
- Avoid Mixture
of Too
Many Typefaces
and colors
- Stick with light color backgrounds
- Avoid too much (or any) animation
Graphics
- Two types of graphics used on the web
- .GIF - Best for clipart
- .JPG or .JPEG - Best for photographs
- Keep file sizes small
- Files should be kept small for fast loading
- Edit picture sizes and colors in graphics program
Graphics Programs to Use
Correct & Improve
- HTML Checkers
- Shrink Your Graphics
- CSS Checker
Where to Post Your Pages
- Geocities - Communities
- Tripod
- Personal ISP, Search engine sites, E-mail sites
- Subscription sites
|