Archive for December, 2007
Search Done Right—A *Progressive* Progressive Find
Edit: I’ve updated this intro after discovering that I somehow replaced it with some unrevised notes from my initial outline. Oops.
I was reading an argument that progressive find is the best (and only proper) search design, I think in the comments of this article. I got to thinking about what makes progressive, and occasionally modal, search optimal for certain tasks. Each has distinct advantages. Progressive find is rapid, it provides instant indication of most typos, it completes upon minimum unique string, and it can show near matches on failure (specifically, longest common initial sequence).
Modal find, however, is less disorienting, and a failed search doesn’t leave user in at some random location within the document.
I’ve noticed other issues, too. In a misguided attempt to minimize disorienting motion, most software scrolls text only exactly far enough to expose the next match for the search term. This means that except when it is already visible, exactly half the context of the search term–either everything above or everything below—ends up hidden by the edge of the viewport. Additionally, many programs depend on awkward non-central keyboard keys for searching, including the totally arbitrary F3 key. This is a pain for anyone using a laptop with shrunk-and-shifted function keys, a Datahand, or a Happy Hacker (I currently use two of those three).
With all of this in mind, I thought of what sort of search design would marry all the advantages of both designs as well as fixing my big annoyances (half-context results).
Handy scripts!
So, as proof that I still exist, I’m posting some scripts that I’ve used as of late. I’m sure they’re simplistic, flawed, and trivial to replicate. However, they’re what I needed, so I assume there are other people out there who could use them, too.
About the New Interface Advocate
Recent Entries
- Revised and Expanded RegEx Reference Chart (v2.0)
- New Blog Design
- Less is More—Interface Simplification for Vending Machines
- Lessons from an Etch-a-Sketch—Implications for HCI
- Improved Error Dialog Box
- Lumiera Timeline First Draft
- C* Music Player Audioscrobbler/Last.fm patch
- Everybody Loves Regular Expressions!
- Search Done Right—A *Progressive* Progressive Find
- Handy scripts!
- The only two interface designs ever conceived:
- The misused mouse, part 2: A proposal for a nearly mouseless interface.
- The misused mouse, part 1: The story of the mouse’s decline
- Throw out that mouse—you upgraded to a keyboard!
- Fitts’ law vs. mice, tablets, & trackballs