Archive for the ‘Software’ Category

Croppy, a simple Windows screenshot utility

Wednesday, January 6th, 2010

I’ve recently started using Croppy, a simple Windows screenshot utility. It works perfectly for quickly sharing images with friends and colleagues - launch the app, resize the transparent crop window, and click “upload to web”. An image of whatever you were looking at is uploaded and a URL copied to your clipboard. Very similar in function to the Mac-based Skitch software - but much more lightweight.

That’s What She Said iPhone App

Monday, February 9th, 2009

I recently released my first iPhone app: That’s What She Said iPhone App. Visit the site, download it through the App Store, and let me know what you think. Here is the Direct Link to the iTunes App Store.

It's never been easier to turn any discussion into a funny and usually obscene joke!

It's never been easier to turn any discussion into a funny and usually obscene joke!

Enjoy!

Mail Handler: Simple form-mail with attachments

Friday, October 20th, 2006

I put together this script for my friend huphtur and figured it was worth posting so other people could use it. It’s very customizable but requires you to configure all of the fields you’ll be using and create a template for the email message. Here’s the quick readme.txt I put together:

mail-handler

This is a simple formmail tool that is fairly customizable and works with attachments. Instructions:

Create a form and point it at mail-handler.php.

Edit mail-handler.php to call out field names and types (string, text, email, file), specify which fields are required, and configure the message. $formvars should call out all fields being sent from the form, and their types. $required should contain an array of fields required before the message will be sent. $email contains the actual email configuration, including template filename, To:, From:, Cc:, Bcc:, which files to attach, and where to direct the browser on success or failure.

Create a message template. mail-handler.php will automatically replace text such as %name% with a form variable called ‘name’ if it is specified in the configuration. It also includes %remote_ip% and %date% by default.

Cross your fingers and try it out.

Download: mail-handler-0.1.tar.gz

test.php (in the .tar.gz) is the sample form.