Here’s a quick example of stop-motion video that I created using Chris Neale’s excellent Animationizer.
Here’s a quick example of stop-motion video that I created using Chris Neale’s excellent Animationizer.
The Pleasures and Sorrows of Work — Alain de Botton (LSE Lectures)
Dan Saffer shares his list of the top ten must-have books for interaction designers.
(Click for a larger version in a new window/tab.)

(Click for a larger version in a new window/tab.)

The brief of this design challenge was to find a creative solution to this question: “How can we create, navigate and manage multiple web sites within the same browser instance?”.
Entries were to consist of a video (around three minutes) and images of the mockup.
After reading Aza Raskin’s blog post about browser tabs, I quickly saw the advantages of stacking tabs vertically at the side instead of spreading them out along the top. (If the aspect ratio of a tab is wider than that of the screen, you can fit more in this way. I also had the feeling that it would be easier to “hit” a particular tab this way, but I only discovered later that there is actually research that backs this up (referenced here).)
Once I started thinking about the problem, my first thought was, “Is this really a problem?” Do people really have so many tabs open that they have trouble keeping track of them? And if it really is a problem, what proportion of browser users suffer from it?
To get an idea of the scale of the problem, I tweeted:
Quick! How many tabs are open in your browser right now?
These were the answers I received:
Obviously this was not very scientific, but it proved the point that, yes, this is a problem for some people. (I’m sure my friends on Twitter are generally more tech-savvy than most, so they probably run into this problem more than most people.)
Another thought that crossed my mind was that maybe some people limit the number of tabs they have open because it is hard to manage more.
As I bounced ideas around in my head, I came up with the following points and ideas:
I didn’t put pencil to paper until I had bounced several ideas around in my head (including how they would look, in detail). So these initial sketches are more polished than if I had worked out the ideas on paper instead of mentally.
Exploring the ideas of tags vs groups:
Expanding and collapsing groups:
Alternative idea—workspaces—groups are displayed as blocks of favicons in the main browser display area:
Another alternative idea, similar to the last one. Here, when you click the “groups” button to the left of the (here, horizontal) tabs…
… the group pane slides down, displaying group blocks (comprised of favicons)…
… Then, when you click on a block, the current tabs animate up into a block and the favicons from the selected block animate down to populate the tabs (with tabs being added or removed as necessary):
I used Visio to create static mockup pages and Camtasia to record and edit the video.
As I worked in Visio, I played around with things to see what worked and what didn’t. I ended up with something that looked quite similar to my sketches, but the colors were quite different from my imaginings, and lots of details got filled in along the way (for example, what search looks like, what the tab area looks like and how it behaves when it is minimized, exact locations of buttons, and so on).
I also continued talking with people about the idea while I was working on it, and came across additional challenges that I hadn’t addressed. For example, what about tabs (or groups) that are particularly important (i.e., ones that represent a task that must be completed soon). These ended up in the video as “What Else?”—things I didn’t have time to go into in detail. (The video was constrained to around three minutes.) I also included drag and drop here, as it is hard to simulate using the tools I was using.
You can see some static screenshots here. And this is the video (best viewed full-screen):
My design won Best in Class: Execution:
If I had the chance to do this project again, I would definitely:
Interaction designer masquerading as a technical writer. Dad. Husband. Etc. Brit in Israel. Johnny TV dude.
Twitter
Facebook
LinkedIn
Flickr
Delicious
last.fm
Huffduffer
Google Reader shared items
Google profile
I live here
So I’ve got SVN set up on my Mac. I can check stuff out locally using file:///<repo_path>. svnserve seems to be running, but I can’t check stuff out using svn://localhost/<repo>.
WTF am I doing wrong?
UPDATE: It seems like I’ve got it working. The annoying thing is, I’m not sure why it works now. I changed something that shouldn’t have made any difference, and now it works…