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

Make it Responsive! the logic, the code & tricks of trade

King Sidharth
February 23, 2013

Make it Responsive! the logic, the code & tricks of trade

A talk on Responsive Web Design (RWD) for WordPress Themes for WordCamp Pune 2013.

King Sidharth

February 23, 2013
Tweet

More Decks by King Sidharth

Other Decks in Design

Transcript

  1. Make it Responsive! the logic, the code & tricks of

    trade A talk on Responsive Web Design (RWD) for WordPress Themes by King Sidharth for WordCamp Pune 2013
  2. What is Responsive Design? An approach aimed at crafting sites

    to provide an optimal viewing experience across a wide range of devices.
  3. CSS Crash Course <div class=”boy” id=”kingsidharth”></div> <div class=”boy” id=”aniket pant”></div>

    <div class=”boy” ></div> <div class=”girl” id=”nisthadixit”></div>
  4. <div class=”boy” id=”kingsidharth”></div> <div class=”boy” id=”aniket pant”></div> <div class=”boy” ></div>

    <div class=”girl” id=”nisthadixit”></div> div { flirt: yes; } All Humans { are flirt } Elements
  5. <div class=”boy” id=”kingsidharth”></div> <div class=”boy” id=”aniket pant”></div> <div class=”boy” ></div>

    <div class=”girl” id=”nisthadixit”></div> .boy { flirt: yes; } All Boys { are flirt } Class
  6. <div class=”boy” id=”kingsidharth”></div> <div class=”boy” id=”aniket pant”></div> <div class=”boy” ></div>

    <div class=”girl” id=”nisthadixit”></div> #kingsidharth { flirt: yes; } King Sidharth { is a flirt } ID’s
  7. @media queries @media all and (min-width:500px) { … } @media

    (min-width:500px) { … } @media (orientation: portrait) { … } @media all and (orientation: portrait) { … } Remember Break Points?
  8. Use a CSS Framework Inuit.css Zurb Foundation Twitter Bootstrap To

    avoid work, common bugs & cross browser compatibility issues.
  9. ‣ Hide / Show / Rearrange Sections ‣ Navigation Options

    (Push-down or show-all) ‣ Define Break Points (Set Defaults for popular devices already) ‣ Lazy Load Images ‣ Kill Social Media Buttons and Fixed Elements Responsive Design Options for Theme Backend
  10. Want to improve UX of your blog? My talk from

    WordCamp Baroda: www.64notes.com/speaking/wcbrd-2013
  11. King Sidharth Co-Founder Web Mutiny 19+2 Years Old Entrepreneur Designer

    Artist Public Speaker www.64notes.com/speaking/wcpune-2013 www.64notes.com [email protected] @kingsidharth