Man Babies
Sunday, May 18th, 2008Have we finally reached the end of good ideas?
Have we finally reached the end of good ideas?
I’m not sure if she’s applying to the Geek Squad at Best Buy or not.
The Email Standards Project has released a video to our friends at Google. My face is 53 seconds in.
Email Standards Project - Gmail Grimaces from Mathew Patterson on Vimeo.
If you are a designer sick of clients (the software kind) that don’t display code the same way… support the project.
Another ‘cleaning out the hard drive post…’
This group of commands will move database and files from one server to another the fastest.
mysqldump -u dbuser -p dbname > dbname.sql
Enter password: #####
scp dbname.sql username@newserver:./dbname.sql
mysql -u dbuser -p -h localhost dbname < dbname.sql
Enter password: #####
scp -rp . username@newserver:./directory
** Change DNS to point to new server **
Spring Cleaning… Google Webmaster Style.