SlideShare uma empresa Scribd logo
1 de 70
RESPONSIVE WEB DESIGN
    (O EN ESPAÑOL.. ALGO MENOS SEXY.. “DISEÑO WEB ADAPTABLE”)




                                                    @DARIO_BARRIO
                                           DBARRIO@EMAGISTER.COM
THE PHYSICAL ARTIFACT IS LOST
THE PHYSICAL ARTIFACT IS LOST
THE PHYSICAL ARTIFACT IS LOST
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
CONSUMIMOS INFORMACIÓN DE FORMAS MUY DIFERENTES
RESPONSIVE WEB DESIGN POR ETHAN MARCOTTE
RESPONSIVE WEB DESIGN POR ETHAN MARCOTTE
HTTP://WWW.ALISTAPART.COM/ARTICLES/RESPONSIVE-WEB-DESIGN/
SEGÚN ETHAN MARCOTTE,



RESPONSIVE WEB DESIGN ES:
SEGÚN ETHAN MARCOTTE,



    RESPONSIVE WEB DESIGN ES:



   “A FLEXIBLE GRID (WITH FLEXIBLE IMAGES)
THAT INCORPORATES MEDIA QUERIES TO CREATE A
        RESPONSIVE, ADAPTIVE LAYOUT.”
SEGÚN EL PROPIO ETHAN
ESTÁ INSPIRADO EN EL CONCEPTO DE “RESPONSIVE ARCHITECTURE”
RESPONSIVE ARCHITECTURE
RESPONSIVE ARCHITECTURE
LOS INGREDIENTES
FLEXIBLE GRID
FLEXIBLE GRID BASED LAYOUT
LA SIGUIENTE DIAPOSITIVA CONTIENE
           MATEMÁTICAS
“THE ALGORITHM”
“THE ALGORITHM”




TARGET ÷ CONTEXT = RESULT
FLEXIBLE GRID BASED LAYOUT
“THE ALGORITHM”

              TARGET ÷ CONTEXT = RESULT


620 ÷ 1024PX = 0.60546875 (HEADER)

360 ÷ 1024PX = 0.3515625 (NAV)

730 ÷ 1024PX = 0.712890625 (ARTICLE)

250 ÷ 1024PX = 0.244240625 (SIDEBAR)
“THE ALGORITHM”


HEADER {
   WIDTH: 60.546875%    /* 620 / 1024 */
}

NAV {
    WIDTH: 35.15625%   /* 360 / 1024 */
}
FLEXIBLE IMAGES
FLEXIBLE IMAGES / MEDIA

•   WEB IS NOT JUST TEXT
FLEXIBLE IMAGES / MEDIA

•   WEB IS NOT JUST TEXT

•   FACEBOOK

•   FLICKR

•   YOUTUBE

•   VIMEO

•   MORE MORE MORE.....
LA REGLA “PATA NEGRA”



IMG {
  MAX-WIDTH: 100%;
}
LA REGLA “PATA NEGRA”



IMG, EMBED, OBJECT, VIDEO {
  MAX-WIDTH: 100%;
}
MEDIA QUERIES
MEDIA TYPES



<LINK REL="STYLESHEET" HREF="GLOBAL.CSS" MEDIA="ALL" />

<LINK REL="STYLESHEET" HREF="MAIN.CSS" MEDIA="SCREEN" />

<LINK REL="STYLESHEET" HREF="PAPER.CSS" MEDIA="PRINT" />
CHAU MEDIA TYPES..

¡ HOLA MEDIA QUERIES !
CSS3 MEDIA QUERIES

•   ANATOMÍA DE UNA MEDIA QUERY:




    @MEDIA SCREEN AND (MIN-WIDTH: 1024PX) {

        BODY {

            FONT-SIZE: 100%;

        }

    }
EL TAMAÑO IMPORTA
EL TAMAÑO IMPORTA



•   CADA DISPOSITIVO TIENE UN “DISPLAY AREA” Y UN
    “RENDERING SURFACE”.

•   LA VENTANA DEL NAVEGADOR ES LA “DISPLAY
    AREA”; LA PANTALLA COMPLETA REPRESENTA LA
    “RENDERING SURFACE”.
EL TAMAÑO IMPORTA
EL TAMAÑO IMPORTA



•   ESTO QUIERE DECIR QUE SI TU LAPTOP TIENE 1200PX
    DE ANCHO DE PANTALLA Y EL BROWSER ESTÁ
    ABIERTO AL 50% DE LA PANTALLA, ENTONCES..
EL TAMAÑO IMPORTA



•   ESTO QUIERE DECIR QUE SI TU LAPTOP TIENE 1200PX
    DE ANCHO DE PANTALLA Y EL BROWSER ESTÁ
    ABIERTO AL 50% DE LA PANTALLA, ENTONCES..

•   RENDERING SURFACE = 1200PX
EL TAMAÑO IMPORTA



•   ESTO QUIERE DECIR QUE SI TU LAPTOP TIENE 1200PX
    DE ANCHO DE PANTALLA Y EL BROWSER ESTÁ
    ABIERTO AL 50% DE LA PANTALLA, ENTONCES..

•   RENDERING SURFACE = 1200PX

•   DISPLAY AREA (VIEWPORT) = 600PX
IMPORTANCIA DE LAS MEDIA QUERIES
IMPORTANCIA DE LAS MEDIA QUERIES
IMPORTANCIA DE LAS MEDIA QUERIES
IMPORTANCIA DE LAS MEDIA QUERIES
IDENTIFICAR PUNTOS DE RUPTURA



@media screen and (max-width: 1050px) {}


@media screen and (max-width: 980px) {}


@media screen and (max-width: 640px) {}


@media screen and (max-width: 320px) {}
¡¡EL CONTENIDO PRIMERO!!
OTRO EJEMPLO: THINK VITAMIN
OTRO EJEMPLO: THINK VITAMIN
OTRO EJEMPLO: THINK VITAMIN
OTRO EJEMPLO: THINK VITAMIN
OTRO EJEMPLO: THINK VITAMIN
¡PROBAR EJEMPLOS!

HTTP://BOSTONGLOBE.COM/


HTTP://WWW.INFORMATIONARCHITECTS.JP/EN/


HTTP://OWLTASTIC.COM/


HTTP://HANDCRAFTEDPIXELS.CO.UK/


HTTP://THINKVITAMIN.COM/


HTTP://SIMPLEBITS.COM/
GRACIAS. PREGUNTAS?




“THE WAY IS SHAPED BY USE,
BUT THEN THE SHAPE IS LOST.
DO NOT HOLD FAST TO SHAPES BUT
LET SENSATION FLOW INTO THE
WORLD AS A RIVER COURSES DOWN
TO THE SEA.—DAO DE JING, SECTION
32, “SHAPES”

Mais conteúdo relacionado

Semelhante a Responsive Web Design

ACCESIBILIDAD WEB la discapacidad & “mi relación con ella”
ACCESIBILIDAD WEB 		la discapacidad & “mi relación con ella”ACCESIBILIDAD WEB 		la discapacidad & “mi relación con ella”
ACCESIBILIDAD WEB la discapacidad & “mi relación con ella”Marcelo Gómez
 
Presentacion Iniciación al Responsive Web Design
Presentacion Iniciación al Responsive Web DesignPresentacion Iniciación al Responsive Web Design
Presentacion Iniciación al Responsive Web DesignGeekia
 
Front end basics - Responsive Web Design
Front end basics - Responsive Web DesignFront end basics - Responsive Web Design
Front end basics - Responsive Web DesignNadal Soler
 
Web móvil: ¿inclusiva y accesible?
Web móvil: ¿inclusiva y accesible?Web móvil: ¿inclusiva y accesible?
Web móvil: ¿inclusiva y accesible?Hernan Beati
 
Diseñando la web móvil con HTML5 y CSS3
Diseñando la web móvil con HTML5 y CSS3Diseñando la web móvil con HTML5 y CSS3
Diseñando la web móvil con HTML5 y CSS3Marta Armada
 
Edición de bolsillo: CSS3, HTML5 y JS para la web móvil
Edición de bolsillo: CSS3, HTML5 y JS para la web móvilEdición de bolsillo: CSS3, HTML5 y JS para la web móvil
Edición de bolsillo: CSS3, HTML5 y JS para la web móvilMarta Armada
 
La Web 2 0 Hoy y en el Futuro Jaime Creixems
La Web 2 0  Hoy y en el Futuro   Jaime CreixemsLa Web 2 0  Hoy y en el Futuro   Jaime Creixems
La Web 2 0 Hoy y en el Futuro Jaime CreixemsJaime Creixems
 
Mobile Primero en Playa Valley 2011
Mobile Primero en Playa Valley 2011Mobile Primero en Playa Valley 2011
Mobile Primero en Playa Valley 2011Maximiliano Firtman
 
Responsive Web Design: reinventando el diseño web
Responsive Web Design: reinventando el diseño webResponsive Web Design: reinventando el diseño web
Responsive Web Design: reinventando el diseño webJavier Usobiaga
 
Responsive web design - frontenders Valencia
Responsive web design - frontenders ValenciaResponsive web design - frontenders Valencia
Responsive web design - frontenders ValenciaJavier Arques Hernández
 
Desarrollo web multidispositivo
Desarrollo web multidispositivoDesarrollo web multidispositivo
Desarrollo web multidispositivodianagtr
 
Historia y evolución del diseño de interfaces visuales
Historia y evolución del diseño de interfaces visualesHistoria y evolución del diseño de interfaces visuales
Historia y evolución del diseño de interfaces visualesAdriana Tienda
 
HTML5, CSS3 y móviles
HTML5, CSS3 y móvilesHTML5, CSS3 y móviles
HTML5, CSS3 y móvilesPideCurso
 
Hi tech entretenimiento
Hi tech  entretenimientoHi tech  entretenimiento
Hi tech entretenimientoAlejandro Eiji
 
Las buenas prácticas oficiales para aplicaciones Symfony
Las buenas prácticas oficiales para aplicaciones SymfonyLas buenas prácticas oficiales para aplicaciones Symfony
Las buenas prácticas oficiales para aplicaciones Symfonysymfony_bcn
 

Semelhante a Responsive Web Design (20)

ACCESIBILIDAD WEB la discapacidad & “mi relación con ella”
ACCESIBILIDAD WEB 		la discapacidad & “mi relación con ella”ACCESIBILIDAD WEB 		la discapacidad & “mi relación con ella”
ACCESIBILIDAD WEB la discapacidad & “mi relación con ella”
 
Presentacion Iniciación al Responsive Web Design
Presentacion Iniciación al Responsive Web DesignPresentacion Iniciación al Responsive Web Design
Presentacion Iniciación al Responsive Web Design
 
Front end basics - Responsive Web Design
Front end basics - Responsive Web DesignFront end basics - Responsive Web Design
Front end basics - Responsive Web Design
 
Brochure A&ATIC 2018
Brochure A&ATIC 2018Brochure A&ATIC 2018
Brochure A&ATIC 2018
 
Web móvil ¿inclusiva y accesible?
Web móvil ¿inclusiva y accesible?Web móvil ¿inclusiva y accesible?
Web móvil ¿inclusiva y accesible?
 
Web móvil: ¿inclusiva y accesible?
Web móvil: ¿inclusiva y accesible?Web móvil: ¿inclusiva y accesible?
Web móvil: ¿inclusiva y accesible?
 
Diseñando la web móvil con HTML5 y CSS3
Diseñando la web móvil con HTML5 y CSS3Diseñando la web móvil con HTML5 y CSS3
Diseñando la web móvil con HTML5 y CSS3
 
Edición de bolsillo: CSS3, HTML5 y JS para la web móvil
Edición de bolsillo: CSS3, HTML5 y JS para la web móvilEdición de bolsillo: CSS3, HTML5 y JS para la web móvil
Edición de bolsillo: CSS3, HTML5 y JS para la web móvil
 
La Web 2 0 Hoy y en el Futuro Jaime Creixems
La Web 2 0  Hoy y en el Futuro   Jaime CreixemsLa Web 2 0  Hoy y en el Futuro   Jaime Creixems
La Web 2 0 Hoy y en el Futuro Jaime Creixems
 
Mobile Primero en Playa Valley 2011
Mobile Primero en Playa Valley 2011Mobile Primero en Playa Valley 2011
Mobile Primero en Playa Valley 2011
 
Responsive Web Design: reinventando el diseño web
Responsive Web Design: reinventando el diseño webResponsive Web Design: reinventando el diseño web
Responsive Web Design: reinventando el diseño web
 
Semana 3 Responsive Design y Media Queries
Semana 3   Responsive Design y Media QueriesSemana 3   Responsive Design y Media Queries
Semana 3 Responsive Design y Media Queries
 
Responsive web design - frontenders Valencia
Responsive web design - frontenders ValenciaResponsive web design - frontenders Valencia
Responsive web design - frontenders Valencia
 
Desarrollo web multidispositivo
Desarrollo web multidispositivoDesarrollo web multidispositivo
Desarrollo web multidispositivo
 
Base de datos aby
Base de datos abyBase de datos aby
Base de datos aby
 
Adobe flash-cs6
Adobe flash-cs6Adobe flash-cs6
Adobe flash-cs6
 
Historia y evolución del diseño de interfaces visuales
Historia y evolución del diseño de interfaces visualesHistoria y evolución del diseño de interfaces visuales
Historia y evolución del diseño de interfaces visuales
 
HTML5, CSS3 y móviles
HTML5, CSS3 y móvilesHTML5, CSS3 y móviles
HTML5, CSS3 y móviles
 
Hi tech entretenimiento
Hi tech  entretenimientoHi tech  entretenimiento
Hi tech entretenimiento
 
Las buenas prácticas oficiales para aplicaciones Symfony
Las buenas prácticas oficiales para aplicaciones SymfonyLas buenas prácticas oficiales para aplicaciones Symfony
Las buenas prácticas oficiales para aplicaciones Symfony
 

Último

Proceso de percepción visual y de reconocimiento
Proceso de percepción visual y de reconocimientoProceso de percepción visual y de reconocimiento
Proceso de percepción visual y de reconocimientoJorge Fernandez
 
Introduccion-a-los-numeros-en-ingles.pptx
Introduccion-a-los-numeros-en-ingles.pptxIntroduccion-a-los-numeros-en-ingles.pptx
Introduccion-a-los-numeros-en-ingles.pptxcalc5597
 
ARQUITECTURA ESCOLAR PÚBLICA COMO PATRIMONIO MODERNO EN CHILE
ARQUITECTURA ESCOLAR PÚBLICA COMO PATRIMONIO MODERNO EN CHILEARQUITECTURA ESCOLAR PÚBLICA COMO PATRIMONIO MODERNO EN CHILE
ARQUITECTURA ESCOLAR PÚBLICA COMO PATRIMONIO MODERNO EN CHILEhayax3
 
Torre 222 sobre instalaciones de este mismo edificio
Torre 222 sobre instalaciones de este mismo edificioTorre 222 sobre instalaciones de este mismo edificio
Torre 222 sobre instalaciones de este mismo edificio2021ArqROLDANBERNALD
 
PLAN DE MANTENIMIENTO DE SISTEMAS DE AGUA CHONTAYOC.docx
PLAN DE MANTENIMIENTO DE SISTEMAS DE AGUA CHONTAYOC.docxPLAN DE MANTENIMIENTO DE SISTEMAS DE AGUA CHONTAYOC.docx
PLAN DE MANTENIMIENTO DE SISTEMAS DE AGUA CHONTAYOC.docxLeo Florez
 
cabildo abierto forma de participación ciudadana
cabildo abierto forma de participación ciudadanacabildo abierto forma de participación ciudadana
cabildo abierto forma de participación ciudadanaMarsielMendoza1
 
Afiche de arquitectura manierista Paola Perez
Afiche de arquitectura manierista Paola PerezAfiche de arquitectura manierista Paola Perez
Afiche de arquitectura manierista Paola PerezPaola575380
 
Arquitectos del Movimiento Moderno Pt. 2.pdf
Arquitectos del Movimiento Moderno Pt. 2.pdfArquitectos del Movimiento Moderno Pt. 2.pdf
Arquitectos del Movimiento Moderno Pt. 2.pdfLeonardoDantasRivas
 
PLANTILLA UNAD JJAJJJJJWRBJHGURGERRTERTRTRY
PLANTILLA UNAD JJAJJJJJWRBJHGURGERRTERTRTRYPLANTILLA UNAD JJAJJJJJWRBJHGURGERRTERTRTRY
PLANTILLA UNAD JJAJJJJJWRBJHGURGERRTERTRTRYkarendaza9506
 
plantilla-de-messi-1.pdf es muy especial
plantilla-de-messi-1.pdf es muy especialplantilla-de-messi-1.pdf es muy especial
plantilla-de-messi-1.pdf es muy especialAndreaMlaga1
 
SESION 05 MOBILIARIO Y EQUIPAMIENTO.pptx
SESION 05 MOBILIARIO Y EQUIPAMIENTO.pptxSESION 05 MOBILIARIO Y EQUIPAMIENTO.pptx
SESION 05 MOBILIARIO Y EQUIPAMIENTO.pptxJustoAlbertoBaltaSmi
 
Torre agbar analisis arquitectonico.....
Torre agbar analisis arquitectonico.....Torre agbar analisis arquitectonico.....
Torre agbar analisis arquitectonico.....estefaniaortizsalina
 
Slaimen Barakat - SLIDESHARE TAREA 3.pdf
Slaimen Barakat - SLIDESHARE TAREA 3.pdfSlaimen Barakat - SLIDESHARE TAREA 3.pdf
Slaimen Barakat - SLIDESHARE TAREA 3.pdfslaimenbarakat
 
Geometrías de la imaginación: Diseño e iconografía de Querétaro
Geometrías de la imaginación: Diseño e iconografía de QuerétaroGeometrías de la imaginación: Diseño e iconografía de Querétaro
Geometrías de la imaginación: Diseño e iconografía de QuerétaroJuan Carlos Fonseca Mata
 
CLASE 2 PSICOTERAPIA COGNITIVO CONDUCTUAL.pdf
CLASE 2 PSICOTERAPIA COGNITIVO CONDUCTUAL.pdfCLASE 2 PSICOTERAPIA COGNITIVO CONDUCTUAL.pdf
CLASE 2 PSICOTERAPIA COGNITIVO CONDUCTUAL.pdfDanielaPrezMartnez3
 
INICIOS DEL MOVIMIENTO MODERNO 1900-1930.pdf
INICIOS DEL MOVIMIENTO MODERNO 1900-1930.pdfINICIOS DEL MOVIMIENTO MODERNO 1900-1930.pdf
INICIOS DEL MOVIMIENTO MODERNO 1900-1930.pdfBrbara57940
 
POESÍA ERÓTICA DEL SIGLO XVIII - SERIA Y CARNAL
POESÍA ERÓTICA DEL SIGLO XVIII - SERIA Y CARNALPOESÍA ERÓTICA DEL SIGLO XVIII - SERIA Y CARNAL
POESÍA ERÓTICA DEL SIGLO XVIII - SERIA Y CARNALEvaMaraMorenoLago1
 
DIAPOSITIVAS OFICIAL DE PROYECTO DE GRAGO
DIAPOSITIVAS OFICIAL DE PROYECTO DE GRAGODIAPOSITIVAS OFICIAL DE PROYECTO DE GRAGO
DIAPOSITIVAS OFICIAL DE PROYECTO DE GRAGOyordanespinozanina
 
Espacios únicos creados por nuestros clientes
Espacios únicos creados por nuestros clientesEspacios únicos creados por nuestros clientes
Espacios únicos creados por nuestros clientesespejosflorida
 
guia de talles de camitas cucciolos 2024.pdf
guia de talles de camitas cucciolos 2024.pdfguia de talles de camitas cucciolos 2024.pdf
guia de talles de camitas cucciolos 2024.pdfcucciolosfabrica
 

Último (20)

Proceso de percepción visual y de reconocimiento
Proceso de percepción visual y de reconocimientoProceso de percepción visual y de reconocimiento
Proceso de percepción visual y de reconocimiento
 
Introduccion-a-los-numeros-en-ingles.pptx
Introduccion-a-los-numeros-en-ingles.pptxIntroduccion-a-los-numeros-en-ingles.pptx
Introduccion-a-los-numeros-en-ingles.pptx
 
ARQUITECTURA ESCOLAR PÚBLICA COMO PATRIMONIO MODERNO EN CHILE
ARQUITECTURA ESCOLAR PÚBLICA COMO PATRIMONIO MODERNO EN CHILEARQUITECTURA ESCOLAR PÚBLICA COMO PATRIMONIO MODERNO EN CHILE
ARQUITECTURA ESCOLAR PÚBLICA COMO PATRIMONIO MODERNO EN CHILE
 
Torre 222 sobre instalaciones de este mismo edificio
Torre 222 sobre instalaciones de este mismo edificioTorre 222 sobre instalaciones de este mismo edificio
Torre 222 sobre instalaciones de este mismo edificio
 
PLAN DE MANTENIMIENTO DE SISTEMAS DE AGUA CHONTAYOC.docx
PLAN DE MANTENIMIENTO DE SISTEMAS DE AGUA CHONTAYOC.docxPLAN DE MANTENIMIENTO DE SISTEMAS DE AGUA CHONTAYOC.docx
PLAN DE MANTENIMIENTO DE SISTEMAS DE AGUA CHONTAYOC.docx
 
cabildo abierto forma de participación ciudadana
cabildo abierto forma de participación ciudadanacabildo abierto forma de participación ciudadana
cabildo abierto forma de participación ciudadana
 
Afiche de arquitectura manierista Paola Perez
Afiche de arquitectura manierista Paola PerezAfiche de arquitectura manierista Paola Perez
Afiche de arquitectura manierista Paola Perez
 
Arquitectos del Movimiento Moderno Pt. 2.pdf
Arquitectos del Movimiento Moderno Pt. 2.pdfArquitectos del Movimiento Moderno Pt. 2.pdf
Arquitectos del Movimiento Moderno Pt. 2.pdf
 
PLANTILLA UNAD JJAJJJJJWRBJHGURGERRTERTRTRY
PLANTILLA UNAD JJAJJJJJWRBJHGURGERRTERTRTRYPLANTILLA UNAD JJAJJJJJWRBJHGURGERRTERTRTRY
PLANTILLA UNAD JJAJJJJJWRBJHGURGERRTERTRTRY
 
plantilla-de-messi-1.pdf es muy especial
plantilla-de-messi-1.pdf es muy especialplantilla-de-messi-1.pdf es muy especial
plantilla-de-messi-1.pdf es muy especial
 
SESION 05 MOBILIARIO Y EQUIPAMIENTO.pptx
SESION 05 MOBILIARIO Y EQUIPAMIENTO.pptxSESION 05 MOBILIARIO Y EQUIPAMIENTO.pptx
SESION 05 MOBILIARIO Y EQUIPAMIENTO.pptx
 
Torre agbar analisis arquitectonico.....
Torre agbar analisis arquitectonico.....Torre agbar analisis arquitectonico.....
Torre agbar analisis arquitectonico.....
 
Slaimen Barakat - SLIDESHARE TAREA 3.pdf
Slaimen Barakat - SLIDESHARE TAREA 3.pdfSlaimen Barakat - SLIDESHARE TAREA 3.pdf
Slaimen Barakat - SLIDESHARE TAREA 3.pdf
 
Geometrías de la imaginación: Diseño e iconografía de Querétaro
Geometrías de la imaginación: Diseño e iconografía de QuerétaroGeometrías de la imaginación: Diseño e iconografía de Querétaro
Geometrías de la imaginación: Diseño e iconografía de Querétaro
 
CLASE 2 PSICOTERAPIA COGNITIVO CONDUCTUAL.pdf
CLASE 2 PSICOTERAPIA COGNITIVO CONDUCTUAL.pdfCLASE 2 PSICOTERAPIA COGNITIVO CONDUCTUAL.pdf
CLASE 2 PSICOTERAPIA COGNITIVO CONDUCTUAL.pdf
 
INICIOS DEL MOVIMIENTO MODERNO 1900-1930.pdf
INICIOS DEL MOVIMIENTO MODERNO 1900-1930.pdfINICIOS DEL MOVIMIENTO MODERNO 1900-1930.pdf
INICIOS DEL MOVIMIENTO MODERNO 1900-1930.pdf
 
POESÍA ERÓTICA DEL SIGLO XVIII - SERIA Y CARNAL
POESÍA ERÓTICA DEL SIGLO XVIII - SERIA Y CARNALPOESÍA ERÓTICA DEL SIGLO XVIII - SERIA Y CARNAL
POESÍA ERÓTICA DEL SIGLO XVIII - SERIA Y CARNAL
 
DIAPOSITIVAS OFICIAL DE PROYECTO DE GRAGO
DIAPOSITIVAS OFICIAL DE PROYECTO DE GRAGODIAPOSITIVAS OFICIAL DE PROYECTO DE GRAGO
DIAPOSITIVAS OFICIAL DE PROYECTO DE GRAGO
 
Espacios únicos creados por nuestros clientes
Espacios únicos creados por nuestros clientesEspacios únicos creados por nuestros clientes
Espacios únicos creados por nuestros clientes
 
guia de talles de camitas cucciolos 2024.pdf
guia de talles de camitas cucciolos 2024.pdfguia de talles de camitas cucciolos 2024.pdf
guia de talles de camitas cucciolos 2024.pdf
 

Responsive Web Design

Notas do Editor

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. SO WHAT GOES INTO DEVELOPING A RESPONSIVE WEB DESIGN?\n\nNot as complicated as that looks.\n
  31. \n
  32. 1024 px #container auto margin to center, some box shadow\n\n620px Header\n\n360px navigation\n\n730px content\n\n250px side bar \n\nnumerous padding &amp; margins\n
  33. The first thing that we&amp;#x2019;re going to be doing is creating a flexible Grid based layout.\n\nLet&amp;#x2019;s take a look at our example file. http://dev.justinavery.me/design/fixed/\n
  34. You will see this a lot.\n\nIf you choose responsive design You will live and breathe this algorithm\n
  35. 1024 px #container auto margin to center, some box shadow\n\n620px Header\n\n360px navigation\n\n730px content\n\n250px side bar \n\nnumerous padding &amp; margins\n
  36. You will see this a lot.\n\nIf you choose responsive design You will live and breathe this algorithm\n\n360px navigation\n\n730px content\n\n250px side bar \n
  37. You will see this a lot.\n\nIf you choose responsive design You will live and breathe this algorithm\n\n360px navigation\n\n730px content\n\n250px side bar \n
  38. \n
  39. \n
  40. \n
  41. \n
  42. \n
  43. \n
  44. \n
  45. this rule allows our image to size to it&apos;s maximum size, or the width of the containing element... Which ever comes first.\n\nRemove the fixed width provided width= height=. this might fault.\n
  46. this rule allows our image to size to it&apos;s maximum size, or the width of the containing element... Which ever comes first.\n\nRemove the fixed width provided width= height=. this might fault.\n
  47. \n
  48. \n
  49. The phones started getting smarter.\n\nNot much support for &amp;#x201C;handheld&amp;#x201D;, so phone browsers sent &amp;#x201C;screen&amp;#x201D; headers by default\n
  50. Think of a media query like a test for your browser. When a browser reads your stylesheet, the \n\nBrowser asks two questions: \n\nfirst, if it belongs to the screen media type; and if it does, \n\nif the browser&amp;#x2019;s viewport is at least 1024 pixels wide. \n\nIf the browser meets both of those criteria, then the styles enclosed within the query are rendered; if not, the browser happily disregards the styles, and continues on its merry way.\n
  51. Here are two quick guidelines that helped me sort it out:\n\nI won&amp;#x2019;t get into iphone 4 rendering more pixels from a display area than is available on the rendering surface though\n
  52. Here are two quick guidelines that helped me sort it out:\n\nI won&amp;#x2019;t get into iphone 4 rendering more pixels from a display area than is available on the rendering surface though\n
  53. Visit this link for a list of queries that you can call with CSS3.\n
  54. Visit this link for a list of queries that you can call with CSS3.\n
  55. Visit this link for a list of queries that you can call with CSS3.\n
  56. Visit this link for a list of queries that you can call with CSS3.\n
  57. Visit this link for a list of queries that you can call with CSS3.\n
  58. Visit this link for a list of queries that you can call with CSS3.\n
  59. Visit this link for a list of queries that you can call with CSS3.\n
  60. \n
  61. Visit this link for a list of queries that you can call with CSS3.\n
  62. \n
  63. \n
  64. \n
  65. \n
  66. \n
  67. \n
  68. \n