SlideShare uma empresa Scribd logo
1 de 24
An Introduction

Presenter: Erikk Ross (eross@aii.edu)
Flickr: Roberrific, sucelloleiloes, minitechnet, IQ computer services
   3 million new iPads sold on launch weekend
   iPhone 4 has sold 75 million units
   190 million Android activations
   1.6 billion mobile devices sold to end users in
    2010
   85% of handsets shipped globally in 2011 will
    include a web browser
   Mobile web will be bigger than desktop Internet use by 2015.
    --Morgan Stanley
How do you design a
web site that works well
on all devices?
The long and short of it is that we’re designing
for more devices, more input types, more
resolutions than ever before. The web has moved
beyond the desktop, and it’s not turning back.

– Ethan Marcotte
   Multiple web sites for different devices
   http://site.com/mobile/
   http://mobile.site.com
   http://site.com/ipad/
   http://site.com/iphone/
   http://site.com/android
   http://site.com/ridiculous/
It’s what some of us were going for
with “liquid” web design back in the
1990s, only it doesn’t suck.
–Jeffrey Zeldman
   Example Sites
   Responsive Web Design by
    Ethan Marcotte
   157 pages
   $9 for the e-book
   www.abookapart.com
   Go buy it now, I’ll wait
   A flexible, grid-based layout
   Flexible images and media
   Media queries, a module from the CSS3
    specification.
   No more fixed sizes
     Do not use px…ever. Seriously.
   What about widths?
     %
   What about font sizes?
     em
#blog .main {
            float:   right;
            width:   420px;
 }
 #blog .aside {
            float:   left;
            width:   204px;
 }

    target / context = result
    Left Column:
      204 / 637 = .32025117
    Right column:
      420 /637 = .659340659
#blog .main {
            float:   right;
            width:   65.9340659%; /* 429 / 637 */
 }
 #blog .aside {
            float:   left;
            width:   32.025117%; /* 204 / 637 */
 }
   target / context = result




   Buy this book
img {
   max-width: 100%;
}

  The image will now resize and reflow itself
   proportionally
  It will never be larger than its container.
  Will grow or shrink based on container size
  Can be applied to other HTML tags too:

 img, video, object {
    max-width: 100%;
 }
   Used to change the layout of the page based
    on the size of the display.
@media screen and (max-width: 1100px) {
   /* any screen size 1100px and less will have the following CSS
applied */
 }

@media screen and (max-width: 660px) {
   /* any screen size 660px and less will have the following CSS
applied */
 }

@media screen and (max-width: 340px) {
   /* any screen size 340px and less will have the following CSS
applied */
 }
   Ethan Marcotte’s article that coined the term
    http://www.alistapart.com/articles/responsive-web-design/
   Responsive Web Design, the book
    http://www.abookapart.com/products/responsive-web-design
   Fluid Images, by Ethan Marcotte (Chapter 3 of the book)
    http://www.alistapart.com/articles/fluid-images/
   Fluid Grids, by Ethan Marcotte
    http://www.alistapart.com/articles/fluidgrids/
   Responsive Web Design, another article by Ethan Marcotte
    http://www.netmagazine.com/features/responsive-web-design
   CSS3 Media Queries
    http://webdesignerwall.com/tutorials/css3-media-queries
   Mediaqueries.es, a list of sites using Responsive Web Design techniques
    http://mediaqueri.es/
   This presentation
    http://www.slideshare.net/erikkross/responsive-web-design-12143547

Mais conteúdo relacionado

Destaque

музыка настроения
музыка  настроениямузыка  настроения
музыка настроенияn1957
 
La romanizzazione dell'alfabeto arabo
La romanizzazione dell'alfabeto araboLa romanizzazione dell'alfabeto arabo
La romanizzazione dell'alfabeto araboAlessandro Falvo
 
Coconut creek farm and homestay kumarakom
Coconut creek farm and homestay kumarakomCoconut creek farm and homestay kumarakom
Coconut creek farm and homestay kumarakomullas babu
 
Compensation policies (2)
Compensation policies (2)Compensation policies (2)
Compensation policies (2)MaxvanVeen
 
Berdamai Dengan Diri Sendiri
Berdamai Dengan Diri SendiriBerdamai Dengan Diri Sendiri
Berdamai Dengan Diri SendiriMaria Faustina
 

Destaque (9)

музыка настроения
музыка  настроениямузыка  настроения
музыка настроения
 
La romanizzazione dell'alfabeto arabo
La romanizzazione dell'alfabeto araboLa romanizzazione dell'alfabeto arabo
La romanizzazione dell'alfabeto arabo
 
Kerajaan Banjar dan Bima
Kerajaan Banjar dan BimaKerajaan Banjar dan Bima
Kerajaan Banjar dan Bima
 
Coconut creek farm and homestay kumarakom
Coconut creek farm and homestay kumarakomCoconut creek farm and homestay kumarakom
Coconut creek farm and homestay kumarakom
 
15 COOL STARTUPS TO FOLLOW #2
15 COOL STARTUPS TO FOLLOW #215 COOL STARTUPS TO FOLLOW #2
15 COOL STARTUPS TO FOLLOW #2
 
Compensation policies (2)
Compensation policies (2)Compensation policies (2)
Compensation policies (2)
 
Training curiosity
Training curiosityTraining curiosity
Training curiosity
 
Berdamai Dengan Diri Sendiri
Berdamai Dengan Diri SendiriBerdamai Dengan Diri Sendiri
Berdamai Dengan Diri Sendiri
 
15 COOL STATUPS TO FOLLOW
15 COOL STATUPS TO FOLLOW15 COOL STATUPS TO FOLLOW
15 COOL STATUPS TO FOLLOW
 

Semelhante a Responsive web design

Introduction to Responsive Design v.2
Introduction to Responsive Design v.2Introduction to Responsive Design v.2
Introduction to Responsive Design v.2Clarissa Peterson
 
Content strategy for mobile
Content strategy for mobileContent strategy for mobile
Content strategy for mobileKarolina Szczur
 
Responsive Web Design in iMIS (NiUG Austin 2015)
Responsive Web Design in iMIS (NiUG Austin 2015)Responsive Web Design in iMIS (NiUG Austin 2015)
Responsive Web Design in iMIS (NiUG Austin 2015)Andrea Robertson
 
Responsive web design
Responsive web designResponsive web design
Responsive web designBen MacNeill
 
Great Responsive-ability Web Design
Great Responsive-ability Web DesignGreat Responsive-ability Web Design
Great Responsive-ability Web DesignMike Wilcox
 
Flex Web Development.pdf
Flex Web Development.pdfFlex Web Development.pdf
Flex Web Development.pdfSonia Simi
 
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 webJenifer Hanen
 
Mobile First Responsive Design
Mobile First Responsive DesignMobile First Responsive Design
Mobile First Responsive DesignJason Grigsby
 
Responsive Design & Mobile First
Responsive Design & Mobile FirstResponsive Design & Mobile First
Responsive Design & Mobile FirstLuke Brooker
 
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 2013Jason Grigsby
 
Mobile email - chasing context
Mobile email -  chasing contextMobile email -  chasing context
Mobile email - chasing contextAnna Yeaman
 
The Mobile Development Landscape
The Mobile Development LandscapeThe Mobile Development Landscape
The Mobile Development LandscapeAmbert Ho
 
Responsive UX - One size fits all @BigDesign conference #BigD12
Responsive UX - One size fits all   @BigDesign conference #BigD12Responsive UX - One size fits all   @BigDesign conference #BigD12
Responsive UX - One size fits all @BigDesign conference #BigD12touchtitans
 
CSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive DesignCSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive DesignZoe Gillenwater
 
Designing future proof websites
Designing future proof websitesDesigning future proof websites
Designing future proof websitesFour Kitchens
 
Advancio, Inc. Academy: Responsive Web Design
Advancio, Inc. Academy: Responsive Web DesignAdvancio, Inc. Academy: Responsive Web Design
Advancio, Inc. Academy: Responsive Web DesignAdvancio
 
Responsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPHResponsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPHPeytz Design
 

Semelhante a Responsive web design (20)

Introduction to Responsive Design v.2
Introduction to Responsive Design v.2Introduction to Responsive Design v.2
Introduction to Responsive Design v.2
 
Content strategy for mobile
Content strategy for mobileContent strategy for mobile
Content strategy for mobile
 
Responsive Web Design in iMIS (NiUG Austin 2015)
Responsive Web Design in iMIS (NiUG Austin 2015)Responsive Web Design in iMIS (NiUG Austin 2015)
Responsive Web Design in iMIS (NiUG Austin 2015)
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Great Responsive-ability Web Design
Great Responsive-ability Web DesignGreat Responsive-ability Web Design
Great Responsive-ability Web Design
 
Flex Web Development.pdf
Flex Web Development.pdfFlex Web Development.pdf
Flex Web Development.pdf
 
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
 
Mobile for web developers
Mobile for web developersMobile for web developers
Mobile for web developers
 
Mobile First Responsive Design
Mobile First Responsive DesignMobile First Responsive Design
Mobile First Responsive Design
 
Responsive Design & Mobile First
Responsive Design & Mobile FirstResponsive Design & Mobile First
Responsive Design & Mobile First
 
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
 
Mobile email - chasing context
Mobile email -  chasing contextMobile email -  chasing context
Mobile email - chasing context
 
Responsive and Mobile Design
Responsive and Mobile DesignResponsive and Mobile Design
Responsive and Mobile Design
 
The Mobile Development Landscape
The Mobile Development LandscapeThe Mobile Development Landscape
The Mobile Development Landscape
 
Responsive UX - One size fits all @BigDesign conference #BigD12
Responsive UX - One size fits all   @BigDesign conference #BigD12Responsive UX - One size fits all   @BigDesign conference #BigD12
Responsive UX - One size fits all @BigDesign conference #BigD12
 
CSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive DesignCSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive Design
 
Designing future proof websites
Designing future proof websitesDesigning future proof websites
Designing future proof websites
 
Advancio, Inc. Academy: Responsive Web Design
Advancio, Inc. Academy: Responsive Web DesignAdvancio, Inc. Academy: Responsive Web Design
Advancio, Inc. Academy: Responsive Web Design
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
Responsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPHResponsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPH
 

Último

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
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 TerraformAndrey Devyatkin
 
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 RobisonAnna Loughnan Colquhoun
 
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 CVKhem
 
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)wesley chun
 
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.pdfUK Journal
 
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 WorkerThousandEyes
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
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 DevelopmentsTrustArc
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
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 educationjfdjdjcjdnsjd
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
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 WorkerThousandEyes
 
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.pptxHampshireHUG
 
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 BusinessPixlogix Infotech
 

Último (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
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
 
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
 
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
 
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)
 
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
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
+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...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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
 
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
 
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
 

Responsive web design

  • 1. An Introduction Presenter: Erikk Ross (eross@aii.edu)
  • 2.
  • 3.
  • 4. Flickr: Roberrific, sucelloleiloes, minitechnet, IQ computer services
  • 5. 3 million new iPads sold on launch weekend  iPhone 4 has sold 75 million units  190 million Android activations  1.6 billion mobile devices sold to end users in 2010  85% of handsets shipped globally in 2011 will include a web browser
  • 6. Mobile web will be bigger than desktop Internet use by 2015. --Morgan Stanley
  • 7. How do you design a web site that works well on all devices?
  • 8. The long and short of it is that we’re designing for more devices, more input types, more resolutions than ever before. The web has moved beyond the desktop, and it’s not turning back. – Ethan Marcotte
  • 9.
  • 10. Multiple web sites for different devices  http://site.com/mobile/  http://mobile.site.com  http://site.com/ipad/  http://site.com/iphone/  http://site.com/android  http://site.com/ridiculous/
  • 11.
  • 12.
  • 13. It’s what some of us were going for with “liquid” web design back in the 1990s, only it doesn’t suck. –Jeffrey Zeldman
  • 14.
  • 15.
  • 16. Example Sites
  • 17. Responsive Web Design by Ethan Marcotte  157 pages  $9 for the e-book  www.abookapart.com  Go buy it now, I’ll wait
  • 18. A flexible, grid-based layout  Flexible images and media  Media queries, a module from the CSS3 specification.
  • 19. No more fixed sizes  Do not use px…ever. Seriously.  What about widths?  %  What about font sizes?  em
  • 20. #blog .main { float: right; width: 420px; } #blog .aside { float: left; width: 204px; }  target / context = result  Left Column:  204 / 637 = .32025117  Right column:  420 /637 = .659340659 #blog .main { float: right; width: 65.9340659%; /* 429 / 637 */ } #blog .aside { float: left; width: 32.025117%; /* 204 / 637 */ }
  • 21. target / context = result  Buy this book
  • 22. img { max-width: 100%; }  The image will now resize and reflow itself proportionally  It will never be larger than its container.  Will grow or shrink based on container size  Can be applied to other HTML tags too: img, video, object { max-width: 100%; }
  • 23. Used to change the layout of the page based on the size of the display. @media screen and (max-width: 1100px) { /* any screen size 1100px and less will have the following CSS applied */ } @media screen and (max-width: 660px) { /* any screen size 660px and less will have the following CSS applied */ } @media screen and (max-width: 340px) { /* any screen size 340px and less will have the following CSS applied */ }
  • 24. Ethan Marcotte’s article that coined the term http://www.alistapart.com/articles/responsive-web-design/  Responsive Web Design, the book http://www.abookapart.com/products/responsive-web-design  Fluid Images, by Ethan Marcotte (Chapter 3 of the book) http://www.alistapart.com/articles/fluid-images/  Fluid Grids, by Ethan Marcotte http://www.alistapart.com/articles/fluidgrids/  Responsive Web Design, another article by Ethan Marcotte http://www.netmagazine.com/features/responsive-web-design  CSS3 Media Queries http://webdesignerwall.com/tutorials/css3-media-queries  Mediaqueries.es, a list of sites using Responsive Web Design techniques http://mediaqueri.es/  This presentation http://www.slideshare.net/erikkross/responsive-web-design-12143547