WordCamp San Francisco 2009

May 31
Yesterday was WordCamp San Francisco, and Rebecca, John Bollwitt, John BIehler, Dale and myself all attended. The night before we thought it was a good idea to sit around and drink margaritas until around 2am, so we were all a bit tired during the event. But it was a great event, and we're all glad we made the trip down. Several fairly exciting things happened during Matt Mullenweg's State of the Word Presentation. First, Matt showed a slide which displayed some of the new profile information that ...

WordPress Plugin Checker

May 11
We whipped together a little script to scan the WordPress plugin repository for common errors. You can check out the end result here. Hopefully plugin developers can use it as a resource to improve plugins and let them be used by a wider audience. If you click the link and it doesn't work, try again in a bit -- I've been having a few server problems today.

One WordPress Install, Multiple Sites

May 7
A while ago I started messing around with trying to get a single WordPress installation to host multiple blogs. If you read that and think WordPress MU, you're not far off. What I don't like about WordPress MU though is that the system administrator chooses the themes and the plugins that are available to the end user -- ideally, I would want each user to control that themselves, such that it basically has the same functionality as a normal WordPress installation. There are a lot of other reasons why ...

Updated Page Content

Apr 26
I spent some time tonight updating my about page, the site information page, and my media kit. I also dumped the content of my FriendFeed stream to my new streams page. I've loving the layout options with the new site changes. Can't wait to slowly build it out over the next few weeks.

Viper Cache Nearly Done

Mar 14
I spent some time working on Viper Cache last night. It's going to get a new name at some point, but it's close to being done. I'm going to test it on this site for a while and see if I can iron out any bugs.

Playing Around With Web Servers

Mar 9
Obviously I've been spending a bit of time tweaking Apache such that it is well optimized for working in a VPS environment. Truthfully though, Apache is a major resource hog. To be honest, I really can't comprehend what it's doing with all that memory it seems to hoard. One of the other major downsides to Apache is that it forks additional processes to handle server load, and processes are rather heavy (at least when compared to user threads). Since I haven't touched any C++ in about ...

Crossroads 2.0

Feb 21
A few years ago I sat down to write my very first WordPress plugin, and ended up writing Crossroads. My goal at the time was to integrate Flickr comments into the normal comments on my blog, which was something I ultimately did. Unfortunately though, some of the limitations of the Flickr API made that feature fairly slow to use, and so it's something I ditched on my own blog a long time ago. A few days ago I sat down and started working on version 2.0. It's ...

A Quickie

Jan 8
Don't have much time this morning, but I wanted to give a quick update. First off, I had a shower before I went to bed last night. Unfortunately, I left the floor a little bit wet, something I realized at around 4am when I went to the bathroom and complete wiped out. Somehow I busted my hand open trying to stop myself from falling, and I bruised my shoulder pretty bad. I woke up with dried blood on my hand this morning, so I must ...

WordCamp Whistler – Time To Buy Tickets

Jan 5
WordCamp Whistler is just around the corner, and we've already seen an increase in ticket sales these last few days. If you're interested in coming, you should go ahead and buy your tickets now. Right now tickets are $35, but as of Friday, January 9th, they'll increase to $40. The following Friday, January 16th, they will increase to $50, and shortly afterwards they will no longer be available. If you'd like to purchase your tickets, please visit our EventBrite page and pick up your ...

I’ve Got The RSS Feed Blues

Dec 2
I woke up this morning and had a few people email me saying that there were a bunch of duplicate entries in my RSS feed. I really have no idea why, but since I installed WordPress 2.7 RC1 last night, I suspect that it's related to that. I might spend a bit of time trying to figure out why. More likely is that I do nothing though and simply let it work itself out naturally. I'll scan the WordPress forums in a few minutes and ...