Chapter 5: UI Design Guidelines & Principles
đŻ Learning Objectives
By the end of this study session, youâll be able to:
- Explain Donald Normanâs 7-stage interaction model and understand how users mentally process their interactions with systems
- Identify and bridge the âgulfsâ - those tricky gaps between what users want to do and what the system allows
- Apply Shneidermanâs 8 Golden Rules to create more user-friendly interfaces
- Implement Normanâs 6 Design Principles (visibility, feedback, constraints, mapping, consistency, affordance) in your designs
- Choose the right techniques to grab usersâ attention effectively
- Design clear, helpful error messages that actually help instead of frustrate users
- Distinguish between slips and mistakes and know how to prevent each type of error
- Evaluate existing interfaces using these established principles and guidelines
đ The Big Picture
Think about the last time you struggled to use a website, app, or even a physical device like a microwave. Frustrating, right? That frustration usually happens because thereâs a mismatch between how you think something should work and how it actually works.
This entire topic is about bridging that gap between human thinking and system design. Weâre learning to create interfaces that feel natural, predictable, and helpful to the people using them. The goal isnât just to make things âlook prettyâ - itâs to make technology that truly serves human needs and capabilities.
The principles weâll cover arenât just theoretical - theyâre battle-tested guidelines that can make the difference between a product people love and one they abandon in frustration.
đ Core Concepts
đ§ Understanding How People Interact with Systems: Normanâs Model
Before we can design great interfaces, we need to understand what goes on in a userâs head when they interact with any system. Donald Norman gave us a fantastic framework for this.
The 7-Stage Interaction Cycle
Every time you interact with a system - whether itâs sending a text message, using an ATM, or adjusting your carâs AC - your brain goes through these seven stages:
The Execution Side (Planning & Acting):
- User establishes the goal - âI want to invite my friend to lunchâ
- Formulates intention - âShould I text, call, or email?â
- Specifies actions at interface - âIâll pick up my phone, unlock it, open messagesâŚâ
- Executes action - Actually performing those physical actions
The Evaluation Side (Checking & Understanding):
- Perceives system state - Seeing what happened on the screen
- Interprets system state - Understanding what those visual changes mean
- Evaluates system state with respect to goal - âDid I successfully send that message?â
Visual Reference (Slides 5-6):
The cycle diagram shows these 7 stages flowing in a circle around the user (represented as âThe Observerâ) with the system at the bottom.
It illustrates how execution flows from goal â intention â action, while evaluation flows back from system state â interpretation â goal evaluation.
Key Insight: Goals vs. Intentions vs. Actions
Hereâs something crucial to understand: Goals donât specify particular actions, and goals can be achieved through multiple intentions.
For example:
- Goal: Delete some text
- Intention Option 1: Use the Edit menu
- Intention Option 2: Use the Delete key
- Each intention involves its own sequence of actions
This flexibility is actually what makes interface design challenging - we need to support multiple ways people might want to accomplish the same goal.
đ The Two Critical âGulfsâ That Make or Break User Experience
Norman identified two major problem areas where interfaces commonly fail users:
Gulf of Execution
The Problem: The user knows what they want to do, but the system doesnât provide a way to do it (or makes it unclear how to do it).
Example: You want to adjust the volume on a device, but thereâs no visible volume control or the control doesnât work the way you expect.
Gulf of Evaluation
The Problem: The user performs an action, but the system doesnât clearly communicate what happened or whether it worked.
Example: You click âsubmitâ on a form, but nothing happens - no confirmation message, no loading indicator, no feedback at all.
Visual Reference (Slides 7-8):
The gulf diagram shows these as two large gaps on either side of Normanâs model. The Gulf of Execution sits between âForming the intentionâ and âExecuting the action,â while the Gulf of Evaluation sits between âPerceiving the state of the worldâ and âEvaluating the outcome.â
The Seven Critical Questions
To check whether your interface successfully bridges these gulfs, ask yourself:
For Gulf of Execution:
- How easily can users determine the function of the device?
- How easily can they tell what actions are possible?
- How easily can they determine mapping from intention to physical movement?
- How easily can they perform the action?
For Gulf of Evaluation:
- How easily can they tell if the system is in the desired state?
- How easily can they determine mapping from system state to interpretation?
- How easily can they tell what state the system is in?
Our job as designers is to make all these questions easy to answer.
đ Shneidermanâs 8 Golden Rules: Your Practical Design Toolkit
Ben Shneiderman gave us eight concrete, actionable rules that you can apply to almost any interface design. Think of these as your checklist for creating user-friendly systems.
1. Strive for Consistency đ
What it means: Similar situations should require similar actions, and you should use identical terminology throughout your interface.
Why it matters: Consistency reduces the mental load on users. Once they learn how something works in one part of your system, they can apply that knowledge everywhere else.
Visual Reference (Slides 14-15):
The slides show great examples of consistency in action:
- Mac Applications: Notice how Keynote, OmniFocus, Safari, Transmit, and Logic Pro all use the same menu structure (File, Edit, View, etc.) and the same color-coding for similar functions
- Microsoft Office Suite: Word, Excel, and PowerPoint share the same ribbon structure and visual design language
Pro tip: Create a style guide early in your design process and stick to it religiously.
2. Enable Frequent Users to Use Shortcuts âĄ
What it means: As people become more experienced with your system, give them ways to work faster and more efficiently.
Examples you see every day:
- Keyboard shortcuts (Ctrl+C for copy)
- Right-click context menus
- Drag-and-drop functionality
- Macro capabilities
Visual Reference (Slide 17):
The slide shows three levels of user interaction:
- Level 1: Using the right-click context menu (beginners)
- Level 2: Keyboard shortcuts like âC / âV (intermediate)
- Level 3: Advanced workflows like automation tools (experts)
3. Offer Informative Feedback đŹ
What it means: For every action a user takes, the system should respond in some way.
The feedback should be proportional:
- Frequent, minor actions: Subtle feedback (like button hover effects)
- Infrequent, major actions: More substantial feedback (like confirmation pages)
Visual Reference (Slide 19):
The slide shows visual feedback examples like progress indicators and system status changes that help users understand whatâs happening.
Real-world examples:
- Button changes color when you hover over it
- Loading spinners during file uploads
- Success messages after completing a purchase
- Sound effects when you send a message
4. Design Dialog to Yield Closure â
What it means: Group related actions together with a clear beginning, middle, and end. Users should feel a sense of completion when they finish a task.
Why this matters: Closure gives users psychological satisfaction and confidence that theyâve completed their task successfully.
Visual Reference (Slide 22):
The slide shows a perfect example of closure in e-commerce:
- Beginning: Cart page
- Middle: Checkout process with clear steps (cart â checkout â receipt)
- End: âThank you for your order!â confirmation page
5. Offer Simple Error Handling đ ď¸
What it means: When errors happen (and they will), your system should detect them and provide clear, actionable guidance for fixing them.
Visual Reference (Slides 23-24):
- Good example: âDrive z: does not exist. Check the drive and try again.â (Clear problem, clear solution)
- Bad example: Complex technical error codes that mean nothing to users
The two-part approach:
- Prevent errors when possible (using constraints, validation)
- When errors occur, make recovery easy
6. Permit Easy Reversal of Actions âŠď¸
What it means: Users should be able to undo their actions easily.
Why this is crucial: When people know they can undo something, theyâre more willing to explore and learn your interface. Fear of making irreversible mistakes makes users hesitant and anxious.
Visual Reference (Slide 25):
The Dropbox example shows an âUndoâ option appearing immediately after deleting a file, giving users confidence they can reverse the action if needed.
Common examples:
- Undo/Redo in document editors
- âRestore from Trashâ functionality
- âAre you sure?â confirmation dialogs for destructive actions
7. Support Internal Locus of Control đŽ
What it means: Users should feel like theyâre in control of the system, not the other way around. They should initiate actions rather than just respond to the system.
Visual Reference (Slides 26-27):
The slide contrasts internal vs. external locus of control with thought bubbles: âI control my destinyâ vs. âThey control my destiny.â
Bad example: Forced Windows 10 updates that interrupted usersâ work without permission (Slide 27-28 shows a real news story about this causing problems for wildlife researchers in Africa!)
Good examples:
- Giving users choices about when to install updates
- Allowing users to customize their workspace
- Providing multiple ways to accomplish the same task
8. Reduce Short-Term Memory Load đ§
What it means: Donât make users remember information from one screen to use on another screen.
Design principles that help:
- Chunking: Group related information together
- Recognition over recall: Show users options to choose from rather than making them remember what to type
- Keep displays simple and uncluttered
- Consolidate multiple-page displays when possible
đ¨ Normanâs 6 Design Principles: Making Interfaces Intuitive
While Shneidermanâs rules are more about interaction patterns, Normanâs principles focus on making individual interface elements clear and intuitive.
1. Visibility đď¸
What it means: Important functions should be visible and obvious. If users canât see it, they canât use it.
Visual Reference (Slide 30):
- Microsoft Word ribbon: All the formatting tools are visible and organized by category
- Hand dryer sensor: The sensor activation zone is clearly marked so users know where to place their hands
Design tip: If you have to hide functionality (due to space constraints), make sure there are clear visual cues about where to find it.
2. Feedback đ˘
What it means: The system should constantly communicate with users about whatâs happening, whatâs been accomplished, and whatâs possible.
Visual Reference (Slide 31):
Shows a feedback character with a megaphone, emphasizing that good feedback is like clear communication.
Types of feedback:
- Visual: Color changes, animations, progress bars
- Audio: Sounds, beeps, spoken confirmations
- Haptic: Vibrations, tactile responses
3. Constraints đ§
What it means: Limit the possible actions users can take to prevent errors and confusion.
Visual Reference (Slide 32):
Brilliant comparison of USB connector designs:
- USB-A (old): Can be inserted upside down (bad constraint)
- USB-C (new): Only fits one way (good constraint)
Types of constraints:
- Physical: The shape only allows one correct action
- Logical: Graying out unavailable options
- Cultural: Using familiar conventions (like red for stop)
4. Mapping đşď¸
What it means: The relationship between controls and their effects should be obvious and intuitive.
Visual Reference (Slide 33):
- Stove example: The control knobs are arranged to match the layout of the burners - if the burners are in a 2x2 grid, the controls should be too
- Arrow keys: The physical arrangement matches the directional movement they control
Visual Reference (Slide 34):
Shows excellent examples of good mapping:
- Arrow keys on keyboard: Physical layout matches the directions they control
- Elevator buttons: Arranged vertically to match floor locations
- Payment form: Fields are organized in a logical, top-to-bottom flow
5. Consistency đ
What it means: Similar operations should work the same way throughout the interface.
Visual Reference (Slide 35):
Shows three mobile app screens with consistent design elements:
- Same color scheme and typography
- Consistent button placement and styling
- Similar navigation patterns across screens
Levels of consistency:
- Internal consistency: Within your own product
- External consistency: Following platform conventions (iOS vs. Android)
- Industry consistency: Following established patterns users expect
6. Affordance đ§
What it means: Objects should clearly suggest how theyâre meant to be used.
Visual Reference (Slides 36-37):
- Physical affordances: Door handles suggest pulling, buttons suggest pushing, shape-sorting toys show children exactly where each piece belongs
- Virtual affordances: Buttons that look clickable, sliders that look draggable, links that are clearly distinguished from regular text
In digital interfaces:
- Buttons should look pressable (with shadows, borders, or 3D effects)
- Links should be visually distinct (color, underline, hover effects)
- Interactive elements should change appearance when you hover over them
đŻ Techniques for Drawing User Attention
Sometimes you need to guide usersâ attention to specific elements. Here are your main tools, ranked roughly from most to least intrusive:
1. Blinking/Flashing âĄ
- Best for: Urgent notifications only
- Avoid for: Long messages (hard to read while blinking)
- Caution: Becomes annoying quickly if overused
Visual Reference (Slide 40):
Shows LED indicators on devices - different colors communicate different states (charging, fully charged, notification, low battery).
2. Bold Text đŞ
- Best for: Headings, important keywords, warnings
- Easy on the eyes and doesnât distract from reading flow
3. Underlining ___
- Best for: Links (users expect underlined text to be clickable)
- Use sparingly - can reduce readability if overused
4. Sound đ
- Best for: Error alerts, notifications
- Always provide a way to turn off - sound can be intrusive
- Consider accessibility - some users may not hear audio cues
5. Color đ
- Most versatile tool for organizing and highlighting information
Visual Reference (Slide 42):
Shows excellent examples of color coding:
- Topographic map: Colors represent elevation (green for low, brown for high)
- Weather map: Color scale shows temperature variations
Color is most effective for:
- Highlighting differences between types of information
- Grouping related information together
- Coding simple messages (red = error, green = success)
- Drawing attention to important elements
- Indicating status or state
Color meanings that users expect:
- Red: Stop, danger, error, hot
- Yellow: Caution, warning, slow
- Green: Go, success, safe, vegetation
- Blue: Cold, water, calm, neutral, information
â ď¸ Understanding and Preventing User Errors
Not all mistakes are created equal. Understanding the difference helps you design better solutions.
Slips vs. Mistakes: Whatâs the Difference?
Slips: User knows what they want to do and how to do it, but accidentally does something else.
- Example: Clicking âQuitâ when you meant to click âSaveâ (theyâre next to each other)
- Solution: Better interface design
Mistakes: User makes an incorrect decision based on wrong understanding.
- Example: Using Microsoft Word to design a business card (wrong tool for the job)
- Solution: Better user education and clearer system boundaries
Visual Reference (Slide 46):
Shows Normanâs 7-stage model with the question: âSlip and mistake happen in which stage of Norman Model?â
Answer:
- Slips happen during execution (stages 3-4) - right intention, wrong action
- Mistakes happen during planning (stages 1-2) - wrong intention from the start
Solutions for Slips:
- Provide adequate separation between clickable elements
- Minimize typing by offering menus and selections
- Provide clear feedback so users immediately know if they did something wrong
Solutions for Mistakes:
- Clearer system communication about what the tool does
- Better onboarding and user education
- Constraints that prevent inappropriate actions
đŹ Designing Effective Error Messages
When errors do happen, your error messages can either help users recover quickly or make them want to throw their device out the window. According to Nielsen, good error messages are:
The 5 Essential Qualities:
1. Explicit - Clearly indicate that something went wrong
Visual Reference (Slide 47):
- Bad: âUnknown errorâ (tells user nothing)
- Good: âDrive z: does not exist. Check the drive and try again.â (specific and clear)
2. Human-Readable - Use plain language, not technical jargon
Visual Reference (Slide 48):
Shows a terrible error message full of technical codes that mean nothing to users. Instead of âError 1402.Could not open key: UNKNOWN\Components\95993B6958792283A526B94B781CF2F9\A7870âŚâ use language like âWe couldnât install this software. Please check that you have administrator permissions.â
3. Polite - Donât blame users or make them feel stupid
- Bad: âInvalid input. Try again.â
- Good: âWe need a few more details to complete your request.â
4. Precise - Describe the exact problem, not vague generalities
- Bad: âSomething went wrong.â
- Good: âYour password must contain at least 8 characters.â
5. Constructive - Provide specific advice on how to fix the problem
Visual Reference (Slide 49):
Perfect example: âCanât rename âPicturesâ because a file or folder with that name already exists. Specify a different name.â
- â Tells you exactly whatâs wrong
- â Tells you exactly how to fix it
- â Uses polite, clear language
đ Connections and Review
All of these principles work together to create interfaces that feel natural and helpful rather than frustrating and confusing. Hereâs how they connect:
Normanâs 7-stage model gives us the foundational understanding of how people think when using systems. The gulfs of execution and evaluation show us where problems commonly occur.
Shneidermanâs 8 Golden Rules provide practical, actionable guidelines for addressing those common problems. Theyâre like a checklist you can use to evaluate any interface.
Normanâs 6 Design Principles zoom in on making individual elements clear and intuitive. They help you design components that immediately communicate their purpose and state.
Attention techniques and error handling are specialized tools for guiding users and helping them recover when things go wrong.
Remember: The goal isnât to memorize these lists, but to internalize the thinking behind them. Great interface design comes from genuinely caring about the people using your systems and consistently applying human-centered design principles.
Every time you design or evaluate an interface, ask yourself: âAm I bridging the gulfs? Am I being consistent? Are my affordances clear? Will users feel in control?â These questions will guide you toward creating technology that truly serves human needs.