SlideShare una empresa de Scribd logo
1 de 46
Responsive UX:
Does your website user experience
have these elements of responsive
All contents © Copyright 2013 Experience Dynamics Inc.
1
have these elements of responsive
design?
An Experience Dynamics training
WEB SEMINAR
With Frank Spillers, MS
About Your Speaker
Frank Spillers
• Masters Cognitive Science
• 15 years User Centered Design experience
• Founder, Experience Dynamics- leading User Experience
consulting firm
All contents © Copyright 2013 Experience Dynamics Inc.
2
consulting firm
• Works with Logitech, Nike, Microsoft, Intel, IBM, HP and more.
Agenda
With 50% of Americans now owning smartphones, and much of our Web browsing occurring on
mobile devices, websites are running into a common issues affecting the underlying user
experience: how does our design look across devices? How compatible or pleasant is it to view,
read and browse? To solve this problem, many organizations including the largest companies in
the world, are turning to Responsive Web Design. At its core, the responsive approach embraces
a core user experience goal: interoperability and design compatibility across platforms.
Considered a buzz word, a new Internet trend or a nice to have, Responsive Design is
increasingly being viewed as a must have wherever possible.
All contents © Copyright 2013 Experience Dynamics Inc.
3
1. Designing for Responsive: building the case
2. What would happen if you did or didn’t go responsive
3. Responsive vs adaptive web design (CSS3 and HTML5)
4. 5 ways your UX can be enhanced with responsive web
design
5. Responsive Design top 10 tips for improving UX issues
6. Q & A
1. Designing for Responsive: building the
case
All contents © Copyright 2013 Experience Dynamics Inc.
4
Today’s Design Environment
It often starts on mobile
All contents © Copyright 2013 Experience Dynamics Inc.
44% (61% web calls) 51%
(April 2013)
74% App revenue 20%
Today’s Design Environment
• And moves to Desktop---often as a logged in
Web App
• That might start on a site
All contents © Copyright 2013 Experience Dynamics Inc.
Today’s Design Environment
And go back to mobile (iPad)
All contents © Copyright 2013 Experience Dynamics Inc.
Today’s Design Environment
And it’s Social…
All contents © Copyright 2013 Experience Dynamics Inc.
“Rather than tailoring disconnected designs to
each of an ever-increasing number of web
devices, we can treat them as facets of the same
experience. We can design for an optimal
viewing experience, but embed standards-based
technologies into our designs to make them not
only more flexible, but more adaptive to the
All contents © Copyright 2013 Experience Dynamics Inc.
9
only more flexible, but more adaptive to the
media that renders them. In short, we need to
practice responsive web design.”
Ethan Marcotte, Responsive Web Design
All contents © Copyright 2013 Experience Dynamics Inc.
102010Microsoft Tag infographic
Done!
We’re all in the Mobile UX arena now…
All contents © Copyright 2013 Experience Dynamics Inc.
11
44% (61% web calls) 51%
(April 2013)
74% App revenue 20%
All contents © Copyright 2013 Experience Dynamics Inc.
12
2011Microsoft Tag infographic
75%
connected
Globally
(2012 World
Bank)
All contents © Copyright 2013 Experience Dynamics Inc.
13
2011Microsoft Tag infographic
70%
Android
Globally
(Strategy
Analytics Q1
2013)
Why orgs are going ‘responsive’
GOOD UX REASONS:
• Fixed resolutions offer sub-
par experience
• Pinch and zoom fatigue on
mobile (m. sites)
• Scale to a Mobile App-like
experience rapidly
All contents © Copyright 2013 Experience Dynamics Inc.
experience rapidly
• Boost conversion rates
(Hint Video is part of that story-
see right)
14
2. What would happen if you did or didn’t
go responsive
All contents © Copyright 2013 Experience Dynamics Inc.
15
If you Did Go Responsive
ONE SET OF CODE TO:
-MANAGE (one change to all)
-DESIGN (adapts per device)
-DEVELOP (one version of code)
BETTER MOBILE UX STRATEGY:
All contents © Copyright 2013 Experience Dynamics Inc.
16
BETTER MOBILE UX STRATEGY:
-AVOID ‘NEEDING’ AN APP
-AVOID CRAPPY M. site
-SCALE TO FUTURE DEVICES/ VIDEO
PROVIDE A BETTER EXPERIENCE:
-ADDRESS ACCESSIBILITY
-ADDRESS INTER-OPERABILITY
-OFFER GREATER CONTEXT SENSITIVITY
If you Didn’t
MORE CODE TO MANAGE/DEV/TEST
LESS ACCESS TO CSS 3 ENHANCEMENTS
LESS STRATEGIC UX OPTIMIZATION
RESOLUTION MADNESS INTENSIFIES
All contents © Copyright 2013 Experience Dynamics Inc.
17
RESOLUTION MADNESS INTENSIFIES
All contents © Copyright 2013 Experience Dynamics Inc.
18
All contents © Copyright 2013 Experience Dynamics Inc.
19
All contents © Copyright 2013 Experience Dynamics Inc.
20
It’s not all a cake walk
CSS 2 to deal with (use multiple stylesheets)
Old Versions of IE to support , or not
All contents © Copyright 2013 Experience Dynamics Inc.
21
Old Versions of IE to support , or not
Still lots of testing (and cost)
Over-downloading to deal with (Optimization of download speed)
Eg. Apple loads regular images then replaces high resolution images
with JavaScript.
3. Responsive vs adaptive web design
(CSS3 and HTML5)
All contents © Copyright 2013 Experience Dynamics Inc.
22
Responsive Design
All contents © Copyright 2013 Experience Dynamics Inc.
Responsive Design
All contents © Copyright 2013 Experience Dynamics Inc.
http://mediaqueri.es/See more responsive design examples:
Read more on Adaptive vs Responsive: http://tinyurl.com/a8sg5hp
Summary: Device friendly design without having to code a new site for each device.
Adaptive Design
Text of a Page
(Copy well written)
HTML semantics
(Tags H1, strong, quote)
1
2
Audio-Visual
CSS-images, audio, video
Interactive
JavaScript, Flash, Java
3
4
Adaptive Design
Possible CSS3
Levels of Adaptive Design:
HTML 5 + ARIA (Accessible Rich Internet Applications spec)
All contents © Copyright 2013 Experience Dynamics Inc.
What’s the difference? (Circle R for Responsive and A for Adaptive)
a) Adapt to changing devices A R
b) Adapt to resolution changes A R
c) Adapt to context of use A R
d) Show or hide functionality A R
e) All of the above
Answer=R,R,A,A
Read more book Adaptive Web Design by Aaron Gustafson
HTML 5 + ARIA (Accessible Rich Internet Applications spec)
Adaptive Design
+
All contents © Copyright 2013 Experience Dynamics Inc.
26
Summary: Design to cater to device/ context/ UX.
+
4. 5 ways your UX can be enhanced with
responsive web design
All contents © Copyright 2013 Experience Dynamics Inc.
27
WAY 1: Show “all” content
All contents © Copyright 2013 Experience Dynamics Inc.
28
WAY 2: Support mobile UX tasks
All contents © Copyright 2013 Experience Dynamics Inc.
29
WAY 3: Cater to mobile contexts
•Enable greater precision in task
success
•Enable greater conversions
All contents © Copyright 2013 Experience Dynamics Inc.
30
•Enable greater conversions
•Enhance the social nature of mobile
WAY 4: Support Mobile Usability
All contents © Copyright 2013 Experience Dynamics Inc.
31
WAY 5: Do Accessibility, finally!
All contents © Copyright 2013 Experience Dynamics Inc.
32
See http://www.slideshare.net/wearesigma/accessibility-in-responsive-web-design
5. Responsive Design top 10 tips for
improving UX issues
All contents © Copyright 2013 Experience Dynamics Inc.
33
1. Optimize your media queries
All contents © Copyright 2013 Experience Dynamics Inc.
34
2. Use Progressive Enhancement
All contents © Copyright 2013 Experience Dynamics Inc.
35
Use CSS to maximize the native browser’s capabilities.
3. Use Responsive Typography
All contents © Copyright 2013 Experience Dynamics Inc.
36
Tip: Check out Typecast for responsive typography testing.
See
And http://letteringjs.com/ for even controlling indiv. letters!
http://jbrewer.github.io/Responsive-Measure/
Hat tip to WooThemes
4. Push users toward their or your
goals
All contents © Copyright 2013 Experience Dynamics Inc.
37
5. Use Flexible & Adaptive Images
Adaptive your visitor's screen size
and automatically creates, caches,
and delivers device appropriate re-
scaled versions of your web page's
embedded HTML images. No mark-
up changes needed. It is intended for
use with Responsive Designs and to
All contents © Copyright 2013 Experience Dynamics Inc.
38
Tip: Using CSS sprites to optimize for Retina displays
See http://adaptive-images.com/
use with Responsive Designs and to
be combined with Fluid
Image techniques.
6. Make Navigation Easy
All contents © Copyright 2013 Experience Dynamics Inc.
39
7. Prioritize and distill content
usability
•More focused content=
better attention span
All contents © Copyright 2013 Experience Dynamics Inc.
40
•Comprehension is 50%
less on mobile than
desktop (Singh et all 2011)
8. Make your Tables responsive
All contents © Copyright 2013 Experience Dynamics Inc.
41
http://dbushell.com/2012/01/05/responsive-tables-2/
http://css-tricks.com/examples/ResponsiveTables/responsive.php
9. Decide on your Break points
eg break at 320 px Phone 768 px Tablet
All contents © Copyright 2013 Experience Dynamics Inc.
42
But build flexible grid based layout to blur break edges…
10. Detect enviro + decision needs
All contents © Copyright 2013 Experience Dynamics Inc.
43
5. Q & A
All contents © Copyright 2013 Experience Dynamics Inc.
44
http://www.experiencedynamics.com/shop/mobile-user-experience-training
For more join us on a Mobile UX training coming up:
thank you!
All contents © Copyright 2013 Experience Dynamics Inc.
45
thank you!
1-800-978-9183
www.experiencedynamics.com
Frank Spillers, MS
Frank.Spillers@experiencedynamics.com
About Experience Dynamics:
Experience Dynamics is a professional usability design research firm. Through its User Centered
Design services, Experience Dynamics assists organizations with removing the frustration and
confusion that plagues most website and software development projects. Companies benefiting from
Experience Dynamics actionable usability recommendations include AutoNation, IBM, Hewlett
Packard, Intel, Verizon, Microsoft, Four Seasons, Washington Mutual, Bank One, Target, Land Rover,
Providence Health System and KeyBank.
About Experience Dynamics web seminars:
All contents © Copyright 2013 Experience Dynamics Inc.
About Experience Dynamics web seminars:
Experience Dynamics offers a recurring set of usability web seminars on hot usability topics. The web
seminars provide an overview and quick review of key issues and opportunities related to best
practices in usability research.
The seminars are presented by Frank Spillers, MS, a recognized expert in the field of usability
engineering and user experience design. Experience Dynamics seminars are complimentary and are
attended by companies including Intel, Citigroup, KeyBank, The Hartford, Fujitsu, Intuit, EMC Corp,
Chase, US Bank, Apple, Amazon.com, Business Objects, Mentor Graphics, GM, Toyota and others.

Más contenido relacionado

La actualidad más candente

Layar January 29th Webinar - Get More Out of Interactive Print
Layar January 29th Webinar - Get More Out of Interactive PrintLayar January 29th Webinar - Get More Out of Interactive Print
Layar January 29th Webinar - Get More Out of Interactive Print
Layar
 
Scaling your developer program
Scaling your developer programScaling your developer program
Scaling your developer program
Ian Skerrett
 

La actualidad más candente (20)

App42 Student Lab - Android Game Dev Series V 0.1
App42 Student Lab - Android Game Dev Series V 0.1App42 Student Lab - Android Game Dev Series V 0.1
App42 Student Lab - Android Game Dev Series V 0.1
 
The GE Design System and thoughts about craft at scale
The GE Design System and thoughts about craft at scaleThe GE Design System and thoughts about craft at scale
The GE Design System and thoughts about craft at scale
 
Star qualities: What it takes for mobile development projects to succeed
Star qualities: What it takes for mobile development projects to succeedStar qualities: What it takes for mobile development projects to succeed
Star qualities: What it takes for mobile development projects to succeed
 
Fundamentals of Mobile App Development Technology
Fundamentals of Mobile App Development TechnologyFundamentals of Mobile App Development Technology
Fundamentals of Mobile App Development Technology
 
UI/UX Design Trends in Appliances
UI/UX Design Trends in AppliancesUI/UX Design Trends in Appliances
UI/UX Design Trends in Appliances
 
Mobile and Responsive Design
Mobile and Responsive DesignMobile and Responsive Design
Mobile and Responsive Design
 
Layar January 29th Webinar - Get More Out of Interactive Print
Layar January 29th Webinar - Get More Out of Interactive PrintLayar January 29th Webinar - Get More Out of Interactive Print
Layar January 29th Webinar - Get More Out of Interactive Print
 
Mobile Monday
Mobile MondayMobile Monday
Mobile Monday
 
How Code was Meant to be Written: NBCU Develops the Critical Need for Technic...
How Code was Meant to be Written: NBCU Develops the Critical Need for Technic...How Code was Meant to be Written: NBCU Develops the Critical Need for Technic...
How Code was Meant to be Written: NBCU Develops the Critical Need for Technic...
 
Usability And Software Developers
Usability And Software DevelopersUsability And Software Developers
Usability And Software Developers
 
SDM: The Fundamentals of Software Delivery Management
SDM: The Fundamentals of Software Delivery ManagementSDM: The Fundamentals of Software Delivery Management
SDM: The Fundamentals of Software Delivery Management
 
Tangoe ux konw how - workshop - 10-06-2014
Tangoe   ux konw how - workshop - 10-06-2014Tangoe   ux konw how - workshop - 10-06-2014
Tangoe ux konw how - workshop - 10-06-2014
 
Trilha Android - Android Evolved
Trilha Android - Android EvolvedTrilha Android - Android Evolved
Trilha Android - Android Evolved
 
Five Digital Marketing ingredients for 2016
Five Digital Marketing ingredients for 2016Five Digital Marketing ingredients for 2016
Five Digital Marketing ingredients for 2016
 
From Product Zero to Product Hero: How to Build a Great Web 2.0 Product by Da...
From Product Zero to Product Hero: How to Build a Great Web 2.0 Product by Da...From Product Zero to Product Hero: How to Build a Great Web 2.0 Product by Da...
From Product Zero to Product Hero: How to Build a Great Web 2.0 Product by Da...
 
Using iPad apps for collaboration and social integration
Using iPad apps for collaboration and social integrationUsing iPad apps for collaboration and social integration
Using iPad apps for collaboration and social integration
 
Startup Engineering Cookbook for Mobile Apps
Startup Engineering Cookbook for Mobile AppsStartup Engineering Cookbook for Mobile Apps
Startup Engineering Cookbook for Mobile Apps
 
Scaling your developer program
Scaling your developer programScaling your developer program
Scaling your developer program
 
State of UX in the Netherlands 2021
State of UX in the Netherlands 2021State of UX in the Netherlands 2021
State of UX in the Netherlands 2021
 
TDC 2014 - Trilha Mobile - Material design
TDC 2014 - Trilha Mobile - Material designTDC 2014 - Trilha Mobile - Material design
TDC 2014 - Trilha Mobile - Material design
 

Destacado

Production review guide
Production review guideProduction review guide
Production review guide
MeeM1234
 

Destacado (10)

CSS @font-face : Des polices personnalisées
CSS @font-face : Des polices personnaliséesCSS @font-face : Des polices personnalisées
CSS @font-face : Des polices personnalisées
 
Arcade
ArcadeArcade
Arcade
 
5th grade B - What are they good at?
5th grade B - What are they good at?5th grade B - What are they good at?
5th grade B - What are they good at?
 
Production review guide
Production review guideProduction review guide
Production review guide
 
Gen
GenGen
Gen
 
Tcad - Results Budget Debate Slides
Tcad - Results Budget Debate SlidesTcad - Results Budget Debate Slides
Tcad - Results Budget Debate Slides
 
Designing the privacy user experience experience dynamics web seminar
Designing the privacy user experience  experience dynamics web seminarDesigning the privacy user experience  experience dynamics web seminar
Designing the privacy user experience experience dynamics web seminar
 
List
ListList
List
 
20年越しで Perl 4 to 5 した話
20年越しで Perl 4 to 5 した話20年越しで Perl 4 to 5 した話
20年越しで Perl 4 to 5 した話
 
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job? Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
 

Similar a Does your website have these elements of responsive web design?

Key Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility SolutionKey Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility Solution
roshanjk
 
Why should we build our website responsive
Why should we build our website responsiveWhy should we build our website responsive
Why should we build our website responsive
Omkarsoft Bangalore
 
Emarketerwebinarresponsivedesignsolutionpublishersquestionmarketers 130725135...
Emarketerwebinarresponsivedesignsolutionpublishersquestionmarketers 130725135...Emarketerwebinarresponsivedesignsolutionpublishersquestionmarketers 130725135...
Emarketerwebinarresponsivedesignsolutionpublishersquestionmarketers 130725135...
Melanie Eisenberg
 

Similar a Does your website have these elements of responsive web design? (20)

Future-Proofing the Web: Choosing the Optimal Mobile Design Strategy
Future-Proofing the Web: Choosing the Optimal Mobile Design StrategyFuture-Proofing the Web: Choosing the Optimal Mobile Design Strategy
Future-Proofing the Web: Choosing the Optimal Mobile Design Strategy
 
Whitepaper: Responsive Test - A test framework to cover it all
Whitepaper: Responsive Test - A test framework to cover it allWhitepaper: Responsive Test - A test framework to cover it all
Whitepaper: Responsive Test - A test framework to cover it all
 
Responsive Web Designs
Responsive Web DesignsResponsive Web Designs
Responsive Web Designs
 
Responsive Web Design - Advantages and Best Practice for Sports Direct
Responsive Web Design - Advantages and Best Practice for Sports DirectResponsive Web Design - Advantages and Best Practice for Sports Direct
Responsive Web Design - Advantages and Best Practice for Sports Direct
 
Responsive Web Design: Advantages & Best Practice - Darrin Adams, Cantarus
Responsive Web Design: Advantages & Best Practice - Darrin Adams, CantarusResponsive Web Design: Advantages & Best Practice - Darrin Adams, Cantarus
Responsive Web Design: Advantages & Best Practice - Darrin Adams, Cantarus
 
Web UI Design Patterns 2014
Web UI Design Patterns 2014Web UI Design Patterns 2014
Web UI Design Patterns 2014
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREI
Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREIResponsive Web Design in Cascade Server, by Chris Cox of BarkleyREI
Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREI
 
Top 12 Front End Technologies to Use In 2024.pdf
Top 12 Front End Technologies to Use In 2024.pdfTop 12 Front End Technologies to Use In 2024.pdf
Top 12 Front End Technologies to Use In 2024.pdf
 
Context-Aware and User-Centered Design: The Lost Battle Between Desktop and M...
Context-Aware and User-Centered Design: The Lost Battle Between Desktop and M...Context-Aware and User-Centered Design: The Lost Battle Between Desktop and M...
Context-Aware and User-Centered Design: The Lost Battle Between Desktop and M...
 
Key Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility SolutionKey Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility Solution
 
Responsive Web Design ~ Best Practices for Maximizing ROI
Responsive Web Design ~ Best Practices for Maximizing ROIResponsive Web Design ~ Best Practices for Maximizing ROI
Responsive Web Design ~ Best Practices for Maximizing ROI
 
Why should we build our website responsive
Why should we build our website responsiveWhy should we build our website responsive
Why should we build our website responsive
 
Flex Web Development: Unleashing the Power of Versatility
Flex Web Development: Unleashing the Power of VersatilityFlex Web Development: Unleashing the Power of Versatility
Flex Web Development: Unleashing the Power of Versatility
 
eMarketer Webinar: Responsive Design—A Solution for Publishers, a Question fo...
eMarketer Webinar: Responsive Design—A Solution for Publishers, a Question fo...eMarketer Webinar: Responsive Design—A Solution for Publishers, a Question fo...
eMarketer Webinar: Responsive Design—A Solution for Publishers, a Question fo...
 
Emarketerwebinarresponsivedesignsolutionpublishersquestionmarketers 130725135...
Emarketerwebinarresponsivedesignsolutionpublishersquestionmarketers 130725135...Emarketerwebinarresponsivedesignsolutionpublishersquestionmarketers 130725135...
Emarketerwebinarresponsivedesignsolutionpublishersquestionmarketers 130725135...
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
Uxpin web ui design patterns 2014
Uxpin web ui design patterns 2014Uxpin web ui design patterns 2014
Uxpin web ui design patterns 2014
 
Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.
 
Web Site and Rich Internet Applications
Web Site and Rich Internet ApplicationsWeb Site and Rich Internet Applications
Web Site and Rich Internet Applications
 

Más de Experience Dynamics

Más de Experience Dynamics (13)

Ethics for ux crash course
Ethics for ux crash courseEthics for ux crash course
Ethics for ux crash course
 
Content Usability
Content Usability  Content Usability
Content Usability
 
Designing usable web applications (part 1) experience dynamics web seminar
Designing usable web applications (part 1)  experience dynamics web seminarDesigning usable web applications (part 1)  experience dynamics web seminar
Designing usable web applications (part 1) experience dynamics web seminar
 
User experience calendar 2011
User experience calendar  2011User experience calendar  2011
User experience calendar 2011
 
User experience calendar 2011
User experience calendar  2011User experience calendar  2011
User experience calendar 2011
 
Forms usability design best practices experience dynamics web seminar
Forms usability design best practices  experience dynamics web seminarForms usability design best practices  experience dynamics web seminar
Forms usability design best practices experience dynamics web seminar
 
Usability Tips And Tricks For Beginners Experience Dynamics Web Seminar
Usability Tips And Tricks For Beginners   Experience Dynamics Web SeminarUsability Tips And Tricks For Beginners   Experience Dynamics Web Seminar
Usability Tips And Tricks For Beginners Experience Dynamics Web Seminar
 
User Experience Calendar 2010
User Experience Calendar 2010User Experience Calendar 2010
User Experience Calendar 2010
 
15 Lesssons From Emotion Design Experience Dynamics Web Seminar
15 Lesssons From Emotion Design  Experience Dynamics Web Seminar15 Lesssons From Emotion Design  Experience Dynamics Web Seminar
15 Lesssons From Emotion Design Experience Dynamics Web Seminar
 
Intro To Emotion Design- Pleasurability and Emotional Design- Experience Dyn...
Intro To Emotion Design- Pleasurability and Emotional Design-  Experience Dyn...Intro To Emotion Design- Pleasurability and Emotional Design-  Experience Dyn...
Intro To Emotion Design- Pleasurability and Emotional Design- Experience Dyn...
 
Pt 1 Personas 5 Part Web Seminar Series 08
Pt 1  Personas  5 Part Web Seminar Series 08Pt 1  Personas  5 Part Web Seminar Series 08
Pt 1 Personas 5 Part Web Seminar Series 08
 
Personas Live Web Seminar Final 9 11
Personas Live Web Seminar Final 9 11Personas Live Web Seminar Final 9 11
Personas Live Web Seminar Final 9 11
 
User Centered Design 101
User Centered Design 101User Centered Design 101
User Centered Design 101
 

Último

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Último (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

Does your website have these elements of responsive web design?

  • 1. Responsive UX: Does your website user experience have these elements of responsive All contents © Copyright 2013 Experience Dynamics Inc. 1 have these elements of responsive design? An Experience Dynamics training WEB SEMINAR With Frank Spillers, MS
  • 2. About Your Speaker Frank Spillers • Masters Cognitive Science • 15 years User Centered Design experience • Founder, Experience Dynamics- leading User Experience consulting firm All contents © Copyright 2013 Experience Dynamics Inc. 2 consulting firm • Works with Logitech, Nike, Microsoft, Intel, IBM, HP and more.
  • 3. Agenda With 50% of Americans now owning smartphones, and much of our Web browsing occurring on mobile devices, websites are running into a common issues affecting the underlying user experience: how does our design look across devices? How compatible or pleasant is it to view, read and browse? To solve this problem, many organizations including the largest companies in the world, are turning to Responsive Web Design. At its core, the responsive approach embraces a core user experience goal: interoperability and design compatibility across platforms. Considered a buzz word, a new Internet trend or a nice to have, Responsive Design is increasingly being viewed as a must have wherever possible. All contents © Copyright 2013 Experience Dynamics Inc. 3 1. Designing for Responsive: building the case 2. What would happen if you did or didn’t go responsive 3. Responsive vs adaptive web design (CSS3 and HTML5) 4. 5 ways your UX can be enhanced with responsive web design 5. Responsive Design top 10 tips for improving UX issues 6. Q & A
  • 4. 1. Designing for Responsive: building the case All contents © Copyright 2013 Experience Dynamics Inc. 4
  • 5. Today’s Design Environment It often starts on mobile All contents © Copyright 2013 Experience Dynamics Inc. 44% (61% web calls) 51% (April 2013) 74% App revenue 20%
  • 6. Today’s Design Environment • And moves to Desktop---often as a logged in Web App • That might start on a site All contents © Copyright 2013 Experience Dynamics Inc.
  • 7. Today’s Design Environment And go back to mobile (iPad) All contents © Copyright 2013 Experience Dynamics Inc.
  • 8. Today’s Design Environment And it’s Social… All contents © Copyright 2013 Experience Dynamics Inc.
  • 9. “Rather than tailoring disconnected designs to each of an ever-increasing number of web devices, we can treat them as facets of the same experience. We can design for an optimal viewing experience, but embed standards-based technologies into our designs to make them not only more flexible, but more adaptive to the All contents © Copyright 2013 Experience Dynamics Inc. 9 only more flexible, but more adaptive to the media that renders them. In short, we need to practice responsive web design.” Ethan Marcotte, Responsive Web Design
  • 10. All contents © Copyright 2013 Experience Dynamics Inc. 102010Microsoft Tag infographic
  • 11. Done! We’re all in the Mobile UX arena now… All contents © Copyright 2013 Experience Dynamics Inc. 11
  • 12. 44% (61% web calls) 51% (April 2013) 74% App revenue 20% All contents © Copyright 2013 Experience Dynamics Inc. 12 2011Microsoft Tag infographic
  • 13. 75% connected Globally (2012 World Bank) All contents © Copyright 2013 Experience Dynamics Inc. 13 2011Microsoft Tag infographic 70% Android Globally (Strategy Analytics Q1 2013)
  • 14. Why orgs are going ‘responsive’ GOOD UX REASONS: • Fixed resolutions offer sub- par experience • Pinch and zoom fatigue on mobile (m. sites) • Scale to a Mobile App-like experience rapidly All contents © Copyright 2013 Experience Dynamics Inc. experience rapidly • Boost conversion rates (Hint Video is part of that story- see right) 14
  • 15. 2. What would happen if you did or didn’t go responsive All contents © Copyright 2013 Experience Dynamics Inc. 15
  • 16. If you Did Go Responsive ONE SET OF CODE TO: -MANAGE (one change to all) -DESIGN (adapts per device) -DEVELOP (one version of code) BETTER MOBILE UX STRATEGY: All contents © Copyright 2013 Experience Dynamics Inc. 16 BETTER MOBILE UX STRATEGY: -AVOID ‘NEEDING’ AN APP -AVOID CRAPPY M. site -SCALE TO FUTURE DEVICES/ VIDEO PROVIDE A BETTER EXPERIENCE: -ADDRESS ACCESSIBILITY -ADDRESS INTER-OPERABILITY -OFFER GREATER CONTEXT SENSITIVITY
  • 17. If you Didn’t MORE CODE TO MANAGE/DEV/TEST LESS ACCESS TO CSS 3 ENHANCEMENTS LESS STRATEGIC UX OPTIMIZATION RESOLUTION MADNESS INTENSIFIES All contents © Copyright 2013 Experience Dynamics Inc. 17 RESOLUTION MADNESS INTENSIFIES
  • 18. All contents © Copyright 2013 Experience Dynamics Inc. 18
  • 19. All contents © Copyright 2013 Experience Dynamics Inc. 19
  • 20. All contents © Copyright 2013 Experience Dynamics Inc. 20
  • 21. It’s not all a cake walk CSS 2 to deal with (use multiple stylesheets) Old Versions of IE to support , or not All contents © Copyright 2013 Experience Dynamics Inc. 21 Old Versions of IE to support , or not Still lots of testing (and cost) Over-downloading to deal with (Optimization of download speed) Eg. Apple loads regular images then replaces high resolution images with JavaScript.
  • 22. 3. Responsive vs adaptive web design (CSS3 and HTML5) All contents © Copyright 2013 Experience Dynamics Inc. 22
  • 23. Responsive Design All contents © Copyright 2013 Experience Dynamics Inc.
  • 24. Responsive Design All contents © Copyright 2013 Experience Dynamics Inc. http://mediaqueri.es/See more responsive design examples: Read more on Adaptive vs Responsive: http://tinyurl.com/a8sg5hp Summary: Device friendly design without having to code a new site for each device.
  • 25. Adaptive Design Text of a Page (Copy well written) HTML semantics (Tags H1, strong, quote) 1 2 Audio-Visual CSS-images, audio, video Interactive JavaScript, Flash, Java 3 4 Adaptive Design Possible CSS3 Levels of Adaptive Design: HTML 5 + ARIA (Accessible Rich Internet Applications spec) All contents © Copyright 2013 Experience Dynamics Inc. What’s the difference? (Circle R for Responsive and A for Adaptive) a) Adapt to changing devices A R b) Adapt to resolution changes A R c) Adapt to context of use A R d) Show or hide functionality A R e) All of the above Answer=R,R,A,A Read more book Adaptive Web Design by Aaron Gustafson HTML 5 + ARIA (Accessible Rich Internet Applications spec)
  • 26. Adaptive Design + All contents © Copyright 2013 Experience Dynamics Inc. 26 Summary: Design to cater to device/ context/ UX. +
  • 27. 4. 5 ways your UX can be enhanced with responsive web design All contents © Copyright 2013 Experience Dynamics Inc. 27
  • 28. WAY 1: Show “all” content All contents © Copyright 2013 Experience Dynamics Inc. 28
  • 29. WAY 2: Support mobile UX tasks All contents © Copyright 2013 Experience Dynamics Inc. 29
  • 30. WAY 3: Cater to mobile contexts •Enable greater precision in task success •Enable greater conversions All contents © Copyright 2013 Experience Dynamics Inc. 30 •Enable greater conversions •Enhance the social nature of mobile
  • 31. WAY 4: Support Mobile Usability All contents © Copyright 2013 Experience Dynamics Inc. 31
  • 32. WAY 5: Do Accessibility, finally! All contents © Copyright 2013 Experience Dynamics Inc. 32 See http://www.slideshare.net/wearesigma/accessibility-in-responsive-web-design
  • 33. 5. Responsive Design top 10 tips for improving UX issues All contents © Copyright 2013 Experience Dynamics Inc. 33
  • 34. 1. Optimize your media queries All contents © Copyright 2013 Experience Dynamics Inc. 34
  • 35. 2. Use Progressive Enhancement All contents © Copyright 2013 Experience Dynamics Inc. 35 Use CSS to maximize the native browser’s capabilities.
  • 36. 3. Use Responsive Typography All contents © Copyright 2013 Experience Dynamics Inc. 36 Tip: Check out Typecast for responsive typography testing. See And http://letteringjs.com/ for even controlling indiv. letters! http://jbrewer.github.io/Responsive-Measure/ Hat tip to WooThemes
  • 37. 4. Push users toward their or your goals All contents © Copyright 2013 Experience Dynamics Inc. 37
  • 38. 5. Use Flexible & Adaptive Images Adaptive your visitor's screen size and automatically creates, caches, and delivers device appropriate re- scaled versions of your web page's embedded HTML images. No mark- up changes needed. It is intended for use with Responsive Designs and to All contents © Copyright 2013 Experience Dynamics Inc. 38 Tip: Using CSS sprites to optimize for Retina displays See http://adaptive-images.com/ use with Responsive Designs and to be combined with Fluid Image techniques.
  • 39. 6. Make Navigation Easy All contents © Copyright 2013 Experience Dynamics Inc. 39
  • 40. 7. Prioritize and distill content usability •More focused content= better attention span All contents © Copyright 2013 Experience Dynamics Inc. 40 •Comprehension is 50% less on mobile than desktop (Singh et all 2011)
  • 41. 8. Make your Tables responsive All contents © Copyright 2013 Experience Dynamics Inc. 41 http://dbushell.com/2012/01/05/responsive-tables-2/ http://css-tricks.com/examples/ResponsiveTables/responsive.php
  • 42. 9. Decide on your Break points eg break at 320 px Phone 768 px Tablet All contents © Copyright 2013 Experience Dynamics Inc. 42 But build flexible grid based layout to blur break edges…
  • 43. 10. Detect enviro + decision needs All contents © Copyright 2013 Experience Dynamics Inc. 43
  • 44. 5. Q & A All contents © Copyright 2013 Experience Dynamics Inc. 44 http://www.experiencedynamics.com/shop/mobile-user-experience-training For more join us on a Mobile UX training coming up:
  • 45. thank you! All contents © Copyright 2013 Experience Dynamics Inc. 45 thank you! 1-800-978-9183 www.experiencedynamics.com Frank Spillers, MS Frank.Spillers@experiencedynamics.com
  • 46. About Experience Dynamics: Experience Dynamics is a professional usability design research firm. Through its User Centered Design services, Experience Dynamics assists organizations with removing the frustration and confusion that plagues most website and software development projects. Companies benefiting from Experience Dynamics actionable usability recommendations include AutoNation, IBM, Hewlett Packard, Intel, Verizon, Microsoft, Four Seasons, Washington Mutual, Bank One, Target, Land Rover, Providence Health System and KeyBank. About Experience Dynamics web seminars: All contents © Copyright 2013 Experience Dynamics Inc. About Experience Dynamics web seminars: Experience Dynamics offers a recurring set of usability web seminars on hot usability topics. The web seminars provide an overview and quick review of key issues and opportunities related to best practices in usability research. The seminars are presented by Frank Spillers, MS, a recognized expert in the field of usability engineering and user experience design. Experience Dynamics seminars are complimentary and are attended by companies including Intel, Citigroup, KeyBank, The Hartford, Fujitsu, Intuit, EMC Corp, Chase, US Bank, Apple, Amazon.com, Business Objects, Mentor Graphics, GM, Toyota and others.