software
So as you might have noticed, I am a programmer. Here is where I shall make available some of the newer (or older) things that I have written. I guess I don't really maintain the files on the specific language file pages, so here's where new stuff shall be from now.
Having trouble running these files because of an error? You may require some files. You can find what you need at the Runtime Files page.
vb6 utilities and such
VB6 is my primary programming language, for now. It will soon be C#. So stop critisizing me for it, because I don't care, VB6 owns, and is more powerful than many people think it is.
- AutoBak v1.1
AutoBak is a backup program which copies selected files/folders to a new location, such as an external harddrive. It is designed to handle any amount of data, from just a few files to many gigabytes from multiple harddrives. The code is based on software written by a "Alexandre Moro" that was found on PSC, but it was HEAVILY modified to accomodate my personal needs. Personally I use this program to copy data from 5 other hard drives to my external drive, and it works like a charm. For more info, see this thread.
(screen shot)
- Image Resizer v1.0
This handy little tool is exactly what it sounds like it is; an image resizer. Input can be any bitmap or JPEG file (and probably some other standard formats too), and you can resize your images based on percentage or to a static size. Loads from directories, so it's meant to handle a lot of images at a time. Pretty basic, but it gets the job done well. Perfect for creating thumbnails. (screen shot)
- PageMac Corporation Screensaver v1.2
This is a cool screensaver I threw together because... well, it's cool. I wanted something to go on all the screens in my room and house, so I cooked up this sweet logo and went from there. It's nothing fancy - it just has the logo, makes it glow, and randmly blurs it out. New version includes full multi-monitor support. Get this if you want to be cool. (screen shot)
- Alarm Clock
This is a simple alarm clock I have been using for many years now. If you leave your computer on overnight and want a good way to wake up, here it is. This alarm system utilizes two alarams. Basically, you give it two times, and the alarams will execute at that time. The program will launch either a program or any other file, like an Mp3. (screen shot)
code from projects
Here is code from some of the projects I've worked
- PageMac Kiosk v1.2 (3.16MB)
This is a kiosk application I designed for a touch screen monitor used in my apartment. It can support 2-6 users, a card reader connected via serial, announcements, MOTD, logs, admin mode, security codes, and so much other cool crap that you will want to build your own kiosk. You can see how I did it here. BE SURE to read the readme! (4.9MB 7z archive that includes PSD's)
pocket pc apps
Yay I learned how to program .NET on the PocketPC! Here is some of the goodies I have written, mostly pointless things.
php things for your website
I put a lot of work into some of the dynamic parts of this website. I've always said that I'll release them, eventually. Well, now I'm actually doing it. You can use these tools freely on your website and modify them as needed, and all I ask is that you retain the link back to PageMac.
- File Listing
Most web servers have a built-in mode for listing the contents of a directory. But those are very boring. This is a script that I wrote for files.pagemac.com so that it fit better into the rest of the website. The script dynamically generates a listing of files and directories an a neat table complete with icons. Fully customizable with colors.
- PageMac ThumbGen v1.0
As you can see on the images section of Azure's Realm, generating thumbnails for images doesn't have to be difficult! It's not perfect, but it's small, easy to use, and gets the job done. That's what it's about, right? Also is resistant to hacks.
Please report all bugs and error messages.