[jQuery] Re: Best book to learn jQuery?

2009-05-19 Thread Ethan Mateja
Kudos to the suggestions. I purchased both yesterday as a result. :D On Mon, May 18, 2009 at 11:15 PM, Karl Swedberg k...@englishrules.comwrote: On May 18, 2009, at 9:58 AM, Brandon Aaron wrote: On Mon, May 18, 2009 at 8:35 AM, Karl Swedberg k...@englishrules.com wrote: I've heard

[jQuery] Re: Best book to learn jQuery?

2009-05-19 Thread d3a1i0
What is a good book for learning JavaScript then? I have heard: JavaScript: The Definitive Guide by David Flanagan JavaScript: The Good Parts by Douglas Crockford Learning JavaScript by Shelley Powers I just want a basic understanding, for now, to help with the more advanced jQuery stuff like

[jQuery] Re: Best book to learn jQuery?

2009-05-19 Thread Josh Powell
The Definitive Guide is a great reference book, and a terrible book to learn javascript from. Javascript: The Good Parts is a must read to understand the prototypical nature of javascript, learn about jslint, and understand == vs === I can't speak to Learning Javascript On May 19, 6:15 pm,

[jQuery] Re: Best book to learn jQuery?

2009-05-19 Thread Karl Swedberg
For a basic understanding, DOM Scripting by Jeremy Keith and PPK on JavaScript by Peter-Paul Koch are also good. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On May 19, 2009, at 10:13 PM, Josh Powell wrote: The Definitive Guide is a great reference

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread MorningZ
I always recommend jQuery in Action it's a great read On May 18, 3:19 am, alex boba...@googlemail.com wrote: Just wondering what your opinions are on the best book out there, for a beginner, to learn jQuery? I know HTML and CSS well enough, but have no javascript knowledge. Thanks

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread Karl Swedberg
I've heard Learning jQuery 1.3 is a great read, too. ;-) --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On May 18, 2009, at 9:07 AM, MorningZ wrote: I always recommend jQuery in Action it's a great read On May 18, 3:19 am, alex boba...@googlemail.com

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread Brandon Aaron
On Mon, May 18, 2009 at 8:35 AM, Karl Swedberg k...@englishrules.com wrote: I've heard Learning jQuery 1.3 is a great read, too. ;-) HAHAHA... I think you forgot your disclaimer. :p Karl is a co-author of Learning jQuery. Nonetheless, Learning jQuery 1.3 would be a great choice. :) --

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread MorningZ
Damn, I missed the memo that there was a 1.3 version out and about ! On May 18, 9:35 am, Karl Swedberg k...@englishrules.com wrote: I've heard Learning jQuery 1.3 is a great read, too. ;-) --Karl Karl Swedbergwww.englishrules.comwww.learningjquery.com On May 18, 2009, at

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread alex
Are there any problems when jQuery is updated, or is it solely no information about new effects and stuff? I've only been using jQuery for a couple of weeks, are new releases frequent? On May 18, 2:35 pm, Karl Swedberg k...@englishrules.com wrote: I've heard Learning jQuery 1.3 is a great read,

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread Richard D. Worth
A look through http://docs.jquery.com/History_of_jQuery may help answer both questions. Dot releases (1.1, 1.2, 1.3) can contain new features and API changes that can require code updates, but it's always well documented, as you can see by clicking on a few links on that page, that take you to

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread ryan.j
they have a blog on the official site, which details changes to jquery and any updates to popular/interesting plugins http://blog.jquery.com/ On May 18, 3:44 pm, alex boba...@googlemail.com wrote: Are there any problems when jQuery is updated, or is it solely no information about new effects

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread mdk
Yes, but because he has no JS he will like have a tough time. I would read a basic JS book first, then go for Learning jQuery 1.3. Mike On May 18, 8:35 am, Karl Swedberg k...@englishrules.com wrote: I've heard Learning jQuery 1.3 is a great read, too. ;-) --Karl Karl

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread alex
Ah. I'm sure this sounds dunce-y because 'jQuery does it for me', but is a solid grounding in Javascript necessary to a solid grounding in jQuery (or at least, being able to use jQuery), or just good practice? I would guess, as a complete novice, that just using what is already available may not

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread Josh Powell
You can learn javascript as you learn jQuery. In fact, I would say it is much, much easier to learn jQuery then do a deep dive into learning javascript. And learning javascript extremely well isn't actually a requirement for getting started in web application development any longer because of

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread bittermonkey
Best book for me were jQuery In Action and Learning jQuery. On May 18, 3:37 pm, alex boba...@googlemail.com wrote: Ah. I'm sure this sounds dunce-y because 'jQuery does it for me', but is a solid grounding in Javascript necessary to a solid grounding in jQuery (or at least, being able to use

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread Karl Swedberg
On May 18, 2009, at 9:58 AM, Brandon Aaron wrote: On Mon, May 18, 2009 at 8:35 AM, Karl Swedberg k...@englishrules.com wrote: I've heard Learning jQuery 1.3 is a great read, too. ;-) HAHAHA... I think you forgot your disclaimer. :p Karl is a co-author of Learning jQuery. Nonetheless,