[ view entry ] ( 1391 views )
I made a very simple to do list web page program that I put in the Tools section. I use it everyday and I find it very useful. I programmed it for both ASP and PHP, and you can customize it however you like it pretty easily. You can download it and install it on your own webpage but it will require either an access database for ASP or a mysql for PHP. Check it out
[ view entry ] ( 434 views )

need to uvmap and texture her
[ view entry ] ( 325 views )

Today the game Dustin and I have been working on for a while was finally released, just in time for the palib.com homebrew game competition.
Download bang.zip (1.6MB)
Here is a quick run down of the game from Dustin: Read More...
[ view entry ] ( 365 views )

It took some time to figure out and set up but it amazingly worked. Read on for a how-to guide...
Read More...
[ view entry ] ( 1431 views )
Somehow I ended up joining a french pair of coders who call themselves 'NomadTeam' that develop windows tools for creating 3D stuff for Nintendo DS homebrew projects. I am now a nomad, try not to be jealous. I set up their website (nomadteam.com) for them using the e107 content management system, it is very useful, php based, and the best part is: its free! Here is a screenshot of the latest program that we released today: the Nomad NDS Texture Converter

I made a nice icon for the program:
[ view entry ] ( 383 views ) | related link
At my job, I have many menial tasks which I must perform, several of which can be done by a soulless computer. I took it upon myself to look for ways of performing multiple steps with only pressing one button. I came upon Auto-It, which is an awesome "freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting."
I successfully figured out how to program a script that once fired, does the following:
1. Makes a new IE window, goes to a certain specified website.
2. Downloads a zip file, extracts it using IZarc (freeware winzip type utility).
3. Checks if the file (an Access .mdb database file) is newer or old than the current one on my hard drive, if it is old it stops, and if it is newer, it will extract it and overwrite my old one, and then run Microsoft Access and run a module.
I am very happy to have accomplished this, as it makes my job much easier, and let's me know that I can automate pretty much any computer task with a pattern.
The forums for Auto-It are very helpful, there are many examples, and is still growing.
The following is the code for my program if you would like to check it out and learn for yourself:
Read More...
[ view entry ] ( 302 views ) | related link






