Second Day Links:
- A Thorough Discussion on the Use of Alt Texts in IMGs
- Some Web cams
- http://webcam.oregonstate.edu/
- http://www.katu.com/home.html (links to ODOT Traffic/Weather cams)
Third Day Links:
- PNG or GIF? http://www.w3.org/QA/Tips/png-gif
- CoF Graphics Primer -- http://wwwdata.forestry.oregonstate.edu/helpdesk/training/graphics_primer.html
- WebSafe Color Palette?
- ColorCop lets you sample pixel colors for matching
- 216-Color Webmaster's Palette
- Making your e-mail address hard to harvest
- Javascript method
- Encoding characters method (%40 is @, %2e is dot, ., %43 is C, so...
<a href="mailto:talk2woody%40woodyswatch%2e%43om">)
All ASCII characters can be HTML encoded- Tangentially related... Consider using SpamGourmet for addresses you need to supply online
- Comments-- When you put comments in your HTML code, begin the comment with <!--, end it with -->, and avoid using -- or > within it.
Fourth Day Links:
- Special characters: http://hotwired.lycos.com/webmonkey/reference/special_characters/