Skdulr

Skdulr.com was designed out of the need to automate volunteer scheduling for the annual ACA conference. Scheduling manually could take upwards of 3 weeks to complete, and Skdulr accomplishes this task in around 1 min. It took roughly two weeks for the initial design and implementation. The site includes a login for users/admin multiple pages to view/manipulate the schedule and modify volunteers and Sessions. This dynamic site has a unified header, footer, and navigation, which were included in all pages using PHP.

HTML

Most HTML was parsed through PHP

PHP

A vast majority of this site uses PHP, including the scheduling program. The scheduling program schedules any number of volunteers into shifts, taking into account sessions/shifts they want to volunteer for and any Professional Commitments that they have specified.

CSS

This site uses custom CSS as the majority and the Bootstrap CSS library for their alert messages.

Javascript

This site also uses javascript, including the jQuery Library, to refresh pages/div tags on data changes in the Database.

Mysql

The Database for this site has 11 Tables, storing volunteer data, user login data, the schedule, session list, and other data.