Click here to Skip to main content
15,908,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi...i am JAVASCRIPT Begginer...
Can any one help me to get good Javascript book....which author will u suggest me.
which have good examples and good explaination.

I hope you will.
Posted

 
Share this answer
 
Comments
Espen Harlinn 10-Feb-13 12:21pm    
Some really excellent links :-D
Thomas Daniels 10-Feb-13 12:56pm    
Thank you!
Sergey Alexandrovich Kryukov 10-Feb-13 16:35pm    
Agree, my 5, too.
—SA
Thomas Daniels 11-Feb-13 2:35am    
Thank you!
Apart from getting a good book, you can learn a lot from the documentation and examples accompanying these Javascript libraries:

  1. D3.js[^], make sure you visit Mike Bostocks' home page too[^] - as you will find a lot interesing stuff there too.
  2. jQuery[^]
  3. Knockout.js/[^]

You will probably want to learn about these libraries, and I suggest that you initially spend more time figuring out how to work with D3.js, as feel it provides a more intuitive approach to building and manipulating content for your pages.


You should also learn how to use the .Net ScriptManager.Services[^] collection to automatically generate a JavaScript client for your web services, as it really somplifies the development of HTML5 applications.

Best regards
Espen Harlinn
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 10-Feb-13 16:34pm    
Interesting links, a 5.
—SA
Espen Harlinn 10-Feb-13 16:40pm    
Thank you, Sergey :-D

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900