Words that are Their Own Opposites?

Some words have two meanings, where the meanings are complete opposites. For example dust means to apply dust and also to remove dust. You can dust crops, which applies chemicals to them, or dust furniture, which removes the dust.

See 17 Words That Are Their Own Opposites for the full article.

JavaScript: Local vs. Online Scripts

I had an issue after inserting a script for the Google Tag Manager into <head> the section of my online docs.

Everything worked fine when the docs where online. But, whenever I opened one of the pages locally on my computer, it would load the main frame and then pause for about 20 seconds before loading the TOC.

The solution was to add some code to the script to determine if it is online (HTTP) or running from a local file.

Continue reading “JavaScript: Local vs. Online Scripts”

Are You a Man or a Bloke?

I recently tested the Mad Quality Plugin for Flare, which is a rule-checking application that uses various rule sets to check your text (kind of like the grammar checker in Word). The tool is a useful plug-in for Flare. Maybe I’ll review it in another post.

One of the sample rule sets checks for British English (see the list below). Now, I really like finding all the differences between British and American English. I know what trainers are and sometimes I wear a jumper. But, I have no idea what some of the ones in this list mean.

Continue reading “Are You a Man or a Bloke?”

Make APIs Look Nice with Shins

Anyone who is documenting or using APIs has probably come across a new, slick web interface for viewing APIs, like the one in this image:

So, what is this interface? And how do I get my APIs to look like it?
This interface is called Slate. It provides a 3-pane view, with a TOC, the API reference, and code samples. Unfortunately, I am running a Windows machine, and I couldn’t get Slate to install.

Continue reading “Make APIs Look Nice with Shins”