• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Browsers

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.

I was taking a look into the preview pages of the book in Amazon wishing to figure out which browsers the book is based on. But unfortunatelly this specific page (28) is missing...

Which browsers (with versions) the autors indicate to run HTML5 tests on?

 
author
Posts: 200
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Alexandre -
Are you asking about Head First HTML5 Programming? It's not clear from your message.

If you are, we recommend running the examples in the book on the most recent versions of each of the modern browsers (Chrome, Safari, Firefox, Opera and IE). We do indicate in the book where there may be specific issues with a browser, but most examples will work on most browsers assuming you're using recent versions. (Although I just found out that Firefox 8 broke web workers, where they were working in Firefox 7!). Anyway... we also recommend using Modernizr to test for HTML5 features and provide graceful fallback options for browsers that don't support a given feature.

Elisabeth
 
Alexandre Portugal
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, Elisabeth! Good to see there are no big issues concerning browser compatibility. That's a sign HTML5 is now definatelly a must-known technology for web developers.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic