Javascript Bible Update

Posted July 10, 2006 at 9:15 AM by Ben Nadel

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.



Reader Comments

Aug 31, 2006 at 9:44 AM // reply »
9 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.


Aug 31, 2006 at 12:40 PM // reply »
9 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 A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 21, 2013 at 6:12 PM
Using Plupload For Drag & Drop File Uploads In ColdFusion
Ben, I did not see you after Pete Freitag's Lockdown session at cfObjective but he said that IIS sets file size limits at 30MB by default which just happened to be the threshold for file size when ... read »
May 21, 2013 at 11:51 AM
Ask Ben: Parsing Very Large XML Documents In ColdFusion
Looking at my first ever XML document that I have to parse and put into MS SQL 2000 with CF8. I get it to list the desired Field name, many times over, and have a long list of this field name displa ... read »
May 21, 2013 at 9:25 AM
Turning Off and On Identity Column in SQL Server
you are awesome..i am lucky to get this blog between such a garbage one....Thanks, Prashant ... read »
May 20, 2013 at 4:38 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
@Dana, Your confusion is well founded, since this is a very confusing features. In fact, it ONLY works if you use array notation. Meaning, that this: arrayToList( query[ "columnName" ] ) ... read »
May 20, 2013 at 4:34 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
I was thinking chicken and the egg, I wouldn't have expected it to work in the valuelist going in I guess. Maybe I just need a beer, long day :) ... read »
May 20, 2013 at 4:29 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
@Dana, That's if you're trying to reference a specific row. In this case, we're trying to reference the entire query column as one cohesive value. So, you are correct that if you wanted to output a ... read »
May 20, 2013 at 4:24 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
I thought when you used array notation to reference queries you always had to have the row or it would throw a similar error as well? ... read »
May 20, 2013 at 11:45 AM
Using jQuery's Animate() Step Callback Function To Create Custom Animations
This is really useful. I found out that you don't actually have to use a dummy css property (surprisingly). To animate a property in a linear-gradient for instance I did this this.css('someLinearGra ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools