The CodeTrack system is comprised of the following files: Application: codetrack.php A monument to both modular programming and extreme recursion! Client-side Validation bugform_prevalidate.js JavaScript in-line code to set message properties on new/edit bug form form_validate.js Central JavaScript library of form validation functions login_validate.js Embarassingly hard-coded JavaScript routines for the login screen userform_prevalidate.js JavaScript in-line code to set message properties on new/edit user form Images blue.gif A 1x5 gif used to render bar plots MetaData bugs.dtd XML Document Type Definition for the structure of bugs datafiles users.dtd XML Document Type Definition for the structure of users datafiles projects.dtd XML Document Type Definition for the structure of projects datafiles Miscellaneous index.html A redirector to codetrack.php; allows http://servername/codetrack/ Presentation login.css Cascading Style Sheet for the login screen main.css Primary CSS directives for CodeTrack XML Datafiles bugs.xml The central users table. Inserts only. users.xml The central users table. Inserts only on new users. All else=updates projects.xml The central projects table. Inserts only on new projects. All else=updates. permissions.xml A bridge table to list user access authorizations. Heavy DML. (Experimental)