Jordan Buermann - Web Programmer
Content Management
These are examples of pages I have built to better manage content on the web.
- Who Has Inspired You?
- This page has been coded in a way that allows the Knuttila's to login to PHP Myadmin and edit the content directly threw the database. They can add new stories, and graphics without needing to touch the code. They also wanted to be able to sell merchandise so we setup a shopping cart deal with Pay Pal.
- Online Course Planning Center
- This is used by Deans, Registrars, and Advisors for academic planning. It is a resource of information on all the courses available, some data is password protected (such as Course Outlines). The LDAP authentication is done using an .htaccess file.
- Distance Education program pages
- The program pages on the distance site have gone from many, many pages of hard coded content down to just one group of shared dynamic pages. To add a new program now simple requires the creation of a link. All information displayed on the programs is stored in several different databases and obtained based off only two variables; the program code, and a college code.
- Tech Prep Coordinators Portal
- Within the Online Colleges in the High School (OCHS) page that I put together there is a portal for Tech Prep Coordinators. This page provides links to various information important to them, as well as some custom built reports. I can't show you the students missing documents report, but I can show you the Registration Report.
- Within Shadows Reach - Gaming site
- Again we come back to the Within Shadows Reach website. This page is built to help keep the game organized, every player in the local LARP group creates a character profile. The Character chosen within game to serve as the "Harpy", can use this website to keep track of Character status, and court positions. On the back end I have a page as well that allows me to store information on each character, plot write ups, as well character resources are stored and tracked within the database. A script runs every Friday that increases player funds for that week. This page also features some other coding I have done using Image Magic, any character graphics uploaded are resized to fit within 500 X 500 dimensions. The bin Data is stored within a database and all thumbnails, and full displays of those graphics are pulled and edited via that data.