Dougal Campbell's geek ramblings

WordPress, web development, and world domination.

Blog Archives

Auto-fail

This is not the original WordPress Wednesday post that I had intended to make, picking up from last week about changes to my site. It’s not even the backup subject that I started to write about, regarding cool WordPress themes for developers. This is a cautionary tale about saving your work. See, I had originally planned to pick up from my previous post, and write about progress in working on this site. Except that last … Continue reading

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. Future articles will probably be shorter, in general, and focus on a particular subject. But let’s start out by looking at the current state of this website. We’ll examine what is good, what … Continue reading

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. But my own site rarely changes, and I certainly … Continue reading

Back from WordCamp Birmingham 2008

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. I was pretty nervous at the beginning, but a couple of minutes after I got started, I settled in a bit, and I felt … Continue reading

WordCamp Birmingham Registration Deadline Approaching

If you have been thinking about attending WordCamp Birmingham 2008, but haven’t committed yet, now is the time. There are only a couple of hours left to sign up. Registration is only $25, and that includes lunch and a tee shirt — talk about a bargain! Register now!

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. Maybe I can get it re-worked for next year. I already know what I want to do with it: Consolidate all of the filter code, maybe re-do things … Continue reading

WordPress 2.6.2 Release

As most of you have probably already seen in your Dashboard, yesterday afternoon saw the official WordPress 2.6.2 Release. And as mentioned in the comments on my intitial news break on the 2.6.2 Beta, the focus is on two security patches to cover weaknesses in PHP’s random number generation (which affects password encryption strength), and in MySQL’s field length checking. These weren’t (technically) security bugs in WordPress, per se, but in the underlying PHP/MySQL stack. … Continue reading

WordCamp Birmingham

If you haven’t already heard, WordCamp Birmingham is coming up on September 27 & 28, 2008. And for those of you not in the States, that’s Birmingham, Alabama, not England. If you are in, or can travel to, the Southeast U.S., you won’t want to miss the first WordCamp in the Deep South! And besides the great tech stuff at WordCamp, there are other fun events in Birmingham that weekend, too. Oh, and did I … Continue reading

WordPress 2.6.2-beta1

It looks like there’s going to be another point-release of WordPress coming soon. WordPress version 2.6.2-beta1 was just branded in svn a short while ago. Looking over the logs, I don’t see anything major — a fix for the Textpattern importer, a bug fix that prevents an attempt to make a revision of a revision, a new ‘login_redirect’ filter, a new ‘wp_rand()’ function, and a handful of other minor bugfixes. I’m kind of wondering if … Continue reading

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 … Continue reading