List Info

Thread: recommended javascript books/tutorials/howtos?




recommended javascript books/tutorials/howtos?
user name
2006-02-14 10:07:08
hi,

i'd like to increase/enhance my javascript knowledge, which
right now is 
  rather limited (zero?) 

so, are there are books/websites you can recommend?

i'm primarily interested in the application of javascript
to the 
webpages, so DOM manipulation and things like that.

of course i am also interested in learning about the
object-model of 
javascript and things like that, but what i'm lacking right
now is the 
knowledge about the javascript-webpage interaction.

thanks,
gabor
recommended javascript books/tutorials/howtos?
user name
2006-02-14 10:18:33
On 2/14/06, Gábor Farkas <gabornekomancer.net> wrote:
>
> hi,
>
> i'd like to increase/enhance my javascript knowledge,
which right now is
>   rather limited (zero?) 
>
> so, are there are books/websites you can recommend?
>
> i'm primarily interested in the application of
javascript to the
> webpages, so DOM manipulation and things like that.
>
> of course i am also interested in learning about the
object-model of
> javascript and things like that, but what i'm lacking
right now is the
> knowledge about the javascript-webpage interaction.
>
> thanks,
> gabor
>
There is a website focus on events that occurs in ajax and
javascript
world, you can take a look.

http://ajaxian.com/

And mochikit maybe a very good startpoint.

http://mochikit.com/

--
I like python!
My Blog: http://www.donews.net/l
imodou
NewEdit Maillist: http://groups.
google.com/group/NewEdit
recommended javascript books/tutorials/howtos?
user name
2006-02-14 11:59:15
On 02/14/06 11:07, Gábor Farkas wrote:
> hi,
> 
> i'd like to increase/enhance my javascript knowledge,
which right now is 
>   rather limited (zero?) 
> 
> so, are there are books/websites you can recommend?
> 
> i'm primarily interested in the application of
javascript to the 
> webpages, so DOM manipulation and things like that.
> 
> of course i am also interested in learning about the
object-model of 
> javascript and things like that, but what i'm lacking
right now is the 
> knowledge about the javascript-webpage interaction.
> 
> thanks,
> gabor


I'ld have a look at "JavaScript - The Definitive
Guide" by David 
Flanagan [1].

An in dept overview of the language and at the same time a
complete 
reference.

In my JS-learning-days I always had it with me, used it
daily.

cheers
Steven

[1] http://www.o
reilly.com/catalog/jscript4/
recommended javascript books/tutorials/howtos?
user name
2006-02-14 15:25:50
On 2/14/06, Gábor Farkas <gabornekomancer.net> wrote:
> i'd like to increase/enhance my javascript knowledge,
which right now is
>   rather limited (zero?) 

Aside from the usual book recommendations, I suggest you go
get dojo.

That's the largest body of well-written javascript I've
ever seen. 
Read that code and ask questions on the mailing list.

http://dojotoolkit.org/
recommended javascript books/tutorials/howtos?
user name
2006-02-14 16:15:37
On 2/14/06, Steven Armstrong <sac-area.ch> wrote:
> I'ld have a look at "JavaScript - The Definitive
Guide" by David
> Flanagan [1].

Seconded. Reading this book will make you understand
JavaScript on a
deep level, and then doing web stuff with JavaScript just
becomes a
matter of learning the DOM API, which is documented in the
book and
online.

And don't let the 2001 publication date fool you; this book
is still
very relevant.

--
"May the forces of evil become confused on the way to
your house."
  -- George Carlin
recommended javascript books/tutorials/howtos?
user name
2006-02-15 02:40:06
On Tuesday 14 Feb 2006 9:45 pm, James Bennett wrote:
> And don't let the 2001 publication date fool you; this
book is
> still very relevant.
+1

-- 
regards
kg

http://www.li
vejournal.com/users/lawgon
tally ho! http://avsap.org.in
ಇಂಡà³à²²à²¿à²¨à²•à³à²¸ வாழà¯à®•!
recommended javascript books/tutorials/howtos?
user name
2006-02-15 23:12:47
On Tuesday 14 February 2006 10:07, Gábor Farkas wrote:

> i'd like to increase/enhance my javascript knowledge,
which right now
> is rather limited (zero?) 
>
> so, are there are books/websites you can recommend?
>
> i'm primarily interested in the application of
javascript to the
> webpages, so DOM manipulation and things like that.

I have found this absolutely indispensable:


http://www.visibone.com/products/cardcollection.html

It includes lots of other web stuff (or you can just buy the
JS sheets), 
and it has compatibility information for all the major
browsers (even 
including Konqueror) for everything in it. I could rave all
day about 
it...

Luke

-- 
"Making it up? Why should I want to make anything up?
Life's bad enough 
as it is without wanting to invent any more of it."
(Marvin the 
paranoid android)

Luke Plant || L.Plant.98 (at) cantab.net || http://lukeplant.me.uk/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Django users" group.
To post to this group, send email to django-usersgooglegroups.com
To unsubscribe from this group, send email to
django-users-unsubscribegooglegroups.com
For more options, visit this group at http://gr
oups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

recommended javascript books/tutorials/howtos?
user name
2006-02-16 10:00:09

Luke Plant wrote:
> On Tuesday 14 February 2006 10:07, Gábor Farkas wrote:
> 
> 
>>i'd like to increase/enhance my javascript
knowledge, which right now
>>is rather limited (zero?) 
>>
>>so, are there are books/websites you can recommend?
>>
>>i'm primarily interested in the application of
javascript to the
>>webpages, so DOM manipulation and things like that.
> 
> 
> I have found this absolutely indispensable:
> 
> 
http://www.visibone.com/products/cardcollection.html
> 
> It includes lots of other web stuff (or you can just
buy the JS sheets), 
> and it has compatibility information for all the major
browsers (even 
> including Konqueror) for everything in it. I could rave
all day about 
> it...
> 
> Luke
> 

  I have heard good things about this book:

http://domscripting.com
/book/

  I use the O'Reilly pocket reference all the time at home
and work, and 
it is very good (and cheap too):

http://www.amazon.com/gp/pr
oduct/1565925211/102-7652808-2130539?v=glance&n=283155

  On the web, I use this as a quick reference:

http://www.devguru.com/technologies/javascript/home.asp

  (note that it is missing the Node and Element objects, so
the pocket 
reference book trumps it)

  Best regards,
  Graham.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Django users" group.
To post to this group, send email to django-usersgooglegroups.com
To unsubscribe from this group, send email to
django-users-unsubscribegooglegroups.com
For more options, visit this group at http://gr
oups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

[1-8]

about | contact  Other archives ( Real Estate discussion Medical topics )