O slideshow foi denunciado.
Seu SlideShare está sendo baixado. ×

Modern web development

Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Carregando em…3
×

Confira estes a seguir

1 de 24 Anúncio

Modern web development

Baixar para ler offline

A presentation that was part of a video training course for Microsoft covering progressive enhancement, graceful degradation and responsive design. Full slides and code examples with information available on GitHub.

A presentation that was part of a video training course for Microsoft covering progressive enhancement, graceful degradation and responsive design. Full slides and code examples with information available on GitHub.

Anúncio
Anúncio

Mais Conteúdo rRelacionado

Quem viu também gostou (16)

Mais de Christian Heilmann (20)

Anúncio

Mais recentes (20)

Modern web development

  1. 1. Modern Web Development
  2. 2. A new world... HTML5 != Desktop Exciting new opportunities New browsers with one goal Taking this show on the road
  3. 3. Demo time: HTML5 magic built-in
  4. 4. Memo time: HTML5 is backwards compatible and robust by design That doesn’t mean we should rely on that - it just means we can move forward safely HTML5 has a lot of in-built client side functionality we do not need to write in JavaScript ourselves.
  5. 5. Developing for the unknown http://www.flickr.com/photos/smemon/5547552978/
  6. 6. http://www.flickr.com/photos/oufoufsworld/2274372737/ Progressive enhancement
  7. 7. Progressive Enhancement Start with something that works Then hijack it to become better Test for support, then add on No broken promises
  8. 8. Graceful degradation
  9. 9. Graceful degradation Start with a complex matter Develop a fallback for other environments Maintain both Broken promises
  10. 10. Demo time: Progressive Enhancement vs. Graceful Degradation
  11. 11. Memo time: Be flexible and nothing will cause you grief in the future Don’t make end users suffer for your mistakes Understand the basics Don’t bother with PE when you are in a fixed environment
  12. 12. Responsive Design http://www.flickr.com/photos/indyplanets/5693612984/
  13. 13. Mediaqueries Apply CSS for certain scenarios Also available in JavaScript One design, many views
  14. 14. Demo time: Responsive design demos
  15. 15. Memo time: Mediaqueries allow for granular design changes No need for JS sniffing Possible performance issues :( matchMedia() can help Queries for connection speed needed
  16. 16. What about legacy browsers? http://www.flickr.com/photos/tallkev/256810217/
  17. 17. Polyfills http://www.flickr.com/photos/bramus/7255025512/
  18. 18. http://modernizr.com/
  19. 19. http://html5please.com/
  20. 20. http://html5boilerplate.com/
  21. 21. http://stuffandnonsense.co.uk/projects/320andup/
  22. 22. Rule of thumb: Giving legacy browsers a working solution is better than a full one that means a lot of work and doesn’t perform. Be future friendly!
  23. 23. http://easy-readers.net/books/adaptive-web-design/
  24. 24. http://futurefriend.ly

×