[GET] JAVASCRIPT eBook

secax

Junior Member
Joined
Feb 7, 2010
Messages
180
Reaction score
141
Hi Guys,

My last project with wordpress force me to get in touch with javascript.
And getting to know it for just few lines has stunt me how powerful this languange can do.

I'm planning to dig deeper about it and have found material to study. Then I remember this forum and want to thank for knowledge that I got from here.

So now and forward I'm gonna share here about the javascript book I've found. Hopefully someone here will be benefit from the material I've shared. I'll update it when I've found a new interesting eBook.

Cheers, Secax ^_^


Simply Javascript
download from MF
This book is technical books with informal ways of explanation, so its not boring like other technical books. Whether you're an expert programmer or never seen javascript lines ever in your live, I believe you'll gonna benefit from reading it. It also gives clear explanation how javascript part between HTML and CSS.

you can look at the amazon review here:

Or for quick view:
Chapter 1: The Three Layers of the Web
A big part of learning JavaScript is learning when it's the right tool for the job,and when ordinary HTML and CSS can offer a better solution. Before we dive into learning JavaScript, we'll take a little time to review how to build web sites with HTML and CSS, and see just how JavaScript fits into the picture.

Chapter 2: Programming with JavaScript
JavaScript is a programming language. To work with it, then, you must get your head around the way computer programs work—which to some extent means learning to think like a computer. The simple concepts introduced in this

Chapter 3: Document Access
While certain people enjoy writing JavaScript code for its own sake, you wouldn't want to run into them in a dark alley at night. As a well-adjusted web developer, you'll probably want to use JavaScript to make changes to the contents of your web pages using the Document Object Model (DOM). Lucky for you, we wrote a whole chapter to show you how!

Chapter 4: Events
By far the most eventful portion of this book (ha ha ha ... I slay me), this chapter shows you how to write JavaScript programs that will respond to the actions of your users as they interact with a web page. As you'll see, this can be done in a number of ways, for which varying degrees of support are provided by current browsers.

Chapter 5: Animation
Okay, okay. We can talk all day about the subtle usability enhancements that JavaScript makes possible, but we know you won't be satisfied until you can make things swoosh around the page. In this chapter, you'll get all the swooshing you can handle.

Chapter 6: Form Enhancements
I know what you're thinking: forms are boring. Nobody leaps out of bed in the morning, cracks their knuckles, and shouts, "Today, I'm going to fill in some forms!" Well, once you trick out your forms with the enhancements in this chapter, they just might. Oh, and just to spice up this chapter a bit more, we'll show you how to make an element on your page draggable.

Chapter 7: Errors and Debugging
When things go wrong in other programming languages, your computer will
usually throw a steady stream of error messages at you until you fix the problem. With JavaScript, however, your computer just folds its arms and gives you a look that seems to say, "You were expecting, maybe, something to happen?" No, English is not your computer's first language. What did you expect? It was made in Taiwan. In this chapter, we'll show you how to fix scripts that don't behave the way they should.

Chapter 8: Ajax
You might have heard about this thing called Ajax that makes web pages look like desktop applications, and shaky business ventures look like solid invest- ments. We put it into this book for both those reasons.

Chapter 9: Looking Forward
JavaScript doesn't just have a future; JavaScript is the future! Okay, you might think that's taking it a bit far, but when you read this chapter and see the many amazing things that JavaScript makes possible, you might reconsider.
 
Last edited:
found again the good book about it

JavaScript: The Good Part
download from MF

here is the review from amazon.
hxxp://www.amazon.com/dp/0596517742
hope you like it
 
Last edited:
Thanks! Now I don't have to wait for some of these to be checked back in to the library.
 
Back
Top