I created this application to demonstrate a simple MVC database-driven web application. See "about" for more techical details or view the php code
When complete, this application will keep track of your job history and skill sets so you can automatically generate a resume, a list of skills, and a list of references.
The jobs table is set up and jobs can be added, modified or selected from the web interface. There is one alternate style sheet for the job list, to demonstrate the extreme flexibility of the tagging scheme used. The idea is to let the end user make the page look however they like (as in, making it match the paper form they're used to using) without touching the base php code or sql tables.