samples & projects

img

Below you can find samples of my work and download the code samples where applicable. This is all free for use as well if you find it fits a need you have.

ProjectDescriptionexamplecode
Quiz Project A js based quiz built on top of an MVC architecture. All interaction between the browser and the server (other than the initial page load) is done using AJAX techniques.
  • Includes:

  • SQL for saving questions, answers, and user results.
  • PHP pages to handle server side logic.
  • PHP classes for appropriate data entities.
  • HTML and JavaScript on the front end for user interactions.
  • An INSTALL.txt file that explains how to install the application