Posts
mysql backup script
This is a simple script for creating a set number of backups of your mysql database. The script will write up to the number of backups defined, and then once that limit is reached, begin removing the oldest of all of the backups and adding the new backup.
disabling firebug logging for production sites
firebug is about the best thing invented since sliced bread. Pulling out all of the console.log statements intended for firebug for production can make getting into the script in the future a bit more of a hassle. Here's how i disable my firebug console statements for production:
my x0xb0x build
The sound of the Roland 303 is a mythical, classic one in the realm of electronic music. Unfortunately, justifying the $2000+ cost to obtain one of these legendary instruments wasn't possible. Enter the x0xb0x project from ladyada.net!
CakePHP Hash Console
A cakephp shell for generating a hash using your applications salt. Just drop it in and output and/or save a new user from the commandline.