Presenting Mathematical Concepts on the World Wide Web
Think Big: Designing a Web Site
Assist Yourself:
Some URL Guidelines
- Plan carefully: moving files around, once they are out there,
gets very complicated!
- Within a directory structure, use relative URLs rather than absolute ones.
- For references to other directories, use absolute URLs.
- When you can, use the default file name for each directory
(e.g.,
welcome.html
or index.html
).
- To get to the opening page:
- of the current directory, use
"
./
"
- of the parent directory, use
"
../
"
- Use subdirectories liberally.
- Avoid
http://.../
whenever you can.
Next: Maintaining URLs
Back: Assist Yourself: Working with URLs
Up:
Think Big: Designing a Web Site
Presenting Mathematical Concepts on the World Wide Web.
Copyright © 1997 by
Carol Scheftic.
All rights reserved.
(This course is based on a workshop originally offered at
The Geometry Center
and adapted with permission.)
Please send comments on this page,
or requests for permission to re-use material from this page, to:
scheftic@geom.umn.edu
Page established 1-Jun-97;
last updated Sunday, 13-Jul-1997 19:37:44 CDT.