Programming

Programming Projects

The following are a smattering of some programming projects I’ve done. Some are more useful than others, but I threw them on here for the general consumption of anyone who could benefit from them…

OpenGL First Person Shooter - A Time to Kill

OpenGL First Person Shooter - A Time to Kill

I had a final project for a 3D programmnig class to enhance the game “A Time to Kill” (included with the text Beginning OpenGL Programming). My project was to rewrite the game so that it compiled and ran independent of ...more »
Java Instant Messaging Client

Java Instant Messaging Client

I coded a Java instant messaging client called AxeIM for a networking class. This program will attempt to find a user's "buddies" and establish a network connection to them for the purpose of sending instant messages. This program is crude and simplistic, but ...more »
ASP eCommerce - Advanced Battery Services

ASP eCommerce - Advanced Battery Services

This was the first production website I designed for the company Advanced Battery Services. They needed a fresh new look that would attract customers looking for a professional service provider. It was also important that their product lines and vendor ...more »
J2ME MIDP - Weather Forecast Midlet

J2ME MIDP - Weather Forecast Midlet

This J2ME project is called WeatherMIDlet, and allows a user to get the current weather conditions from their cellphone for any zip code in the US. The user presets a list of desired zip code locations and their cellphone will display organized weather data for those locations. I used Java's small device application programming ...more »
J2EE eCommerce Web App

J2EE eCommerce Web App

Before I designed a production website for Advanced Battery Services I did a J2EE (Java 2 Enterprise Edition) prototype of their site. J2EE is an enterprise framework from Sun as the key business element of their Java language technology. This prototype ...more »
RDBMS Programming - Kitchen Planner

RDBMS Programming - Kitchen Planner

This RDBMS project is called Kitchen Planner, and was designed to demonstrate database theory knowledge as well as practical application of database programming concepts. I did this in Access because it was the easiest way to encapsulate code and a DB table ...more »
NetCentral User Keycode Crack

NetCentral User Keycode Crack

NetCentral was a popular web chatroom circa late nineties. It was one of the first popular web chatrooms, but was eventually closed in 1999. While using NetCentral I had noticed that it passed my encrypted authentication token value in my URL to validate my handle per HTTP request. This authentication ...more »