Tag Archives: plugin

WordPress Wednesday Kick Off

This is the first installment of “WordPress Wednesday”, which I mentioned in my previous post about making changes to my site. This first one is going to be a little long, and I’ve been editing the draft off-and-on for over a week. [...]

It’s Time for Some Changes

I’ve been saying for years that I want to redesign this site, but I still haven’t made many substantive changes. One of my favorite sayings is, “The cobbler’s children oft go without shoes.” It certainly applies to this site, as I spend a lot of time doing web development, studying programming, CSS techniques, SEO, user interfaces, and many other related disciplines that make up this craft. [...]

Back from WordCamp Birmingham 2008

Dougal, Mitch, and Donna

Dougal, Mitch, and Donna

As mentioned previously, I gave a presentation last weekend at WordCamp Birmingham 2008 on “The Future of WordPress”. My section on “The Past of WordPress” ran a little longer than I had planned, but a lot of people told me that they liked that overview, so I guess it was alright. [...]

Yarrr! It’s Talk Like a Pirate Day!

Once again, we have arrived on Talk Like a Pirate Day. I had been hoping that I would be able to find time to upgrade my Text Filter Suite plugin for WordPress (which includes my Pirate filter for posts and comments), but I’ve just been too busy. [...]

XCache Object Cache Plugin for WordPress 2.5+

This is another one of those articles that will be of interest to a minority of WordPress users. In particular, if you use the XCache PHP opcode cache and Neosmart’s XCache object-cache plugin for WordPress. For those of you who don’t know what the heck I’m babbling about, a PHP opcode cache is a bit of software which helps your web server do less work when turning all your PHP code into web pages that a browser can render. [...]

Easy Gravatars 1.2

Earlier today, I released Easy Gravatars version 1.2. The only change (besides confirming that works in WordPress 2.5, currently in beta, due out next week) is that when installed under WordPress 2.5 or newer, it will use the new core get_avatar() function to generate the image tag. And since get_avatar() is a pluggable function, other plugins could conceivably use it to generate avatar icons from other services, and Easy Gravatars would then use the new service too.

If that doesn’t make sense to you, don’t sweat it. [...]

WordPress 2.5 Beta

I just upgraded this site to WordPress 2.5 Beta. So far, everything appears to be working just fine.

And since I know lots of people will ask, I checked my plugins, and most of them (HeadMeta, Text Filter Suite, and Easy Gravatars), work just fine. The one that doesn’t work is Theme Preview. [...]

Reactivate All Plugins feature in WordPress 2.5

Once upon a time, I whipped up a Reactivate All Plugins feature for WordPress, to compliment the Deactivate All Plugins action (which is recommended before an upgrade). Unfortunately, the patch didn’t make it into the WordPress 2.2 release. And I forgot to nudge anybody about it for the 2.3 release until it was too late. But, the plugin reactivation patch is slated for inclusion in the 2.5 release, due in March (BTW, you did know that version 2.4 is being skipped, right?).

That said, you might notice that I added a note on the feature request ticket. [...]

Twitterings

You might have already noticed, but I finally hopped onto the Twitter bandwagon. You can see my latest tweets in the sidebar (it’s the “What I’m Doing” section), and I currently have it auto-posting a daily summary here on the blog (courtesy of the Twitter Tools plugin for WordPress). I’m not sure if I’ll continue that or not, though. Of course, if you are also on Twitter, you can just follow my tweets with whatever method you prefer.

When Twitter first started, I didn’t think I’d see much value in it. [...]

Easy Gravatars version 1.1

My Easy Gravatars plugin is now in the WordPress Plugin Directory, and I’ve released version 1.1.

Changes:

  • Gravatar images now link to comment author’s URL, if provided.
  • Gravatar code now prepended to text instead of appended.
  • Added stylesheet for options page and improved layout. Split options into
    ‘General’ and ‘Advanced’.
  • New advanced option for selecting either ‘Comment Author Link’ or ‘Comment
    Text’ API hook.

When time allows, I’m going to try to add support for favicons on pingbacks and trackbacks, and maybe as a fallback for people without Gravatars. [...]