I’m a desktop application developer, and I plan learning html5, but as it’s not released, there are (almost) no published books and not too much infomation for beginners on the web… I feel I should start with html4 and the current web development skills.
I think I should start with html4, css, and javascript… but there are so many technologies related that I get lost 😀 So, what current technologies will be still used when html5 is released? I mean, what about “jquery” and “ajax”? I know they are javascript under the hood, but will they still make sense in the future?
What would you recommend me considering that I have just a little bit of html knowlegde, almost null CSS and completely null in javascript?
Dive Into HTML5 is solid, but it isn’t really targeted at total beginners. You might want to check out Designing with Web Standards for getting a grasp on the basics of HTML/CSS. For the JavaScript side of things, I’d recommend JavaScript: The Good Parts. Also keep an eye out for Secrets of the JavaScript Ninja, which is due this summer.