I want to know Where to find good resources to learn HTML 5, and know more about it, whats its pros and cons, and how to use it with asp.net for example?
do you recommend a book, or a web based reference? where i can find good tutorials?
I want to know Where to find good resources to learn HTML 5, and know more about it, whats its pros and cons, and how to use it with asp.net for example?
do you recommend a book, or a web based reference? where i can find good tutorials?
Here are some good HTML 5 examples -
HTML 5 tag reference -
http://www.w3schools.com/html5/html5_reference.asp
And the HTML 5 spec -
Also i will try to share here, what i already found about HTML5:
Everything you need to know about HTML5
Daily Dose - Will HTML5 Kill Flash?
The Best HTML5 Presentations To Help You Get Started
Yes, You Can Use HTML 5 Today!
30+ Very Useful HTML5 Tutorials, Techniques and Examples for Web Developers
Follow the browser-specific developer blogs, like
..then read the specs for the additions/technologies you find interesting.
Here are some of my links:
70 Must-Have CSS3 and HTML5 Tutorials and Resources
3 Good Reasons To Start Using HTML5 Right Now (And 1 Reason Not To)
HTML5 / XHTML5 with CSS for Safari, Firefox, Opera & IE
4 Useful HTML5 Browser Support Overviews
Web Designers' Browser Support Checklist
HTML 5 and CSS 3: The Techniques You’ll Soon Be Using
Have a Field Day with HTML5 Forms
HTML 5 pocket book
Validator.nu (X)HTML5 Validator
With concerns:
The devil in the details
Guide to HTML5 Hiccups
There's a major drawback I read about: as you'll probably know, IE can't style elements it doesn't know. In order to style them, you need something like HTML5 shiv. But when printing a page using IE, JavaScript is not processed and IE won't print your page the way you intended.
As of last april, above mentioned problem does no longer exist. Now we have an IE Print Protector, which is included in HTML 5 shiv, so your pages will print correctly.
EDIT: I can probably update this post with new links daily, but I prefer a lazy shortcut: just have a look at these Delicious bookmarks. A less useful resource, but still a good one, is Twitter. There are tools that scrape all Tweets containing #html5 or html5, but I'm not that familiar with those.