asmith
Oct 11 2008, 04:44 AM
Hey guys
I've been coding in html/css/php/mysql for a while. But never coded seriously or entirely an script in js.
For those i did , I know some good resources, like php.net I search for any function I want and it has listed all there, same for mysql manual, w3schools ...
But I can't find a good thing for JS. some site that have listed all javascript "functions" .
second thing is where actually to teach JS (on the net) from beginner to advance?
when I started html/php I knew what I wanted, So I found exactly what I was looking for. But same unfortunately most things you want from JS, there are already scripts ready on the net, and it is negative points to me, make you lazy to learn.
So I'm asking is there any site, like teach you some, then have some practices.. and move on to the next lesson/level ? What you recommend?
Thanks
Christian J
Oct 11 2008, 10:44 AM
QUOTE(asmith @ Oct 11 2008, 11:44 AM)

But I can't find a good thing for JS. some site that have listed all javascript "functions" .
second thing is where actually to teach JS (on the net) from beginner to advance?
Maybe the lack of references is because JavaScript (and MSIE's JScript) started as proprietary browser features, and was only later standardized as
ECMAScript.
I mostly use these:
http://www.javascriptkit.com/http://www.quirksmode.org/http://msdn.microsoft.com/en-us/library/ms533050.aspx Here are a couple more:
http://msdn.microsoft.com/en-us/library/yek4tbz0.aspx http://developer.mozilla.org/En/Core_JavaS...t_1.5_Reference This JavaScript "lint" might be useful, but I often don't understand what it says:
http://www.jslint.com/
asmith
Oct 11 2008, 01:41 PM
Thanks for the links man, i've already started checking them