Categories
Uncategorized

Plain Text Please!

When using Mozilla for mail, I can choose between reading a message as Original HTML, Simple HTML, or Plain Text. I tend to choose Plant Text. This allows me to see all message using a consistent font, which the choice of face and size that I selected, instead of say, 72 point bright pink Helvetica. This is a feature. This feature appears missing from the version of Thunderbird I’m running… Did I miss it? Is it not there? Please tell me where it is, or if it’s not there, put it in. It’s a good feature. (Looks like there’s probably a workaround.)

Oh, I’ve also put Thunderbird as well as Firebird onto my old Wallstreet PowerBook, replacing Mozilla, at least for a little while, as I test them out a bit more. Thundebird has some odd bug where 85% of the menu bar is rendered in Japanese-like characters, but it still works just fine. (Perhaps the next build will fix that issue.) As I’ve said before, both of these applications are very good, and I’m sure they’ll only get better.

Categories
Uncategorized

Broken

Good Experience has started something called This Is Broken, which looks at things which are, well, broken. From poorly designed web site to confusing signs, things that just plain don’t work right.

The gas station near my house got new pumps recently, and after using it once, I was able to determine a good number of usability issues that needed addressing. Don’t the companies who design and build these things do any user testing?

Update: The link is broken because they broke it.

Categories
Uncategorized

Two Birds, One Stone

As previously mentioned, I’ve been using Firebird and Thunderbird on Windows 2000, and so far I’ve got nothing to report. Well, by that I mean, no bad news to report. They just work. Ho-hum. How boring? I haven’t had any spectacular crashes or data loss, I haven’t gotten any virii, or been annoyed by some weird ‘feature’ or bug, they just do what they do.

And in all honesty, we need more software like that…

Categories
Uncategorized

The Truck Browser

What, no one could have told me about the GMC Safari?

Categories
Uncategorized

Interfacing

I’ve been working on this application that manages content. I guess you could call it a content management system, or CMS. What another CMS? Don’t worry, I’m not out to compete with with anyone in the CMS space, it’s something I need for my own purposes. I did look at a number of open-source CMS’s but none fit my requirements at the time. At some point in the future I might release it under an open-source license, but I’m not too worried about that yet. It’s pretty specific in what it does, so don’t worry, you’re not missing anything special.

As for the code itself, it’s nothing brilliant, it’s written in Perl, and uses a few simple tables in MySQL for storage, but it works, and I understand every line of code… on a good day anyway. While we (we being myself and the other person involved in this project) discuss features, I find myself saying:

We could do that, technically it’s not that difficult, and I can think of a number of ways of doing it, but the hard part will be building a good interface to manage it.

And that my friends, is the holy grail, as it were, of application building. It’s not an amazing revelation, we’ve known this for quite a while, but I’ve been thinking more and more about it lately. The key in all of that is the word “good” which is why I emphasized it, I didn’t just make it italic, I emphasized it…

While developing, I’m spending more time dealing with the interface issues than anything else. I too am promoting web standards, I mean, who hasn’t needed a CMS that works in Lynx? Seriously though, I understand the importance of creating valid pages that work, and I also understand that building tools that are easy to use, and powerful, is not always easy. That’s OK, it’s just the sort of challenge I like.