Archive for the 'Web' Category

Man Babies

Sunday, May 18th, 2008

Have we finally reached the end of good ideas?

Geeks R Sarah

Sunday, April 13th, 2008

I’m not sure if she’s applying to the Geek Squad at Best Buy or not.

Grimace Video is Up

Tuesday, April 8th, 2008

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.

Moving Servers

Monday, April 7th, 2008

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

Saturday, March 22nd, 2008

Spring Cleaning… Google Webmaster Style.