But I think I missed something in my question. We will create an interactive website that has many ajax call and will often modify the DOM.
There are other points that we'd like to learn which are:
* DOM performance
* CSS layout
* Improve javaScript execution speed
* Minify memory usage
I just recently discovered http://book.mixu.net/css/ which is the book on CSS layout that I've been looking for for years. It actually teaches a comprehensive mental model rather than a bag of tricks.
But I think I missed something in my question. We will create an interactive website that has many ajax call and will often modify the DOM.
There are other points that we'd like to learn which are:
* DOM performance
* CSS layout
* Improve javaScript execution speed
* Minify memory usage