Creating Web Pages and Sites
Main Report
Simple Test Page
Complex Test Page
Database Maintenance
Design Guidelines
Code for Test Pages
|
|
This page is for download of files relating to the report on Creating academic database-backed web papes and sites. The files may give some help in making the jump to modern methods of website development. The files have been developed gradually and do not represent fully up-to-date HTML code. They are made accessible WITHOUT ANY WARRENTY of e.g. lack of bugs or other aspects of fitness for use. Furthermore they will only function after modification within an adequate computer system. The development of a modern site will involve your system/net administrator as well as your own work in database development and PHP scripting.
|
Files for download
The first file consists of simple text, which you will see in your browser. All the other files are compressed as SIT archives. Thus you need to decompress these tiny files. The reason is that my server and your browser will start interpreting the files if they are deliveret in ordinary text format. THE FILES DO NOT FUNCTION ON YOUR SERVER UNLESS THEY ARE MODIFIED. So even if you - after consulting your system/net administrator - have set up your own MySQL database, there is a lot to do. There are many reasons for this, one of them being that all file/database names have been changed to descriptive words. When you start changing the files, remember that a SINGLE misspelling within a PHP script means that there will be no output to the user's browser.
- evolinks.sql
- MySQL definiton of the structure of the table "evolinks"
- testevolinks.html
- The main test file (in compressed SIT format)
- header.inc
- The include file producing the header (in compressed SIT format)
- footer.inc
- The include file producing the footer (in compressed SIT format)
- menu.inc
- The include file producing the menu (in compressed SIT format)
- phpstyles.inc
- The include file for producing the grey textboxes (in compressed SIT format)
|