SlideShare a Scribd company logo
1 of 20
Download to read offline
_ WordPress Mallorca Meetup _
#PalmaActivaWP
Responsive Design
Pancho & Gabriel Pérez
@lonchbox - @gabrielperezs
lonchbox.com & monok.es
Responsive Design
El Tamaño Importa
Ratios
User Agent Detection
“El super agente”
Chrome
Windows Vista
Desktop
ADSL
Safari
iOS
Tablet
3G
Chrome
Android
Smartphone
3G
Combine & Minify
Comprimir muchos archivos a uno solo
Navegadores
Señores IE6 a muerto! :)
Dimensiones
1440 x 900 px (screen size)
1440 x 828 px (viewport)
1280 x 828 px (design space)
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) {}
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 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {}
Responsive Design
Un diseño para dominar a todos?
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
Interlineado
Bocetos
Responsive grid
Responsive.
Smartphone | 320 x 480 px
Desktop | 1440 x 900 px
Tablet | 1024 x 768 px
Fluid.Fix.
Desde, Hacía, Como
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
Responsive Design
Escoje como nacer, el caso de Flipboard
TabletTablet
Responsive Design
Ni tan cerca ni tan lejos
TVTV
Cositas útiles
Plugins, Extenciones, Webtools
Herramientas
http://responsive.is/typecast.com
http://resizemybrowser.com/
https://chrome.google.com/webstore/detail/window-resizer/kkelicaakdanhinjdeammmilcgefonfh
http://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/

More Related Content

Viewers also liked (20)

Console application
Console applicationConsole application
Console application
 
Windows forms
Windows formsWindows forms
Windows forms
 
Games
GamesGames
Games
 
Windows phonecl
Windows phoneclWindows phonecl
Windows phonecl
 
Worker role
Worker roleWorker role
Worker role
 
Windows phone
Windows phoneWindows phone
Windows phone
 
Windows component
Windows componentWindows component
Windows component
 
Web role
Web roleWeb role
Web role
 
Wcf
WcfWcf
Wcf
 
Wpf
WpfWpf
Wpf
 
Maml
MamlMaml
Maml
 
Azure webjob
Azure webjobAzure webjob
Azure webjob
 
Class library
Class libraryClass library
Class library
 
Silverlight
SilverlightSilverlight
Silverlight
 
Javascript
JavascriptJavascript
Javascript
 
Unit tests
Unit testsUnit tests
Unit tests
 
Mvc
MvcMvc
Mvc
 
Xamarin
XamarinXamarin
Xamarin
 
Web serviceasp net
Web serviceasp netWeb serviceasp net
Web serviceasp net
 
Rich Snippets - Congreso Web 2012
Rich Snippets - Congreso Web 2012Rich Snippets - Congreso Web 2012
Rich Snippets - Congreso Web 2012
 

Similar to Presentación WPmallorca PalmaActiva responsive design

Responsive website design
Responsive website designResponsive website design
Responsive website design
svaithiyalingam
 
Idiot's Guide to viewport and pixel
Idiot's Guide to viewport and pixelIdiot's Guide to viewport and pixel
Idiot's Guide to viewport and pixel
Nathan Campos
 
WDEV118 Media Queries
WDEV118 Media QueriesWDEV118 Media Queries
WDEV118 Media Queries
Gene Babon
 
Responsive website building approach. Olga Smolyankina and Kate Kalashnikova
Responsive website building approach. Olga Smolyankina and Kate KalashnikovaResponsive website building approach. Olga Smolyankina and Kate Kalashnikova
Responsive website building approach. Olga Smolyankina and Kate Kalashnikova
ADCI Solutions
 
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Patrick Lauke
 
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
touchtitans
 

Similar to Presentación WPmallorca PalmaActiva responsive design (20)

Designing for mobile
Designing for mobileDesigning for mobile
Designing for mobile
 
Mozilla & Mobile
Mozilla & MobileMozilla & Mobile
Mozilla & Mobile
 
Responsive website design
Responsive website designResponsive website design
Responsive website design
 
Idiot's Guide to viewport and pixel
Idiot's Guide to viewport and pixelIdiot's Guide to viewport and pixel
Idiot's Guide to viewport and pixel
 
Modern Frontend Technologies (BEM, Retina)
Modern Frontend Technologies (BEM, Retina)Modern Frontend Technologies (BEM, Retina)
Modern Frontend Technologies (BEM, Retina)
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
WDEV118 Media Queries
WDEV118 Media QueriesWDEV118 Media Queries
WDEV118 Media Queries
 
Responsive website building approach. Olga Smolyankina and Kate Kalashnikova
Responsive website building approach. Olga Smolyankina and Kate KalashnikovaResponsive website building approach. Olga Smolyankina and Kate Kalashnikova
Responsive website building approach. Olga Smolyankina and Kate Kalashnikova
 
Intro to @viewport & other new Responsive Web Design CSS features
Intro to @viewport & other new Responsive Web Design CSS featuresIntro to @viewport & other new Responsive Web Design CSS features
Intro to @viewport & other new Responsive Web Design CSS features
 
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
 
An Introduction to Responsive Design
An Introduction to Responsive DesignAn Introduction to Responsive Design
An Introduction to Responsive Design
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Supporting multi screen in android
Supporting multi screen in androidSupporting multi screen in android
Supporting multi screen in android
 
Adaptive layouts - standards>next Manchester 23.03.2011
Adaptive layouts - standards>next Manchester 23.03.2011Adaptive layouts - standards>next Manchester 23.03.2011
Adaptive layouts - standards>next Manchester 23.03.2011
 
Android在多屏幕、多设备上的适配 | 布丁 任斐
Android在多屏幕、多设备上的适配 | 布丁 任斐Android在多屏幕、多设备上的适配 | 布丁 任斐
Android在多屏幕、多设备上的适配 | 布丁 任斐
 
Retro Responsive: From Fixed-Width to Flexible in 55 Minutes
Retro Responsive: From Fixed-Width to Flexible in 55 MinutesRetro Responsive: From Fixed-Width to Flexible in 55 Minutes
Retro Responsive: From Fixed-Width to Flexible in 55 Minutes
 
Responsive design
Responsive designResponsive design
Responsive design
 
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
 
Responsive Design & CSS Frameworks
Responsive Design & CSS FrameworksResponsive Design & CSS Frameworks
Responsive Design & CSS Frameworks
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 

Recently uploaded

Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
kumaririma588
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
amitlee9823
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
amitlee9823
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
nirzagarg
 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
University of Wisconsin-Milwaukee
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
amitlee9823
 

Recently uploaded (20)

Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentation
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
 
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
 

Presentación WPmallorca PalmaActiva responsive design

  • 1. _ WordPress Mallorca Meetup _ #PalmaActivaWP Responsive Design Pancho & Gabriel Pérez @lonchbox - @gabrielperezs lonchbox.com & monok.es
  • 4. User Agent Detection “El super agente” Chrome Windows Vista Desktop ADSL Safari iOS Tablet 3G Chrome Android Smartphone 3G
  • 5. Combine & Minify Comprimir muchos archivos a uno solo
  • 7. Dimensiones 1440 x 900 px (screen size) 1440 x 828 px (viewport) 1280 x 828 px (design space)
  • 8. 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) {}
  • 9. 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 ----------- */ @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {}
  • 10. Responsive Design Un diseño para dominar a todos?
  • 11. 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
  • 15. Responsive. Smartphone | 320 x 480 px Desktop | 1440 x 900 px Tablet | 1024 x 768 px Fluid.Fix.
  • 17. 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
  • 18. Responsive Design Escoje como nacer, el caso de Flipboard TabletTablet
  • 19. Responsive Design Ni tan cerca ni tan lejos TVTV
  • 20. Cositas útiles Plugins, Extenciones, Webtools Herramientas http://responsive.is/typecast.com http://resizemybrowser.com/ https://chrome.google.com/webstore/detail/window-resizer/kkelicaakdanhinjdeammmilcgefonfh http://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/