SlideShare a Scribd company logo
1 of 96
Download to read offline
Responsive Design
Joel Boonstra

joel@agathongroup.com
@jboonstra
How We Design(ed)
Oh Yeah, Mobile!
http://wtfmobileweb.com/post/54912647443/
What Do We Do?
What’s the problem?
http://wtfmobileweb.com/post/55600401786/
http://wtfmobileweb.com/post/54793886495/
What Do We Do Instead?
Responsive Design
How Does It Work?
Responsive Websites Have...
Responsive Websites Have...

• Flexible Content
Responsive Websites Have...

• Flexible Content
• Dynamic Design
Flexible Content
img {
max-width: 100%;
}
Dynamic Design
/* styles for all screen widths go here */
@media screen and (max-width: 700px) {
/* browsers 700px and smaller get these
styles */
}
New Mobile Devices Per Day

http://www.lukew.com/ff/entry.asp?1728
New Mobile Devices Per Day

1,450,000

2011

2012

http://www.lukew.com/ff/entry.asp?1728
New Mobile Devices Per Day
3,600,000

1,450,000

2011

2012

http://www.lukew.com/ff/entry.asp?1728
Worldwide Mobile

http://www.lukew.com/ff/entry.asp?1644
Worldwide Mobile
•

Over 1 billion smartphones worldwide.

http://www.lukew.com/ff/entry.asp?1644
Worldwide Mobile
•
•

Over 1 billion smartphones worldwide.
16 years to reach 1 billion.

http://www.lukew.com/ff/entry.asp?1644
Worldwide Mobile
•
•
•

Over 1 billion smartphones worldwide.
16 years to reach 1 billion.
Estimated 3 years to reach 2 billion.

http://www.lukew.com/ff/entry.asp?1644
Worldwide Mobile
•
•
•
•

Over 1 billion smartphones worldwide.
16 years to reach 1 billion.
Estimated 3 years to reach 2 billion.
46% of the population has at least one
active mobile device.

http://www.lukew.com/ff/entry.asp?1644
/* styles for all screen widths go here */
@media screen and (max-width: 700px) {
/* browsers 700px and smaller get these
styles */
}
/* styles for all screen widths go here */
@media screen and (min-width: 1005px) {
/* browsers 1005px and wider get these
styles */
}
/* styles for all screen widths go here */
@media screen and (min-width: 1005px) {
/* browsers 1005px and wider get these
styles */
}
/* styles for all screen widths go here */
@media screen and (min-width: 1005px) {
/* browsers 1005px and wider get these
styles */
}
@media screen and (min-width: 1200px) {
/* browsers 1200px and wider get these
styles */
}
Technical Considerations
Technical Considerations

•

Bandwidth
Technical Considerations

•
•

Bandwidth
Context
Technical Considerations

•
•
•

Bandwidth
Context
Images - https://github.com/scottjehl/
picturefill
Technical Considerations

•
•
•

Bandwidth

•

Maintenance

Context
Images - https://github.com/scottjehl/
picturefill
The Future
Further Reading
Further Reading
•

http://mediaqueri.es/
Further Reading
•
•

http://mediaqueri.es/
http://alistapart.com/
Further Reading
•
•
•

http://mediaqueri.es/
http://alistapart.com/
http://www.lukew.com/ff/
Further Reading
•
•
•
•

http://mediaqueri.es/
http://alistapart.com/
http://www.lukew.com/ff/
http://aneventapart.com/
Questions
Thanks!
Joel Boonstra

joel@agathongroup.com
@jboonstra

More Related Content

Similar to Responsive Design

Responsive web design
Responsive web designResponsive web design
Responsive web design
erikkross
 
Basic Responsive Theming - Somedutta Ghosh
Basic Responsive Theming - Somedutta GhoshBasic Responsive Theming - Somedutta Ghosh
Basic Responsive Theming - Somedutta Ghosh
Drupal Camp Delhi
 
Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013
Jason Grigsby
 
Responsive Web Design & the state of the Web
Responsive Web Design & the state of the WebResponsive Web Design & the state of the Web
Responsive Web Design & the state of the Web
Yiannis Konstantakopoulos
 
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScriptjQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
Philipp Bosch
 

Similar to Responsive Design (20)

Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Basic Responsive Theming - Somedutta Ghosh
Basic Responsive Theming - Somedutta GhoshBasic Responsive Theming - Somedutta Ghosh
Basic Responsive Theming - Somedutta Ghosh
 
Beyond being responsive, a mobile first strategy
Beyond being responsive, a mobile first strategyBeyond being responsive, a mobile first strategy
Beyond being responsive, a mobile first strategy
 
The future of BYU web design
The future of BYU web designThe future of BYU web design
The future of BYU web design
 
Responsive Design & Mobile First
Responsive Design & Mobile FirstResponsive Design & Mobile First
Responsive Design & Mobile First
 
Responding to the challenge of the mobile web (2012)
Responding to the challenge of the mobile web (2012)Responding to the challenge of the mobile web (2012)
Responding to the challenge of the mobile web (2012)
 
Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013
 
Beyond Responsive Web Design
Beyond Responsive Web DesignBeyond Responsive Web Design
Beyond Responsive Web Design
 
Responsive Web Design (HeadStart TechTalks)
Responsive Web Design (HeadStart TechTalks)Responsive Web Design (HeadStart TechTalks)
Responsive Web Design (HeadStart TechTalks)
 
Mobile First - WCJ 2012
Mobile First - WCJ 2012Mobile First - WCJ 2012
Mobile First - WCJ 2012
 
Empowering Multiscreen web and mobile applications with Mobilespear
Empowering Multiscreen web and mobile applications with MobilespearEmpowering Multiscreen web and mobile applications with Mobilespear
Empowering Multiscreen web and mobile applications with Mobilespear
 
How to create a mobile version of your website
How to create a mobile version of your websiteHow to create a mobile version of your website
How to create a mobile version of your website
 
Building jQuery Mobile Web Apps
Building jQuery Mobile Web AppsBuilding jQuery Mobile Web Apps
Building jQuery Mobile Web Apps
 
Jquery mobile
Jquery mobileJquery mobile
Jquery mobile
 
Mobilism 2011: How to put the mobile in the mobile web
Mobilism 2011: How to put the mobile in the mobile webMobilism 2011: How to put the mobile in the mobile web
Mobilism 2011: How to put the mobile in the mobile web
 
5 Reasons to go Responsive
5 Reasons to go Responsive5 Reasons to go Responsive
5 Reasons to go Responsive
 
Responsive Web Design & the state of the Web
Responsive Web Design & the state of the WebResponsive Web Design & the state of the Web
Responsive Web Design & the state of the Web
 
Simple mobile Websites
Simple mobile WebsitesSimple mobile Websites
Simple mobile Websites
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScriptjQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
 

Recently uploaded

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
 

Recently uploaded (20)

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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
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
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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
 
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
 
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
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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
 

Responsive Design