Home
About me
Current semester
Past classes

Tips and tricks

1) Photo tutorial
2) Javascript
3) Image maps
How to make an image map
4) Frames
See a sample of frames
4) Tables
See examples of tables
5) Helpful Web sites
General tutorials
Tizag.com

HTML
HTML Goodies
CNET Builder
Web Developers Journal
Web Developer
Webmonkey
W3.org

DHTML, JavaScript
Dynamic Drive
Javascript Kit

Cascading Style Sheets
Hotwired
W3.org
CNET Builder

Glossaries and terms
Webopedia
Web glossary
7) The Dos and Don'ts of Web Page Design
Notes from "Building Web Sites" magazine, Volume 5, Issue 5
8) Help with Photoshop

TAKE THE CODE: Cutting a photo so that you can include text and look like text wraps around the photo.

Photoshop provides you with some guidance within the program. Find Adobe within the Program Files and browse your way to the "Tour".

Program Files —> Adobe —> Photoshop 5.5 —> Training —> Photoshop 5.5 Supplement —>Tour

This is a self-help tour.

There are more self-teaching files inside the "Goodies" folder. Such items as sample files, TIFF files, PSDs (Photoshop documents), etc.

Program Files —> Adobe —> Photoshop 5.5 —> Goodies

Choose items in folders "Adobe Photoshop Only" and "Samples".

Finally, there is online information at Adobe's Web site and an online tutorial at CNET Builder

9) Computer assistance
UAlbany academic computing
Download free FTP Explorer After you install, create a new profile with name of UAlbany, host address of eve.albany.edu and port of 21. Enter your user ID and password.
10) Code for auto-refresh to a new page
Copy and paste this code inside the <HEAD> tag near the top of your page.
<META HTTP-EQUIV="refresh" CONTENT="5;URL='xxx.html'">
It will send users to the next page you designate.
You must edit the number 5 to be the number of seconds you want page to stay loaded before moving to the next page.
You must edit 'xxx.html' to be the page you want to send users to.