Difference between revisions of "Category:Design Principles"

From perpendicular angel knowledgebase
Jump to navigation Jump to search
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category: User Experience Design (UX)]]
Design principles codify the behavioral research and/or design research known about specific User Experience topics. 
Design principles codify the behavioral research and/or design research known about specific User Experience topics. 


Line 6: Line 5:
It's worth noting that many of the design principles listed below are [https://en.wikipedia.org/wiki/Heuristic Heuristics]- that is to say, they're practical methods to decision making sufficient for immediate goals, but not always appropriate for in-depth or complex decisions.
It's worth noting that many of the design principles listed below are [https://en.wikipedia.org/wiki/Heuristic Heuristics]- that is to say, they're practical methods to decision making sufficient for immediate goals, but not always appropriate for in-depth or complex decisions.


==Web Principles==
* [[General Principles]]
These are the principles that drive how the web functions at the hardware and software level. The closer our designs come to aligning with these principles, the more "native" to the web our designs will be, and the more effective they will be.
* [[Web Principles]]
 
* [[Human-Computer Interaction Principles]]
* [[Rough consensus and running code]] - If everyone agrees we need images, for example, and someone gets images up and running, whoever gets there first will probably be the one setting the direction for the structure.
* [[Universal Design Principles]]
* [[Postel's Law]]- "Be liberal in what you accept and conservative in what you send". In other words, assume that the people who are sending you things don't know the protocol, but stick to the protocol when you send out to someone else.
* [[Cognitive Design Principles]]
* [[Priority of Constituencies]] - "In case of conflict, consider users over authors over implementers over specifiers, over theoretical purity." According to ''[https://abookapart.com/products/html5-for-web-designers HTML for Web Designers (1st edition)]'' by Jeremy Keith, this is one of the design principles used by the WHATWG to decide what changes in the HTML specs.
* [https://abbycovert.com/ia-tools/ia-heuristics/ Information Architecture Heuristics] by [[Abby Covert]] on her website
* [[Small pieces loosely joined]] describes how avoiding monoliths provides flexibility and paves the ways for APIs.
* [[User-Centered Design Principles]]
* [[Information wants to be free]] - it may not always be in our best interest for information to want to be free, but for good and for bad this is definitely a founding principle of the web.
* [[Content Strategy Principles]]  
 
* [[Design Heuristics in UX Writing]] by [[Autumn Kotsiuba]] on [[UXWRITINGHUB]]
== Content Strategy principles ==
* [[10 General Principles for Interaction Design]]
These principles are taken from ''[https://abookapart.com/products/the-elements-of-content-strategy The Elements of Content Strategy]'' by Erin Kissane.
* [[Visual Design Principles]]
* Good content is appropriate. Publish content that is right for the user and for the business.
* [[Spatial Design Principles]]
* Good content is useful. Define a clear, specific purpose for each piece of content; evaluate content against this purpose.
==Additional resources==
* Good content is user-centered. Adopt the cognitive framework of your users.
Richard Dalton put together a list of [https://charux.files.wordpress.com/2012/12/chars-and-principles.pdf characteristics and principles of UX] For Richard, Characteristics are a vector between two points, and a user may be closer to one side or another. For each of those items we've listed the characteristic, its explanation, and the range from one side to the other. Richard lists only three principles: Relevant, Comprehensible, and Aesthetic. For a deeper explanation of each, [https://charux.files.wordpress.com/2012/12/chars-and-principles.pdf access the PDF] or [https://charux.com visit the website].
* Good content is clear. Seek clarity in all things.
* Good content is consistent. Mandate consistency, within reason.
* Good content is concise. Omit needless content.
* Good content is supported. Publish no content without a support plan.
 
== General principles==
 
* [https://lawsofux.com/fittss-law Fitt's law] - The time to acquire a target is a function of the distance to and the size of the target.
* [[Hick's Law]] - The time it takes to make a decision increases with the number and complexity of choices. 
* [https://lawsofux.com/jakobs-law.html Jakob's Law]- Users spend most of their time on other sites. This means that users prefer your site to work the same way as all the sites they already know. 
* [https://lawsofux.com/law-of-pragnanz.html Law of Prägnanz]- People will perceive ambiguous or complex images as the simplest form possible, because it is the interpretation that requires the least cognitive effort of us. 
* [[Miller's Law]] (Seven plus or minus two) - The average person can only keep 7 (plus or minus 2) items in their working memory. 
* [https://lawsofux.com/occams-razor.html Occam's razor] - Among competing hypothesis that predict equally well, the one with the fewest assumptions should be selected.
* [[Pareto Principle]] - For many events, roughly 80% of the effects come from 20% of the causes. 
* [https://lawsofux.com/parkinsons-law.html Parkinson's Law] - Any task will inflate until all of the available time is spent.
* [[Progressive Disclosure]]
* [[A Sense of Place]] - Humans need to have a sense of environment, direction, and available tasks to accomplish their goals.
* [https://lawsofux.com/serial-position-effect.html Serial Position Effect] - Users have a propensity to best remember the first and last item in a series.
* [[Set users up for success]]
* [https://lawsofux.com/teslers-law.html Tesler's Law] (The Law of Conservation of Complexity) - For any system, there is a certain amount of complexity that cannot be reduced. 
* [https://lawsofux.com/zeigarnik-effect.html Zeigarnik Effect] - People remember uncompleted or interrupted tasks better than competed tasks.
 
==Human-Computer Interaction Principles==
 
* [[Avoid absolute judgement limits]]
* [[Make displays legible (or audible)]]
* [[Minimizing information access cost]]
* [[Principle of consistency]]
* [[Principle of Multiple Resources]]
* [[Principle of Pictorial Realism]]
* [[Principle of Predictive Aiding]]
* [[Principle of the moving part]]
* [[Proximity Compatibility Principle]]
* [[Redundancy gain]]
* [[Replace memory with visual information - knowledge in the world]]
* [[Similarity causes confusion]]
* [[Top-down processing]]
 
==Visual Design Principles==
 
===General Design Principles===
* [[Aesthetic-Usability Effect]] - Attractive things actually work better.
* [[Face-ism Ratio]] - The closer to a face you crop an image, the more you emphasize their personality over their physical appearance.
* [https://lawsofux.com/von-restorff-effect.html Von Restorff Effect] (Isolation Effect) - When multiple similar objects are present, the one that differs from the rest is most likely to be remembered.
 
 
===Gestalt Principles===
 
* [[Closure]]
* [https://lawsofux.com/law-of-uniform-connectedness.html Connectedness] - Elements that are visual connected are perceived as more related than elements with no connection.
* [[Continuation]]
* [[Figure & Ground]]
* [[Proximity]] - Objects that are near, or proximate to each other, tend to be grouped together
* [https://lawsofux.com/law-of-similarity.html Similarity] - The human eye tends to perceive similar elements in a design as a complete picture, shape, or group, even if those elements are separated.
 
==Characters and Principles of UX==
 
Richard Dalton put together a list of [https://charux.files.wordpress.com/2012/12/chars-and-principles.pdf characteristics and principles of UX]
 
For Richard, Characteristics are a vector between two points, and a user may be closer to one side or another. For each of those items we've listed the characteristic, its explanation, and the range from one side to the other. Richard lists only three principles: Relevant, Comprehensible, and Aesthetic. For a deeper explanation of each, [https://charux.files.wordpress.com/2012/12/chars-and-principles.pdf access the PDF] or [https://charux.com visit the website].
 
==Other examples of design principles==


* [https://principles.design/ Design Principles] - Hands-down the best resource for design principles.
* [https://principles.design/ Design Principles] - Hands-down the best resource for design principles.
Line 87: Line 24:
* [https://lawsofux.com/ Laws of UX] by Jon Yablonksi
* [https://lawsofux.com/ Laws of UX] by Jon Yablonksi
* [https://uxdesign.cc/the-ultimate-guide-to-proper-use-of-animation-in-ux-10bd98614fa9 The ultimate guide to proper use of animation in UX] covers principles specific to animation
* [https://uxdesign.cc/the-ultimate-guide-to-proper-use-of-animation-in-ux-10bd98614fa9 The ultimate guide to proper use of animation in UX] covers principles specific to animation
[[Category:User Experience Design (UX)]]

Latest revision as of 15:52, 9 June 2023

Design principles codify the behavioral research and/or design research known about specific User Experience topics. 

The term can also be used to describe the driving behavior behind a design or a design group. In other words Fitt's Law is a design principle that explains the relationship between an object and its target. "Set users up for success" is a design principle that describes one of any good company's design goals.

It's worth noting that many of the design principles listed below are Heuristics- that is to say, they're practical methods to decision making sufficient for immediate goals, but not always appropriate for in-depth or complex decisions.

Additional resources

Richard Dalton put together a list of characteristics and principles of UX For Richard, Characteristics are a vector between two points, and a user may be closer to one side or another. For each of those items we've listed the characteristic, its explanation, and the range from one side to the other. Richard lists only three principles: Relevant, Comprehensible, and Aesthetic. For a deeper explanation of each, access the PDF or visit the website.