Using Firefox Add-ons

One of the nice things about using Firefox as a web browser is that it is extensible—you can add things to it that help you do things you otherwise couldn’t. Firefox calls these add-ons. To get to them, go to your “Tools” menu and select “Add-ons”: Or, as the picture suggests, you can also press …read more…

Create a Null Link in a Custom Menu

Custom menus in WordPress give you a lot of control over the arrangement of your menus. One issue that comes up every once in a while is how to include a word that is not a link, a page, or a category. In other words, how can you include a word that describes the child …read more…

Disable your WordPress Plugins

Like children, plugins don’t always play nicely together.  Plugins can conflict with one another, with your theme, or even with WordPress, and those conflicts are often the result of an upgrade. A lot of the issues I see with WordPress can be traced back to plugin conflicts. Most people don’t even think of plugins when …read more…

The iTunes Conundrum, part 2

In my first spreadsheet tutorial, I described how I wanted to take this information from iTunes: and calculate the average song length. If you read that tutorial, you know that the average length of each item in my iTunes library (including podcasts) turned out to be 246.9675647 seconds. In this tutorial, we’ll find out how …read more…

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…