• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Target audience and best practices?

 
Ranch Hand
Posts: 50
jQuery Eclipse IDE Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I was wondering who is the targeted audience of Hello! HTML5 & CSS3 book ?

Does this book provides "best practices" / suggestions on when one better use css instead of js to achieve stuff ?

Regards,


Daniel
 
author
Posts: 297
5
Android Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book concentrates on new features in HTML5 and CSS3 so it will work best if you have some previous experience in HTML and CSS. However some appendices are provided with introductions to HTML, CSS and JavaScript so that if you're a complete beginner you should still be able to follow along if you're prepared to work at it a little bit more.
 
Rob Crowther
author
Posts: 297
5
Android Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, I didn't answer the second part of your post before. I would say it's best practice to use CSS to achieve stuff whenever CSS is capable of achieving it. That way you take advantage of any built in optimization the browser has for the CSS effect and your stuff will still work even if JavaScript is disabled for some reason.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic