Imagemaps, Forms, and CGI Tips
Some good examples of creative and functional imagemaps are the Apple Computer Home Page and The Virtual Macintosh (although it may violate Apple's copyright).
Dear Eric, I have really found your Home Page Construction Set to be a worthwhile addition to my personal bookmark list. I used to have a really lousy, slow loading page until I surfed to your tips pages. I have already recommended it to my family, friends, and strangers on the street. Spectacular job!
To avoid this, be sure to specify a conservative field width and to ask users to press enter when they reach the right edge of the field. Again, there is no way to prevent them from typing beyond the right margin of the field (it will scroll to follow the cursor), but asking never hurts.
You might try something like this:
<FORM METHOD="POST" ACTION="/cgi-bin/post-query"> Do you have any comments?<BR> Please type them below, pressing Enter at the right edge of the box.<BR> <TEXTAREA NAME="comments" ROWS="2" COLS="65"> </TEXTAREA> </FORM>
If you have access to your server's httpd log information, it is easy to find the statistics on your pages and server. If your Webmaster has not summarized this information already, you can use a tool, such as wwwstat (Unix Perl), to produce detailed summaries of all accesses. Richie B's ref-counter and agent-counter summarize NCSA httpd 1.4 referrer_log and agent_log files using Perl (Note: slow links).
If you do not have access to the daemon logs, you can still keep track of accesses by using iAudit. This is a new service, which provides detailed access information on your page for free. You don't need CGI access or any special permissions. All you have to do is set up a free account with iAudit and add a line to the bottom of your document. The catch? While iAudit is free to you, it is a commercially sponsored service, so you might have to put up with a company's logo at the bottom of your page (this is explained further in the iAudit Terms and Conditions).
[ Previous Topic | Tips Table of Contents | Home Page Construction Set ]
Last Modified: August 12, 1995
/ Eric Sasaki
gt7294b@prism.gatech.edu
(feedback welcome)
All original content Copyright © 1994-95 Eric Sasaki. All rights reserved.