Downloads
This page contains executable versions of some of the programs that I've written. They're saved in a .zip file, so you'll need to decompress them before you can run the program. Newer versions of Windows come with built-in support for .zip files, but I recommend using WinRAR. If you're a programmer who's interested in modifying them, the source code for each of these programs is available on my Programming page.
I've also written a few Q-BASIC programs, which if you're interested in downloading, can be found on my Programming page.
Downloadable Programs
-
3D Beer Pong v1.1b
Download Program, Screen Shot
-
Photo Page Generator v2.3
Download Program, Screen Shot, Readme
This is a program I wrote to generate some html code to automate the making of photo pages. It will read a directory to get all of the images, write the html code to put them in thumbnails, and generate a webpage for each photo (with navigation links and a handy-dandy javascript that dynamically resizes the image to fit the window), or a list to put in a drop-down box for a slideshow. You can even generate different galleries for the images in a directory. You can even generate different galleries for the images in a directory. There is also a readme file included in the zip archive with detailed directions on how to use the program. Note that the code it generates is to work with the format of my Photo Pages, but if you are a programmer, you could easily download and edit the code from my Programming page to make it fit whatever format you wanted. This program uses a module written by David Crowell to read in the image sizes.
-
Circle Gradient Pattern Generator
Download Program, Screen Shot
This is a program I wrote to play around with graphics. It uses the Brightness Demo ©2005 by Tanner "DemonSpectre" Helland as the method to display the graphics, while the actual creation of the pattern is my original code. Basically, it creates circular gradients about points, and overlays all these gradients to generate the patterns. There are two methods of gradients - a simple linear method, which generates fairly smooth gradients, and a power based method, which generates sharper gradients. To see some examples of the images made with this program, take a look at my artwork page. You can also go to my programming page to download the source code of the program.
-
Excel to HTML Table Maker
Download Excel Worksheet, Screen Shot