1 / 40

Fantastic 5: Use the Power of HTML5 for Good

Fantastic 5: Use the Power of HTML5 for Good. Michael Sheyahshe Senior Associate | Software Developer. Contact & Connect. eLearnDevTech blog – http:// elearndevtech.blogspot.com Twitter @ mas_edev @ damoEdev , eLearnDevGeek , @ gardelearndev. Obligatory Background.

adrina
Télécharger la présentation

Fantastic 5: Use the Power of HTML5 for Good

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Fantastic 5: Use the Power of HTML5 for Good Michael Sheyahshe Senior Associate | Software Developer

  2. Contact & Connect eLearnDevTech blog – • http://elearndevtech.blogspot.com Twitter • @mas_edev • @damoEdev, eLearnDevGeek, @gardelearndev

  3. Obligatory Background • Information Technology • 16+ years @ academic level, specializing in: • Animation • Digital Media • 3D Modeling / Games / Sims / etc. • Current position • ICF Software Developer • Academic stuff • Master of Fine Arts • Bachelor of Arts – 1) Film 2) Native Studies • Research authority • Childhood = pop culture junkie • Comic books PLUS, media that celebrates notion of ‘superhero’: • 1950s TV - Lone Ranger & Tonto • 1960s TV - Batman • 1970s TV – Six Million Dollar Man | Bionic Woman | Wonder Woman • Japanese TV - Ultraman • Author of book on pop culture (specifically on comic books)

  4. Overview • Emerging HTML5 technologies • How these HTML5 tools work • How to implement the HTML5 tools • Tips and tricks to use HTML5 tools • Various open-source code and tools to use • Overall development techniques to increase interactivity

  5. Emerging HTML5 technologies

  6. How HTML5 Works

  7. HTML5’s “Family”* *sort of

  8. HTML5 HTML4

  9. Implementing HTML5

  10. HTML5 Migration from HTML4 HTML4

  11. HTML5 Tips & Tricks Save time; save resources.

  12. Recycle / Reuse Don’t re-invent the wheel…

  13. Use Modernizr Browser supports? Use to offer maximum coverage http://modernizr.com/

  14. Lookout for BOMs Ensure that text files are properly formatted

  15. Open Source Tools for HTML5 Get the most bang for your buck.

  16. Responsive Design • Think beyond desktop • Leverage the ‘mobile’ of ‘mobile device’ • GPS/location • Camera • Devices dilemma • Different configuration • Target device specialties • Ex. PNGs on iPad • http://html5up.net/ • http://html5templates.com/

  17. Gestures - HammerJS Small / free / robust http://eightmedia.github.com/hammer.js/

  18. Real-time 3D - ThreeJS • Example 3: Static image vs. 3D rotation

  19. Interactive content - TouchSlider • Quickly add gestures and touch controls to existing content • http://touchslider.com/

  20. HTML5 Swiffy Flash https://www.google.com/doubleclick/studio/swiffy/

  21. Making HTML5 ‘Work’ Digital Comic Book

  22. How Digital Comics Handle Panels

  23. Use Photoshop to arrange Cut it Out Slice up full page / large info chunk into smaller ones

  24. Panel by Panel View Use TouchSlider or similar code to scroll through panels via gestures

  25. Full Page to Panels and Back Use simple JavaScript toggle function to show/hide full page or panel view

  26. Orient It • Use JavaScript • listen for orientation change • toggle between landscape / portrait view

  27. Example on iPad

  28. Adding Gestures Using HammerJS

  29. Note: Lectora used, but can work for almost any HTML content Make JS calls

  30. Usual Suspects

  31. You can DIV it !!! Finish what you start….

  32. Last Call Place new function at HTML page bottom.

  33. Learn by Example Look familiar? Hammer.js demo code

  34. Important Bits

  35. Important Bits

  36. Make the Right Call

  37. Rinse & Repeat

  38. Finally… • HTML5 now… • Easily convert HTML4 docs to HTML5 • Flash to HTML5? • …but THINK ahead • Device/Design layout • User interaction/gestures • …and always have a backup plan (esp for IE) • “If IE…” • Modernizr

  39. Contact & Connect eLearnDevTech blog – • http://elearndevtech.blogspot.com Twitter • @mas_edev • @damoEdev, eLearnDevGeek, @gardelearndev

More Related