Academic Samples/Projects




Class: CSYS 215 Web Programming
Instructor: Allison MacNabb
Completed November 2006

This is flash menu that I constructed for my CSYS 215 Web Programming Class
It includes links to all the webpages that were used for my groups project
and is the main menu on all the pages on the website
It also displays different pictures of the band members that change every few seconds






 

Class: CSYS 219 Object Modeling and Programming
Instructor: Brian McLachlin
Completed March 2007

Creating a service that allows customers to pay one company for all of their bills. For example, instead of receiving a bill for electricity, a separate bill for gas, and a separate bill for water, all from different companies, the customer receives a bill from just one (pretend) company. This assignment included the ability to create a customer object which contained a customer details and an arraylist of assorted bills that belonged to that customer. The project included the ability to add customers and add various types of bills to those customers. It also included the ability to display the customer information, as well as the selected bill information along with the cost of the bill. This project also had the ability to pay for the bills and remove any bills that are paid for from the list.

BillExpressPic