dfa
dfa

Reputation: 116352

Usability patterns catalog

While reading a revision history here at stackoverflow I noticed a great usability pattern: a list of revision entries.

I like this approach since it is both easy to use and easy to implement. Now I'm wondering about a catalog of usability patterns for web applications.

Upvotes: 1

Views: 1830

Answers (2)

amy neymeyr
amy neymeyr

Reputation: 21

Welie.com is another user interaction pattern library, although many of its examples are starting to look/feel a little dated. Maybe it's more useful as a Wayback Machine of design patterns? :-)

Upvotes: 2

João Silva
João Silva

Reputation: 91329

I really really like the UI Patterns site. It has lots of patterns, such as Input Feedback, Vote to Promote, et cetera, supported by screenshots of sites that are using them. You should definitely take a look at it.

Hope it helps.

Upvotes: 3

Related Questions