function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
steph1sourcesteph1source 

Advice on Javascript training

Hello all,
 
We just went live with salesforce and I will be administering the application. We already have requirements for functionality that I believe will require scontrols. Which means I need to quickly learn javascript! Can anyone provide advice on training programs or other resources that I can use?
 
thanks!
JesterJester
I've taught people before using the webmonkey tutorials.  They seem to be a good start, and include some sample code on javascript in general (not sure if there is AJAX specific stuff there)

http://www.webmonkey.com/webmonkey/programming/javascript/


SamirSamir

Also check out http://www.w3schools.com/js/default.asp for Javascript.

They also have stuff on AJAX: http://www.w3schools.com/ajax/default.asp

We use this site regularly for help/reference.

Thanks,

Samir.