responsive web design, ux considerations @ digital shoreditch festival

41
Responsive Web Design UX Considerations

Upload: michelle-constante

Post on 13-May-2015

664 views

Category:

Design


1 download

DESCRIPTION

This presentation aims to tackle a simple question: should every website be responsive? To answer this question it explores: What exactly is responsive web design 5 key reasons why every website should be responsive The responsive design workflow

TRANSCRIPT

Page 1: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Responsive Web DesignUX Considerations

Page 2: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Responsive Web Design (RWD)

1 | What exactly is responsive web design?

2 | Should every website be responsive?

3 | The responsive design workflow.

Page 3: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

1 | What exactly is responsive web design?

Page 4: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

What is responsive web design?

A design approach that aims to provide a consistent and easily accessible experience on all devices and screen sizes.

Page 5: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

“We’re faced with a greater number of devices, input modes, and browsers than ever before. Therefore, rather than tailoring disconnected designs, we should treat them as facets of the same experience.”

What is responsive web design?

Ethan Marcotte, 2010.

Page 6: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Fluid layout

Flexible media

Media queries

RWD 3 key components

Page 7: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Fluid layout

Non-fixed layout, with percentage-based fluid columns.

1

/* * Four-column grid active * ---------------------------------------- * Margin | # 1 2 3 4 | Margin * 5.5% | % 25 50 75 100 | 5.5% */

Page 8: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Fluid layout

Column percentages based on the amount of EM's as opposed to pixels.

1

Pixels

VS

EM’s

Page 9: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Fluid layout

Content defines the breaking points.

1

Page 10: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

­ Should also be fluid and scale with the browser’s dimensions.

­ Scale in measurements but also in file sizes.

­ Should render sharply on the smallest and biggest screens.

Flexible media

Icons, graphics, images & videos

2

Page 11: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Flexible media2

Icons and graphics as symbol fonts.

Page 12: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Flexible media2

The average size of an image on a web page is 788kB. All images add up to 62% of the total file size of a website.

An Event Apart: Responsive and Responsible / by Luke Wroblewski.

Page 13: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Flexible media2

Use video platforms that already successfully handle videos across devices.

Page 14: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Flexible media… and content2

Ensure hierarchy and relationships stay truthful to messaging and strategy.

Content should also be fluid

Page 15: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Flexible media… and content2

Content Everywhere: Strategy and Structure for Future-

Ready Content / by Sara Wachter-Boettcher.

Page 16: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Flexible media… and content2

Interdigitation Trent Walton

Content choreographyJordan Moore

Page 17: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Flexible media… and content

Create once, publish everywhere

2

Nissan team @ Critical Mass.

­ From a single CMS.­ Highly structured content.­ Systematically defined in modules.

Page 18: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Media queries3

Allow to readjust a layout when certain physical conditions are present.

Page 19: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

RWD 3 key components

Beyond Squishy: The Principles of Adaptive Design / by Brad Frost.

Page 20: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

­ Device feature detection­ User Agents­ Server-side components (RESS)­ Inter-device communication­ API’s­ Conditional or lazy loading­ Platform optimisation­ Performance­ Etc…

…below the tip

Page 21: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Performance

“If somebody cannot load your website, they will never even know how it is to use it.” Anna Debenham

Page 22: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Performance

“When someone builds a 4MB responsive site, blame the

implementation, not the technique.”

Tim Kadlec

Page 23: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Performance

“You want a huge header image at the top of the page? Sure, but that’s a 100kB of your budget used up, so you’ll have to loose a weight or two of webfont to bring things back under the limit.” Mark Perkins

Page 24: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

2 | Should every website be responsive?

Page 25: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Device diversity

Future proof

Today's internet usage

Input methods diversity

Consistent brand messaging

5 key reasons for RWD

Page 26: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Device diversity

We cannot think of the web in terms

of devices.

1

Page 27: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

“People thinking RWD is mobile design, tablet design,

game console design, or even futuristic-screen-on-your-fridge

design are mistaken.” Elliot Jay Stocks

Device diversity1

Page 28: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Future proof

The web is not static.

2

Page 29: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Today's internet usage3

The Mobile Consumer: A Global Snapshot 2013 / by Nielsen.

How many users perform web browsing on their mobiles?

Page 30: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Today's internet usage3

The Mobile Consumer: A Global Snapshot 2013 / by Nielsen.

How many users perform mobile shopping?

Page 31: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Today's internet usage3

“By 2015, the ITU predicts mobile traffic will exceed desktop traffic, and the ‘mobile-mostly’ group already make up a staggering 20% of users in the US and UK.” Stephanie Rieger

Page 32: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

The other end of the spectrum: game consoles.­ 51% of children aged 12-17 own a

portable game console.­ 80% of children aged 12-17 own a TV

game console.­ 1 in 8 adults access internet on a

console.

Today's internet usage3

Playing with Game Console Browsers / by Anna Debenham.

Page 33: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Input methods

Users access websites using a variety of input modes.

4

Page 34: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Consistent brand message

Across multiple experiences and platforms, all from a single content management system.

5

Page 35: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

3 | The Responsive Design workflow.

Page 36: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

RWD, a more expensive approach?

More time + more effort & skills =

higher cost for the client.

Page 37: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

RWD, a more expensive approach?­ There’s a cost too for ignoring the multitude

of devices currently accessing websites.

­ Creating an experience for each one, or some, of those devices will also add extra time & money.

­ Multiple content strategies, deployments, and code bases to maintain, keep adding up to the cost…

Page 38: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

RWD workflow, getting it right

Our current design workflow needs to change.­ Prototyping fluid layouts, instead of

wireframing multiple viewports.­ Working closer with content strategy.­ Exchanging / expanding skill sets.

Page 39: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

RWD workflow, getting it right

Project planning needs to adapt as well.­Set an optimisation budget upfront.­Consider which elements require client sign off. ­Define relevant deliverables.

Page 40: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Conclusion

RWD represents an exciting challenge, and the opportunity to create not only user interfaces, but full online experiences.

Page 41: Responsive Web Design, UX Considerations @ Digital Shoreditch Festival

Thank youMichelle Constante

http://michelleconstante.com

@michellula