Peter Chen and S.M. Hinton
(1999) 'Realtime Interviewing Using the World Wide Web'
Online Interviewing HTML code
This page contains a number of links to text files containing
the HTML code for an online interviewing system designed by
Sam Hinton and Peter Chen. The pages remain the Intellectual
Property of Sam Hinton, however use of the material is permitted
for educational and research purposes. Please download the pages
and make the necessary modifications using a standard text editor.
The following information assumes a moderate level of web and
Internet experience. People interested in testing the files,
but who do not have adequate HTML and scripting / programming
experience may need to obtain assistance from their webmaster
or computer support group.
You will need seven files:
- admin.html.txt
- adminf.html.txt
- logview.html.txt
- user.html.txt
- userf.html.txt
- test.ini.txt
- test.tail.txt
- and a subdirectory called logs
You will also need to:
- Remove the PLAINTEXT tag from each file using a
text editor;
- Remove .txt from the end of each file name;
- Place admin.html, adminf.html, logview.html,
user.html, userf.html, test.ini in your
chosen directory;
- Place test.tail in the logs sub-directory;
- Ensure the preferences for the logs directory are
set as writable;
- Ensure the preferences for test.ini are set as writable;
- and, in the files user.html, admin.html, and
logview.html the text string: YOUR PATH HERE
matches their current directory.
Additional Server Requirements
These files will only work when placed in on a web server that
supports PHP/FI server-side scripting. The HTML files included
and listed above include extra non-HTML code (referred to as
PHP/FI code) which is interpreted by the web server as the files
are accessed. Please refer to the PHP/FI home page at http://www.php.org/ for more information.
The files will not work unless they are placed on a PHP/FI
enabled server AND are accessed through the HTTP protocol.
The system has been tested under a UNIX operating system running
the Apache web server with the PHP/FI interpreter enabled to
parse all .html files. |