Kevin Ragsdale: Visual FoxPro 9.0

Things I've Learned From Users

Remember Fernando, Billy Crystal's character on Saturday Night Live back in the 80s?

"It is better to look good than to feel good," was one of his catchphrases. Another one was, "You look mah-vel-ous!"

I try to make my apps look mah-vel-ous, always trying to conform to Windows standards, and always trying to keep one eye on the future. I don't want my app to look too outdated when a new version of Windows (or Office, or insert any other mah-vel-ous looking app here) is released.

A few years ago (think Office 97), I developed a bad habit of creating wizards for almost any activity you could perform in my apps. They looked modern (if your users had Office 97), and it was an easy way for me to dictate how the user used the app (remember this line, it haunts me daily). Want to add a new customer? Try the Add a New Customer Wizard. It's really cool! And, best of all, it looks mah-vel-ous! Want to pack and reindex your tables? Try the File Optimization Wizard (I'm not kidding). It's so cool, and easy to use! And, best of all, it looks mah-vel-ous!

You want gradient-looking forms? Sure, I can do that.

Smooth, animated controls on forms? I can do that, too.

Want the app to look as if it were a web page instead of a desktop app? Thanks to Rick Strahl, I can do that, too.

Want that "Longhorn" feel? Yeah, I can do that, but it'll cost extra. And you better quadruple my original time estimate to calculate the delivery date.

When I show my work to (some) other programmers, or people who use computers daily and are very knowledgeable about Windows and apps in general, they sometimes say, "Kev, that looks really good." On occasion, I might even get a "You can do that with FoxPro?"

But for every one of the "knowledgeable" folks, I know a hundred people who have to use a computer for their work, but otherwise they'd like to throw the computer out the window. Most of the times I've been to client sites to see my app in action1 I get bombarded with questions and suggestions about the app. Some of the suggestions involve me jumping off a very high bridge and taking that stupid computer and piece of crap software with me.

"Piece of crap? But it looks so good!"

Client-site visits can be a wonderful resource, as long as I wear my Teflon suit (sometimes I can take criticism a bit harshly). Most of the time my role is typically designer, developer, tester2, debugger, documenter (does anyone really ever read the help files?), and deployer of the apps. With that much investment in the app, it can be tough to hear something critical about it. But the client-site visits are most informative when I actually listen to what the client has to say. Here's a few bits of wisdom I've picked up from my "not-so-knowledgeable" customers:

Maybe Fernando was wrong. Just because it's pretty doesn’t make it good.

1In case you were wondering, seeing my app in action means the users have had repeated problems I've been unable to recreate in-house, so I need to go show them the "proper" way to use it – remember the dictate how they use it line earlier in the post? I'm telling you, that one haunts me every day.

If you work as the sole tester on your own apps, you are doing a grave dis-service to yourself and your customers. Testing your own work exclusively guarantees that at least one user will use the dreaded "piece of crap" phrase when describing your app. It can also subliminally force you into dictating how the users use your app.