To be honest, as the web moves fairly quickly, I find most books I've bought to become out of date and irrelevant within a few months. Probably best to find websites that offer web design and building tips.
I've found many useful articles on
Speckyboy Design Magazine [
http://speckyboy.com ] for example, many have links to free downloads of useful code and scripts (jQuery, CSS, HTML5, etc) and ready made templates that you can pick up and adapt to suit your needs. Here's this week's round-up of stuff...
http://speckyboy.com/2012/10/30/weekly- ... ies-n-156/Also, part of the same group as Speckyboy, there's
Smashing Magazine [
http://www.smashingmagazine.com/ ] which is perhaps less web-orientated but there's still lots of web stuff on there, much of it more focussed on the design side rather than the building.
Books are useful for getting inspiration on the design, but too often designers focus too much on the design side rather than thinking about how it's built and what technologies to use. I'm as guilty as the next designer of that, but certainly in the last year or two I've had to get my hands dirty trying to understand the coding side too, and I'd say that makes you a better web designer as a result. The buzz words at the moment seem to be responsive websites, where the content scales intelligently to fit different screen sizes and devices like smart phones and tablets. You probably need to decide the basics first and then your designs might be influenced by those decisions. jQuery is also very popular too, due to it being more compatible with smart phones and tablets, as well as conventional web-enabled devices. For example, it can sometimes replace content that used to be done in Flash. With any luck, a combination of jQuery and HTML5 will eventually kill off Flash - I hope.