Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Good book after "The Good Parts" and "High Performance JavaScript"?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Nick Morgan  
View profile  
 More options Dec 14 2010, 7:01 am
From: Nick Morgan <skilldr...@gmail.com>
Date: Tue, 14 Dec 2010 12:01:52 +0000
Local: Tues, Dec 14 2010 7:01 am
Subject: Good book after "The Good Parts" and "High Performance JavaScript"?

[I sent this message to the old list - don't know whether it got through and
nobody answered, whether it got through and people answered but I didn't get
the answers, or if it just didn't get through. Let's try again...]

Hi all

I've read and enjoyed both "JavaScript: The Good Parts" and "High
Performance JavaScript", and I'd like to take my reading to the next level.
I've heard a lot of mixed reviews about "The Definitive Guide" - the latest
edition's pretty old too (although I hear at some point there's going to be
a new edition).

Any ideas for JavaScript books?

Cheers

--
Nick Morgan
http://skilldrick.co.uk
@skilldrick <http://twitter.com/skilldrick>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
אריה גלזר  
View profile  
 More options Dec 14 2010, 7:15 am
From: אריה גלזר <arieh.gla...@gmail.com>
Date: Tue, 14 Dec 2010 14:15:10 +0200
Local: Tues, Dec 14 2010 7:15 am
Subject: Re: [JSMentors] Good book after "The Good Parts" and "High Performance JavaScript"?

http://tddjs.com/

a very educating book. although the first half won't teach you a lot of new
things about JS, it is going to teach you how to be a better js programmer.

--
Arieh Glazer
אריה גלזר
052-5348-561
http://www.arieh.co.il
http://www.link-wd.co.il

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adrian Olaru  
View profile  
 More options Dec 14 2010, 7:16 am
From: Adrian Olaru <agol...@gmail.com>
Date: Tue, 14 Dec 2010 14:16:07 +0200
Local: Tues, Dec 14 2010 7:16 am
Subject: Re: [JSMentors] Good book after "The Good Parts" and "High Performance JavaScript"?

IMO the next book you should read is

 JavaScript Patterns by Stoyan Stefanov.

Other good books are:

Professional JavaScript for Web Developers by Nicholas Zakas (I heard
there's a new version in the making)
Object Oriented JavaScript by Stoyan Stefanov (I heard a new version is
coming up)
Secrets of the JavaScript Ninja by John Resig (still in the making,
available as MEAP on Manning site)

Cheers,
Adrian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christophe Eblé  
View profile  
 More options Dec 14 2010, 7:33 am
From: Christophe Eblé <christophee...@gmail.com>
Date: Tue, 14 Dec 2010 13:33:17 +0100
Local: Tues, Dec 14 2010 7:33 am
Subject: Re: [JSMentors] Good book after "The Good Parts" and "High Performance JavaScript"?
An excellent book on JS (which is free btw)

http://eloquentjavascript.net/contents.html

Hope you'll like it.

Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rey Bango  
View profile  
 More options Dec 14 2010, 9:46 am
From: Rey Bango <reyba...@gmail.com>
Date: Tue, 14 Dec 2010 09:46:41 -0500
Local: Tues, Dec 14 2010 9:46 am
Subject: Re: [JSMentors] Good book after "The Good Parts" and "High Performance JavaScript"?

Nick,

I've started to compile a list of books I feel are good reads:

http://blog.reybango.com/the-big-list-of-javascript-css-and-html-deve...

I would definitely urge you to check out Stoyan Stefanov's two books JavaScript
Patterns<http://www.amazon.com/gp/product/0596806752?ie=UTF8&tag=rebasbl-20&li...>&
Object
Oriented JavaScript<http://www.amazon.com/gp/product/1847194141?ie=UTF8&tag=rebasbl-20&li...>and
as an overall great book, I like Nicholas Zakas' Professional
JavaScript for Web
Developers<http://www.amazon.com/gp/product/047022780X?ie=UTF8&tag=rebasbl-20&li...>.
Also note that while Flanagan's JavaScript: The Definitive
Guide<http://www.amazon.com/gp/product/0596101996?ie=UTF8&tag=rebasbl-20&li...>may
have been updated in 2006, it's still relevant and the gold standard
for
JS reference books so definitely buy it.

Lastly, Christophe Porteneuve who happens to be one of our mentors and a
Prototype team member just released Pragmatic Guide to
JavaScript<http://www.amazon.com/Pragmatic-Guide-JavaScript-Guides/dp/1934356670...>.
I've not read it yet but I trust his skills and feel like it will be a good
book.

Rey...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Miller Medeiros  
View profile  
 More options Dec 14 2010, 1:04 pm
From: Miller Medeiros <lis...@millermedeiros.com>
Date: Tue, 14 Dec 2010 13:04:55 -0500
Local: Tues, Dec 14 2010 1:04 pm
Subject: Re: [JSMentors] Good book after "The Good Parts" and "High Performance JavaScript"?

+1 to Zackas' Professional JavaScript, specially the chapters 4 (variable,
scope and memory), 6 (OOP), 18 (advanced techniques)... - the chapters about
DOM and Events are also helpful if you don't have experience with front-end
dev and browsers discrepancies.

one thing to keep in mind is that it isn't a book for complete beginners
developers or "very experienced" javascript developers, but I think it is an
excellent book for someone who is coming from another language (even without
any JS knowledge) or someone who want to take his JS skills to the next
level, since it's pretty theoretical and explain how things work and not
just how to use it.

prototypical inheritance only became clear in my mind after reading chapter
6, I knew what it was but I didn't knew how to use it in my favor.. - I came
from a classical-inheritance background (AS3/PHP5) so the prototype concept
was a little awkward to me. - having the diagrams and multiple different
patterns helped a lot to understand how it works and how to solve some
problems related with the prototype chain...

based on the table of contents, Stoyan's JavaScript Patterns seems pretty
good (it's on my wish list..) but it's only focused on the language itself
and not on browser-related APIs, both books have different purposes, try to
decide what is more important for you right now...

cheers.

--
Miller Medeiros  |  blog.millermedeiros.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Amit Agarwal  
View profile  
 More options Dec 14 2010, 1:19 pm
From: Amit Agarwal <lifea...@gmail.com>
Date: Tue, 14 Dec 2010 23:49:18 +0530
Local: Tues, Dec 14 2010 1:19 pm
Subject: Re: [JSMentors] Good book after "The Good Parts" and "High Performance JavaScript"?

+1 for Professional Javascript for Web Developers 2nd Ed.

-Regards
*Amit Agarwal <http:///www.amitagrwal.com>*
+91-779-822-8765

On Tue, Dec 14, 2010 at 11:34 PM, Miller Medeiros <lis...@millermedeiros.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lee Hinde  
View profile  
 More options Dec 14 2010, 8:01 pm
From: Lee Hinde <leehi...@gmail.com>
Date: Tue, 14 Dec 2010 17:01:00 -0800
Subject: Re: [JSMentors] Good book after "The Good Parts" and "High Performance JavaScript"?

O'Reilly is offering a promotion on the eBook version of some of the books
mentioned here:

http://oreilly.com/store/ddwdb.html

('just' a customer, not affiliated...)

 - Lee


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yu-Hsuan Lai  
View profile  
 More options Dec 15 2010, 12:51 am
From: Yu-Hsuan Lai <rainco...@gmail.com>
Date: Wed, 15 Dec 2010 13:51:47 +0800
Local: Wed, Dec 15 2010 12:51 am
Subject: Re: [JSMentors] Good book after "The Good Parts" and "High Performance JavaScript"?

After read this thread, I buy this book(e-version) yesterday.
But, Uh, I regard it extremely difficult!
I have read "Good Part" yet……

--
Lai, Yu-Hsuan

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MRoderick  
View profile  
 More options Dec 15 2010, 4:01 am
From: MRoderick <mor...@roderick.dk>
Date: Wed, 15 Dec 2010 01:01:30 -0800 (PST)
Local: Wed, Dec 15 2010 4:01 am
Subject: Re: Good book after "The Good Parts" and "High Performance JavaScript"?
+1 for JavaScript Patterns

An excellent book, covers a lot of practices that should be known by
all JavaScript programmers

On Dec 14, 1:16 pm, Adrian Olaru <agol...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy Wenk  
View profile  
 More options Dec 15 2010, 5:14 am
From: Andy Wenk <a...@nms.de>
Date: Wed, 15 Dec 2010 11:14:51 +0100
Local: Wed, Dec 15 2010 5:14 am
Subject: Re: [JSMentors] Re: Good book after "The Good Parts" and "High Performance JavaScript"?
Hi,

I can really recommend JavaScript Patterns by Stoyan Stefanov. One of
the best JS books I read so far.

Cheers

Andy

On 15 December 2010 10:01, MRoderick <mor...@roderick.dk> wrote:

--
Andy Wenk
Hamburg - Germany
RockIt!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Williams  
View profile  
 More options Dec 15 2010, 9:07 am
From: Chris Williams <ch...@jsconf.us>
Date: Wed, 15 Dec 2010 09:07:24 -0500
Local: Wed, Dec 15 2010 9:07 am
Subject: Re: [JSMentors] Re: Good book after "The Good Parts" and "High Performance JavaScript"?

For a holistic view, I generally recommend Eloquent JavaScript:
http://eloquentjavascript.net/ it dives into many aspects that arent covered
by the others.

Enjoy,

Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Morgan  
View profile  
 More options Dec 15 2010, 3:03 pm
From: Nick Morgan <skilldr...@gmail.com>
Date: Wed, 15 Dec 2010 20:03:55 +0000
Local: Wed, Dec 15 2010 3:03 pm
Subject: Re: [JSMentors] Good book after "The Good Parts" and "High Performance JavaScript"?

Thanks Rey and everyone else. I've added Professional JavaScript as a top
priority to my wish list, as well as JS Patterns and TDDJS.

I might get the Pragmatic Guide at some point - I'm a big fan of Prag Pub.

Cheers!

On 14 December 2010 14:46, Rey Bango <reyba...@gmail.com> wrote:

--
Nick Morgan
http://skilldrick.co.uk
@skilldrick <http://twitter.com/skilldrick>

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gavin Doughtie  
View profile  
 More options Dec 16 2010, 12:55 pm
From: Gavin Doughtie <dough...@google.com>
Date: Thu, 16 Dec 2010 09:55:06 -0800
Local: Thurs, Dec 16 2010 12:55 pm
Subject: Re: [JSMentors] Good book after "The Good Parts" and "High Performance JavaScript"?
You should also read the code in the Closure library:

http://code.google.com/closure/library/docs/gettingstarted.html

Start with:

http://code.google.com/p/closure-library/source/browse/trunk/closure/...

for some fundamental code and utilities.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »