Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Responsive Web Design - Reinventando la web
Search
Swwweet
April 27, 2012
Technology
15
4.7k
Responsive Web Design - Reinventando la web
Presentación de Javier Usobiaga en el Ideateca HTML5 DevUp 2012.
Swwweet
April 27, 2012
Tweet
Share
More Decks by Swwweet
See All by Swwweet
Wonders from the Full Stack Fest website
swwweet
1
340
How to be the best web designer in the world.
swwweet
6
1.3k
Design for loading
swwweet
5
520
Mobile First: as difficult as doing things right
swwweet
224
10k
One Size Fits None
swwweet
12
870
One Size Fits None - From the Front 2013
swwweet
2
720
Responsively Responsive
swwweet
23
1.6k
La letra con píxel entra
swwweet
0
1.1k
The future of code
swwweet
4
590
Other Decks in Technology
See All in Technology
SOC2取得の全体像
shonansurvivors
1
370
AI ReadyなData PlatformとしてのAutonomous Databaseアップデート
oracle4engineer
PRO
0
160
生成AI_その前_に_マルチクラウド時代の信頼できるデータを支えるSnowflakeメタデータ活用術.pdf
cm_mikami
0
110
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
11
77k
VCC 2025 Write-up
bata_24
0
180
【新卒研修資料】LLM・生成AI研修 / Large Language Model・Generative AI
brainpadpr
23
16k
Azure Well-Architected Framework入門
tomokusaba
0
280
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
9k
ACA でMAGI システムを社内で展開しようとした話
mappie_kochi
0
240
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
いまさら聞けない ABテスト入門
skmr2348
1
200
動画データのポテンシャルを引き出す! Databricks と AI活用への奮闘記(現在進行形)
databricksjapan
0
140
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
96
6.3k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
Music & Morning Musume
bryan
46
6.8k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Producing Creativity
orderedlist
PRO
347
40k
Thoughts on Productivity
jonyablonski
70
4.9k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Faster Mobile Websites
deanohume
310
31k
Transcript
RESPoNSIVE WEB DESIGN RESPoNSIVE WEB DESIGN RESPoNSIVE WEB DESIGN reinventando
el diseño web Javier Usobiaga #DevUp12
@htmlboy @htmlboy @htmlboy trabajo en Swwweet.com
¿Qué es el responsive web design? ¿Qué es el responsive
web design? ¿Qué es el respoNsive web design?
¿Qué es LA web? ¿Qué es LA web? ¿Qué es
LA web?
obsesión obsesión historia de una obsesión por el control
1990s 1990s 1990s la web mide 800px
2000s 2000s 2000s la web mide 1024px
2007 2007 2007 + la web mide 1024px y 320px
2010 2010 2010 + + la web mide 1200px y
320px y 768px
2012 2012 2012 + + la web mide 1200px y
320px y 768px y 1800px +
2012 2012 2012 + + ¿320px? +
2012 2012 2012 la web mide 256px y 320px y
426px y 480px y 560px y 640px y 768px y 800px y 960px y 1024px y 1280px y 1440px y 1600px y 1800px… + + + +
¡BASTA! ¡BASTA! ¡BASTA! es hora de aceptar la naturaleza de
la web
LA WEB ES LA WEB ES LA WEB ES fluida
universal multidispositivo
primer acto RESPoNSIVE WEB DESIGN RESPoNSIVE WEB DESIGN RESPoNSIVE WEB
DESIGN
2012.dconstruct.org
mediaqueri.es
¿PERO CÓMO? ¿PERO CÓMO? ¿PERO CÓMO? retículas flexibles elementos multimedia
flexibles @media queries
RETÍCULAS RETÍCULAS RETÍCULAS 16% 16% 16% 16% 16% 16% 16%
16%
RETÍCULAS RETÍCULAS RETÍCULAS target contexto ÷ resultado
RETÍCULAS RETÍCULAS RETÍCULAS .grid_3{width:300px} 300 / 960 = 0,2340 .grid_3{width:23.40%}
MULTIMEDIA MULTIMEDIA MULTIMEDIA img, video{ max-width:100% }
MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES @media screen and (max-width:320px){
.columna_lateral{ width: 100%; float: none; } }
MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES cambiar el layout cambiar
los estilos aumentar el tamaño de la tipografía
workflow workflow workflow segundo acto
CASCADA CASCADA CASCADA DISEÑO UX DISEÑO VISUAL FRONT END JEFE
CASCADA CASCADA CASCADA Hola, quería una web...
CASCADA CASCADA CASCADA ¡Claro!
CASCADA CASCADA CASCADA Empezaré por definir las estructuras en unos
wireframes.
CASCADA CASCADA CASCADA Le damos un poco de color...
CASCADA CASCADA CASCADA Unos CSS por aquí, un JS por
allá... ¡Y ya tenemos web!
CASCADA CASCADA CASCADA Uh... esto...
FAIL fail Fail
responsive responsive Responsive
diez consejos diez consejos diez consejos tercer acto
1. Comunicación Entre todo el equipo, durante todo el ciclo
de vida del proyecto.
2. Diseño y front-end, juntos El proceso está lleno de
decisiones que se toman sobre la marcha.
3. Microentregas El cliente participa activamente y ayuda a tomar
decisiones.
4. Lo primero, el contenido Haz un inventario del contenido
y busca sus límites.
5. Identifica puntos críticos Navegación, imágenes, publicidad, jerarquía informativa…
6. Mobile first La pantalla pequeña es el primer límite.
7. Bocetos de referencia Crea bocetos básicos para jerarquizar el
contenido.
8. Prototipa rápido Empieza a ver la página en HTML
cuanto antes.
9. Diseña en el navegador Toma decisiones de diseño a
medida que ves cómo quedan en pantalla.
10. Diseña todo a la vez Desarrolla pensando en los
diferentes tamaños al mismo tiempo.
EN RESUMEN EN RESUMEN EN RESUMEN no se puede dominar
la web RWD es una solución viable si cambiamos la mentalidad
¡gracias! ¡gracias! ¡gracias! Javier Usobiaga · http://Swwweet.com · @htmlboy