Design Patterns
-
Input Feedback
The user has entered data into the system and expects to receive feedback on the result of that submission.
-
Account Registration
You wish to know who the active user is in order to provide personalized content or opportunities to conduct a purchase.
-
Vote To Promote
The user wants to promote a specific piece of content in order to democratically help decide what content is more popular.
-
Lazy Registration
The user wants to immediately use you and try your website without conducting a formal registration beforehand
-
Password Strength Meter
You want to make sure your users' passwords are sufficiently strong in order to prevent malicious attacks.
-
Inline Help Box
The user needs an assistive introduction aside the interaction he is about to perform
-
Tag
The user wants to find more data in the same category and/or contribute data in the same category
-
Tag Cloud
The user wants to browse content by popularity or most elaborate topic
-
Live Preview
The user wants to check how changes in form fields affect an end result as quickly as possible.
-
WYSIWYG
The user wants to add formatted text content, but does not have the know-how to write HTML.
Recurring solutions to solve common problems.
- Upload your own screenshots.
- Organize your own sets
- Interact with your fellow design peers
- Suggest new design patterns