| |
This is a listing of tools
to help with HTML authoring and CGI scripts. Some of them are installed
locally on ITS machines that serve ITS user homepages and others are URLs
to services provided by other institutions.
The Basics
Web Creation at UCB
- Beginner's Guide to HTML:
- The HTML Sourcebook Table of Contents:
- World Wide Web Frequently Asked Questions(FAQ):
- W3's HTML Style Guide:
- Eric Tilton's HTML Style Guide:
- Imagemap Tutorial:
- User Athentication Tutorial:
- Server-side Include Tutorial:
- The World Wide Web Consortium:
HTML Editors
Error
Logs
- The error log for cgi errors, except www.colorado.edu, is in /usr/local/etc/httpd/logs/error_log
- The error log for cgi errors on www.colorado.edu is in /htdocs/logs/error_log
Restricting Access to Web Pages (Passwords and Robots)
Forms and CGI
- Forms and the Common Gateway Interface(CGI) Specification:
cgi-proxy - (spot and ucsu) Unless you
use cgi-proxy to run your forms programs, they will run as the user
nobody. This is OK for some situtuations but it is troublesome if you
want to have your programs write to files under your home directory
or preform other actions. cgi-proxy allows you to have your cgi programs
run under your username. To see the cgi-proxy man page for details
on how to use cgi-proxy, run the following command from your UNIX account:
man cgi-proxy.
cgi-su - If your documents are stored in the /htdocs directory,
then they reside on www.colorado.edu. You must use cgi-su for the
same effect. To see the cgi-proxy man page for details on how to
use cgi-su, run the following command from your UNIX account: man
cgi-su.
Books
- Books section of the WWW FAQ:
|
|
|