Archive for the 'Wordpress' Category

WP 2.6 Notes

Wednesday, July 16th, 2008

Living Open Source posted an excellent blurb about the WordPress 2.6 upgrade.

PHP is Marilyn Monroe

Wednesday, May 21st, 2008

ASP.Net is Jacqueline Kennedy, while PHP is Marilyn Monroe. Sure, you couldn’t take Marilyn to a state dinner, but she was probably a hell of a lot more fun in general.

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.

Rob Gets Booked

Wednesday, November 14th, 2007

Rob hits the top 500. Now I can drop his name.