5
votes
1answer
1k views

Hover state on mobile: Does this sync interaction design on the web and mobile?

I read this news article a while back about apple patenting a touch screen technology that would allow for a hover state. Ever since I have been thinking a lot about how that might effect the mobile ...
4
votes
7answers
218 views

How to display a distinction between actions which affect the 'real world' vs. actions that affect only the information in the application?

I have the following challenge: I'm designing a web application that is supposed to manage IT components. Meaning - when the user creates an IT component in the application or updates an existing ...
11
votes
8answers
682 views

When is double-clicking appropriate for the web?

I recently saw a website that required the user to double-click an item in a scrolling list to 'open' it for editing. It surprised me, as I don't usually think double-click is appropriate for ...