Javascript and Ajax

marly

Regular Member
Joined
Nov 4, 2010
Messages
297
Reaction score
67
It's time for me to turn nextlevel and do some serious javascript and ajax learning, but I want to do it right.

Www.w3schools.com/js

Is this the right place or is there a better one, for example a site or a book.

Tyvm
 
This can be your beginning, but I'd recommend thinking of a project and trying to do it with the help of google + stackoverflow. That way you will learn faster
 
You can take the basic from anywhere. w3school is a great site and start to learn from there.
 
Just browse through some channels. I recommend codeschool.com for learning javascript.
 
W3Fools isn't a good resource. My personal favorite is books. I beileve O'reilly has a best seller and the de facto go to read in the subject.
 
I'm not a big fan of w3schools.
Videos, books and PRACTICE is the best in my opinion.
Books:
Javascript The Definitive Guide - this is the bible
Javascript The good parts - must read for every javascript developer
Videos:
pluralsight.com - they have almost every week a new course about javscript - node.js, frameworks, vanilla. It's paid, but if you use google you will find a way to get a 3months free trial.
Good luck!
 
When I started learning programming ~15 years ago, w3schools was the website that I used. It's a great website that gives you basic understanding so yes, you should use that website. Use it to learn basics and then search for tutorials and try to follow them. While you are learning, try to build stuff that you want to build. You will learn a lot when actually building something.
 
Back
Top