A couple blog-related updates

The WordPress crew released an update to the blogging engine this past week, so I’ve updated to their latest version as of this morning. I’d run through the update on my development box at home ahead of actually updating the real blog, so the upgrade itself went flawlessly and took less than 5 minutes. The major changes that appear to be of interest to me are post revisioning, captioning on images, and some significant improvements in its handling of images. Most of the changes are on the administrative side, but a couple of those should make it easier for me to get back to work on getting some of our China pix posted. I’ve also updated to the latest jQuery library under the hood, as well, primarily for the speed improvements and bugfixes incorporated since I first began using it here.

For the curious, you can find more on the update here and here.

Blog traffic stats for June: 124 unique visitors, 329 page views, 227 visits.

Updated to WordPress 2.5.1 (finally!)

As of just a few minutes ago, I’ve finally gotten around to updating to the latest WordPress. I’ve had it running on my local box for a couple weeks now, but have struggled to find the time to update for real.  I know I need to write a bit of an update on Li, as I haven’t written anything on that subject in quite awhile. Perhaps this evening…

Blog Stats for March 2008

I use Google’s Analytics to track traffic on my blog; in response to a question posed by a friend in a conversation this week, here is a summary of the traffic during March 2008:

  • 631 visits by 281 unique visitors from 39 different countries and from 34 states in the US
  • 1,478 page views
  • Firefox accounted for 55% of the visits, with Internet Explorer accounting for 38%, and Safari about 4%

Upgraded to WordPress 2.5

As of this morning, I’ve upgraded to the new version of WordPress (version 2.5), released just this past weekend. Most of the changes in this version — although significant — are either under the hood or within the administrative side of things. The one significant change that pushed me to upgrade so soon after release is the built-in support for image galleries. I’ll be playing with that as a means of sharing some of the pix from our recent China trip.

A couple minor blog updates

I had some time over the weekend and tweaked a couple of things in the sidebar to take advantage of some capabilities within WordPress that I hadn’t used before (showing recent comments, for instance), shuffled the order of the sidebar to make more sense (at least to me), and then added a bit of jQuery goodness to allow a couple of the sidebar panels to be collapsed and expanded.

We’ve been incorporating jQuery into more and more of the apps we’re building at work and I’ve been amazed at the kinds of things that can be done in a matter of just a few lines of JavaScript. Adding the ability to collapse and expand those sidebar panels is a total of about 15 lines of code and the only change to the page layout was to add a the request to load the jQuery file itself in the page header and to add a CSS class or two to the elements that provide the collapsing/expanding and to those that get collapsed/expanded.

Anyone interested in learning jQuery should consider two books, both by Jonathon Chaffer and Karl Swedburg: Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques and jQuery Reference Guide: A Comprehensive Exploration of the Popular JavaScript Library. Both are published by Packt Publishing, Ltd. It’s rare that I find technical books these days that I consider worth purchasing in lieu of or in addition to on-line references or tutorials, but these are two: well-written, actually readable, and they combine to provide a great introduction to what this amazing library can do and how to take advantage of its capabilities.