Project Samples


Download projects by clicking on their corresponding image



Internship Final Report — Five Below (.pps)

Course: Co-op Experience (MIS-3581) – Date: April 20, 2012

Description: Presentation about Five Below and my time there as an IT Intern.

MIS 3581 Final Report photo


CapSim Final Report (.pps)

Course: Integrative Business Apps (BA-3103) — Date: April 25, 2012

Description: Presentation about my team’s experience with the CapSim simulation.

CapSim Presentation Photo


lab8 - Collisions (.zip)*

Course: Data Structures (CIS-2168) — Date: April 8, 2012

Description: Java lab providing a visual display of collisions in a hash table.

*.zip file contains a Java project, which requires an installation of the JVM to work


SportsPro Technical Support — Extra Credit Project (.zip)*

Course: Application Development (MIS-3501) — Date: April 29, 2011

Description: Basic website that uses PHP & MySQL to create, edit and delete entries in a database.

*to run:

  1. Click on the photo above and download my .zip file to somewhere convenient.
  2. Install XAMPP (runs Apache web server, MySQL & PHP) by clicking this link and following the instructions.
  3. Load XAMPP.
  4. Click the ‘start’ button next to Apache. Click the ‘start’ button next to MySQL.
  5. Extract the .zip file to C:\xampp\htdocs\
  6. Navigate to http://localhost/phpmyadmin/ in your browser.
  7. Click Import from the menu bar.
  8. Choose file C:\xampp\htdocs\project_start_new\ to import to phpMyAdmin. Click “Go” at the bottom.
  9. Navigate to http://localhost/project_start_new/tech_support/ in your browser to view.