Presentación WPmallorca PalmaActiva responsive design

20
_ WordPress Mallorca Meetup _ #PalmaActivaWP Responsive Design Pancho & Gabriel Pérez @lonchbox - @gabrielperezs lonchbox.com & monok.es

Transcript of Presentación WPmallorca PalmaActiva responsive design

Page 1: Presentación WPmallorca PalmaActiva responsive design

_ WordPress Mallorca Meetup _#PalmaActivaWP

Responsive DesignPancho & Gabriel Pérez

@lonchbox - @gabrielperezs

lonchbox.com & monok.es

Page 2: Presentación WPmallorca PalmaActiva responsive design

Responsive DesignEl Tamaño Importa

Page 3: Presentación WPmallorca PalmaActiva responsive design

Ratios

Page 4: Presentación WPmallorca PalmaActiva responsive design

User Agent Detection“El super agente”

ChromeWindows Vista

DesktopADSL

SafariiOS

Tablet3G

ChromeAndroid

Smartphone3G

Page 5: Presentación WPmallorca PalmaActiva responsive design

Combine & MinifyComprimir muchos archivos a uno solo

Page 6: Presentación WPmallorca PalmaActiva responsive design

NavegadoresSeñores IE6 a muerto! :)

Page 7: Presentación WPmallorca PalmaActiva responsive design

Dimensiones

1440 x 900 px (screen size)

1440 x 828 px (viewport)

1280 x 828 px (design space)

Page 8: Presentación WPmallorca PalmaActiva responsive design

Viewport & @media queries

/* Todos */@media only screen { }

/* De Tablet a Smartphone */@media only screen and (min-width: 768px) {}

/* Hasta 1280px de ancho */@media only screen and (min-width: 1280px) {}

/* Hasta 1440px de ancho */@media only screen and (min-width: 1440px) {}

/* Orientación apaisada */@media only screen and (orientation: landscape) {}

/* Orientación Vertical */@media only screen and (orientation: portrait) {}

Page 9: Presentación WPmallorca PalmaActiva responsive design

Viewport & @media queries

/* Smartphones (portrait and landscape) ----------- */@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {}

/* Smartphones (landscape) ----------- */@media only screen and (min-width : 321px) {}

/* iPads (landscape) ----------- */@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

/* Large screens ----------- */@media only screen and (min-width : 1824px) {}

/* Large screens ----------- */@media tv and (min-device-width: 1152px) {}@media tv and (min-device-width: 1728px) {}

/* iPhone 4 ----------- */@mediaonly screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {}

Page 10: Presentación WPmallorca PalmaActiva responsive design

Responsive DesignUn diseño para dominar a todos?

Page 11: Presentación WPmallorca PalmaActiva responsive design

1 2 3 4 5 6 7 8 9 10 11 12

Columnas

1440 x 900 px

= 20 px10 px 10 px

%

1280 x 720 px

1280 x 828 px

Page 12: Presentación WPmallorca PalmaActiva responsive design

Interlineado

Page 13: Presentación WPmallorca PalmaActiva responsive design

Bocetos

Page 15: Presentación WPmallorca PalmaActiva responsive design

Responsive.

Smartphone | 320 x 480 px

Desktop | 1440 x 900 px

Tablet | 1024 x 768 px

Fluid.Fix.

Page 16: Presentación WPmallorca PalmaActiva responsive design

Desde, Hacía, Como

Page 17: Presentación WPmallorca PalmaActiva responsive design

Ratón vs Dedo vs Trackpad

Wheel/Scroll

Wheel/Zoom

Click

Mouse Hover

Slide

Pinch

Tap

Swipe

Dos Dedos (Arriba-Abajo)

Pinch

Click

Dos Dedos (Izq-Der)

Mouse Hover

Page 18: Presentación WPmallorca PalmaActiva responsive design

Responsive DesignEscoje como nacer, el caso de Flipboard

TabletTablet

Page 19: Presentación WPmallorca PalmaActiva responsive design

Responsive DesignNi tan cerca ni tan lejos

TVTV

Page 20: Presentación WPmallorca PalmaActiva responsive design

Cositas útilesPlugins, Extenciones, Webtools

Herramientas

http://responsive.is/typecast.comhttp://resizemybrowser.com/https://chrome.google.com/webstore/detail/window-resizer/kkelicaakdanhinjdeammmilcgefonfhhttp://resizesafari.com/http://www.midwinter-dg.com/downloads_safari-extension_responsive-resize.html

Plugins

http://wordpress.org/plugins/rss-responsive-caption/http://wordpress.org/plugins/wp-retina-2x/http://wordpress.org/plugins/wp-fluid-images/http://wordpress.org/plugins/user-agent-theme-switcher/http://wordpress.org/plugins/responsive-gallery-grid/