Monthly Archive for October, 2009

How Not To Build A WordPress plugin

How Not To Build a Plugin by Will Norris

Spotted on WordPress TV. Lots of examples of how to make your plugin less flexible, less secure, and more prone to misbehaving.

Video After The Jump

Continue reading ‘How Not To Build A WordPress plugin’

WP-Orphanage v1.0 Released

If you’ve implemented the Shared User Table trick in WordPress by defining CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE in your wp-config file, then you’ve probably realized there is a serious draw back to this approach when building a blog network: Users who sign up on one blog do not get any privileges on any of the other blogs in your network. This is by design, but you don’t have to leave it at that.
Continue reading ‘WP-Orphanage v1.0 Released’