E-Books: Simply JavaScript by Kevin Yank and Cameron Adams
On the surface, JavaScript is a simple programming language that lets you make changes to your web pages on the fly, while they’re being displayed in a web browser.
How hard could that be to learn, right? It sounds like something you could knock
over in an afternoon. But JavaScript is bigger on the inside than it seems from the outside. If you were a Dr. Who fan, you might call it the Tardis of programming languages. If you’re not a Dr. Who fan, roll your eyes with me as the fanboys (and girls) geek out. Everyone back with me? Put your Daleks away, Jimmy. As I was saying, JavaScript sounds like it should be simple. Nevertheless, throughout its ten year history (so far), the best ways of doing things with JavaScript have seemed to change with the seasons. And advice on how to write good JavaScript can be found everywhere: “Do it this way—it’ll run faster!” “Use this code—it’ll run on more browsers!” “Stay away from that feature—it causes memory leaks!” Too many other JavaScript books—some of them from very respected names in the industry—will teach you a handful of simple solutions to simple problems and then call it a day, leaving you with just enough rope with which to hang yourself when you actually try to solve a real-world problem on your own. And when in desperation you go looking on the Web for an example that does what you need it to, you’ll likely be unable to make sense of the JavaScript code you find, because the book you bought didn’t cover many of the truly useful features of the language, such as object literals, event listeners, or closures.
This book aims to be different. From the very first page, we’ll show you the right way to use JavaScript. By working through fully fleshed-out examples that are ready to be plugged right into a professionally-designed web site, you’ll gain the confidence not only to write JavaScript code of your own, but to understand code that was written by others, and even to spot harmful, old-fashioned code that's more trouble than it’s worth!
Throughout this book, we’ve tried to go the extra mile by giving you more than just the basics. In particular, we’ve covered some of the new JavaScript-powered development techniques—like Ajax—that are changing the face of the Web. We’ve also included sections that explore the new crop of JavaScript libraries like jQuery, Prototype, Yahoo! UI, and Dojo, making this the only beginner’s JavaScript book to cover these powerful time-savers.
… all of which made this book a lot harder to write, but that’s why they pay us the big bucks.
For Download:
Click Here