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

Responsive Web Development

Responsive Web Development

Designers already have all the neat tools for creating fast, interactive websites, so where is all the new stuff for developers? (For BarCamp Charleston on October 22, 2011)

Avatar for Dirk Gadsden

Dirk Gadsden

October 16, 2011
Tweet

Other Decks in Programming

Transcript

  1. (pretty good at this*) * Give Fuzzco a call if

    you’re still not convinced. developer.
  2. and Tim Berners-Lee saw that they were good in the

    beginning, people made static HTML pages
  3. and the people saw that this was quite a major

    improvement over boring static content so they came up with dynamic websites
  4. and the people noticed the content took much longer to

    load and they had to deal with plugins and other incompatibilities but the developers did it anyway, and gave them “rich media”
  5. and they could only fully use a small portion of

    sites on their mobile devices
  6. but they had YouTube and animated GIFs and they told

    themselves that’s all anbody ever really needs anyway
  7. their bank websites were hard to use they were afraid

    of opening email but at least they had lolcats and Epic Meal Time they expected & accepted subpar user experience
  8. if the data changes on the then make it change

    in the as well SERVER BROWSER
  9. THE METHOD get all data on load, cache in memory

    deliver interface via JavaScript (using data in memory) update & retrieve data using APIs (added bonus is having a thirdy-party-ready API from the start) send updates to active clients via push (data updated in background, user never has to worry) store preferences & cache small data sets in local storage