Multimedia Classroom
Title: Technology
graphic
Button Home
Button About Us
Button For Alumni
Accounts, Access & Security
Computer Store & Service Center
E-Mail
HelpDesk
Printing
Software & Documentation
Technology Training
VPN
Virus Protection
Voicemail
Web Publishing
WesStation/Mail Services
Wireless
Button For Faculty & Staff
Button For Student
Button Teaching & Research
WEB PUBLISHING
Overview
Academic Departments
Administrative Departments
Course Web Sites
Personal Web Sites
Project Web Sites
Student Groups
------
References
Style Guides
Web Editors
Web Widgets
Web 2.0
Test
 

Getting Feedback from your users

  • What you need for to get feedback from users   
    • create a form
    • write a perl program to gather the information (cgi)
    • use your unix skills to place the program on the web server
    • get permission from the web administrator to run a cgi
  • What you have available on the web server
    • a perl program (cgi)
    • located on the web server
    • all permissions set for the program
  • What you need to do to get feedback from your users
    • create a form
    • point it at the perl program (cgi)
    • read the feedback

Forms

  • Forms on the web allow you to get feedback from the visitors to your web site.
  • A person can leave comments, request information, or even fill out applications right from the web browser.

mailer2.cgi

graphic
graphic
graphic