little browser bumpers

Gestural interfaces and Fitt's Law
back

Update 9/01: Fixed a Windows issue, so bumper is more polite to the operating system. Should allow the system to shut down, change resolution, and similar things. It also fixes a crash bug when strange browsers are in the system (like Morpheus.) Download below.

I was reading some stuff on asktog.com about Fitt's Law, and thinking about ways to make buttons easy to hit. Fitt's law says that the edges of the screen are easiest to hit (especially the corners), and this usually means you should put the most important things on the edges or corners of the screen.

The idea is used in the Mac menubar, so when you push the mouse to the top of the screen, you don't have to slow down to hit a button. Tog claims that Mac users are 5x faster than Windows users at getting to a menu as a result. Windows doesn't use these concepts very much, or very well.

I was thinking about the Back and Forward buttons in my browser, and I decided that the left and right edges would make really nice big buttons for those things.

I got this idea of "bumping" the mouse on each side as a kind of gestural interface for browsing, and made a program that does that when Internet Explorer is on top and you bump the edge. Some of my friends are now addicted... All you do is bash the mouse pointer against either side of the screen, and the topmost browser window navigates in the appropriate direction.

The taskbar

Another example of Windows dumbness: the taskbar at the bottom of the screen is about 3 pixels from satisfying Fitt's Law (they just missed.) I decided that you shouldn't be able to click below or left of the Start button, and same for the taskbar buttons. When running the bumper app, the mouse movement is now constrained all the time to exclude these regions. (Caveat: You can't use "Auto Hide" for the taskbar or things will break.)

This program is invisible, which means that you should run it once, and if all goes well, nothing will visibly happen. Never fear, since in fact, immediately afterwards, your browser and taskbar will have new superpowers.

Todos: make the program visible, make it closeable.

Full version:
bumper.exe [40k] [updated]

Version with no taskbar support (for people who use auto-hide [no update]):
bumper_notask.exe [28k]

Source is here: github