Here's a list of various small, insignificant projects that I have done for fun, testing, or learning. Some are incomplete and may never be worked on again. Anyway, here they are in no particular order:
- PHP (with GD)
- Tree Fractal PNG (500x500)
- Fresnel Lens PNG (256x5000)
My attempt at making the contour of one half of a Fresnel lens. - Terrian Generator PNG (725x725)
Please allow time for this one to load!
Uses this gradient for color (left to right is low to high): altg01.png - Text Effect PNG (500x80)
Replace where it has "type-text-here" with any text. (Note: It doesn't URL decode the input.) - Random PHP Function PNG (700x120)
- Show Color PNG (100x?)
Add hexadecimal colors after "?colors=" separated by a comma. Each color must be a string of six case-insensitive characters 0-F. If none are given or the input in invalid it will default to red, green, and blue as if "ff0000,00ff00,0000ff" was put in as the colors. - Desktop Grid PNG (?x?)
Generates a grid for a specified image size, good for use as a desktop wallpaper. Just place your desktop resolution in place of 800 and 600 in the URL. If none are given it defaults to 1024x768. - Email Protection PNG (?x20)
Used to place emails or whatever in an image. Put whatever you want in the image by converting it to base 64 (don't forget to URL encode it to be safe) and putting it after "?t=" like I did for my email.
- PHP (without GD)
- See: tools.zavaboy.com
- Flash
- Planets
- Draw
See also: the first version
The first version was made during a business meeting. :) - Get Key
Gives the key code for the currently pressed key and prints it out if possible. Great for Flash developers for finding key codes. - Image Mapper
For the use of making HTML, as well as PHP, image maps. Never completed. - Rollover
Used to test if the mouse was over the Flash movie or not. - Run Rate
A random graph originally made for use as a screen saver. - The Trail
My failed attempt at emulating depth.