Live from Visual Studio Live!

Blog archive

4 Biology-Based UI Design Tips

When it comes to design, what you see is not always what you get. During his Visual Studio Live! Las Vegas talk on app design, Billy Hollis noted the fascinating role that the human brain plays in interpreting and comprehending visual input, and offered insights into how developers can take advantage of biology to make their app UIs more effective. Here are four key points Hollis highlighted in his talk this week.

Gestalt Principles: Mind the Gaps
The human visual system is designed to see structure and relationship. Things like the color, shape and proximity of elements to each other impact the mental grouping that the brain commits. So pay close attention to how these elements impact the visual hierarchy of your design. What's more, the brain willingly fills in missing information in the visual field to yield expected or anticipated patterns. This enables designers to, for example, employ minimalist icons (such as the camera icon in Windows 8) that are both spare and simple, yet immediately convey their meaning to users.

Inattentional Blindness: Hiding in Plain Sight
The human brain filters out things that it's not looking for. This is called "inattentional blindness," and it can render objects essentially invisible to the user even though the objects are in plain sight. For instance, if you put error messages in the status bar, you stand a good chance of not getting those messages read because no one will be looking for them there.

Figure and Field: Perception Is Everything
No doubt you've seen the optical illusion that can be interpreted either as a vase in the middle or the silhouettes of two faces at the edges. This happens because your brain chooses what elements in the visual range are the "figure" (that is, the object of interest in foreground) and what elements are the "field" (that is, the background), depending on what you're doing. Microsoft ran afoul of this phenomenon when it tried deemphasizing menus and controls in pre-release versions of Visual Studio 2012, in an effort to make the code windows pop. But developers struggled when they shifted focus to the controls, which remained stubbornly in the background due to their design.

Mapping Principle: Keeping It Real
Want to cut down on user training and frustration? Try presenting tasks in a way that has a close analog to familiar, real-world interactions. For instance, the Windows Screen Resolution dialog box for setting up multiple monitors lets you drag little monitor representations to align the displays and define how graphic elements will cross from one display to the next. The task of aligning monitors is extremely intuitive, precisely because it maps so closely to the physical ideal.

Posted by Michael Desmond on 04/01/2013


comments powered by Disqus

Featured

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

  • Introduction to .NET Aspire

    Two Microsoft experts will present on the cloud-native application stack designed to simplify the development of distributed systems in .NET at the Visual Studio Live! developer conference coming to Las Vegas next month.

  • Microsoft Previews Copilot AI for Open-Source Eclipse IDE

    Catering to Java jockeys, Microsoft is yet again expanding the sprawling reach of its Copilot-branded AI assistants, previewing a coding tool for the open-source Eclipse IDE.

Subscribe on YouTube

Upcoming Training Events