If your interested in seeing what fuels my creativity, I have started a new blog on Tumblr to collect, process and share the digital bits of inspiration I collect in my daily jogs around the infosphere.
Monthly Archives: May 2010
Poll: How many non-fiction books have you read this year?
I’m a voracious reader, and have been since my youth. However, I’ve always seemed to be more interested in non-fiction books, especially the last 14 years when I started working as a Web Developer. I usually alternate between learning a new language (up next: Objective-C and Cocoa), Deepening my knowledge of a related discipline (Just finished: Content Strategy for the Web) and reading business and ‘big idea’books (Recently Read: Rework). Sometimes I’ll read multiple books at the same time, and sometimes I’ll read books one after the other, end-to-end. So this got me thinking: Am I the only one that reads non-fiction like this? Answer in the poll, after the jump.
I, for one, welcome our new WordCamp Overlords
Jane Wells posted some new guidelines for WordCamp organizers and its raised quite a kerfuffle in the community.
Before I get into this, let me offer up a bit of background on my own involvement with conferences and events of all shapes. I’ve attended multiple WordCamps, both as a speaker and a participant. I’ve also helped organize BarCampOrlando, was involved with the first DrupalCamp Florida, and attended a number of other BarCamps and unconferences all over the country. I even booked and promoted concerts in a past life.
Let’s just say I’ve got a bit more Event Planning experience than your average bear, and have half a clue about what goes into making a good event great.
Here’s what I took away from the recent guidelines and along the way I’ll offer up a few assumptions of what I think are the motivations behind them, and what my interpretation of the guidelines are. This is by no means exhaustive nor is it intended to address anyone’s concerns directly.
Continue reading
Rough Guide to upgrading WordPress MU 2.9.x to WordPress 3.0 Multi-Site
** Update** Skip to the comments. One Assumption on my part led to a lot more work than is needed. This guide does work, but as Ron (@wpmuguru) pointed out, I went around the block to just go next door. Even smart people are dumb sometimes
The WordPress 3.0 betas are kicking around and for projects still in development, upgrading now will save you the trouble later after the site is in production. Upgrading Single Site WordPress installs to 3.0.x is as easy as ever, but now that WordPress ยต has been rolled into the main WordPress code base it takes a bit more work to “cross-grade” to the new WordPress 3.0 Multi-Site features.
This is a rough guide to upgrading WordPress MU 2.9.x to WordPress 3.0 Multi-Site. That means that I’m largely pulling this from recent memory and may skip a step or state something inaccurately. Feel free to heckle correct me in the comments.
WP-Orphanage v1.2
If you’ve implemented the Shared Users Table trick you know that there is a side effect: Users on one blog are not immediately given privileges on the others. To resolve this I wrote a little plugin, WP-Orphanage, that will promote these ‘orphan’users to a role of your choosing.
WP-Orphanage v1.2 has been released. It addresses a nasty bug where only the first 50 users were promoted. I have refactored the code to iterate over the full list of users. This action only takes place when an Admin visits the User page. Users that login to a blog where they have no privileges will continue to be given a role “just-in-time”, when they login, but if you’re looking to upgrade all your users in one go, the plugin will now oblige. This is a recommended upgrade for all users. Thanks to everyone who reported this issue!