Questions asking us to recommend or find开发者_运维知识库 a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI want to learn how to write the Javascript/CSS/HTML side of my applications but I want to skip the CSS kludges, bad Javascript, and non-semanitic HTML of the past and jump directly to HTML 5, CSS 3, clean Javascript libraries. I've been reading Mark Pilgrim's Dive In HTML 5 which I think is awesome and now I'd like the equivilent books (or blog posts) for Javascript and CSS.
Any suggestions?
Douglas Crockford's JavaScript: The Good Parts
is a classic.
These are my recommendations exactly in the same order. The first 3 books are very light reads & are sufficient enough to get started with client side programming. However, learning JQuery will make your Javascript development much easier. It is similar to learning to use regular expressions (but JQuery offers more than regex).
Learning Web Design: A Beginner's Guide to (X)HTML, StyleSheets, and Web Graphics
Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition)
DOM Scripting: Web Design with JavaScript and the Document Object Model
jQuery in Action
Learn jQuery :o)
W3Schools is an excellent site for a quick and simple start.
Do a search for object oriented javascript. Douglas Crockford is a good author on the subject, but there are others.
If you can stomach the sometimes abrasive tone, try the comp.lang.javascript Usenet group. The archive is full of every JavaScript question or discussion you could imagine, and there are some seriously knowledgeable people on there.
I have to say learn JQuery and use Wordpress
Wordpress is way more than just a blog tool now and being able to code great XHTML / JQuery and be a wizard in CSS should cover everything.
Good luck :)
精彩评论