by eric on April 24th, 2013 in: WordPress
WordCamp Seattle 2013 is on June 8th this year, and tickets go on sale this morning at 10am. Pick up your tickets at:
http://2013.seattle.wordcamp.org/tickets/
If you’re into WordPress, it’s an outrageous deal for just $20.
by eric on May 27th, 2011 in: Linux

Install Parallels Tools in Ubuntu
Every time Parallels Tools needs to be updated for my Ubuntu virtual machines, I have to remember exactly how to do it, which usually involves a few clumsy Google searches.
So, for the sake of posterity, and to help anyone else in the same situation, here’s how I upgrade Parallels Tools on Ubuntu:
- Open your Ubuntu virtual machine in Parallels.
- In the Parallels menu, click on Virtual Machine/Reinstall Parallels Tools. You should see a disc image (looks like a CD) appear on your Ubuntu desktop.
- Open a Terminal and navigate to this (virtual) CD by typing:
cd /media/Parallels\ Tools or cd /media/"Parallels Tools" and hit enter.
- In your terminal window, type
sudo sh install – Parallels will open the Parallels Tools Installer, which will guide you through the setup.
- Click Next
- Select Upgrade and click Next
- Parallels will warn that you’re about to install and that it’s probably a good idea to save data and close open applications. After you’ve done so, click Next.
- Hold on while Parallels works its magic and, when it’s done, it’ll thoughtfully congratulate you and ask you to reboot.
- Restart Ubuntu and you’re done!
by eric on December 18th, 2009 in: WordPress
WordPress 2.9 has just been released and it’s another great step in the right direction.
I’ve already upgraded two sites using the automatic update from within the WordPress Dashboard and everything went off without a hitch.
There are a slew of new features and under-the-hood optimizations making WordPress even more pleasurable to develop with and use.
Check out the new WordPress 2.9!
by eric on November 13th, 2009 in: Open Source
This web-based tool written in PHP makes it easy to search and replace text strings in a MySQL database.
Read more…
by eric on October 21st, 2009 in: WordPress
These notes correspond with my WordCamp Seattle 2009 presentation of the same name. You can also view video of this presentation at WordPress.tv.
What Does “Bulletproof” Mean to me?
A bulletproof site is:
Most importantly, a bulletproof site provides both your users and you with a satisfying experience, regardless of browser type, network speed, physical abilities, or preferences.
I’m going to highlight some easy tools to help you:
- Keep on top of backup and maintenance
- Tighten up security
- Speed up performance
- Identify usability & accessibility issues
- Increase usability by improving search
Read more…