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

Responsive Web Design: Marketing Council Presen...

bpollak
January 30, 2013

Responsive Web Design: Marketing Council Presentation

bpollak

January 30, 2013
Tweet

More Decks by bpollak

Other Decks in Technology

Transcript

  1. • Single text column using HTML • Mostly text and

    hyperlinks • Embedded images around 1994 EARLY 1990S WEB DESIGN
  2. • Table-based layouts allowed for multiple columns • Websites were

    a combination of sliced images and HTML MID 1990S WEB DESIGN ucsd.edu in 1995
  3. Over the past year we’ve averaged a .5% increase in

    mobile traffic per month to the campus home page.
  4. • Built using Objective C (Apple) or Java (Android) •

    User downloads app to the phone • Deploying Apps means having staff learn the technology that powers each platform • Can use a code builder such as Titanium or Phonegap APP STORE
  5. (m.university.edu) • Separate site where layout and content are geared

    specifically to mobile devices • HTML, CSS, JavaScript usually designed for smaller screen sizes • Frameworks include Kurogu, Mobile Web Framework, JQuery Mobile, etc. MOBILE SITE
  6. • One website who’s layout automatically conforms to the resolution

    of the device accessing the site • One set of code to maintain • Cross platform: works on all modern browsers • Frameworks include Twitter Bootstrap, Foundation3, HTML5 Boilerplate, etc. RESPONSIVE WEBSITE
  7. We weren’t the only ones trying to solve this problem

    Tantek Celik, Dan Cedarholm, Jeremy Keith, Eric Meyer, Ethan Marcotte, Jeffrey Zeldman, Nicole Sullivan, Wendy Chisolm
  8. Our process for converting CMS sites to RWD Content Review

    Content Migration/Retrofitting Testing Go Live
  9. DON’T AVOID: The use of tables. Especially for layout! DO:

    Use DIV’s and CSS instead. IF YOU MUST: Make sure they’re capable of flexing. Use tables for what they were intended to do, tabular data!
  10. DO: Analyze and rethink your content if necessary. “LESS IS

    MORE” DON’T: Create visual clutter