This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I read through the first chapter you posted... very nice.
From the title... I would guess that the emphasis of the book would be on coding techniques to solve a sampling if issues that developers commonly run up against... but the content of the first Chapter seemed to lean more torwards cross browser compatability of code...
Is one or both of those topics the primary emphasis of your book?
Would you say that you give equal airtime to both javascript and CSS? (both of which I have my sights on learning right now)
Ken Butters wrote:Is one or both of those topics the primary emphasis of your book?
Yes. In fact, I'd say that they are the focus of the book. The book started as lessons that John learned the hard way while developing jQuery. It's been expanded beyond that, but many of the examples are still rooted in "here's a real-world problem I had to solve". And of course, browser compatibility is always one of those problems.
Would you say that you give equal airtime to both javascript and CSS? (both of which I have my sights on learning right now)
CSS itself is not covered at all. One of the advanced chapters is on writing a CSS selector engine, though. The book is purely focused on JavaScript.