Tag Archives: Development

Bug Chasing

Okay, so in my post about Code Spelunking I mentioned about how working on a project can lead you to explore the code because you need to become more familiar with how the code works. But it can also lead you to explore the code to figure out why code doesn’t work. In this particular case, I spent many hours puzzling over why something didn’t work correctly, chasing down the root cause, and eventually finding a bug in the WordPress core. [...]

Posted in WordPress | Also tagged , , , , , , , , , , , , , , , | 13 Comments

Dougal on WordPress Community Podcast

I was the guest tonight on the WordPress Community Podcast, hosted by Joost de Valk and Frederick Townes. We talked about upcoming features in WordPress 3.0, my past work as a WordPress core developer, my WordPress plugins, microformats, and a smattering of other topics. [...]

Posted in WordPress | Also tagged , , , , , , , | 2 Comments

WordPress Code Spelunking

Earlier today, I finished up a WordPress plugin that I’ve been working on for a client.  Without divulging too many details, I’ll say that it wasn’t a huge project, nor was it overly complicated, but it was interesting. . [...]

Posted in WordPress | Also tagged , , , , , , , , , , , , , , , , , , | 14 Comments

WordCamp Atlanta

As I begin writing this, Jane Wells is delivering her keynote at WordCamp Atlanta, speaking about the upcoming changes in WordPress 3.0. On the one hand, WordPress releases are ’serial’, so an 3.0 release doesn’t necessarily have any bigger changes than when we move from 2.8 to 2.9. [...]

Posted in WordPress | Also tagged , , , , , , | 6 Comments

I’m speaking at WordCamp Atlanta

I’m pleased to announce that I will be speaking at WordCamp Atlanta next month. I will be presenting an updated version of the Jumping Into WordPress Plugin Programming talk that I gave at WordCamp Birmingham in September. I think I can squeeze some more details in, and hopefully give some more detailed examples.

If you saw the original presentation (or just the slideshow), and you think there’s something else I need to cover, please feel free to let me know. [...]

Posted in WordPress | Also tagged , , , , , , , | 3 Comments

What’s the buzz?

WordPress

Here’s a quick post, just to let everybody know that I’m still alive.

During my long silence here, a lot of things have been happening in the WordPress community. First and foremost is the upcoming WordPress 2.8 release. There are several nifty new features in there. The most notable (for me) are probably:

  • Built-in theme browser/installer
  • Drag-n-drop widget management
  • Syntax highlighting when using theme/plugin editor
  • Image cropping in media uploader
  • New theme functions for author metadata
  • New OOP WP_Widget framework for plugin authors
  • More support for custom taxonomies
  • New combined i18n/escaping theme functions
  • Script loading improvements

The first four  are the main “visible” features for this release. [...]

Posted in WordPress | Also tagged , , , , , , , | 9 Comments

Unit testing in PHP with SimpleTest

simpletest-logo

I recently worked on a PHP project which required me to write a suite of unit tests to verify that the code worked as expected. While I’ve done unit testing before, and I knew that it was valuable, I have to admit that I’ve only used it very rarely. I’ve only had a few jobs/projects that required it, and most other projects didn’t want to pay for the extra time. [...]

Posted in Development | Also tagged , , , , , , , , , | 2 Comments

WordPress 2.8 features survey

With WordPress 2.7 in the bag, the development team is looking ahead to what features should go into version 2.8. To that end, they have announced a survey to find out what features the community thinks is most important. It presents a list of several possible features (theme browser/installer, performance improvements, sortable columns in edit lists, OpenID integration, etc.) and asks how important you think each one is. [...]

Posted in WordPress | Also tagged , , , , , | 42 Comments

XCache Object Cache Plugin for WordPress 2.5+

download

Download: xcache-plugin.zip
Version: 0.7d
Updated: August 29, 2008
Size: 1.94 KB

Powered by Drain Hole

This is another one of those articles that will be of interest to a minority of WordPress users. [...]
Posted in Plugins, Tech, WordPress | Also tagged , , , , , , , , , , , | 69 Comments