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

Web in 2013

Sean Yo
January 21, 2013

Web in 2013

This presentation looks at what happened in 2012 for web technology and design and makes some predictions about what is on the horizon for 2013.

Sean Yo

January 21, 2013
Tweet

More Decks by Sean Yo

Other Decks in Technology

Transcript

  1. ASYMMETIC INFORMATION IS FROM THE BAD OLD DAYS TODAY WE

    LIVE IN A WORLD OF INFORMATION PARITY or at least we’re getting there…
  2. BEFORE WE LOOK AHEAD WE’RE GOING TO LOOK BACK warning

    – some trends look larger in retrospect
  3. IN THE EMERGING, HIGHLY PROGRAMMED LANDSCAPE AHEAD YOU WILL EITHER

    CREATE THE SOFTWARE OR YOU WILL BE THE SOFTWARE DOUGLAS RUSHKOFF
  4. "Now that much of what Rushkoff has predicted over the

    years has come to pass, he is uniquely qualified to write what may be one of the most important and instructive books of our times. Program or be Programmed: Ten Commands for a Digital Age. Rather than predicting that the sky is falling, Rushkoff gives practical and actionable advice on how to turn those biases into advantages.“ - Wired Magazine
  5. he's not telling us about a career change into building

    websites. He's saying something more profound. He's saying: “My resolution is to learn to think in a modern way.“ – Tom Armitage, BBC
  6. Judge Alsup told the court he had learned to code

    in Java for the trial — implying that he knew other languages as well — and he said that he had written some of the infringing code at least a hundred times since Oracle filed its suit in August 2010. “I can do it. You can do it. It’s so simple” He said, adding that it takes Less than five minutes.
  7. The "everyone should learn to code" movement is wrong because

    it falsely equates coding with essential life skills like reading, writing, and math. Please don't advocate learning to code just for the sake of learning how to code. - Jeff Atwood
  8. THE PAGE IS A BAD, AWFUL T E R R

    I B L E M E T A P H O R FOR THE WEB
  9. SMALL PHONES, BIG PHONES, SMALL TABLETS, MEDIUM TABLETS, BIG TABLETS,

    NETBOOKS, ULTRABOOKS, NOTEBOOKS, MONITORS, FLATSCREENS & PROJECTORS. PAGES DON’T MAKE SENSE SCREENS MAKE SENSE
  10. “HTML5 LETS WEB DEVELOPERS CREATE ADVANCED GRAPHICS, TYPOGRAPHY, ANIMATIONS AND

    TRANSITIONS WITHOUT RELYING ON THIRD-PARTY PLUG-INS, LIKE FLASH” STEVE JOBS
  11. “THE AJAX REVOLUTION WAS A HACK, AND WITH MODERN HTML5

    BROWSERS WE FINALLY HAVE A FANTASTIC RUNTIME” DION ALMAER CO-FOUNDER OF AJAXIAN
  12. “THERE IS NO SUCH THING AS CSS4 THERE HAS NEVER

    BEEN A CSS4 THERE WILL NEVER BE A CSS4 CSS4 IS NOT A THING THAT EXISTS THE TERM ‘CSS3’ REFERS TO EVERYTHING PUBLISHED AFTER CSS 2.1” TAB ATKINS JR. CHROME TEAM CSS WORKING GROUP
  13. ALL YOUR PHOTOSHOP ARE BELONG TO US CSS FILTERS GET

    SUPPORT IN NON-WEBKIT BROWSERS GREYSCALE BLURRING COLOUR DODGE
  14. CSS GETS IT’S MODERNIZR ON @SUPPORTS ALLOWS AUTHORS TO TEST

    FOR CSS SUPPORT & APPLY RULES DEPENDING ON THE RESULT
  15. CSS GETS IT’S SASS ON CSS VARIABLES SHOULD UNPREFIX IN

    WEBKIT SOON AND ARE BEING IMPLEMENTED IN FIREFOX RIGHT NOW
  16. CSS GETS IT’S ANIMATION ON WEB ANIMATIONS API + JS

    API FOR CREATING BROWSER- ANIMATIONS (LIKE JQUERY'S .ANIMATE() THAT ARE AS SMOOTH AND JANK-FREE
  17. I used to think the browser was the most hostile

    programming environment ever devised, but then I discovered programming for mobile Douglas Crockford