mylesagray
mylesagray

Reputation: 8869

HTML5, CSS3 and JavaScript Learning Resources

I am looking around for some in depth resources on HTML features such as <audio>, <video> and <canvas> and how JS and CSS/CSS3 can be used to create dynamic graphs/games and illustrations with the <canvas> tag, I have read a 2 books on both CSS3 and HTML5, they were more of just an overview of "the future" rather than practical applications.

I am looking for more of a project based book/web resource that I can take from start to finish to learn the fundamentals.

Upvotes: 8

Views: 7514

Answers (5)

codeandcloud
codeandcloud

Reputation: 55200

Please Dive into HTML5 and understand that javascript is not, you know, the silly javascript we do everyday :)

Disclaimer: I absolutely love javascript and I never thought of it as silly. I used the phrase silly cos chromeexperiments original quote Not your mother's JavaScript may offend the OP

Upvotes: 10

mockee
mockee

Reputation: 1325

Oops... new users can only post a maximum of two hyperlinks.

Upvotes: 1

mockee
mockee

Reputation: 1325

  • WHATWG's blog Web Hypertext Application Technology Working Group’s blog.
  • When can I use Compatibility tables for support of HTML5, CSS3, SVG.

Upvotes: 0

Tyler Holien
Tyler Holien

Reputation: 4951

HTML5 Rocks is a great resource to learn about the new features in CSS3 and HTML5. It's not a start-to-finish guide, but it does provide lots of in-depth tutorials.

Upvotes: 4

Mika
Mika

Reputation: 1539

Look at the sites of the browser developer (chrome, mozilla labs, ...). There is plenty of documentation

Upvotes: 0

Related Questions