SlideShare ist ein Scribd-Unternehmen logo
1 von 58
Downloaden Sie, um offline zu lesen
RESPONSIVE
WEB DESIGN
MARCH 2016
INTRO
AUSTIN WALKER
Senior UX Designer at Credera
AUSTIN WALKER
Dad at Home
CHALLENGE
INTERNET USERS
1995
35MM, 0.6% of world pop.
http://www.kpcb.com/internet-trends
INTERNET USERS
2014
2.8B, 39% of world pop.
http://www.kpcb.com/internet-trends
MOBILE PHONE USERS
1995
80MM, 1% of world pop.
http://www.kpcb.com/internet-trends
MOBILE PHONE USERS
2014
5.2B, 73% of world pop.
http://www.kpcb.com/internet-trends
THAT WAS IN 2012
THAT WAS IN 2012
at a small web conference
DEVICE SIZES AND
CAPABILITIES CONTINUE
TO PROLIFERATE
HOW SHOULD WE DELIVER
OUR VALUE TO PEOPLE
ON DIFFERENT DEVICES?
POSSIBLE
SOLUTIONS
BASIC CRITERIA
Discoverability Highly targeted audience or broadly available?
Control How detailed do we want to be?
Functionality Do we need device specific functionality such
as utilizing accelerometers?
Overhead Does the value of operating separate
customer facing applications outweigh the
effort to maintain separate codebases? How
quickly can we update?
POSSIBLE SOLUTIONS
SOLUTION WINS ON LOSES ON
Native App Control, Functionality Overhead, Discoverability
Mobile Site Control, Discoverability Overhead, Functionality
Responsive Discoverability, Overhead Functionality, Control
WE’RE GOING TO ASSUME…
• We can deliver everything we need to in a browser
• We want to quickly reach as many people as easily as possible
• We don’t want to maintain separate codebases
WE DECIDED TO BUILD A
RESPONSIVE WEBSITE
WE DECIDED TO BUILD A
RESPONSIVE WEBSITE
Surprise!
BUILDING
LAYOUT VIA GRIDS
1 1 1 1 1 1 1 1 1 1 1 1
Example 12 Column Grid
LAYOUT VIA GRIDS
Example 12 Column Grid
9
3
12
82 2
LAYOUT VIA GRIDS
Example 12 Column Grid
9
3
12
82 2
LAYOUT VIA GRIDS
Example 12 Column Grid
9
3
12
82 2
LAYOUT VIA GRIDS
Example 12 Column Grid
ARTICLE
META
NAV
OVERSIZED HEADLINE
LAYOUT VIA GRIDS
Example 12 Column Grid
ARTICLE
META
NAV
OVERSIZED HEADLINE
LAYOUT VIA GRIDS
Example 12 Column Grid
ARTICLE
META
NAV
OVERSIZED HEADLINE
LAYOUT VIA GRIDS
Example 12 Column Grid
ARTICLE
META
NAV
OVERSIZED
HEADLINE
LAYOUT VIA GRIDS
Example 12 Column Grid
ARTICLE
META
NAV
OVERSIZED
HEADLINE
Too Tight?
Breaks out?
Unused Width?
Wraps?
CSS MEDIA QUERIES
• CSS defines the visual style of the HTML elements on a page
• CSS media queries allow you to define specific visual styles
whenever the browser meets certain criteria
• Usually based on the width of the browser window
CSS MEDIA QUERIES
Mobile First For screens larger than X, apply these styles…
Desktop First For screens smaller than Y, apply these styles…
MOBILE FIRST
.headline-container {

width: 100%;

}
@media screen and (min-width: 320px) {

.headline-container {

width: 66.6666667%;

}

}
Best practice is to start developing ‘Mobile First’ but for this demo we’ll be doing ‘Desktop First’.
DESKTOP FIRST
.headline-container {

width: 66.6666667%;

}
@media screen and (max-width: 320px) {

.headline-container {

width: 100%;

}

}
Best practice is to start developing ‘Mobile First’ but for this demo we’ll be doing ‘Desktop First’.
LAYOUT VIA GRIDS
Example 12 Column Grid
ARTICLE
META
NAV
OVERSIZED
HEADLINE
Too Tight?
Breaks out?
Unused Width?
Wraps?
LAYOUT VIA GRIDS
Example 12 Column Grid
ARTICLE
NAV
OVERSIZED HEADLINE
EXAMPLES
This Is Responsive Bare bones responsive layout demo
Uncrate Simple layout with responsive aspects
The Onion More complex than Uncrate
Invision Labs Highly polished responsive example
Rally Interactive Highly polished responsive example
BEST PRACTICES
Keep page 

weight light
Utilize a mobile first approach to ensure
you don’t accidentally punish mobile users
Characteristics 

≠ Capabilities
Don’t infer device capability from device
characteristics or type
Be consistent 

across breakpoints
Don’t unreasonably remove or display
content / functionality based on
breakpoints
ADVANCED
RESPONSIVE
CLIENT SIDE + SERVER SIDE
• Responsive Web Design is focused on the client side (browser)
• RESS = Responsive with Server Side components
• Server detects device type based on UA (User Agent) and sends
content specifically for that type of device
• Benefits of an m. site without a redirect or separate codebase
SAFARI USER AGENT STRINGS
RESS AT AMAZON
Desktop
Content Type A
Desktop
Content Type A
iPhone
Content Type B
LATEST
DEVELOPMENTS
THE LATEST DEVELOPMENTS
Google’s Mobile
Friendly Tag
In mobile search results, Google will tag
your site as ‘Mobile Friendly’ and
penalize you if it’s not
Google’s Accelerated
Mobile Pages (AMP)
Special stripped down HTML pages that
Google’s promoting in search results
Increasing support 

for flex box
More flexible in layout control than
floated columns
WRAP UP
WHAT WE TALKED ABOUT
Device
Proliferation
As device sizes fragment, we need a solution
that covers this breadth
Why Responsive Responsive web design provides more breadth
but less functionality compared to native apps
Grids & Media
Queries
We can adapt the layout (and other)
characteristics of our site for different devices
RESS & Latest
Developments
New approaches continue to be developed to
meet different needs
LEARNING MORE
CODE
Google Developers (Mobile)
Codepen
Codrops Playground
Twitter Bootstrap
RESOURCES
This Is Responsive
A List Apart
A Book Apart
PEOPLE
Brad Frost
Luke W.
Ethan Marcotte
Scott Jehl
• RWD is only a small 

part of what we do
• Our Technology

Solutions practice covers

custom app dev,

eCommerce, mobile

apps, analytics and other
• We’re looking for FEDs in

the UX practice
CREDERA MC
UX
TECH
AUSTIN WALKER
Senior UX Designer at Credera
awalker@credera.com
credera.com/careers ▪ ux.credera.com ▪ awalker@credera.com

Weitere ähnliche Inhalte

Was ist angesagt?

Why front-end matters in 2019
Why front-end matters in 2019Why front-end matters in 2019
Why front-end matters in 2019Timmy Kokke
 
Presentation - Windows app development - I - Mr. Chandan Gupta
Presentation - Windows app development - I - Mr. Chandan GuptaPresentation - Windows app development - I - Mr. Chandan Gupta
Presentation - Windows app development - I - Mr. Chandan GuptaMobileNepal
 
Building a Startup for the Mobile-first, Cloud-first World
Building a Startup for the Mobile-first, Cloud-first WorldBuilding a Startup for the Mobile-first, Cloud-first World
Building a Startup for the Mobile-first, Cloud-first WorldNick Landry
 
Web develpment trends 2017
Web develpment trends 2017Web develpment trends 2017
Web develpment trends 2017hira hussain
 
The changing face of mobile apps in the future of mobile
The changing face of mobile apps in the future of mobileThe changing face of mobile apps in the future of mobile
The changing face of mobile apps in the future of mobileBrian Katz
 
The Future of the Web Is Conversational
The Future of the Web Is ConversationalThe Future of the Web Is Conversational
The Future of the Web Is ConversationalKentico Software
 
Future of Mobile Web Application and Web App Store
Future of Mobile Web Application and Web App StoreFuture of Mobile Web Application and Web App Store
Future of Mobile Web Application and Web App StoreJonathan Jeon
 
Hybrid Cloud presentation at the Insight Client Event V3
Hybrid Cloud presentation at the Insight Client Event V3Hybrid Cloud presentation at the Insight Client Event V3
Hybrid Cloud presentation at the Insight Client Event V3James Governor
 
WTIA Cloud Computing Series - Part IV: Microsofts World View of Cloud Computing
WTIA Cloud Computing Series - Part IV: Microsofts World View of Cloud ComputingWTIA Cloud Computing Series - Part IV: Microsofts World View of Cloud Computing
WTIA Cloud Computing Series - Part IV: Microsofts World View of Cloud ComputingWashington Technology Industry Association
 
Stratégie et évolution de Microsoft IT pour supporter la transformation digit...
Stratégie et évolution de Microsoft IT pour supporter la transformation digit...Stratégie et évolution de Microsoft IT pour supporter la transformation digit...
Stratégie et évolution de Microsoft IT pour supporter la transformation digit...Microsoft Décideurs IT
 
Razorfish 2014 Tech Summit - Founder/CEO of Bug Labs Peter Semmelhack
Razorfish 2014 Tech Summit - Founder/CEO of Bug Labs Peter SemmelhackRazorfish 2014 Tech Summit - Founder/CEO of Bug Labs Peter Semmelhack
Razorfish 2014 Tech Summit - Founder/CEO of Bug Labs Peter SemmelhackRazorfish
 
Razorfish 2014 Tech Summit - Kick-off by Global CTO Ray Velez
Razorfish 2014 Tech Summit - Kick-off by Global CTO Ray VelezRazorfish 2014 Tech Summit - Kick-off by Global CTO Ray Velez
Razorfish 2014 Tech Summit - Kick-off by Global CTO Ray VelezRazorfish
 
Big Bang The Gigabots
Big Bang The GigabotsBig Bang The Gigabots
Big Bang The GigabotsUS-Ignite
 
As Software eats the World, APIs eat Software
As Software eats the World, APIs eat SoftwareAs Software eats the World, APIs eat Software
As Software eats the World, APIs eat Software3scale
 
Open stack summit spring 2014 hybrid cloud landmines - 2014-05-15
Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15
Open stack summit spring 2014 hybrid cloud landmines - 2014-05-15drumulonimbus
 
Building The Pillars Of Modern Enterprise
Building The Pillars Of Modern EnterpriseBuilding The Pillars Of Modern Enterprise
Building The Pillars Of Modern EnterpriseKrishnan Subramanian
 

Was ist angesagt? (20)

Intel AppUp Day Bologna
Intel AppUp Day BolognaIntel AppUp Day Bologna
Intel AppUp Day Bologna
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Why front-end matters in 2019
Why front-end matters in 2019Why front-end matters in 2019
Why front-end matters in 2019
 
Presentation - Windows app development - I - Mr. Chandan Gupta
Presentation - Windows app development - I - Mr. Chandan GuptaPresentation - Windows app development - I - Mr. Chandan Gupta
Presentation - Windows app development - I - Mr. Chandan Gupta
 
Building a Startup for the Mobile-first, Cloud-first World
Building a Startup for the Mobile-first, Cloud-first WorldBuilding a Startup for the Mobile-first, Cloud-first World
Building a Startup for the Mobile-first, Cloud-first World
 
Web develpment trends 2017
Web develpment trends 2017Web develpment trends 2017
Web develpment trends 2017
 
The changing face of mobile apps in the future of mobile
The changing face of mobile apps in the future of mobileThe changing face of mobile apps in the future of mobile
The changing face of mobile apps in the future of mobile
 
The Future of the Web Is Conversational
The Future of the Web Is ConversationalThe Future of the Web Is Conversational
The Future of the Web Is Conversational
 
Progressive WebVR Apps
Progressive WebVR AppsProgressive WebVR Apps
Progressive WebVR Apps
 
Future of Mobile Web Application and Web App Store
Future of Mobile Web Application and Web App StoreFuture of Mobile Web Application and Web App Store
Future of Mobile Web Application and Web App Store
 
What's Coming Coming Coming
What's Coming Coming ComingWhat's Coming Coming Coming
What's Coming Coming Coming
 
Hybrid Cloud presentation at the Insight Client Event V3
Hybrid Cloud presentation at the Insight Client Event V3Hybrid Cloud presentation at the Insight Client Event V3
Hybrid Cloud presentation at the Insight Client Event V3
 
WTIA Cloud Computing Series - Part IV: Microsofts World View of Cloud Computing
WTIA Cloud Computing Series - Part IV: Microsofts World View of Cloud ComputingWTIA Cloud Computing Series - Part IV: Microsofts World View of Cloud Computing
WTIA Cloud Computing Series - Part IV: Microsofts World View of Cloud Computing
 
Stratégie et évolution de Microsoft IT pour supporter la transformation digit...
Stratégie et évolution de Microsoft IT pour supporter la transformation digit...Stratégie et évolution de Microsoft IT pour supporter la transformation digit...
Stratégie et évolution de Microsoft IT pour supporter la transformation digit...
 
Razorfish 2014 Tech Summit - Founder/CEO of Bug Labs Peter Semmelhack
Razorfish 2014 Tech Summit - Founder/CEO of Bug Labs Peter SemmelhackRazorfish 2014 Tech Summit - Founder/CEO of Bug Labs Peter Semmelhack
Razorfish 2014 Tech Summit - Founder/CEO of Bug Labs Peter Semmelhack
 
Razorfish 2014 Tech Summit - Kick-off by Global CTO Ray Velez
Razorfish 2014 Tech Summit - Kick-off by Global CTO Ray VelezRazorfish 2014 Tech Summit - Kick-off by Global CTO Ray Velez
Razorfish 2014 Tech Summit - Kick-off by Global CTO Ray Velez
 
Big Bang The Gigabots
Big Bang The GigabotsBig Bang The Gigabots
Big Bang The Gigabots
 
As Software eats the World, APIs eat Software
As Software eats the World, APIs eat SoftwareAs Software eats the World, APIs eat Software
As Software eats the World, APIs eat Software
 
Open stack summit spring 2014 hybrid cloud landmines - 2014-05-15
Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15
Open stack summit spring 2014 hybrid cloud landmines - 2014-05-15
 
Building The Pillars Of Modern Enterprise
Building The Pillars Of Modern EnterpriseBuilding The Pillars Of Modern Enterprise
Building The Pillars Of Modern Enterprise
 

Andere mochten auch

Opening the Flood Gates: Font Embedding and Typography
Opening the Flood Gates: Font Embedding and TypographyOpening the Flood Gates: Font Embedding and Typography
Opening the Flood Gates: Font Embedding and Typographymarkboultondesign
 
Student Mentoring Programs: The Why's, How's, and More
Student Mentoring Programs: The Why's, How's, and MoreStudent Mentoring Programs: The Why's, How's, and More
Student Mentoring Programs: The Why's, How's, and MoreCindy Pao
 
Learn how to Responsive web desing
Learn how to Responsive web desing Learn how to Responsive web desing
Learn how to Responsive web desing DHARA
 
Web Design And Development With Open Source
Web Design And Development With Open SourceWeb Design And Development With Open Source
Web Design And Development With Open SourceBaki Goxhaj
 
Introduction to cryptography
Introduction to cryptographyIntroduction to cryptography
Introduction to cryptographyAmir Neziri
 
Social networks security risks
Social networks security risksSocial networks security risks
Social networks security risksosuhaibany
 
Social Networks and Security: What Your Teenager Likely Won't Tell You
Social Networks and Security: What Your Teenager Likely Won't Tell YouSocial Networks and Security: What Your Teenager Likely Won't Tell You
Social Networks and Security: What Your Teenager Likely Won't Tell YouDenim Group
 
Building Social Networks
Building Social NetworksBuilding Social Networks
Building Social Networksnyccamp
 
Data Visualization and Social Network Analysis for Recruiting.
Data Visualization and Social Network Analysis for Recruiting.Data Visualization and Social Network Analysis for Recruiting.
Data Visualization and Social Network Analysis for Recruiting.Matt Charney
 
Improving the Responsive Web Design Process in 2016
Improving the Responsive Web Design Process in 2016Improving the Responsive Web Design Process in 2016
Improving the Responsive Web Design Process in 2016Cristina Chumillas
 
Planning for Responsive: Why Your Developers Hate You
Planning for Responsive: Why Your Developers Hate YouPlanning for Responsive: Why Your Developers Hate You
Planning for Responsive: Why Your Developers Hate YouSteve Floyd
 
Introduction to Cryptography Part I
Introduction to Cryptography Part IIntroduction to Cryptography Part I
Introduction to Cryptography Part IMaksim Djackov
 
FITC - Bootstrap Unleashed
FITC - Bootstrap UnleashedFITC - Bootstrap Unleashed
FITC - Bootstrap UnleashedRami Sayar
 
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin..."Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...Yandex
 
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)arborwebsolutions
 
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...SUGCON
 

Andere mochten auch (20)

Web Typography Fundamentals
Web Typography FundamentalsWeb Typography Fundamentals
Web Typography Fundamentals
 
Opening the Flood Gates: Font Embedding and Typography
Opening the Flood Gates: Font Embedding and TypographyOpening the Flood Gates: Font Embedding and Typography
Opening the Flood Gates: Font Embedding and Typography
 
Drupalcon Redesign Keynote
Drupalcon Redesign KeynoteDrupalcon Redesign Keynote
Drupalcon Redesign Keynote
 
Grids Are Good
Grids Are GoodGrids Are Good
Grids Are Good
 
Student Mentoring Programs: The Why's, How's, and More
Student Mentoring Programs: The Why's, How's, and MoreStudent Mentoring Programs: The Why's, How's, and More
Student Mentoring Programs: The Why's, How's, and More
 
Learn how to Responsive web desing
Learn how to Responsive web desing Learn how to Responsive web desing
Learn how to Responsive web desing
 
Web Design And Development With Open Source
Web Design And Development With Open SourceWeb Design And Development With Open Source
Web Design And Development With Open Source
 
Introduction to cryptography
Introduction to cryptographyIntroduction to cryptography
Introduction to cryptography
 
Social networks security risks
Social networks security risksSocial networks security risks
Social networks security risks
 
Social Networks and Security: What Your Teenager Likely Won't Tell You
Social Networks and Security: What Your Teenager Likely Won't Tell YouSocial Networks and Security: What Your Teenager Likely Won't Tell You
Social Networks and Security: What Your Teenager Likely Won't Tell You
 
Building Social Networks
Building Social NetworksBuilding Social Networks
Building Social Networks
 
Data Visualization and Social Network Analysis for Recruiting.
Data Visualization and Social Network Analysis for Recruiting.Data Visualization and Social Network Analysis for Recruiting.
Data Visualization and Social Network Analysis for Recruiting.
 
Bootstrap Fundamentals
Bootstrap FundamentalsBootstrap Fundamentals
Bootstrap Fundamentals
 
Improving the Responsive Web Design Process in 2016
Improving the Responsive Web Design Process in 2016Improving the Responsive Web Design Process in 2016
Improving the Responsive Web Design Process in 2016
 
Planning for Responsive: Why Your Developers Hate You
Planning for Responsive: Why Your Developers Hate YouPlanning for Responsive: Why Your Developers Hate You
Planning for Responsive: Why Your Developers Hate You
 
Introduction to Cryptography Part I
Introduction to Cryptography Part IIntroduction to Cryptography Part I
Introduction to Cryptography Part I
 
FITC - Bootstrap Unleashed
FITC - Bootstrap UnleashedFITC - Bootstrap Unleashed
FITC - Bootstrap Unleashed
 
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin..."Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
 
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)
 
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...
Brian Beckham - Atomic Design - Modularity Matters: Bringing Atomic Design to...
 

Ähnlich wie Responsive Web Design Basics

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 DirectCantarus
 
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, CantarusInternet World
 
Responsive Web Design | Website Designing
Responsive Web Design | Website DesigningResponsive Web Design | Website Designing
Responsive Web Design | Website DesigningMSA Technosoft
 
20 Tips for High Performance Responsive Design that the Pros Won’t Tell You
20 Tips for High Performance Responsive Design that the Pros Won’t Tell You20 Tips for High Performance Responsive Design that the Pros Won’t Tell You
20 Tips for High Performance Responsive Design that the Pros Won’t Tell YouPatrick Collins
 
3 Ways to Go Mobile First with Responsive Design
3 Ways to Go Mobile First with Responsive Design3 Ways to Go Mobile First with Responsive Design
3 Ways to Go Mobile First with Responsive DesignZURB
 
Mobile SEO Considerations
Mobile SEO ConsiderationsMobile SEO Considerations
Mobile SEO ConsiderationsReva McPollom
 
Responsive web designing
Responsive web designingResponsive web designing
Responsive web designingAanand Bohara
 
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski MeetMagentoNY2014
 
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 BarkleyREIhannonhill
 
BarkleyREI & Hannon Hill Webinar - Responsive Web Design
BarkleyREI & Hannon Hill Webinar - Responsive Web DesignBarkleyREI & Hannon Hill Webinar - Responsive Web Design
BarkleyREI & Hannon Hill Webinar - Responsive Web Designhannonhill
 
UI & API designing services infasta
UI  &  API designing services  infastaUI  &  API designing services  infasta
UI & API designing services infastaShiva Kumar
 
Getting Down & Dirty with Responsive Web Design
Getting Down & Dirty with Responsive Web DesignGetting Down & Dirty with Responsive Web Design
Getting Down & Dirty with Responsive Web Designmartinridgway
 
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGN
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGN
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGNDaveEstonilo
 
Digibury: Getting your web presence mobile ready - David Walker
Digibury: Getting your web presence mobile ready - David WalkerDigibury: Getting your web presence mobile ready - David Walker
Digibury: Getting your web presence mobile ready - David WalkerLizzie Hodgson
 
Responsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needsResponsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needsSEGIC
 
2014 Android and iOS Design Trends
2014 Android and iOS Design Trends2014 Android and iOS Design Trends
2014 Android and iOS Design TrendsRapidValue
 
Intro to Responsive Web Design
Intro to Responsive Web DesignIntro to Responsive Web Design
Intro to Responsive Web Designmeghantaylor
 
Alexa IT Solution Responsive Web designing
Alexa IT Solution Responsive Web designingAlexa IT Solution Responsive Web designing
Alexa IT Solution Responsive Web designingRavi Panchal
 

Ähnlich wie Responsive Web Design Basics (20)

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
 
Responsive Web Design | Website Designing
Responsive Web Design | Website DesigningResponsive Web Design | Website Designing
Responsive Web Design | Website Designing
 
20 Tips for High Performance Responsive Design that the Pros Won’t Tell You
20 Tips for High Performance Responsive Design that the Pros Won’t Tell You20 Tips for High Performance Responsive Design that the Pros Won’t Tell You
20 Tips for High Performance Responsive Design that the Pros Won’t Tell You
 
3 Ways to Go Mobile First with Responsive Design
3 Ways to Go Mobile First with Responsive Design3 Ways to Go Mobile First with Responsive Design
3 Ways to Go Mobile First with Responsive Design
 
Mobile SEO Considerations
Mobile SEO ConsiderationsMobile SEO Considerations
Mobile SEO Considerations
 
Responsive web designing
Responsive web designingResponsive web designing
Responsive web designing
 
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
 
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
 
BarkleyREI & Hannon Hill Webinar - Responsive Web Design
BarkleyREI & Hannon Hill Webinar - Responsive Web DesignBarkleyREI & Hannon Hill Webinar - Responsive Web Design
BarkleyREI & Hannon Hill Webinar - Responsive Web Design
 
UI & API designing services infasta
UI  &  API designing services  infastaUI  &  API designing services  infasta
UI & API designing services infasta
 
Getting Down & Dirty with Responsive Web Design
Getting Down & Dirty with Responsive Web DesignGetting Down & Dirty with Responsive Web Design
Getting Down & Dirty with Responsive Web Design
 
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGN
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGN
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGN
 
Digibury: Getting your web presence mobile ready - David Walker
Digibury: Getting your web presence mobile ready - David WalkerDigibury: Getting your web presence mobile ready - David Walker
Digibury: Getting your web presence mobile ready - David Walker
 
Responsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needsResponsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needs
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
2014 Android and iOS Design Trends
2014 Android and iOS Design Trends2014 Android and iOS Design Trends
2014 Android and iOS Design Trends
 
Intro to Responsive Web Design
Intro to Responsive Web DesignIntro to Responsive Web Design
Intro to Responsive Web Design
 
Alexa IT Solution Responsive Web designing
Alexa IT Solution Responsive Web designingAlexa IT Solution Responsive Web designing
Alexa IT Solution Responsive Web designing
 

Kürzlich hochgeladen

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 

Kürzlich hochgeladen (20)

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 

Responsive Web Design Basics

  • 3. AUSTIN WALKER Senior UX Designer at Credera
  • 5.
  • 6.
  • 7.
  • 9. INTERNET USERS 1995 35MM, 0.6% of world pop. http://www.kpcb.com/internet-trends
  • 10. INTERNET USERS 2014 2.8B, 39% of world pop. http://www.kpcb.com/internet-trends
  • 11. MOBILE PHONE USERS 1995 80MM, 1% of world pop. http://www.kpcb.com/internet-trends
  • 12. MOBILE PHONE USERS 2014 5.2B, 73% of world pop. http://www.kpcb.com/internet-trends
  • 13.
  • 14. THAT WAS IN 2012
  • 15. THAT WAS IN 2012 at a small web conference
  • 16. DEVICE SIZES AND CAPABILITIES CONTINUE TO PROLIFERATE
  • 17. HOW SHOULD WE DELIVER OUR VALUE TO PEOPLE ON DIFFERENT DEVICES?
  • 19. BASIC CRITERIA Discoverability Highly targeted audience or broadly available? Control How detailed do we want to be? Functionality Do we need device specific functionality such as utilizing accelerometers? Overhead Does the value of operating separate customer facing applications outweigh the effort to maintain separate codebases? How quickly can we update?
  • 20. POSSIBLE SOLUTIONS SOLUTION WINS ON LOSES ON Native App Control, Functionality Overhead, Discoverability Mobile Site Control, Discoverability Overhead, Functionality Responsive Discoverability, Overhead Functionality, Control
  • 21. WE’RE GOING TO ASSUME… • We can deliver everything we need to in a browser • We want to quickly reach as many people as easily as possible • We don’t want to maintain separate codebases
  • 22. WE DECIDED TO BUILD A RESPONSIVE WEBSITE
  • 23. WE DECIDED TO BUILD A RESPONSIVE WEBSITE Surprise!
  • 25. LAYOUT VIA GRIDS 1 1 1 1 1 1 1 1 1 1 1 1 Example 12 Column Grid
  • 26. LAYOUT VIA GRIDS Example 12 Column Grid 9 3 12 82 2
  • 27. LAYOUT VIA GRIDS Example 12 Column Grid 9 3 12 82 2
  • 28. LAYOUT VIA GRIDS Example 12 Column Grid 9 3 12 82 2
  • 29. LAYOUT VIA GRIDS Example 12 Column Grid ARTICLE META NAV OVERSIZED HEADLINE
  • 30.
  • 31.
  • 32. LAYOUT VIA GRIDS Example 12 Column Grid ARTICLE META NAV OVERSIZED HEADLINE
  • 33.
  • 34. LAYOUT VIA GRIDS Example 12 Column Grid ARTICLE META NAV OVERSIZED HEADLINE
  • 35. LAYOUT VIA GRIDS Example 12 Column Grid ARTICLE META NAV OVERSIZED HEADLINE
  • 36. LAYOUT VIA GRIDS Example 12 Column Grid ARTICLE META NAV OVERSIZED HEADLINE Too Tight? Breaks out? Unused Width? Wraps?
  • 37. CSS MEDIA QUERIES • CSS defines the visual style of the HTML elements on a page • CSS media queries allow you to define specific visual styles whenever the browser meets certain criteria • Usually based on the width of the browser window
  • 38. CSS MEDIA QUERIES Mobile First For screens larger than X, apply these styles… Desktop First For screens smaller than Y, apply these styles…
  • 39. MOBILE FIRST .headline-container {
 width: 100%;
 } @media screen and (min-width: 320px) {
 .headline-container {
 width: 66.6666667%;
 }
 } Best practice is to start developing ‘Mobile First’ but for this demo we’ll be doing ‘Desktop First’.
  • 40. DESKTOP FIRST .headline-container {
 width: 66.6666667%;
 } @media screen and (max-width: 320px) {
 .headline-container {
 width: 100%;
 }
 } Best practice is to start developing ‘Mobile First’ but for this demo we’ll be doing ‘Desktop First’.
  • 41. LAYOUT VIA GRIDS Example 12 Column Grid ARTICLE META NAV OVERSIZED HEADLINE Too Tight? Breaks out? Unused Width? Wraps?
  • 42. LAYOUT VIA GRIDS Example 12 Column Grid ARTICLE NAV OVERSIZED HEADLINE
  • 43. EXAMPLES This Is Responsive Bare bones responsive layout demo Uncrate Simple layout with responsive aspects The Onion More complex than Uncrate Invision Labs Highly polished responsive example Rally Interactive Highly polished responsive example
  • 44. BEST PRACTICES Keep page 
 weight light Utilize a mobile first approach to ensure you don’t accidentally punish mobile users Characteristics 
 ≠ Capabilities Don’t infer device capability from device characteristics or type Be consistent 
 across breakpoints Don’t unreasonably remove or display content / functionality based on breakpoints
  • 46. CLIENT SIDE + SERVER SIDE • Responsive Web Design is focused on the client side (browser) • RESS = Responsive with Server Side components • Server detects device type based on UA (User Agent) and sends content specifically for that type of device • Benefits of an m. site without a redirect or separate codebase
  • 47. SAFARI USER AGENT STRINGS
  • 48.
  • 49. RESS AT AMAZON Desktop Content Type A Desktop Content Type A iPhone Content Type B
  • 51. THE LATEST DEVELOPMENTS Google’s Mobile Friendly Tag In mobile search results, Google will tag your site as ‘Mobile Friendly’ and penalize you if it’s not Google’s Accelerated Mobile Pages (AMP) Special stripped down HTML pages that Google’s promoting in search results Increasing support 
 for flex box More flexible in layout control than floated columns
  • 53. WHAT WE TALKED ABOUT Device Proliferation As device sizes fragment, we need a solution that covers this breadth Why Responsive Responsive web design provides more breadth but less functionality compared to native apps Grids & Media Queries We can adapt the layout (and other) characteristics of our site for different devices RESS & Latest Developments New approaches continue to be developed to meet different needs
  • 54. LEARNING MORE CODE Google Developers (Mobile) Codepen Codrops Playground Twitter Bootstrap RESOURCES This Is Responsive A List Apart A Book Apart PEOPLE Brad Frost Luke W. Ethan Marcotte Scott Jehl
  • 55. • RWD is only a small 
 part of what we do • Our Technology
 Solutions practice covers
 custom app dev,
 eCommerce, mobile
 apps, analytics and other • We’re looking for FEDs in
 the UX practice CREDERA MC UX TECH
  • 56.
  • 57. AUSTIN WALKER Senior UX Designer at Credera awalker@credera.com
  • 58. credera.com/careers ▪ ux.credera.com ▪ awalker@credera.com