SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Andere mochten auch

музыка настроения
музыка  настроениямузыка  настроения
музыка настроения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
 

Andere mochten auch (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
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Kürzlich hochgeladen

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
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
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
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
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
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
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 

Kürzlich hochgeladen (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
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
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
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
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
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
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 

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