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

Web & Mobile

Web & Mobile

This talk is about two important subjects and their intersection.

Jean Carlo Emer

November 19, 2016
Tweet

More Decks by Jean Carlo Emer

Other Decks in Technology

Transcript

  1. Instant Articles are a new way for any publisher to

    create fast, interactive articles on Facebook.
  2. The average load time was between 
 0 and 300

    ms, compared with 
 3.66 seconds for similar web articles.
  3. The biggest mistake we’ve made as a company is betting

    on HTML5 over native. @Zuckerberg, 2012
  4. The key to Instant Articles' functionality is the strictly formatted

    HTML5 which is optimized for faster loading.
  5. 37% + reach 22% + shares 83% + Likes 57%

    + link clicks. https://blog.hootsuite.com/started-using-facebook- instant-articles/
  6. As with any publishing platform, the value of Instant Articles

    greatly depends on your business model 
 and goals. https://blog.bufferapp.com/facebook-instant-articles
  7. No-one is going to install an app for each service,

    your mobile Web experience has to be good.
  8. Deepest engagement for the longest period of time happens in

    Apps, so Apps matter. http://venturebeat.com/2015/09/25/wait-what-mobile-browser- traffic-is-2x-bigger-than-app-traffic-and-growing-faster/
  9. Progressive Web Apps have the reach of the web, and

    are reliable, fast and engaging.
  10. @media screen and (max-width: 1000px) { 
 /* Styles */

    
 } @media screen and (max-width: 560px) { 
 /* Styles */ 
 }
  11. Don’t get hung up thinking that media queries are the

    only tool in your toolbox. @Brad Frost
  12. Modernizr tells you what HTML, CSS and JavaScript features the

    user’s browser has to offer. https://modernizr.com/