Resources
General Web Design
Return to Top
Basic HTML
Introduction to HTML
- Webmonkey's HTML Tutorial
A well organized guide to HTML tags, with lots of attitude.
- A Beginner's Guide to HTML
Another good guide to HTML, put out by NCSA (National Center for Supercomputing Administration), the people
that developed Mosaic, the web browser that revolutionised the internet.
Return to Top
Color
Changing the color of text, links and background.
- How to Change Background Color
An
excellent WebMonkey tutorial explaining the HTML tags used to control background color and how to find the
hexadecimal number of any color.
Understanding how to use colors on the Web
- Color Introduction
A good explanation of RGB colors and the non-dithering palette. With excellent links to other resources.
- Web Color Wizardy by Lynda Weinman
A good article explaining how to create images for the web that will look good on most monitors.
From the magazine MacUser.
Non-Dithering Palettes
- Doug Jacobson's Color Chart
Links to several different versions of the 216 colors that do not dither when viewed on the web. (browser safe colors). The RGB Color Chart - Hexadecimal link gives the hexadecimal numbers for these colors.
- Lynda Weinman's Browser Safe Color Palette
The author of several
HTML books explains browser safe colors and gives two different versions of the standard palette, with
hexadecimal numbers.
- ColorMix
A tool that combines two or three browser safe colors to create almost any color of your choice.
A great way to extend your color choices without risking ugly dithered colors.
Return to Top
Images and Pictures
Return to Top
Design Issues
What is "Good Design" of a web page?
Return to Top
Tables
Tables are one way to organize text and images with HTML. A table is a grid made up of rows and columns.
Return to Top
Frames
Frames allow you to view more than one webpage at a time.
Return to Top
JavaScript
JavaScript is a programming language that can be inserted
into HTML files. It is used to create web pages that change or are interactive. Popular JavaScripts include
ones that make text or images change as you move the cursor around the screen.
- Webmonkey's JavaScript Tutorial
A nice introduction to what JavaScript is, what it does, and how to use it. - WebCoder: Your home for JavaScript and Dynamic HTML
WebCoder is a great
resource for using JavaScript. The Scriptorium section has some scripts that you can copy and put into your
HTML files. It is written by Nick Heinle, author of Designing with JavaScript.
- Fred Endsley's JavaScript Index
This index has many JavaScripts that you can view and copy for your own use. Fred Endsley is a multimedia
artist and professor at the School of the Art Institute of Chicago.
Return to Top
Putting it On-Line
If you want to make your web pages available over the web:
- Geocities (www.geocities.com)
A free web server and e-mail service. You can put a web page (limit 2 MB) on this server for free, but you
must put geocities logos and possibly advertisements on your web pages. Select the Join menu option on their
main page to learn more about it.
Return to Top