Tag Archives: javascript remoting

Apex Template: Visualforce Controller

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.

In Blog: developer-relations | Also tagged , , , | Leave a comment

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!

In Blog: developer-relations | Also tagged , , , , , , , , , | Leave a comment

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.

In Blog: developer-relations | Also tagged , , , | Leave a comment

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…

In Blog: developer-relations | Also tagged , , | Leave a comment

Bar Code and QR Code scanning using the Mobile SDK

I recently blogged about a sample mobile application built using a combination of Visualforce and other standard web technologies like HTML5, CSS3 and JavaScript (specifically JQuery Mobile). The application mobilizes the ‘Merchandise’ Custom Object

In Blog: developer-relations | Also tagged , , , , , , , | Leave a comment

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

In Blog: developer-relations | Also tagged , , , | Leave a comment

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

In Blog: developer-relations | Also tagged , , , | Leave a comment

Using Flex with JavaScript Remoting

Screen shot 2011-06-17 at 1.07.40 PM

Not sure why this didn’t occur to me when I first start developing with JavaScript Remoting, but it took Dave Carroll asking how I thought Flex would work with the feature before I started to put an example together.  I’ve finished adding that exa

In Blog: developer-relations | Also tagged | Leave a comment

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

In Blog: developer-relations | Also tagged | Leave a comment

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

In Blog: developer-relations | Also tagged , , , , , | Leave a comment