Joseph E.

Hello, I'm Joe. Most of you probably know me from the forums as Joseph. :) I was coder of the month for December 2009, and I currently serve as a moderator for the Games & Graphics board, as well as the Novice board.

I've made severalinteresting projects over the last few years:

Projects


AutoComplete Code Editor

AutoComplete.png
This glitchy editor was created as an experiment to see if an autocomplete code-editor would be practical to make in Liberty BASIC - my conclusion: probably not. However, it demonstrates settings file usage, window positioning, and various other API calls, as well as listbox management. It's worth checking out, when it does work.

PerryPumpkin.gif

Perry Pumpkin

I created this monster in response to the Extreme Jack-O-Lantern Challenge .
As you can see, he's quite the grumpy little critter.

Font Finder DLL

Ever needed to get a list of fonts installed on a system? I did. So much so, that I wrote a DLL to do it for me, because I'm lazy like that. ;)
Anyways, click the download link to find the DLL and a simple example.


Night Before Christmas

NightBeforeXmas.jpeg
This was an animated e-card that I developed in about 14 days in-between school. It seems like just yesterday that I put it together, but
it's been quite a while. This project provided excellent experience in creating a structured file system that allowed me to create scenes based on data from other files using an engine. Technically, you could use this program to make many other virtual greeting cards.