Jump to content
Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Sign in to follow this  
Rss Bot

The future of adaptive user interfaces is inclusive

Recommended Posts

Aaron Gustafson, web standards advocate at Microsoft and author of Adaptive Web Design, will deliver the closing keynote at Generate London on 22 September. We caught up with him ahead of the conference to talk about adapting interfaces to suit users' ever changing needs.

How are our interfaces changing and adapting?

Aaron Gustafson: The interfaces and means we use to access content and services provided on the web have expanded greatly as we have imbued more and more devices with connectivity.

When I started out on the web, screens were small – 800x600 was considered large – connections were slow, and folks were either accessing the web via a terminal interface like Gopher or Lynx or they were using a very early graphical browser on their desktop. Most screens only supported about 256 colours and interaction was only possible via keyboard and mouse and generally required round-trips to the server (or refreshes of a frame within the web page).

We’ve only begun to scratch the surface when it comes to how we adapt our interfaces beyond visual design

Aaron Gustafson

Things have obviously changed a lot since then in terms of how we interact with the web. We’ve still got mice and keyboards, but computers can also respond to our touch, gestures, our voices, and other physical implements like dials and pens. Some computers have tiny screens, some have giant ones, others have no screens at all. 

Over the years, the practice of designing for the web has generally followed a consistent path of taking advantage of more and more screen real estate, but with the advent of mobile, many of us shifted our focus to enabling users to accomplish core tasks like reading an article or purchasing a product.

Media queries and design approaches like responsive web design have allowed us to adjust our layout and designs to provide experiences that were more tailored to the amount of screen real estate (and its orientation), but we’ve only begun to scratch the surface when it comes to how we adapt our interfaces beyond visual design.

How to create a great adaptive interface

What’s the first step to creating a great adaptive interface?

AG: Planning is absolutely the best first step. Think about each component part of your interface and brainstorm the different ways it may need to be experienced. Iterate on that. Ask tough questions.

Being mindful of things like source order and how each component is explained via assistive technologies – screen readers, yes, but also digital assistants like Alexa, Bixby, Cortana, Google Assistant, and Siri – should be part of this discussion. 

Of course you’ll want to think about how the purpose of the component can be achieved in various screen sizes, with and without JavaScript, and via other interaction methods as well. 

Consider the performance implications of your choices. Can you provide a default state that is streamlined and lightweight? When might it make sense to incorporate richer imagery and the like? Are there alternative ways you can approach that enrichment?

Taking the time to ask questions and plan out the experience ahead of time – even in broad strokes – will pay dividends when it come to copywriting, design, development, and testing.

waxXx2e363FhHe2TPnHVNk.png

Aaron Gustafson will deliver the closing keynote at Generate London on 22 September

The interface elements you choose matter

What are some recurring mistakes you see in regards to interfaces and how can we avoid them?

AG: One of the issues I see time and time again in web projects is improper use of semantics. Whether this comes from a lack of understanding of the purpose each element in HTML serves or a lack of concern for the implications of poor element choices, it’s a problem.

Real people are folks who can only afford older or lower-end hardware, folks without constant network connectivity

Aaron Gustafson

As a simple example, consider a form. Users need to submit that form. I’ve seen developers use button, input, a, and even div elements to provide a clickable button. But these choices are not equal. An input or button element, when given a type of submit, can provide this functionality easily. 

Anchors and divs need help. Neither will look like a button without CSS and neither can submit the form without JavaScript. And then there’s keyboard focus and interactions. Choosing either of these latter two elements necessitates a whole lot of extra work and code to fulfil an otherwise simple requirement. And on top of that, if any of their dependencies are not met, the interface is rendered unusable.

The elements we choose matter.

What can people expect to learn from your talk at Generate London

AG: My hope is that folks who see my talk will have their perspective broadened, even if only a little bit. I want them to become more aware of the ways in which real people use the products we create. Real people are folks who can only afford older or lower-end hardware, folks without constant network connectivity, folks who rely on keyboard commands or their voice or their eyes to browse and interact with the web. 

When you become aware of the myriad ways people can and will access the web, your work naturally becomes more inclusive. And that’s my goal: increasing the inclusiveness of the web.

Over the course of three days, Generate London will feature four workshops and 16 talks, presented by some of the most talented and influential speakers of the web design and development industry, including Steve Fisher, Léonie Watson, Chris Gannon, Anton & Irene and Zell Liew

You'll also learn how to design interfaces for novice tech users in emerging economies, opportunities and pitfalls posed by conversational interfaces, how Netflix builds prototypes, and loads more. Get your Generate ticket today!

Related articles:

View the full article

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×