Author Archives: Austin Matzko

Define “Imitation”

I couldn’t help noticing the similarity between the upcoming re-design of the WordPress admin interface and Dictionary.com, and sure enough, Happy Cog has designed both.

Venture Capital and Automattic

Xconomy has an article about the birth of Automattic, the company started by WordPress founder Matt Mullenweg. The author has interviewed Mike Hirshland, a partner at Polaris Venture, Automattic’s main investor.

Adding Advanced Options Boxes in WordPress 2.5

The upcoming WordPress 2.5 has a completely-redesigned admin backend. Plugin authors who add custom fields to the “Write Post” and “Write Page” pages will need to change their methods to work with the new design. Ozh explains how to use add_meta_box() with the new design to add those custom fields. He has a simple, straightforward […]

Adding Advanced Options Boxes in WordPress 2.5

The upcoming WordPress 2.5 has a completely-redesigned admin backend. Plugin authors who add custom fields to the “Write Post” and “Write Page” pages will need to change their methods to work with the new design. Ozh explains how to use add_meta_box() with the new design to add those custom fields. He has a simple, straightforward […]

Readying Plugins for the New WordPress Admin Theme

The WordPress admin theme has been overhauled for the next version (scheduled to be released mid-March), which means that a lot of plugins’ admin pages could end up looking out of place. Joost de Valk gives some brief tips on how to mark up plugin admin pages to take advantage of the new styling. Unfortunately, […]

CSRF Attack on WordPress

Someone named Ferruh has a proof-of-concept cross-site request forgery (CSRF) attack against WordPress (HT: DK at BlogSecurity). I’ve tried it out successfully on my own version of WordPress 2.3.3. The scenario is like this: you go to leave a comment on someone’s site, and surreptitiously that (evil) site tricks you into changing your WordPress admin […]