SlideShare a Scribd company logo
1 of 43
Download to read offline
01
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
Hi!
02
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
Hi!
Shank Raval, XDD
Mobile Social Platforms
03
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
1 / Theory
2/ Practical
04
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
A LITTLE HISTORY
“Responsive web design offers us a way forward, finally allowing us to design
for the ebb and flow of things.” - Ethan Marcotte @beep
05
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
WHAT
Things move around, scale, appear, disappear so that it looks good and works
on whatever device you use.....
06
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
WHAT
Responsive web design means designing your website so that the content and
layout responds to screen size, orientation of device, platform, and (sometimes)
context.
07
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
WHY
“Day by day, the number of devices, platforms, and browsers that need to work
with your site grows. Responsive web design represents a fundamental shift
in how we’ll build websites for the decade to come.”
- Jeffery Veen @veen
08
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
WHY
Yesterday / 2009
Fixed Width, Mobile Optimized Websites, Desktop Specific Apps
09
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
WHY
Today / 2014
Smart TV, Web Apps, Game Consoles, Tablets Everywhere, Phablets, Watches!
010
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
BUZZWORD ALERT!
PROGRESSIVE ENHANCEMENT
GRACEFUL DEGRADATION
011
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
INGREDIENTS
HOW
Fluid Grids
Responsive
Images
Media
Queries
012
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
HOW
http://www.profoundgrid.com/examples/fluid.html
Fluid Grids
Responsive
Images
Media
Queries
A fluid grid structures your content. The content responds to the size of the
display.
013
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
HOW
http://www.profoundgrid.com/examples/fluid.html
Fluid Grids
Responsive
Images
Media
Queries
No more fixed pixels. It’s all proportions & MATH.
TARGET/CONTEXT = RESULT
014
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
HOW
Fluid Grids
Responsive
Images
Media
Queries
No more fixed pixels. It’s all percentage & MATH.
TARGET/CONTEXT = RESULT
960px/1920px = 50%
015
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
HOW
http://www.profoundgrid.com/examples
Fluid Grids
Responsive
Images
Media
Queries
It’s not just a fluid grid anymore. Evolution!
016
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
HOW
Fluid Grids
Responsive
Images
Media
Queries
Fluid images. Images matches the width of the container. Super easy.
017
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
HOW
Fluid Grids
Responsive
Images
Media
Queries
Crop images dynamically. Because fluid does not work for every image.
018
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
HOW
Fluid Grids
Responsive
Images
Media
Queries
Switch images. Really important for slower connections.
019
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
#TIP
Fluid Grids
Responsive
Images
Media
Queries
SVG. Font Icons.
020
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
HOW
Fluid Grids
Responsive
Images
Media
Queries
Media queries are an extension to HTML5 that allows features of a user’s
display to determine the CSS delivered to the device.
021
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
#TIP
Fluid Grids
Responsive
Images
Media
Queries
Design from the content out - content decides breakpoints
Design is how it works - not how it looks!
022
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
BUZZWORD ALERT!
“Adaptive web design,” as I use it, is about creating interfaces that adapt to the
user’s capabilities (in terms of both form and function).
- Aaron Gustafson @AaronGustafson
http://bradfrost.com/blog/post/the-many-faces-of-adaptive-design/
Adaptive
Responsive
ADAPTIVE VS RESPONSIVE
023
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
BUZZWORD ALERT!
MOBILE FIRST
Progressive enhancement won - for now!
PROGRESSIVE ENHANCEMENT
GRACEFUL DEGRADATION
024
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
WHEN
CONTEXT
User Project Business
025
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
PROCESS
REMEMBER?
026
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
PROCESS
NOW
027
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
BUZZWORD ALERT!
COPE
Create Once Publish Everywhere!
028
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
BUZZWORD ALERT!
ATOMIC DESIGN
We should accept that design and layout can be treated and discussed
separately from each other.
-Andy Clarke
029
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
FURTHER READING
A LIST APART
030
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
1 / Theory
2/ Practical
031
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
SKETCHING!
BRIEF #1
A web magazine.
Don’t overthink. Choose three key pages.
032
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
SKETCHING!
BRIEF #2
A shopping site.
Don’t overthink. Choose three key pages.
033
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
THANKS!
shashank.raval@rga.com
034
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
CHECK OUT
sidebar.io
035
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
CHECK OUT
http://bradfrost.github.io/this-is-responsive/patterns.html
036
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
CHECK OUT
http://patterntap.com/
037
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
CHECK OUT
http://www.mobile-patterns.com/
038
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
CHECK OUT
http://mediaqueri.es/
039
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
CHECK OUT
http://www.pttrns.com/
040
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
CHECK OUT
http://responsivenews.co.uk/
041
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
CHECK OUT
http://designinstruct.com/web-design/responsive-css-grid/
042
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
CHECK OUT
http://responsivedesign.is/resources
043
Responsive Design
PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED.
April, 2015
CHECK OUT
http://ux.mailchimp.com/patterns/

More Related Content

Viewers also liked

Viewers also liked (20)

Jak a kdy využít crowdfunding? Pro (UP) Zlín
Jak a kdy využít crowdfunding? Pro (UP) ZlínJak a kdy využít crowdfunding? Pro (UP) Zlín
Jak a kdy využít crowdfunding? Pro (UP) Zlín
 
247 w013
247 w013247 w013
247 w013
 
IOT
IOTIOT
IOT
 
What's The Abbreviation??
What's The Abbreviation??What's The Abbreviation??
What's The Abbreviation??
 
Tugas internet of things
Tugas internet of thingsTugas internet of things
Tugas internet of things
 
Tugas pti.internet of things
Tugas pti.internet of thingsTugas pti.internet of things
Tugas pti.internet of things
 
From Ideas to Execution
From Ideas to ExecutionFrom Ideas to Execution
From Ideas to Execution
 
Chapter 13
Chapter 13Chapter 13
Chapter 13
 
Bos mi mts
Bos mi mtsBos mi mts
Bos mi mts
 
7 Ways to Embrace in Occupational Therapy Month
7 Ways to Embrace in Occupational Therapy Month7 Ways to Embrace in Occupational Therapy Month
7 Ways to Embrace in Occupational Therapy Month
 
Assessment use in Hiring - 2015
Assessment use in Hiring - 2015Assessment use in Hiring - 2015
Assessment use in Hiring - 2015
 
Chapter 13
Chapter 13Chapter 13
Chapter 13
 
Dell
DellDell
Dell
 
IOT
IOTIOT
IOT
 
Raise Product Feedback
Raise Product FeedbackRaise Product Feedback
Raise Product Feedback
 
Cartilla retie
Cartilla retieCartilla retie
Cartilla retie
 
Daily Assistance Devices
Daily Assistance DevicesDaily Assistance Devices
Daily Assistance Devices
 
Chapter 13
Chapter 13Chapter 13
Chapter 13
 
Rajeev CV
Rajeev CVRajeev CV
Rajeev CV
 
IOT
IOTIOT
IOT
 

Similar to Responsive101

Launch Academy Introduction to Lean UX Workshop - February 2014
Launch Academy Introduction to Lean UX Workshop - February 2014Launch Academy Introduction to Lean UX Workshop - February 2014
Launch Academy Introduction to Lean UX Workshop - February 2014
Marc Baumgartner
 
JahiaOne - HomeAway says "There are very few things you CAN'T do with Jahia"
JahiaOne - HomeAway says "There are very few things you CAN'T do with Jahia" JahiaOne - HomeAway says "There are very few things you CAN'T do with Jahia"
JahiaOne - HomeAway says "There are very few things you CAN'T do with Jahia"
Jahia Solutions Group
 
The Role of Mobile Web in Optimizing Sales, Service & Cross-sell - with Comca...
The Role of Mobile Web in Optimizing Sales, Service & Cross-sell - with Comca...The Role of Mobile Web in Optimizing Sales, Service & Cross-sell - with Comca...
The Role of Mobile Web in Optimizing Sales, Service & Cross-sell - with Comca...
Shoaib Alam
 

Similar to Responsive101 (20)

Designing with Everybody
Designing with EverybodyDesigning with Everybody
Designing with Everybody
 
Agile 2015 architecture (draft)
Agile 2015 architecture (draft)Agile 2015 architecture (draft)
Agile 2015 architecture (draft)
 
Conversion Mythbusting
Conversion MythbustingConversion Mythbusting
Conversion Mythbusting
 
Building an app across 11 arabic countries
Building an app across 11 arabic countriesBuilding an app across 11 arabic countries
Building an app across 11 arabic countries
 
2015/12/9 Spark Meetup December講演資料
2015/12/9 Spark Meetup December講演資料2015/12/9 Spark Meetup December講演資料
2015/12/9 Spark Meetup December講演資料
 
What on-earth-is-seo-in-2014
What on-earth-is-seo-in-2014What on-earth-is-seo-in-2014
What on-earth-is-seo-in-2014
 
thinkmakedo-2016
thinkmakedo-2016thinkmakedo-2016
thinkmakedo-2016
 
When Content Meets Data, Big Things Happen - Peter Krmpotic, Adobe
When Content Meets Data, Big Things Happen - Peter Krmpotic, AdobeWhen Content Meets Data, Big Things Happen - Peter Krmpotic, Adobe
When Content Meets Data, Big Things Happen - Peter Krmpotic, Adobe
 
Managing Customer Experience in Multichannel Environments
Managing Customer Experience in Multichannel EnvironmentsManaging Customer Experience in Multichannel Environments
Managing Customer Experience in Multichannel Environments
 
Getting Your Boss Excited about Mobile Marketing
Getting Your Boss Excited about Mobile MarketingGetting Your Boss Excited about Mobile Marketing
Getting Your Boss Excited about Mobile Marketing
 
Design Thinking to accelerate Innovation - Masterclass on RLC2015 Barcelona
Design Thinking to accelerate Innovation - Masterclass on RLC2015 BarcelonaDesign Thinking to accelerate Innovation - Masterclass on RLC2015 Barcelona
Design Thinking to accelerate Innovation - Masterclass on RLC2015 Barcelona
 
Design Thinking to accelerate Innovation - Masterclass on RLC2015 Barcelona
Design Thinking to accelerate Innovation - Masterclass on RLC2015 BarcelonaDesign Thinking to accelerate Innovation - Masterclass on RLC2015 Barcelona
Design Thinking to accelerate Innovation - Masterclass on RLC2015 Barcelona
 
Agile in Operations, DevOps and Architecture
Agile in Operations, DevOps and ArchitectureAgile in Operations, DevOps and Architecture
Agile in Operations, DevOps and Architecture
 
Launch Academy Introduction to Lean UX Workshop - February 2014
Launch Academy Introduction to Lean UX Workshop - February 2014Launch Academy Introduction to Lean UX Workshop - February 2014
Launch Academy Introduction to Lean UX Workshop - February 2014
 
JahiaOne - HomeAway says "There are very few things you CAN'T do with Jahia"
JahiaOne - HomeAway says "There are very few things you CAN'T do with Jahia" JahiaOne - HomeAway says "There are very few things you CAN'T do with Jahia"
JahiaOne - HomeAway says "There are very few things you CAN'T do with Jahia"
 
The Role of Mobile Web in Optimizing Sales, Service & Cross-sell - with Comca...
The Role of Mobile Web in Optimizing Sales, Service & Cross-sell - with Comca...The Role of Mobile Web in Optimizing Sales, Service & Cross-sell - with Comca...
The Role of Mobile Web in Optimizing Sales, Service & Cross-sell - with Comca...
 
kstandifer_resume-16
kstandifer_resume-16kstandifer_resume-16
kstandifer_resume-16
 
Create a happy ending for data-driven decision-making
Create a happy ending for data-driven decision-makingCreate a happy ending for data-driven decision-making
Create a happy ending for data-driven decision-making
 
Create Great Quarterly Plans While Eliminating Planning Waste
Create Great Quarterly Plans While Eliminating Planning WasteCreate Great Quarterly Plans While Eliminating Planning Waste
Create Great Quarterly Plans While Eliminating Planning Waste
 
A Week in the Life (of DevOps)
A Week in the Life (of DevOps)A Week in the Life (of DevOps)
A Week in the Life (of DevOps)
 

Recently uploaded

一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
wpkuukw
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
mark11275
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
nirzagarg
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
tbatkhuu1
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
TusharBahuguna2
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
amitlee9823
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
amitlee9823
 

Recently uploaded (20)

Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentation
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
 
Real service provider college girl Mira Road 8976425520
Real service provider college girl Mira Road 8976425520Real service provider college girl Mira Road 8976425520
Real service provider college girl Mira Road 8976425520
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
 
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experiencedWhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
 
Book Paid In Vashi In 8976425520 Navi Mumbai Call Girls
Book Paid In Vashi In 8976425520 Navi Mumbai Call GirlsBook Paid In Vashi In 8976425520 Navi Mumbai Call Girls
Book Paid In Vashi In 8976425520 Navi Mumbai Call Girls
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
 

Responsive101

  • 1. 01 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 Hi!
  • 2. 02 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 Hi! Shank Raval, XDD Mobile Social Platforms
  • 3. 03 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 1 / Theory 2/ Practical
  • 4. 04 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 A LITTLE HISTORY “Responsive web design offers us a way forward, finally allowing us to design for the ebb and flow of things.” - Ethan Marcotte @beep
  • 5. 05 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 WHAT Things move around, scale, appear, disappear so that it looks good and works on whatever device you use.....
  • 6. 06 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 WHAT Responsive web design means designing your website so that the content and layout responds to screen size, orientation of device, platform, and (sometimes) context.
  • 7. 07 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 WHY “Day by day, the number of devices, platforms, and browsers that need to work with your site grows. Responsive web design represents a fundamental shift in how we’ll build websites for the decade to come.” - Jeffery Veen @veen
  • 8. 08 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 WHY Yesterday / 2009 Fixed Width, Mobile Optimized Websites, Desktop Specific Apps
  • 9. 09 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 WHY Today / 2014 Smart TV, Web Apps, Game Consoles, Tablets Everywhere, Phablets, Watches!
  • 10. 010 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 BUZZWORD ALERT! PROGRESSIVE ENHANCEMENT GRACEFUL DEGRADATION
  • 11. 011 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 INGREDIENTS HOW Fluid Grids Responsive Images Media Queries
  • 12. 012 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 HOW http://www.profoundgrid.com/examples/fluid.html Fluid Grids Responsive Images Media Queries A fluid grid structures your content. The content responds to the size of the display.
  • 13. 013 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 HOW http://www.profoundgrid.com/examples/fluid.html Fluid Grids Responsive Images Media Queries No more fixed pixels. It’s all proportions & MATH. TARGET/CONTEXT = RESULT
  • 14. 014 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 HOW Fluid Grids Responsive Images Media Queries No more fixed pixels. It’s all percentage & MATH. TARGET/CONTEXT = RESULT 960px/1920px = 50%
  • 15. 015 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 HOW http://www.profoundgrid.com/examples Fluid Grids Responsive Images Media Queries It’s not just a fluid grid anymore. Evolution!
  • 16. 016 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 HOW Fluid Grids Responsive Images Media Queries Fluid images. Images matches the width of the container. Super easy.
  • 17. 017 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 HOW Fluid Grids Responsive Images Media Queries Crop images dynamically. Because fluid does not work for every image.
  • 18. 018 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 HOW Fluid Grids Responsive Images Media Queries Switch images. Really important for slower connections.
  • 19. 019 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 #TIP Fluid Grids Responsive Images Media Queries SVG. Font Icons.
  • 20. 020 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 HOW Fluid Grids Responsive Images Media Queries Media queries are an extension to HTML5 that allows features of a user’s display to determine the CSS delivered to the device.
  • 21. 021 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 #TIP Fluid Grids Responsive Images Media Queries Design from the content out - content decides breakpoints Design is how it works - not how it looks!
  • 22. 022 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 BUZZWORD ALERT! “Adaptive web design,” as I use it, is about creating interfaces that adapt to the user’s capabilities (in terms of both form and function). - Aaron Gustafson @AaronGustafson http://bradfrost.com/blog/post/the-many-faces-of-adaptive-design/ Adaptive Responsive ADAPTIVE VS RESPONSIVE
  • 23. 023 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 BUZZWORD ALERT! MOBILE FIRST Progressive enhancement won - for now! PROGRESSIVE ENHANCEMENT GRACEFUL DEGRADATION
  • 24. 024 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 WHEN CONTEXT User Project Business
  • 25. 025 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 PROCESS REMEMBER?
  • 26. 026 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 PROCESS NOW
  • 27. 027 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 BUZZWORD ALERT! COPE Create Once Publish Everywhere!
  • 28. 028 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 BUZZWORD ALERT! ATOMIC DESIGN We should accept that design and layout can be treated and discussed separately from each other. -Andy Clarke
  • 29. 029 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 FURTHER READING A LIST APART
  • 30. 030 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 1 / Theory 2/ Practical
  • 31. 031 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 SKETCHING! BRIEF #1 A web magazine. Don’t overthink. Choose three key pages.
  • 32. 032 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 SKETCHING! BRIEF #2 A shopping site. Don’t overthink. Choose three key pages.
  • 33. 033 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 THANKS! shashank.raval@rga.com
  • 34. 034 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 CHECK OUT sidebar.io
  • 35. 035 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 CHECK OUT http://bradfrost.github.io/this-is-responsive/patterns.html
  • 36. 036 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 CHECK OUT http://patterntap.com/
  • 37. 037 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 CHECK OUT http://www.mobile-patterns.com/
  • 38. 038 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 CHECK OUT http://mediaqueri.es/
  • 39. 039 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 CHECK OUT http://www.pttrns.com/
  • 40. 040 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 CHECK OUT http://responsivenews.co.uk/
  • 41. 041 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 CHECK OUT http://designinstruct.com/web-design/responsive-css-grid/
  • 42. 042 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 CHECK OUT http://responsivedesign.is/resources
  • 43. 043 Responsive Design PROPRIETARY & CONFIDENTIAL. © 2014 R/GA ALL RIGHTS RESERVED. April, 2015 CHECK OUT http://ux.mailchimp.com/patterns/