Javascript Bible Update

Posted July 10, 2006 at 9:15 AM

Tags: Javascript / DHTML, Books

Just rounded page 700 in the Javascript Bible. So far, I have been half skimming, half reading the chapters. It's mostly review for me at the moment. I have picked up one or two tid bits that I didn't already know. I am excited to eventually get to the Style sheet stuff. I have never altered a style sheet rule via Javascript. I have altered styles on an object, but I think it would be interesting to mess with the style definitions.

I have to say though, the Javascript Bible is extremely comprehensive. They really go through every single definition of every object in Javascript. And, what's really nice is that they show the compatibility of different methods and properties across the main browsers (including what versions introduced what features ex: WinIE4+, MacIE-, NN4+, Moz+, Saf-).

At the moment, I am not sure if the book is worth reading for a veteran web developer. But, then again, I do have 400 more pages to go.

Post Comment  |  Ask Ben  |  Permalink  |  Print Page



Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

Aug 31, 2006 at 9:44 AM // reply »
8 Comments

That's interesting that you are reading it cover to cover and have found the process beneficial. I usually stay away from the bible style tech books, seeing them as more of a reference that I could just Google info. for instead. Maybe this one is different.

By far the best JS book I've come across is 'Javascript for Web Developers' by Nicholas Zakas. Very instructional, very inspiring.


Aug 31, 2006 at 10:00 AM // reply »
1 Comments

Student Organization Guy,

The Javascript Bible is by FAR a reference book + explanation. I have actually stopped at about page 800 (to be continued when I have more time). It is very dry. That is not to say it is not very good.

I agree that you can google most things. The problem I find is that I can only google what I know or can describe. When I read a book like the Javascript Bible, I am waiting for that "Ooh Ahhh" moment where I see something I have never seen before, or would have never thought to even Google. So far, it's pretty much review, but you never know.


Student Organization Guy
Aug 31, 2006 at 12:40 PM // reply »
8 Comments

Good call. I remember the first time I needed to use a closure, the problem was I didn't know the concept existed and that it had a name. I'm sure going through a book like that will help fill in all your gaps.

Enjoy :)


Aug 31, 2006 at 1:09 PM // reply »
74 Comments

SOG,

Yeah, actually closure is a really crazy thing if you are not in the mind set to think about it. I had a "closure" eureka moment a few months ago and it still confuses me occationally.


Dec 26, 2006 at 8:20 PM // reply »
2 Comments

Thank you for this support. It's clear, concise and helpful.


Dec 23, 2007 at 9:23 AM // reply »
1 Comments

anyway it sounds interesting, i think i have to get the time to read it too. btw. i`m no veteran so it would be very usefull ;)


Post Comment  |  Ask Ben

Recent Blog Comments
Nov 7, 2009 at 5:53 PM
Ask Ben: Javascript String Replace Method
You can find here an advanced function that prepared with javascript replace function. This can make the first letters of words, sentences, lines and whatever you define automatically: http://www.m ... read »
Andrew Neely
Nov 7, 2009 at 4:56 PM
A Moment That Touched Me - The Fountainhead
Ben, Glad you enjoyed the podcast. Yeah, the Tank Riot guys can get really chatty during the episodes, but that's part of the charm of it for me. They've covered everything from Nichola Tesla to Cha ... read »
Nov 7, 2009 at 4:43 PM
Building A Fixed-Position Bottom Menu Bar (ala FaceBook)
Is it possible to make some more MenĂ¼`s ? ... read »
Jill
Nov 7, 2009 at 11:40 AM
How To Unformat Your Code (Like A Pro)
Derek, I think you might be right - sweet! Thanks for the link :) ... read »
Nov 7, 2009 at 11:25 AM
How To Unformat Your Code (Like A Pro)
I think it would be way easier to just use this http://www.logichammer.com/html-formatter/ He just released v3 and it rocks. ... read »
Jill
Nov 7, 2009 at 7:58 AM
How To Unformat Your Code (Like A Pro)
LMAO - this was pretty funny! I have to admit - I also love to reformat code so I can read it. My boss used to tell me to leave my OCD at home. Now I don't feel so bad after reading everyone else' ... read »
Nov 6, 2009 at 10:10 PM
How To Unformat Your Code (Like A Pro)
The timing of this post is just uncanny. I spent the last 15-20 minutes manually un-formatting my "Ben Nadel" style code within a CFC of mine. I was really digging the readability a few weeks ago, bu ... read »
Roe
Nov 6, 2009 at 5:11 PM
Passing Arrays By Reference In ColdFusion - SWEEET!
ArraySort also reorders the results of these java obj's ... read »