Working Outdoors on a Nice Day

Well, the weather is nice-er anyway. According to the weather site, it is 48°F outside. Warm enough to sit outside in a t-shirt for an hour and do some web reading and work on some websites.

That was my goal, and I’m hitting it finally.

Read more

Getting WordPress Automatic Upgrade to Work on Pair.com

This was a seriously painful problem for a while. Took a bit of searching to come up with a very easy solution (which would have been even easier if I hadn’t made a typo).

What was happening:

1. Automatic upgrades of some plugins worked — but VERY slowly (as in it took HOURS). And it would ususally hang at the end, but I could reload the web page and everything seemed fine and worked. Obviously not the slick interface that was intended.

2. Some plugins — including the old WordPress Automatic Upgrade plugin — just failed.

Read more

Stopping WordPress Comment Spam

The Hello World post on this blog has been getting slammed with comment spam.

The Akismet plugin (which comes with WordPress) has been doing a good job of marking it all spam, but it still is a ton of stuff to delete (unless I just delete everything in the spam folder and presume it was spam).

I wanted to find some way to stop the spam before it even got into the system.

Read more

Deciding on a permalink structure for WordPress

I didn’t even know this was such a big issue.

For this blog I’m not concerned, but this is just my rambling site and not a “real” site. However, for a real site there seem to be all sorts of issues. Apparently things can get yucky if you just use %postname% — at least at some point. Especially if you have a lot of pages (in a situation where I think pages means pages which are different from posts). Some of this gets into WordPress architecture issues that you’d both need to read the WordPress code AND understand the finer points of how databases work. I have to ponder this a bit. For now, this is what I found that seems most relevant.

Read more

Major overhaul – Upgrading WordPress & Deleting Spam

I finally did an upgrade of WordPress on this blog (how to upgrade a WordPress installation) and took care of some administration issues that I’ve been avoiding learning.Wordpress has changed a lot since back when I first started this blog — much more powerful. I think that it will be easy enough to handle upgrades and such too (one of the reasons I avoided working with it for so long).

I turned on Akismet – but there were already over 8,000 spam comments pending. Luckily, I found this post and was able to figure out how to log into my host’s database manager to delete them.

Read more