Author: coderman

Taking the band-aid approach

Starting today (Monday) I am going to be making some pretty serious life changing choices in my work and after-work lifestyles. Okay, a little back story. I have been working on evaluating my working habits, client communications and general daily processes. Okay, so now you are...

[Snippet] Backup and Restore MySQL from command line

Here is how to quickly backup a MySQL database using the command line. Start by opening Terminal (Mac) or Putty (Win) and follow these commands. Backing up a database mysqldump -h hostname -u user --password=password databasename > filename Restoring a database mysql -h hostname -u user --password=password databasename < filename ...

Photographers Block

After just returning from a 10 day vacation in Florida I noticed I took a dismal 150 photos. That averages to 15 photos a day, which is basically pathetic. I used to take more photos with my iPhone while running errands. Okay, so I looked...