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 several interesting projects over the years, as you'll find below.

Projects

~ Something Once ~

This is my best attempt at trying to show the world how I think. I packed all my motives and love of life into this little whimsical game. I wanted to try and convey the magical dream-like qualities of life that make it so enchanting. Those that played it seem to think it worked. :)

Multiple File Selection Dialog
This dialog provides an easy, bug-free way of letting the user select multiple files.

Custom Scrollbar

I've developed a working, custom-rendered scrollbar control.

Character-Based Atomic Expression Parsing

This is for parsing code expression strings with single character and quote character delimiters. If you don't understand what that means, you most likely won't need to bother with it.

Ftp4w32.dll Wrapper

I created some functions to wrap the features in the obscure Ftp4w32.dll. This DLL (along with my functions) make FTP incredibly easy to use. As in, too easy.

Accurate Text Positioning

Liberty BASIC doesn't position text where you'd expect in a graphicsbox.
This short code sample shows you how to easily fix that problem.

AutoComplete Code Editor
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.

NightBeforeXmas.jpeg

Night Before Christmas

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.