October 23, 2007 at 4:49 pm
· by Daniel Labrador · Filed under Language
After years of slander and ridicule, passive voice has been found to be useful by Jakob Nielsen’s eye-tracker research. Mr. Nielsen’s article, titled Passive Voice Redeemed for Web Headings, makes an excellent case for the use of passive voice as a sneaky way of “front-loading” keywords in headings for blog posts, articles, or other web content. It cites recent eye-tracker research as proof that Internet users tend to focus only on the first few words of a headline.
Although this goes directly against what most of us have been taught for years (passive voice is punishable by forced attendance to a networking event flogging at Shoap Technical Services), Nielsen makes an excellent point. While using passive voice is generally not a good idea, there are circumstances where it actually makes sense, particularly if it makes your writing more effective.
Of course, it’s not hard to see how grabbing the reader’s attention makes for an effective headline. Since readers are more likely to click on something interesting, and more hits = good, passive voice is probably a risk worth taking when it comes to writing headlines.
Link (via Boing Boing)
Permalink
October 20, 2007 at 10:41 am
· by Jeffrey Shoap · Filed under Uncategorized
Why is it that when people get stuck trying to figure out a piece of technology, they invariably pick up the phone and call a help desk rather than open a manual or, if it’s available, click on the help button? Certainly, it would be quicker to find the answer than wait for the “next representative to become available.” The answer, of course, is obvious, as anyone who has tried to read a technical manual can tell you: Either the answer isn’t readily available (can’t find it) or doesn’t make sense (can’t figure out what’s being said when they do find it).
As a technical writer, educator, and owner of a technical writing consulting business, I am acutely aware of this situation. Unfortunately, most of what passes for technical writing is bad. Anyone who has tried to assemble anything that comes in a box knows how difficult it is to turn the assortment of wood, screws and bolts into a bookcase by simply following the pictures in a manual. Or the unfortunate computer user who receives a message that the program has encountered a problem and must shutdown and looks hopelessly at the 700 page manual that came with the computer and picks up the phone.
So why is this? The problem, as I have observed, is most often due to the fact that the people writing about technology don’t understand it themselves. And, as I used to preach when I taught Composition 101 at varoius colleges and universities, if you don’t understand what you’re writing about, no one will understand what you’ve written. This is true whether you’re writing about what you did last summer or how to use API or how to repair a jet engine.
Unfortunately, the number of people who can understand technology and have the skills to describe it is faily small. Most of the candidates who interview at our company are competent writers but don’t have a clue how things work. When I question them about their apparent lack of understanding, they tell me that we just have tell them what to write. Yikes!
The situation is not as hopeless as it sounds. We’ve discovered a number of candidates who are very technical — and not only can write but enjoy writing — but don’t want to be engineers. Usually, we find that they are better understanding the technical aspects of the project than they are at the exposition, but we can work with that: We can edit the material and work with them to make the manual clearer and more effective. The opposite is rarely true: No matter how well the person can write, if he or she doesn’t understand the technology, no amount of work (short of rewriting the manual myself) is going to make material any better.
Permalink
October 19, 2007 at 4:17 pm
· by Daniel Labrador · Filed under Useful Links
It’s link round-up time once again! Here’s what I found on the Interweb this week:
- Internet Resources for Writers - Fairly self-explanatory. Can’t think of anything I’d add other than “Lorem Ipsum” text to quickly copy to create placeholders…
- Fotoflexer (via LifeHacker) - If, like me, you are a technical writer who spends most of the day switching between several computer systems… well, that’s just it, you use several computer systems. And sometimes its just not possible to have Photoshop installed on every single machine. Fortunately, you can use Fotoflexer to edit pictures inside of a web browser. Problem solved!
- 15 iGoogle Widgets for Web Workers - Finally, if you EVER use Google for anything, chances are you’ve personalized your iGoogle page (or at least you’ve seen it before). Here’s a list of 15 handy thingees that will make your life a bit easier. I like the procrastinator’s clock (for I am a procrastinator) and the timesheet tool (because like most contractors, I write up and send out a timesheet every single day…)
That’s all for now. TGIF!
Permalink
October 15, 2007 at 11:53 am
· by Will Wright · Filed under Uncategorized
I recently learned about the FAT32 file size limit and thought I’d share.
One of our clients recently purchased a Western Digital External Hard Drive to use as backup storage and a way to pass large files around quickly and efficiently. Unfortunately, we received write errors on the drive when we tried to copy several items onto it. The reason we were getting these errors was because the hard drive was formatted as a FAT32 file system. This was nice, because FAT32 is a pretty simple file system that both Windows, Macs, and other Unix Operating Systems can read. However, you cannot copy a file larger than 4 GiB minus 1 Byte (232?1 bytes) into a FAT32 file system. Having multiple raw video files on the machine, well over 4 gigs each, this posed a problem.
My solution was to partition the hard drive into one 32 GiB FAT32 file system and the rest of the drive into NTFS. This allows me to put files of any size onto the NTFS partition and still maintain some of the flexibility of the FAT32 partition on other OS’s. You could also create a Mac partition with a Mac file system, should you desire.
Hope this helps answer someone’s question.
Permalink
October 10, 2007 at 4:35 pm
· by Shaun Kelly · Filed under Uncategorized
The second in a series of posts where I pretend to be a programmer.
FrameMaker really shines when you have a suite of large documents that all have to have matching formatting. You create one set of paragraph styles, one set of master pages, one set of reference pages, etc., then you import all the properties from your template into each document, and — Voila! — consistency across all.
In the ideal world, your set of formats never needs to be edited and never varies across your whole suite of documents. Of course, we don’t work in an ideal world, all sorts of things can conspire to ruin your perfect template, and one day you look at your paragraph catalog and you have a hundred styles when you only needed twenty. Maybe some of them came from those times you had to import documents from Word. Maybe others from that time the temp worked on your docs while you were on vacation. Maybe your boss asked for a new style for ideas that aren’t quite Notes but aren’t quite Warnings either.
But now, the only way to get rid of the extra styles is one-by-one using Delete Formats from Catalog. How tedious! And you have to do it for each of your documents, since the import function isn’t destructive.
If only there was a better way …
Read the rest of this entry »
Permalink