20 Jul

Stuff I’d like to see in every user interface

Here’s something that I think would be very nice to have as a standard feature in all user interfaces. I don’t know how much of it has been already implemented in various interfaces out there but I have tried to add an example if I know of any.

Common UI stuff

  • Universal search. You should be able to search any dialog with a lot of text. I use this feature a lot on web interfaces, thanks to the search feature in any web browser. You almost never use every bit of information in a dialog, so this speeds things up a lot.

    There should be an search function that looked into all the menus and dialogs and told you where that elusive checkbox is. E.g. in a web browser you would type in “Accept cookies” and it would tell you it is in Tools>Options>Privacy.

    Google’s, Yahoo’s and other developers’ desktop searches are a step in this direction but they don’t offer that much new. Google Desktop does have a very handy search dialog (double click the Ctrl-key and the search box is summoned – priceless). However, none of the desktop search software I have seen ever is both nice to use and feature rich. Google’s software surprisingly is much worse to use than the web search when you do anything more complex than just check where a file is (and you know its exact filename).

  • Fuzziness. Everything involving user input should have an amount of fuzziness built-in. People make mistakes, computers don’t. Which results in when a computer uses data from a user, it is only as good as the user.

    For example, that search feature I rambled about above could return the exact result and then a list of items that contain the word “cookie” or a synonym to “accept”. That way the dialog box could have the text “Allow cookies” and it still would be in the search results. You have seen this in action when using Google or a word processor with spell checking (they tend to suggest proper spelling and other near matches).

    The user shouldn’t ever have to put in exact dates, sizes or types. Nor should the program treat dates as absolute values. E.g. when searching for a file created two weeks ago, the program should find also files that were created three weeks ago (in case you remember the date wrong), especially if there weren’t any files created two weeks ago.

    I have to add this does not necessarily make things less accurate. You would still have the best matches first or that the software would only use fuzziness when it can’t find anything with the exact information. And when deleting files or doing something as critical, it would never delete files it thinks are sufficiently similar, obviously.

GUI stuff

  • Pie menus. These should replace the now common hierarchial context menu, they tend to grow very annoying to browse through. It’s because a normal menu usually closes when you move the mouse outside the menu, this means the screen has something like 90% worth of area that closes the menu. A pie menu usually needs a click on the center to close the menu, which is something like 10% of the area. Also, a pie menu is faster to use thanks to muscle memory (you generally select things by the direction, not by the amount of rows you have to move up or down).

    Even though I have played enough video games to have some hand-eye coordination, it is tiresome to use that skill for opening a simple menu (as a side note: The Sims has pie menus which leads me into thinking most people would like to have those outside the game, too).

  • Zoom. You should be able to zoom in and out everything. This includes even text-only information. Imagine how nice it would be to zoom the desktop out to see every window at once. Or, to browse a huge list when you first zoom it 50% out, so that you effectively have twice the amount of information on the screen at once (which doesn’t really slow down skimming). This is easy now that practically every home computer has 3D-acceleration (and enough CPU power too, for rendering vector text on the fly etc.).

    You can see something like this in the beginning of this video. And it really doesn’t even have to be that elaborate. I actually have experimented with this myself in my image viewer, if you mind a little plug.

  • In all, I think most GUI designers should play more games. Video games rely on fast and accurate action and extremely usable interfaces; I think video games are the kind of software that receive most of the criticism when it comes to crappy user interface. While games are about leisure and competition and other software usually isn’t, it doesn’t mean all other software should be clumsy to use and not designed for minimal interface friction.
  • Temporal data on buttons. Buttons should have for example a slight color change if you have clicked it recently. Web browsers do this to visited links. I often have a bunch of console windows open and on the taskbar and in the Alt+Tab menu they all look the same. If they were colored according to the time they have been open or so, I could immediately see in which one I was just working.

    The Windows Start menu does something like this but it’s quite annoying because it hides all items that weren’t just used (it’s very annoying to use otherwise, too – see the rant about pie menus above).

Misc. features

  • Non-permanent pause. A pause feature should have some kind of optional time limit. I often click “pause all” on µtorrent when I want to watch a streaming video or so, and then forget to resume the downloads after I don’t need the extra bandwidth. There should be a “pause for 15 minutes” style option. Google Desktop has this feature and I think it’s very nicely thought considering you want to continue the indexing ASAP.