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

Rapid Prototyping with HTML, CSS, and Javascript

Rapid Prototyping with HTML, CSS, and Javascript

Mark McSpadden

September 26, 2013
Tweet

More Decks by Mark McSpadden

Other Decks in Programming

Transcript

  1. Rapid Prototyping with HTML, CSS, and Javascript Mark McSpadden Beyond

    the Edge 2013 Thomson Reuters Slides https://speakerdeck.com/markmcspadden Code https://github.com/markmcspadden/rapid_prototyping_presentation Wednesday, September 25, 13
  2. Rapid Prototyping with HTML, CSS, and Javascript Mark McSpadden Beyond

    the Edge 2013 Thomson Reuters Wednesday, September 25, 13
  3. a few html5 friends • header • nav • section

    • aside • article • footer • main? Wednesday, September 25, 13
  4. a few other html5 elements • input types (email, tel,

    url, date, time, datetime, search, number, range, color) • audio • video • canvas Wednesday, September 25, 13
  5. css resources • Bootstrap http://getbootstrap.com • Sass-Bootstrap https://github.com/jlong/sass-bootstrap • Sass

    http://sass-lang.com/ • CodeKit http://incident57.com/codekit/ Wednesday, September 25, 13
  6. javascript resources • JSON Website http://www.json.org/ (will probably scare you

    into never using json) • JSON Tutorial http://www.w3schools.com/json/ (w3schools to the rescue!) • jQuery http://jquery.com/ • Handlebars http://handlebarsjs.com/ • jQuery $.ajax http://api.jquery.com/jQuery.ajax/ • Same Origin Policy http://en.wikipedia.org/wiki/Same-origin_policy Wednesday, September 25, 13
  7. extra credit resources • Dive into HTML5 Geolocation http://diveintohtml5.info/geolocation.html •

    Reverse Geocoding https://developers.google.com/maps/documentation/ javascript/examples/geocoding-reverse • Web Apps for iOS https://developer.apple.com/library/ios/documentation/ AppleApplications/Reference/SafariWebContent/ ConfiguringWebApplications/ConfiguringWebApplications.html • iOS URL Schemas https://developer.apple.com/library/ios/featuredarticles/ iPhoneURLScheme_Reference/Introduction/Introduction.html#//apple_ref/ doc/uid/TP40007899 • PhoneGap http://phonegap.com/ Wednesday, September 25, 13