SlideShare une entreprise Scribd logo
1  sur  36
Télécharger pour lire hors ligne
Responsive
Web Design and
touch devices
From /John Tsevdos @tsevdos
agenda
adapt to touch devices
provide solutions
javascript touch frameworks
techniques, tips and tools
responsive web design
principles
flexible layout/grid
media queries
flexible media (images, videos, etc.)
you can get there from
here
interaction
UX
this is a "touch" world
fingers !== mouse pointer
different mediums
different use
"traditional" web design
might not work
* at least out of the box
navigation
call to action links
long forms/tables
:hoverand mouseover events
UI components
keep calm and :
simplify
follow the patterns (and the big players)
try to avoid functionality that doesn't really work on
touch devices
navigation
do nothing approach (CSS)
select menu (js)
toggle menu (js)
left/right nav flyout (js)
footer only (css)
adapt to touch :
navigation
adapt to touch :
responsive navigation patterns
navigation
if you are too lazy to build your own custom navigation try
the below links/resources
select menu :
toggle menu :
left/right nav flyout :
adapt to touch :
jQuery Responsive Menu Plugin
TinyNav.js
FLEXNAV
TOP DRAWER
jPanelMenu
call to action links
make larger click areas
add padding
adapt to touch :
call to action links
adapt to touch :
<!-- Good -->
<div>
<a href="url/path">
<img src="nice/image.jpg" alt="nice image" />
<p>This is a very nice image.</p>
</a>
</div>
<!-- Boring -->
<div>
<div class="image">
<a href="url/path">
<img src="nice/image.jpg" alt="nice image" />
</a>
</div>
<p><a href="url/path">This is a very nice image.</a></p>
<p><a href="url/path">read more</a></p>
</div>
forms
minimize form input
use the appropriate virtual keyboard
adapt to touch :
forms
adapt to touch :
<!-- Default Keyboard -->
<input type="text" />
<!-- Numeric Keyboard -->
<input type="number" />
<!-- Number Keyboard -->
<input type="tel" />
<!-- URL Keyboard -->
<input type="url" />
<!-- e-mail Keyboard -->
<input type="email" />
<!-- Pattern Keyboard -->
<input pattern="[0-9]*" type="text" />
tables
try to avoid them
overflow:scroll
adapt to touch :
tables
native scroll inside elements ( )
adapt to touch :
source
overflow: scroll;
-webkit-overflow-scrolling: touch; /* native like scroll */
tables
(Zurb.com)
(jQuery Mobile)
(bootstrap plugin)
adapt to touch :
responsive tables
reflow table mode
responsive tables
:hoverand mouseover
events
try to avoid them
don't use them for displaying/perfoming critical
inforation/tasks (for example tooltips and dropdown
menus)
provide alternatives
adapt to touch :
:hoverand mouseover
events
no silver bullet for these
try to use similar touch events
adapt to touch :
UI components
(like modals, image sliders, carousels, tabs, accordions etc.)
do they enhance the experience or they just make
things worst?
are they really working on touch devices?
do they respond to touch events?
adapt to touch :
use a javascript touch
library
lean touch libraries
full touch libraries
lean touch libraries fetures
small footprint
easier to use
no UI components, just the touch events
excellent solutions for small/middle projects
lean libraries
(modular, works like jQuery)
Hammer.js
QUO.js
full touch libraries fetures
large footprint
more complete solutions (provide UI components and
widgets)
excellent solution for biggers projects/apps
full touch libraries
jQuery mobile
Sencha Touch
jQT
iUI
best practice
start small, but if you really need something more
complete, don't hesitate to use it!
always try to load only what you really need/use
when in doubt, check how
the "big" players do it
Bootstrap
Foundation
Pure
follow the guidelines
create your own!
Android User Interface Guidelines
iOS Human Interface Guidelines
touch devices can do more
call or text
<a href="tel:+306948123456">+306948123456</a>
<a href="sms:+306948123456">+306948123456</a>
touch devices can do more
capture images, video or sound using HTML forms
<input type="file" accept="image;capture=camera" />
<input type="file" accept="video;capture=camcorder" />
<input type="file" accept="audio;capture=microphone" />
be a pioneer
reward modern browser users
use HTML5 (elements, attributes etc.)
use CSS3 (gradients, shadows/text shadows, rgba,
transitions, animations, fonts, etc.)
SVG
add a feature detection and adaptation strategy (
)modernizr
be a pioneer
use , or (or simply
use a library like )
graceful degradation
HTML5 geolocation API
IndexedDB Web SQL Local Storage
lawnchair
congratulations!
make it touch-friendly
enrich the UX on tablets/smartphones
thank you
questions ?
I'm social...
tsevdos.com
phrappe.com
@tsevdos
github.com/tsevdos
linkedin.com/in/tsevdosjohn

Contenu connexe

Similaire à Responsive Web Design and touch devices

Tooled Composite Design Pattern
Tooled Composite Design PatternTooled Composite Design Pattern
Tooled Composite Design Pattern
tcab22
 
Uxpin mobile ui_design_patterns_2014
Uxpin mobile ui_design_patterns_2014Uxpin mobile ui_design_patterns_2014
Uxpin mobile ui_design_patterns_2014
Akhil Kumar
 

Similaire à Responsive Web Design and touch devices (20)

Tips for building fast multi touch enabled web sites
 Tips for building fast multi touch enabled web sites Tips for building fast multi touch enabled web sites
Tips for building fast multi touch enabled web sites
 
Fast multi touch enabled web sites
Fast multi touch enabled web sitesFast multi touch enabled web sites
Fast multi touch enabled web sites
 
Presentation Ux
Presentation UxPresentation Ux
Presentation Ux
 
Understanding UI/UX Design by Aroyewun Babajide
Understanding UI/UX Design by Aroyewun BabajideUnderstanding UI/UX Design by Aroyewun Babajide
Understanding UI/UX Design by Aroyewun Babajide
 
Tooled Composite Design Pattern presentation
Tooled Composite Design Pattern presentationTooled Composite Design Pattern presentation
Tooled Composite Design Pattern presentation
 
Tooled Composite Design Pattern
Tooled Composite Design PatternTooled Composite Design Pattern
Tooled Composite Design Pattern
 
Interactive Tables And Displays, Ubiquitous Computing Lynn Marentette March 2...
Interactive Tables And Displays, Ubiquitous Computing Lynn Marentette March 2...Interactive Tables And Displays, Ubiquitous Computing Lynn Marentette March 2...
Interactive Tables And Displays, Ubiquitous Computing Lynn Marentette March 2...
 
Topic 3 Human Computer Interaction
Topic 3 Human Computer InteractionTopic 3 Human Computer Interaction
Topic 3 Human Computer Interaction
 
lecture-3-1523011494 Lecture #3).pptx
lecture-3-1523011494 Lecture #3).pptxlecture-3-1523011494 Lecture #3).pptx
lecture-3-1523011494 Lecture #3).pptx
 
Human computer interaction chapter 2 interaction Styles.pptx
Human computer interaction chapter 2 interaction Styles.pptxHuman computer interaction chapter 2 interaction Styles.pptx
Human computer interaction chapter 2 interaction Styles.pptx
 
Android Design Patterns
Android Design PatternsAndroid Design Patterns
Android Design Patterns
 
Android design patterns
Android design patternsAndroid design patterns
Android design patterns
 
Mobile ui design patterns
Mobile ui design patternsMobile ui design patterns
Mobile ui design patterns
 
Mobile UI Design Patterns 2014
Mobile UI Design Patterns 2014Mobile UI Design Patterns 2014
Mobile UI Design Patterns 2014
 
Uxpin mobile ui_design_patterns_2014
Uxpin mobile ui_design_patterns_2014Uxpin mobile ui_design_patterns_2014
Uxpin mobile ui_design_patterns_2014
 
KWizCom SharePoint Mobile solution
KWizCom SharePoint Mobile solutionKWizCom SharePoint Mobile solution
KWizCom SharePoint Mobile solution
 
Android ui patterns
Android ui patternsAndroid ui patterns
Android ui patterns
 
Android ui patterns
Android ui patternsAndroid ui patterns
Android ui patterns
 
HCI Basics
HCI BasicsHCI Basics
HCI Basics
 
Ni week 2018_ux_lab_viewcandothat
Ni week 2018_ux_lab_viewcandothatNi week 2018_ux_lab_viewcandothat
Ni week 2018_ux_lab_viewcandothat
 

Dernier

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

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 Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
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...
 
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
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
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
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
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
 

Responsive Web Design and touch devices