· Home
· Weblog
· Images
· Photoblog
· Flickr
· Buy Prints!
· Downloads
· Links
· Contact Me
· Amazon Wishlist
· B&H Wishlist
· ThinkGeek Wishlist
· Quadratec Wishlist

MicroCam


Got an account?

· Login Now
· Request Account


Downloads, Scripts and Other Freebies

In this section you'll find various scripts, downloads or other freebies that I've written for myself and decided to share.

Unless you see noted otherwise, these downloads are distributed under the GNU General Public License and are freely distributable. All I ask is that you either send me an email letting me know you're using something (moreso out of curiosity than anything) or give me some credit on your page. Neither is necessary, but would definitely be appreciated!

The vast majority of what I publish will be PHP scripts. For your information, I'm running PHP 4.3.2 and that's all that the scripts have really been tested against. Also, if you don't understand PHP, please consider reading a few articles/tutorials [1] [2] [3] before you try adapting these scripts for your use. While they're not overly complicated, you might be missing a few areas of fundamental knowledge by not having prior PHP experience.

You probably could have guessed, but let me say so anyways - I offer no warrentees on any of this software. I do everything that I can to ensure that there will be no ill side-effects of anything that I write, but it's all "use at your own risk". No official support comes with any of it aside from the documentation that you see here, but feel free to send me a message if you're really stumped and I'll help if I can.

Freebies

Chuck.rb v1.1 - chuck.rb is a Ruby program that downloads "Chuck Norris Facts" from www.chucknorrisfacts.com and displays one at random for you.
[ Read More ] *Updated 03/06/2006*

Simple_Log.php v1.1 - simple_log.php is a very basic, but very efficient log file creater/updater that you can include in various scripts whose output you want to monitor. Easy to impliment and fully configurable log entries.
[ Read More ] 01/10/2004

Simple_Counter.php v1.1 - simple_counter.php is a small but fast site counter. With less than 50 lines of code, it's designed to do one thing and do it quickly!
[ Read More ] 01/03/2004

Send_Mail.php v1.1 - send_mail.php is the small mail form that I display throughout the site for users to send me messages. Like many of my projects, I focussed on speed and portability than little-used, bloated functionality that convolutes many application. Updated on 10/5/2003.
[ Read More ]

Folder_Compare.php v1.0 (and folder_compare.exe) - folder_compare (.php & .exe) is a small command-line script that takes two folder paths and generates a text file that contains all the common files from the two folders.
[ Read More ]