Last week, we took a look at a skeletal version of a class implementing the asynchronous aspects of Apex: batch, scheduled and email. While powerful, it’s a corner of Apex developers don’t always have a use case to tread down into. This week, let’s look at something a lot more common: Visualforce controllers – quite possibly the most common use of Apex on the planet.
Tag Archives: javascript remoting
Apex Template: Visualforce Controller
Visualforce Charting for All in Winter ’13

Looking to use the new Visualforce Charting types now that its generally available? This article contains code walkthroughs, pictures, and links to other full examples on developerforce and GitHub. Check out these examples of all of the new chart types as well as a JavaScript remoting example for advanced rendering capabilities!
NOT Calling the REST API from JavaScript in Visualforce Pages!

The RemoteTK Visualforce Custom Component (comprising RemoteTK.component and RemoteTKController.cls) provides an abstraction very similar to the Force.com REST API, implemented via @RemoteAction methods in the component’s controller. RemoteTK offers similar functionality to forcetk.js, without consuming API calls.
Using jQuery BlockUI with Visualforce

I came across this post on the boards concerning using the jQuery BlockUI plugin, which was handy because I hadn’t had any exposure to the plugin previously. BlockUI is very handy way of controlling your interface to avoid unwanted user behavior. For instance, if you’re sending a JavaScript Remoting call over the wire which might take a decent amount of time to process on the Apex side, you could use BlockUI to grey out the page and display a message like this…
Mobile SDK Webinar Recording and Code
Last week, Eugene Oksman and I presented a webinar on the new Salesforce Mobile SDK. The SDK lets you develop mobile applications for Force.com and Database.com and the webinar included a high-level overview of the current mobile landscape, our mobi
Using jQote2 for JavaScript Templating
I’ve been looking at different libraries which enable client side templates with JavaScript. Client side templates allow applications to have more flexible front end interfaces, and may be especially useful for people looking to use more JavaScript
Using Flex with JavaScript Remoting
Two Visualforce Pages: ActionFunction and JavaScript Remoting
We’ve seen a lot of attention about JavaScript Remoting while in developer preview (and if you need an introduction), and I’ll be going into more specific use cases in blog posts to come, but I thought it might be interesting to check out the same pr
Quick Look Into JavaScript Remoting
Release notes can contain some wonderful surprises in them, as Quinton mentioned – it’s always good to looking for some gems in there. Spring ‘11 is rolling out to general availability now, so you’ve either got your hands on it or should very

