SlideShare a Scribd company logo
Mobile Web Design
    CODE
   @markodugonjic
HTML5
   CSS3
JavaScript
HTML5
basic structure differences
<!DOCTYPE html>

<meta name="viewport" />

<link rel="stylesheet" media="..." />
video
for mobile
<video src="video.m4v"
    preload
    controls
    poster="image.jpg"></video>
<video src="video.m4v"></video>
clever input fields
<input type="email" />
<input type="phone" />
<input type="url" />
<input type="number" />
<input type="email"
    placeholder="Enter your e-mail" />
<input type="email" required />
http://wufoo.com/html5/
          http://caniuse.com
http://www.quirksmode.org/html5/
         inputs_mobile.html
       http://mobilehtml5.org
CSS3
media queries
<link
    rel="stylesheet"
    href="style.css"
    media="only screen and (min-width: 768px)"
/>
@media only screen and (min-width: 768px)
{
   /* desktop styles */
}
(min-width: 321px)

   (max-width: 320px)

(min-device-width: 320px)

(max-device-width: 480px)

(orientation: landscape)

(orientation: portrait)
(-webkit-min-device-pixel-ratio: 2)

   (min-device-pixel-ratio: 2)
a couple of useful
 CSS properties
a couple of useful
 CSS properties
box-shadow:
    0 2px 2px 0 rgba(0,0,0,.5),
    inset 0 -2px 2px 0 rgba(255,255,255,.5)

linear-gradient(#fff, #000)

border-radius: 10px/50px
    (+ height: 20px; width: 100px)

text-shadow: 0 1px 0 rgba(0,0,0,.5)
-webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fff),
    to(#000)
)
button { -webkit-appearance: none; }
@media screen and
(-webkit-min-device-pixel-ratio: 2) {
    background: url(image@2x.png);
    background-size: 10px 10px;
}
keep an eye on
UI performance
The responsive workflow
#1 general typography
#2 vertical rhythm
#3 layout and proportions
JavaScript
keep it simple
confirm(
    'This service will be charged XY.
    Do you accept?'
)

alert(
    'Your transaction was successful.'
)
window.onload = function() {
    setTimeout(function(){
        window.scrollTo(0, 1);
    }, 100);
}
document.getElementById('nav').innerHTML
= '<select 
onchange="document.location=this.value;"
    <option value="#">Home</option>
    <option value="#">Work</option>
    <option value="#">Clients</option>
    <option value="#">Contact</option>
</select>';
Handy tools
http://www.zambetti.com/projects/liveview/
http://www.mozilla.org/en-US/mobile/

http://www.opera.com/developer/tools/mobile/
Back to Work!

   @markodugonjic

More Related Content

Viewers also liked (20)

PDF
Web typography
Idan Gazit
 
PDF
Baby.com.br: Analisando, adaptando e melhorando a arquitetura da informação e...
Eduardo Shiota Yasuda
 
PDF
Modular and Event-Driven JavaScript
Eduardo Shiota Yasuda
 
PDF
Art Directed Web Typography
Marko Dugonjić
 
PDF
Web Audio Band - Playing with a band in your browser
Eduardo Shiota Yasuda
 
PDF
CSS for Designers
Idan Gazit
 
PDF
Building for People
Marko Dugonjić
 
PDF
The Wonderful World of (web) Typography
Garret Voorhees
 
PDF
RetroJS - Escrevendo músicas da era 8-bits com JavaScript e Web Audio API
Eduardo Shiota Yasuda
 
PDF
Typography on the Web
Dmitry Baranovskiy
 
PDF
Fake It While We Make It (Data-Driven Prototyping)
Ryan LaBouve
 
KEY
Web Typography
Jason CranfordTeague
 
PDF
O Design e a Interface no mundo da Programação
Eduardo Shiota Yasuda
 
PDF
Desafios do Desenvolvimento de Front-end em um e-commerce
Eduardo Shiota Yasuda
 
PDF
Datadesignmeaning
Idan Gazit
 
PDF
Mobile ui trends present future – meaningful mobile typography
Halil Eren Çelik
 
PDF
Typography and Grid for Mobile Design
Sara Quinn
 
PDF
Criando uma arquitetura de front-end do zero
Eduardo Shiota Yasuda
 
PDF
Type
Alix Fraser
 
PDF
Web Typography Fundamentals
markboultondesign
 
Web typography
Idan Gazit
 
Baby.com.br: Analisando, adaptando e melhorando a arquitetura da informação e...
Eduardo Shiota Yasuda
 
Modular and Event-Driven JavaScript
Eduardo Shiota Yasuda
 
Art Directed Web Typography
Marko Dugonjić
 
Web Audio Band - Playing with a band in your browser
Eduardo Shiota Yasuda
 
CSS for Designers
Idan Gazit
 
Building for People
Marko Dugonjić
 
The Wonderful World of (web) Typography
Garret Voorhees
 
RetroJS - Escrevendo músicas da era 8-bits com JavaScript e Web Audio API
Eduardo Shiota Yasuda
 
Typography on the Web
Dmitry Baranovskiy
 
Fake It While We Make It (Data-Driven Prototyping)
Ryan LaBouve
 
Web Typography
Jason CranfordTeague
 
O Design e a Interface no mundo da Programação
Eduardo Shiota Yasuda
 
Desafios do Desenvolvimento de Front-end em um e-commerce
Eduardo Shiota Yasuda
 
Datadesignmeaning
Idan Gazit
 
Mobile ui trends present future – meaningful mobile typography
Halil Eren Çelik
 
Typography and Grid for Mobile Design
Sara Quinn
 
Criando uma arquitetura de front-end do zero
Eduardo Shiota Yasuda
 
Web Typography Fundamentals
markboultondesign
 

Similar to Mobile Web Design Code (20)

PPTX
Html5 on Mobile(For Developer)
Adam Lu
 
PDF
Responsive Websites
Joe Seifi
 
PDF
Multi screen HTML5
Ron Reiter
 
PPTX
Dn nfor mobile_download_en
mbeatrizoliveira
 
PPT
The Mobile Development Landscape
Ambert Ho
 
PDF
Responsive Web Design - Tom Robertshaw
Meet Magento Spain
 
PDF
Pinkoi Mobile Web
mikeleeme
 
PDF
Responsive Web Design: From Mobile To Desktop, And Beyond (updated for MobiDe...
gravityworksdd
 
PPTX
10 Things To Make You a Great Mobile Web Developer
Tellago
 
PPTX
10 Things To Make You a Great Mobile Web Developer
Tellago
 
PPTX
10 things to make you a Great Mobile Web Developer
Chris Love
 
PPTX
Responsive Web Design in iMIS (NiUG Austin 2015)
Andrea Robertson
 
KEY
The future of BYU web design
Nate Walton
 
PPTX
Make mobile web apps rock
Chris Love
 
KEY
CSS for Mobile
Daniel Ryan
 
PDF
Designing for the Mobile Web
Refresh Bmore
 
PDF
"Designing for the Mobile Web" by Michael Dick (December 2010)
Mike Brenner
 
KEY
Clean separation
atorreno
 
PPTX
Responsive Vs Dedicated: Insight into Mobile Web
Chathuranga Bandara
 
PDF
HTML5 and CSS3: Exploring Mobile Possibilities - London Ajax Mobile Event
Robert Nyman
 
Html5 on Mobile(For Developer)
Adam Lu
 
Responsive Websites
Joe Seifi
 
Multi screen HTML5
Ron Reiter
 
Dn nfor mobile_download_en
mbeatrizoliveira
 
The Mobile Development Landscape
Ambert Ho
 
Responsive Web Design - Tom Robertshaw
Meet Magento Spain
 
Pinkoi Mobile Web
mikeleeme
 
Responsive Web Design: From Mobile To Desktop, And Beyond (updated for MobiDe...
gravityworksdd
 
10 Things To Make You a Great Mobile Web Developer
Tellago
 
10 Things To Make You a Great Mobile Web Developer
Tellago
 
10 things to make you a Great Mobile Web Developer
Chris Love
 
Responsive Web Design in iMIS (NiUG Austin 2015)
Andrea Robertson
 
The future of BYU web design
Nate Walton
 
Make mobile web apps rock
Chris Love
 
CSS for Mobile
Daniel Ryan
 
Designing for the Mobile Web
Refresh Bmore
 
"Designing for the Mobile Web" by Michael Dick (December 2010)
Mike Brenner
 
Clean separation
atorreno
 
Responsive Vs Dedicated: Insight into Mobile Web
Chathuranga Bandara
 
HTML5 and CSS3: Exploring Mobile Possibilities - London Ajax Mobile Event
Robert Nyman
 
Ad

Recently uploaded (20)

PPT
1744066yaar kya hai ye bolo not nice 4.ppt
preethikavarsha
 
PDF
respiratory-and-circulatory-system-pdf-hand-outs.pdf
galocharles28
 
PPTX
presentation prsentation presentation presentation
ssun76691
 
PPTX
KAREDLA SUSHMITHA PPT NEW.pptx...........
devraj40467
 
PPTX
Mainframe Modernization Services with Vrnexgen
tejushrie
 
PPTX
Chapter 2-3.pptxnsnsnsnsnsjsjsjsjejeusuejsjsj
hibaaqabdirisaaq331
 
PPTX
strip foundation design calculation.pptx
DemsewAdelahu
 
PPTX
811109685-CS3401-Algorithms-Unit-IV.pptx
archu26
 
PPT
1 DATALINK CONTROL and it's applications
karunanidhilithesh
 
PPTX
Drjjdhdhhdjsjsjshshshhshshslecture 28.pptxfg
noorqaq25
 
PDF
Q1_W2.jsjsbajannananajajsjsjjsjsjsnsnsnsn.pdf
alexislian611
 
PDF
🔴BUKTI KEMENANGAN HARI INI SENIN 14 JULI 2025 !!!🔴
GRAB
 
PPTX
(3) Protein Synthesisyghjkj Inhibitors.pptx
mkurdi133
 
PDF
EY-emeia-fso-assurance-viewpoint-technology (1).pdf
INKPPT
 
PPTX
DSA_Algorithms_Prtestttttttttttttesentation.pptx
Kanchalkumar1
 
PPTX
unit 6 mgt.pptx on researchtoics can find
Arpit953319
 
PPTX
Graphic_Design_Pjjjjjjjjjjjjjjjresentation.pptx
kumarsahil80682
 
PPTX
Our Vintage Car Collection New 2023-1.pptx
ankitjhapaypal
 
PDF
Module-1-Current-Scenario.pdfffjcjcnvnvnvnvj
khusaldas459
 
PPTX
SlideEgg_300845-Electric Energy PTTTTTTT
JaydipM1
 
1744066yaar kya hai ye bolo not nice 4.ppt
preethikavarsha
 
respiratory-and-circulatory-system-pdf-hand-outs.pdf
galocharles28
 
presentation prsentation presentation presentation
ssun76691
 
KAREDLA SUSHMITHA PPT NEW.pptx...........
devraj40467
 
Mainframe Modernization Services with Vrnexgen
tejushrie
 
Chapter 2-3.pptxnsnsnsnsnsjsjsjsjejeusuejsjsj
hibaaqabdirisaaq331
 
strip foundation design calculation.pptx
DemsewAdelahu
 
811109685-CS3401-Algorithms-Unit-IV.pptx
archu26
 
1 DATALINK CONTROL and it's applications
karunanidhilithesh
 
Drjjdhdhhdjsjsjshshshhshshslecture 28.pptxfg
noorqaq25
 
Q1_W2.jsjsbajannananajajsjsjjsjsjsnsnsnsn.pdf
alexislian611
 
🔴BUKTI KEMENANGAN HARI INI SENIN 14 JULI 2025 !!!🔴
GRAB
 
(3) Protein Synthesisyghjkj Inhibitors.pptx
mkurdi133
 
EY-emeia-fso-assurance-viewpoint-technology (1).pdf
INKPPT
 
DSA_Algorithms_Prtestttttttttttttesentation.pptx
Kanchalkumar1
 
unit 6 mgt.pptx on researchtoics can find
Arpit953319
 
Graphic_Design_Pjjjjjjjjjjjjjjjresentation.pptx
kumarsahil80682
 
Our Vintage Car Collection New 2023-1.pptx
ankitjhapaypal
 
Module-1-Current-Scenario.pdfffjcjcnvnvnvnvj
khusaldas459
 
SlideEgg_300845-Electric Energy PTTTTTTT
JaydipM1
 
Ad

Mobile Web Design Code