Teaching Users to Read

I've talked about irresponsible use of dialog boxes before, but a few pages I've read recently highlighted an interesting aspect of this topic that I hadn't considered. First, Joel Spolsky:


This is a companion discussion topic for the original blog entry at: http://www.codinghorror.com/blog/2004/10/teaching-users-to-read.html
1 Like

The reason it defaults to My Documents is what happened when Microsoft tried doing bullet #2: when non-primary users of the computer changed the last saved location to anything else, the primary computer user thought the document disappeared (since most novice computer users don’t understand the file system). UI guy Alan Cooper even has one of his belabored stories about it.

That’s one of those times where a novice and an intermediate person differ. I think there should be a per-user option to change that behavior.

Burton, thanks for the great compliment-- but I think they’ve even had Alan Cooper on DNR. They rate much better guest speakers than me. :wink:

Beginning users should log in under their own account, so I still don’t see why the preference cannot be saved. Unless users don’t understand logging off, so they all end up using the computer under the same account, which is quite possible…

Partly the problem is the users themselves.

I recently wrote a small intraset website for a client. Before acceptance they required that I add in dialogs after certain events (writing to a db) had succeded or failed … duplicating what they already had prominantly displayed on the screen… such is life.

Ian

It’s not too incredibly difficult to store the last directory used and then pass that to the file save dialog. You could do the same when using the BrowseForFolder stuff through Win32 calls, .NET, or wherever you decide to use it. It’s a little tedious extra step, but I code around small annoyances like this.

I’d rather have this behavior than to pollute the registry with more meaningless control storage like the AutoComplete stuff. You do realize you would have to store some value for EVERY CONTROL that uses this, not just some “master file save dialog default”. Your app would compete with any other app on the system which doesn’t sound too fun to me.

Thinking in the last two points “Save as path” and “dialog boxes”, comes to my head a generic dialog box that will match in the most of the cases:

Change the user and press a key…

:wink:

Ok, I admit that this is a very late reply.

About Darrell’s reasoning on why Windows is not flexible over the “last folder” thing, I answer that, in that case, a good and simple solution would be a drop-down box with the last saved locations.

Indeed this “default My Documents” folder pissed me off a lot on the days I used Windows, as well as almost all the folders that were automagically created - with, excuse me, very stupid names like “My Music”.

Oh, “My Computer” every time got renamed to “Computer”.

Well designed software definitely will anticipate user needs, remember past preference and choices, and protect users from themselves, however those things can be difficult, long and consequently costly to implement. Why would your manager want you to implement a complex undo system, when you can simply pop up a dialog and make the user confirm their choice? Sure it’s not as cool, but cool isn’t usually what project schedules are about… not that that stops us from implementing them at times anyway :slight_smile:

wow i love the blog most deff adding to my favorite list thanks for the comic strip laught.

you need to put some stories that you can read on there xxx

OMG

this is a very late reply, but did you know that most of the options I have seen refered to here are default settings on mac os x leopard?

I add this very late comment only to mention that the abovementioned Alan Cooper story is now available on Google Books, here:
http://books.google.com/books?id=04cFCVXC_AUCpg=PA11lpg=PA11dq=%22alan+cooper%22+%22my+documents%22source=blots=jfvgY5n3kPsig=MFhjq6Op9DZZFeSRuNDKmJhy07Ihl=ensa=Xoi=book_resultresnum=1ct=result

The save dialog not showing the last used directory is not a Windows specific problem. It also seems to be both a Java and Linux problem. I can’t count the number of times where a program has presented me with a save dialog and the folder it’s showing me isn’t where I opened the file from, let alone the last place I saved the file to.

This doesn’t happen all the time though. I’ll admit that some programs do a pretty good job, it’s when they trip up that bothers me. It seems to happen more with programs that use a GUI library that differs from the desktop environment ( ie, non-Gnome programs running in Gnome ). One of the small costs of using Linux I guess.

Actually, what really bothers me isn’t even the save file dialog, it’s when open file dialogs trip up. For example, the editor that ships with Processing ( http://processing.org ) is kind of messed up. The default folder it presents when you go to open a file is the directory the editor was launched from. I think that’s a Java thing though. Just kind of bothersome when the folder that the editor is in is nowhere near my home folder!

Something similar on brilliant article by Joel Spolsky : http://www.joelonsoftware.com/uibook/chapters/fog0000000062.html .
1.
Hello application x crashes? What am I supposed to do?
Tech tech tech tech tech tech tech tech tech tech tech tech and tech tech tech tech tech.
What is tech
Tech, its tech tech tech tech tech
This software is pieces of … Software X is rules.
I like people like you, have you considered tech tech tech? Tech is always better than tech tech tech, tech tech
…
For stability’s sake user just wants application whose source code does not include somethig like:

LPSTRZ lpstrzFoo(int x) {
char *cbzBar = malloc(x * x);
cbzBar[2] = gets();
if (!strstr(cbzBar, baz))
return 0x12345;
}
Programmers should reflect upon wiki wiki web http://c2.com/cgi/wiki?WikiWikiWeb .
2.
There is also necessary complexity. And sometimes you need expert to work with it. But in casual application its a bad thing.
Also reminds me of mine english teacher who said.

You don’t understand it until you make your grandma uderstand it.

I apologize for my poor english. It’s not fault of this teacher :wink:

I just discovered your blog via your vb.net user control rewrite of the CAPTCHA code. You, sir, have been bookmarked. You should be on DotNetRocks (internet audio show)! I don’t know if they’ve done a show on human factors.

http://www.franklins.net/dotnetrocks

stop putting links in the middle of a damn paragraph. makes impossible to finish without getting pissed off at things that have nothing to do with each other.

Boomerang (1989?) on the Mac solved quite well the problem of returning to the last directory – Windows 7 and 8 still don’t get it right (Recent Folders only partially works). http://macgui.com/usenet/?group=14&id=31916