ForceTK provides a convenient, thin JavaScript abstraction of the Force.com REST API, making the API more accessible to JavaScript code running in Visualforce, in hybrid mobile apps, and elsewhere.
JavaScript is the double-edged sword of browser magic and copious head-scratching trying to get your code working. As someone who has developed with JavaScript for almost 17 years I’ve been fortunate ...
The Visualforce framework abstracts away a lot of the heavy lifting of the underlying JavaScript necessary for Visualforce pages to function correctly. Visualforce developers can produce a whole lot ...
Use JavaScript remoting in Visualforce to call methods in Apex controllers from JavaScript. Create pages with complex, dynamic behavior that isn’t possible with the standard Visualforce AJAX ...