Blog Archive

The iTunes Conundrum, part 1

There is a lot that you can do with a spreadsheet beyond simple sums and averages. If you are in business or science, you learn these more complicated functions quickly because everyone around you knows about them and uses them, but if you are in another field, they will probably remain a mystery to you. …read more…

OpenOffice

    I recently replaced my old Dell Latitude D630 laptop with a bottom-of-the-line Toshiba Satellite C655. I got a lot of use out of the Dell, but I was its fourth owner. Its previous owner was a fourteen-year-old boy, so it’s proven itself to be a tough little machine. The Dell came with a …read more…

Use WordPress Screen Options to Expand your Blogging Options

WordPress’s Screen Options feature is relatively unknown to a lot of people. I suppose it’s one of those things that you already know about if you need it, and once you find out about it, it’s fairly self-explanatory. It does not, however, function the way the rest of WordPress functions, so a brief tutorial is …read more…

MozBackup – Backup or Move your Mozilla Profiles

I recently migrated over to a different laptop (a Toshiba C655), and was faced with the prospect of moving several hundred bookmarks and passwords over from my ancient Dell—a task I was not looking forward to, as I am really pressed for time right now, but can’t be without that information. Fortunately, I found a …read more…

Adding a Category Description to Graphene’s Front Page

Someone over on the WordPress forums asked for a way to display the category description when using Graphene‘s front page category option. This is actually easy to do using Graphene’s action hook widget areas. If you’re not familiar with this feature, you should first read my tutorial on Graphene’s action hook widget areas before attempting …read more…

Target Graphene Action Hook Widgets by their Unique ID

In my earlier post about using Graphene action hook widgets, I neglected to mention how to target each widget in the style sheet. In much the way that WordPress gives each widget its own unique ID, which you can then target with some specific CSS, Graphene also provides each of these action hook widget areas …read more…

WordPress Tricks — Fun With Titles

I started blogging with WordPress long before I knew anything about how WordPress actually works. If that sounds familiar to you, it’s because that’s the typical learning curve: you don’t bother learning something until you actually need to know it. This runs counter to the Chinese proverb about digging the well before you are thirsty, …read more…

Changing the Graphene Header Image Size

Now with 1.6, the Graphene theme for WordPress offers a quick and easy way to change the width of your blog. However, changing the size of the header image still requires a little tweaking. Contents1 Graphene 1.5 and below2 Graphene 1.63 Graphene 1.74 Adjusting the Header Title and Site Description Location Graphene 1.5 and below …read more…

Styling WordPress Posts, Pages, Archives and Home Pages by Class

One of the neat things about WordPress is that it adds a unique id to posts, pages, tags, categories, and widgets (plus lots of things I’ve left out), making it not just possible but incredibly easy to target the CSS styling for one particular instance of any of those items. The Basic Technique However, WordPress …read more…