Upgrade to Pro — share decks privately, control downloads, hide ads and more …

jQuery Mobile Keynote - UK Conference

toddparker
February 11, 2012

jQuery Mobile Keynote - UK Conference

toddparker

February 11, 2012
Tweet

More Decks by toddparker

Other Decks in Technology

Transcript

  1. 10+ Billion Web enabled mobile devices on the internet Source:

    ITU, Mark Lipacis, Morgan Stanley Research.
  2. (They aren’t all iPhones) 4.01 12.3 17.1 18.17 19.95 22.07

    Opera iPhone / iPod Touch Android Nokia BlackBerry Netfront July 2011 World Mobile Browsers http://gs.statcounter.com/#mobile_browser-ww-monthly-201103-201103-bar
  3. <!DOCTYPE html> <html> <head> <title>My Web App</title> <style>body { text-align:

    center; }</style> <meta name="viewport" content="width=device-width,initial- scale=1"> <link rel="stylesheet" href="jquery.mobile.min.css"> <script src="jquery.min.js"></script> <script src="jquery.mobile.min.js"></script> </head> <body> <h1>Welcome to my Site!</h1> <p><a href="contact.html" data-role="button">Contact</a></p> </body> </html>
  4. <!DOCTYPE html> <html> <head> <title>My Web App</title> <style>body { text-align:

    center; }</style> <meta name="viewport" content="width=device-width,initial- scale=1"> <link rel="stylesheet" href="jquery.mobile.min.css"> <script src="jquery.min.js"></script> <script src="jquery.mobile.min.js"></script> </head> <body> <h1>Welcome to my Site!</h1> <p><a href="contact.html" data-role="button">Contact</a></p> </body> </html>
  5. Automagic-ness Ajaxify links + forms = transitions Enhance all form

    elements Wrap contents a ‘page’ container *
  6. Single vs. multiple One page per HTML doc OR Multiple

    page containers within a single HTML doc
  7. CSS position:fixed - iOS 5 - Android 2.2, 2.3, 3.0

    (honeycomb), 4.0 (ICS) - Blackberry 7, PlayBook 1+ - Firefox mobile 6 - WebOS 2+ - Kindle Fire - Kindle 3 - Nook Color 1 & 2 (tablet) - All modern desktop browsers (Safari, Firefox, Opera, Chrome, IE, etc.) Brad Frost
  8. Wow

  9. AMD

  10. Go team! Scott Jehl, Filament Group Mat Marquis, Filament Group

    John Bender, Adobe Kin Blas, Adobe Ghislain Gesuin, Jive Software Anne-Gaelle Colom, Univ. of Westminster Gabriel Schulhof, Intel Sergey Grebnov, Microsoft Jason Scott, RIM ...and countless others!