Tag Archives: WordPress

No more daily Twitter posts

Just as with my daily del.icio.us link posting experiment in the past, I have decided to discontinue my automated daily Twitter summary. I will continue posting to Twitter, and the most recent of my tweets will be displayed in my sidebar here. But think they should remain separate from my main blog content. I just feel like they “clutter” things up here, and the things I post on Twitter are different in scope from what I normally post in my blog.

I will likely continue to post mostly technical observations here in my blog (with the occasional side-track into non-technical areas). [...]

Merry Christmas to me!

Crowd Favorite

I get to unwrap one of my presents early this year, and it ranks up there with some of the best — a new job! I’ll be working with Alex King and the other fine folks at Crowd Favorite. I’m really excited to have the opportunity to work with this crew to tackle some great projects.

Four years ago, when I joined in on the development of WordPress, it was just a fun thing to do on the side. [...]

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. [...]

Twitter Updates for 2007-12-10

  • Watching the baby while my wife is at a job interview. #
  • Finally made to the the office a little while ago. Had to drop my car off at the dealership for "Check Engine" diagnosis. :-/ #
  • Need help getting PHP PEAR SOAP client to talk to a .NET service. The server end doesn’t seem to see the parameters my client is sending. [...]

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. [...]

Easy Gravatars with Google Analytics Plugin

Several people have reported problems using my Easy Gravatars plugin together with Joost de Valk’s Google Analytics Plugin for WordPress. I spent some time looking over the code yesterday and found the conflict. I sent a patch to Joost, and he has released version 1.4 of his Google Analytics plugin. . [...]

Creating a secure WordPress install

Over on BlogSecurity, there’s a whitepaper on How to create a secure WordPress install. It covers several areas, including MySQL setup, WordPress user configuration, Apache protection of directories, and some useful plugins. I’ve glanced over it, and I have mixed feelings. Here’s a quick list of notes, off the top of my head:

Pros:

  • There is detailed information about granting the minimum privileges necessary for the MySQL login. This is a good idea that many people probably don’t think about.
  • Creating a less privileged WordPress account for posting, separate from your blog admin login, is also a good suggestion.
  • The notes on password enumeration are important. [...]

Easy Gravatars Plugin

Since so many people seemed to be interested, I went ahead and coded up my new Gravatars plugin: Easy Gravatars. It’s designed to be simple to use — just upload and activate. If you want it to be a little harder, you can visit the plugin’s options page to set the size and rating for the gravatars, and even set the location of a default image, and tweak the CSS a little bit.

Download: easygravatars.zip

I’m going to put it in the WordPress Plugin Repository when I get a chance. [...]

Gravatars

Even before the recent announcement about Gravatar joining Automattic, I had been wanting to turn on comment avatars here. I nabbed Matt’s code, fooled with it a little, and now my comments are Gravatar enabled.

A couple of things that I discovered:

  • I was always getting the ‘default‘ image until I added a ‘rating‘ parameter.
  • The Gravatar server wasn’t serving up all sizes of my image until I re-uploaded it. [...]