good Javascript tutorial

A

Anonymous

Guest
I search on Google but I don't find goog tutorial of Javascript. What I am looking for is to learn Javascript compatible at the same time with IE and Firefox (and Opera...). Every tutorial I find show code which not always work in different browsers.

So, I would appreciate if someone could suggest me any good Javascript tutorial, which learn compatible Javascript.

Thank you very much in advance.
 
check http://www.sun.com and find Javascript references
It should work fine with both browsers.. but i dont think that there are any tutorials that will cover all you want.. its just a matter of searching for solutions to your problems and testing in different browsers..
 
I guess one of the good references is the Javascript 1.3 reference that was available on http://devedge.netscape.com
it wasn't a tutorial but a very good reference with examples etc.
Mozilla is now currently managing it..
http://devedge-temp.mozilla.org//index_en.html
 
Hi!

The best online tutorial I have seen so far is W3schools.
It is where I always refer to when it comes to coding. It provides variety of tutorials from basic to complex codes about web development from HTML to PHP.

Here's the link:
http://www.w3schools.com/

I hope it helps. Thank you.
 
Hi,

Please refer below tutorial link for JavaScript:
http://www.tutorialspoint.com/javascript/

I hope it helps.
 
Back
Top