This is primarily a portfolio of my work.
I am currently employed at Hampton University as their Web applications developer. We mostly use ColdFusion with the Mach-II MVC framework and MySQL database.
I primarily develop content management systems (CMS) for the staff, which allows them to add, delete, and update various parts of the site. Since much of what I do is "behind the scenes", only the university's employees have access to it and much of it is not viewable by the public.
The output of my several of my projects can be seen on the site by clicking the links below:
-
About halfway down on the home page, you'll see events. These are submitted by staff members at the University by first logging on to a web application and then filling out a form. A small text editor is used that automatically converts the formatting into HTML for display on the page ( WYSIWYG). The news items are dated and stored in a database for future reference.
-
www.hamptonu.edu/studentservices/admissions/tours (click on the link: complete our online reservation form)
You can click on one of the calendar dates and fill out and submit the next form, but please don't submit the form after that unless you actually want to schedule a tour of the University!
The information from the first and second forms are stored on a database. The reason for this is as follows: if the number of people in your party (the number attending) is greater than the remaining seats, or is too large for the selected tour, an error message will appear, asking you to select another date. This way, the user doesn't have to fill out the next form until they select the proper tour, or one with enough remaining seats.
-
http://www.hamptonu.edu/donate/
The donation pages are credit card enabled. The information is stored and an email verification is sent to the User. You are most certainly welcome to make a donation if you like!