Welcome to my personal site. I've included some college work, software that I've written, and a little humor about Bill Gates III. If you want to email me, please use the form on the other part of my website.
VB6 HTML Page Generator DLL | (documentation in word format)
This DLL reads in an XSLT style sheet and generates HTML documents from a SQL statement. It requires ADO 2.5+, MSXML parser 2.0 or better, and some knowledge of XSL/XML. It can write one document with all the records or multiple documents. I used to use it for my lyircs section on my Jewel site. It generated an index and then one page for each song. Its very fast! It also requires my fgaccess dll (which includes my own XML generator from a recordset)
Provides simple access to databases using ADO and ASCII files. The DB portion is the most useful. It can return a disconnected recordset, an array of the records, or an XML document. I wrote it because I was tired of typing the same ado statements over and over again. Most often, I just needed a disconnected recordset full of data to display. It was really handy in ASP. Now that I've moved on to .NET and Java development, it isn't so useful so I thought I'd share. Be kind with your criticism, as it was my first DLL project in VB (and my first real project in VB). It took me about six months to perfect. It requires ADO 2.5+.
I improved an asteroids clone that someone wrote for a college project. The game ran terrible on my G3 iMac. I improved it to run at full screen 1024 x 768, changed the sound settings so the quality of the mix was better, converted the loop counters from unsigned to signed integers (ran much faster on my machine) and added a quit command to the title screen and the pause screen.
The fie is in a stuffit x archive and was compiled on Panther. (10.3) It is a statically linked binary so you shouldn't need SDL to run it. It uses GLUT for graphics and SDL for audio. I'm still working on it and eventually it won't be an asteriods clone. I just thought it would be neat if i posted the in between work since its very playable. Allen smith wrote the original game (with a different name). I'm assuming its public domain since he didn't attach a license to the source.
World Wide Web running on NeXTSTEP 3.2
I wrote this for a Children's Lit class at KVCC. I used some of the information in a verbal presentation, but didn't actually get graded on the paper. It might be a nice reference for others, although I don't want you to plagerize it!
HWBB - Holt Wall Bullitin Board
My C Programming course at KVCC required me to complete a final project with a partner. Since I knew quite a bit about the web, and started playing with C CGI programs, it was decided that we attempt to write a message board type program. I am currently using it on my Jewel site, although it is rather buggy. I will post some of my work on the project on this site soon. I may post the source some day, provided I can talk Tim Wall into it. :)
VB 5 Source - from my first college class on vb at kvcc.
C code from my first C programming course at kvcc.
This was a project I worked on at Western Michigan University for Operating Systems. It includes a benchmark of OpenMosix, a Linux based clustering patchset.
Download via zip or view online