PHP mail
Tuesday 12/18/2007 – Category: Uncategorized
How to use the often overlooked fourth parameter while using mail function in php:
bool mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] )
The additional_parameters parameter can be used to pass [...]
When using flvtool2 to trim flv’s…
Friday 12/14/2007 – Category: Uncategorized
Use the -a switch to collapse space between cut regions (i.e. resets duration and keyframes from 0)
Rails database migrations for production
Friday 11/30/2007 – Category: Uncategorized
To properly rake your database migrations to a production database, use:
rake db:migrate RAILS_ENV=production
Recent Posts
- Solve Something – The Best Helper App for Draw Something
(Tuesday 04/17/2012 – No Comments) - Marble Paint
(Friday 02/4/2011 – 1 Comment) - More Flickr Original Updates
(Sunday 01/23/2011 – 13 Comments) - Flickr Original updates
(Saturday 08/7/2010 – 19 Comments)
