Some good books to get/use:
Dynamic HTML: The Definitive Reference
- Paperback: 1456 pages
- Publisher: O'Reilly; 1 edition (July 1, 1998)
- ISBN: 1565924940 see (Amazon.com)
Its gotten 4.5/5 on amazon, after 130 plus reviews.
Contains items on CSS, Javascript, DOM, HTML
I've been using this now for nearly a year. The Title Dynamic HTML sounds a little old school with AJAX being the range. It applies as every before.
This is a must have on my bookshelf, and is as it say
THE DEFINITIVE REFERENCE.
Effective Java Programming Language Guide
Or
Effective Java as it is generally known.
- Paperback: 252 pages
- Publisher: Addison-Wesley Professional; 1st edition (June 5, 2001)
- ISBN: 0201310058
- Average Customer Review 5/5 : based on 106 reviews on Amazon.
Awesome. Every developer needs to read this. Tells you all the good Java programming habits people should get into, with good examples.
In fact ToStringBuilder, EqualsBuilder, HashCode builder etc from commons.lang are all based on it.
Professional Java Development with the Spring Framework
- Paperback: 672 pages
- Publisher: Wrox (July 8, 2005)
- ISBN: 0764574833
- Average Customer Review on Amazon 4/5 based on 17 reviews.
Excellent book. Read it once, then start using as a reference. The Spring Definitive Guide.