Responsive Design
      By Alard Weisscher
Boston Globe
Alard Weisscher
    By Alard Weisscher
In the beginning …




   .page { width: 960px }
Ingredients




    1.  Flexible grid based layout
    2.  Flexible images and media
    3.  Media queries
Using percentages instead of fixed values.
  Sizing related to its context. Strange nrs …
Scaling images.
Meet max-width: 100%, overflow and the IE nightmares
Media queries
@media	
  screen	
  and	
  (min-­‐width:	
  1024px)	
  {	
  …	
  },	
  
       <meta	
  name=‘viewport’	
  …	
  />	
  	
  
The DARK SIDE of responsive design
Browser resizing of images




BIG files for mobile, processor intensive,
 media queries support flaky in mobile
On the fly generation of right size




Experiment: use javascript and PHP to generate a
               image on the fly.
Heavy footprint of files on mobile




              Javascript, CSS files, images
e.g. NY times mobile (54K) vs NY times desktop (637.4K)
Mobile First




Default is light weight, progressively build
                  upwards.
But hey! … mobile is a different context




  People have different needs in different contexts.
           Touch proof? Poor connectivity?
Can you even ‘detect’ if a person is in a mobile context?
RD Resources




Google:	
  responsive	
  design	
  tools	
  
Responsive design beyond the Web




      Interactive Video / TV world

More Related Content

PPTX
Future Technology Trends
KEY
Mobile Devices
PPTX
SimLibrary
PPTX
PPT
Adecco Workplace Economy
PPTX
Ingilizceportfolyoimdikizaman
PPTX
health problems
PPTX
Pasttense
Future Technology Trends
Mobile Devices
SimLibrary
Adecco Workplace Economy
Ingilizceportfolyoimdikizaman
health problems
Pasttense

Similar to Responsive design (20)

PDF
Devon 2011-f-1 반응형 웹 디자인
PDF
Media queries
KEY
Stocktwits & Responsive Web Design, social network meets flexible framework
PDF
Responsive Web Design: Clever Tips and Techniques
PPTX
Responsive Web Design Overview 2013
PDF
Phil Bracikowski [InfluxData] | InfluxDB Cloud Durability Walkthrough | Influ...
PDF
Responsive Web Design tips and tricks.
PDF
Rwd slidedeck
KEY
John Kivit - Shareforce - Responsive Design - Mobile Pioneers
PDF
Exploring Adaptive Interfaces [Generate 2017]
KEY
Responsive Web Design
PDF
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)
PPTX
Responsive Web Design - What You Need to Know to Get Started
PDF
Pinkoi Mobile Web
PPTX
Developing for Responsive Design - Frederic Welterlin
PPTX
3 Approaches to Mobile - An A to Z Primer.
PDF
Beyond Responsive Web Design
PDF
Responsive web design
PPTX
Stc 2015 preparing legacy projects for responsive design - design issues
PDF
Infochimps #1 Big Data Platform for the Cloud
Devon 2011-f-1 반응형 웹 디자인
Media queries
Stocktwits & Responsive Web Design, social network meets flexible framework
Responsive Web Design: Clever Tips and Techniques
Responsive Web Design Overview 2013
Phil Bracikowski [InfluxData] | InfluxDB Cloud Durability Walkthrough | Influ...
Responsive Web Design tips and tricks.
Rwd slidedeck
John Kivit - Shareforce - Responsive Design - Mobile Pioneers
Exploring Adaptive Interfaces [Generate 2017]
Responsive Web Design
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)
Responsive Web Design - What You Need to Know to Get Started
Pinkoi Mobile Web
Developing for Responsive Design - Frederic Welterlin
3 Approaches to Mobile - An A to Z Primer.
Beyond Responsive Web Design
Responsive web design
Stc 2015 preparing legacy projects for responsive design - design issues
Infochimps #1 Big Data Platform for the Cloud
Ad

Recently uploaded (20)

PDF
Getting started with AI Agents and Multi-Agent Systems
PDF
STKI Israel Market Study 2025 version august
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
Enhancing emotion recognition model for a student engagement use case through...
PPTX
Configure Apache Mutual Authentication
PDF
Hindi spoken digit analysis for native and non-native speakers
PDF
A proposed approach for plagiarism detection in Myanmar Unicode text
PDF
Architecture types and enterprise applications.pdf
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Two-dimensional Klein-Gordon and Sine-Gordon numerical solutions based on dee...
PDF
Flame analysis and combustion estimation using large language and vision assi...
PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PPTX
2018-HIPAA-Renewal-Training for executives
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PPTX
Benefits of Physical activity for teenagers.pptx
PDF
CloudStack 4.21: First Look Webinar slides
PDF
Five Habits of High-Impact Board Members
PDF
Credit Without Borders: AI and Financial Inclusion in Bangladesh
Getting started with AI Agents and Multi-Agent Systems
STKI Israel Market Study 2025 version august
Zenith AI: Advanced Artificial Intelligence
Enhancing emotion recognition model for a student engagement use case through...
Configure Apache Mutual Authentication
Hindi spoken digit analysis for native and non-native speakers
A proposed approach for plagiarism detection in Myanmar Unicode text
Architecture types and enterprise applications.pdf
1 - Historical Antecedents, Social Consideration.pdf
Two-dimensional Klein-Gordon and Sine-Gordon numerical solutions based on dee...
Flame analysis and combustion estimation using large language and vision assi...
Developing a website for English-speaking practice to English as a foreign la...
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
Taming the Chaos: How to Turn Unstructured Data into Decisions
2018-HIPAA-Renewal-Training for executives
A contest of sentiment analysis: k-nearest neighbor versus neural network
Benefits of Physical activity for teenagers.pptx
CloudStack 4.21: First Look Webinar slides
Five Habits of High-Impact Board Members
Credit Without Borders: AI and Financial Inclusion in Bangladesh
Ad

Responsive design