Using the World Wide Web: Common Questions |
|
On this page
Other WWW pages How to Publish Information on the Web
IT
Help Center |
Common Questions
Consult UD's tutorial
on using Mozilla Composer for more information.
If you move a page to a new Web address, redirect your old files so that people who link to your pages or those who find them through searches will have the latest information. If you are replacing a page, use the same file name for the new page so that people who have bookmarked the page will have your current information.
Web page publishing programs like Macromedia Dreamweaver or Adobe GoLive also offer the ability to create forms. You can also learn how to create a Web form by doing a forms tutorial, many of which are available through a Web search. Once you've learned how to create the form, you have to decide how to process the information you receive from it. You can either use "mailto:" as the action or you can collect the information using the guestbook script (see the Guestbook Help Page for specific instructions). If you use "mailto:," the information each person enters into your form is sent to you in an e-mail message; see the sample form for a quick way to create a "mailto:" form. If you use the guestbook script, all the information from every user who fills out your form is collected in a single file in your Web directory.
There is one cgi-bin script available for files on the central Web server (www.udel.edu) or the Copland Web server (udel.edu). The "guestbook script" can be customized to enable you to collect information through a form. See the Guestbook Help Page for specific instructions. Personal cgi scripts may not be placed on UD's servers. There are also some cgi forms you can use at the IdeaCenter under the tab "How To."
To create a clickable image (an imagemap), you need an image and a map-editing program. See the Imagemap Help Page for information on map editing. Follow the directions for client-side image maps. Once you have created your image and a map file for it, add a link to the imagemap in the file in which the image will appear.
You can find information about topics such as Java, Javascript, and PHP at the IdeaCenter. You can also obtain information at the Webmonkey Web Developer's Resource; it has links to many topics of interest to Web page authors.
You probably need to change your files' permissions so that they can be viewed on the Web. Go to the directory in which your Web files are located and make one of the changes below: If only you should be able to change your Web pages, type chmod 644 * If your Web pages are associated with a computing project, type chmod 664 * Note: If you use SSH Secure File Transfer to upload your files, you can change file permissions from within that program. In order for a browser to be able to handle such a file properly, you may have to define the file type for the server.
See Restricting Access to Web Pages for information on restricting access. How much disk space do I have for Web pages?
Other Resources
|