Tag Archives: visualforce

Salesforce Platform ELEVATE Workshop is Coming to Washington DC

403-elevate-dc-FB-timeline

Our journey to ELEVATE the skills of developer and partner communities continues with our next stop, Salesforce Platform ELEVATE in Washington DC. Salesforce Platform ELEVATE, is a FREE, one-day, hands-on workshop designed to teach Salesforce Platform developers how to build cloud applications. For Washington DC, we’re adding a third track to help enterpreneurs looking to build enterprise apps for the commercial and public sector markets. Continue reading

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

What’s Hot in Summer 13

Summer '13 Webinar

It’s always hot in the summertime, and Ryan and I tried to heat it up a notch by spreading the word on all the new things coming out in the Summer ’13 release. If you missed it but you want to see the full show, you can find the recording on youtube. We covered a lot out of the release notes in a little less than an hour, but I’ll give you the cliff’s notes version here. Continue reading

In Blog: developer-relations | Also tagged , , , , , , , , , , , , , , , , | 1 Comment

Instantly reloading Visualforce static resources

Visualforce allows you to upload JavaScript, CSS and image files for your app as “static resources” to extend its capabilities. But since they are static, you need to zip and re-upload them if you modify them. This could be laborious when you are editing 100s of times during development. The workaround is to setup a local web server and simply serve JS/CSS files from it instead of uploading them as static resources until you are done editing. Continue reading

In Blog: developer-relations | Also tagged , , | 7 Comments

Detroit Developers, Your City is Next for Salesforce Platform ELEVATE

403-elevate-det-FB-timelinev2

Salesforce Platform ELEVATE, is a FREE one-day hands-on developer workshop designed to teach beginner and advanced Salesforce Platform developers how to build cloud applications. Now, ELEVATE is coming to Detroit. Continue reading

In Blog: developer-relations | Also tagged , , , , | 2 Comments

HTML5, AngularJS, Backbone Mobile Service Packs

Mobile Packs Accelerate Developement

With the announcement of Salesforce Platform Mobile Services comes a new set of developer tools called Mobile Packs. Mobile Packs built on popular Javascript libraries like AngularJS, Backbone,js and jQuery Mobile to make developing robust business apps for mobile devices using HTML5 while providing idiomatic access to the Salesforce Platform. Continue reading

In Blog: developer-relations | Also tagged , , , , , , , | 5 Comments

Using JavaScript with Force.com

A summary of the different options available for developers who want to interact with Salesforce data and/or logic via JavaScript. Continue reading

In Blog: developer-relations | Also tagged | 19 Comments

Getting Started with Connect in Apex

Developerforce Ninjas

One of the cool features we went over in the Spring ’13 Developer Preview webinar was Connect in Apex. Connect in Apex, also known as the Connect API, exposes Chatter API resources as objects in Apex to build native custom Chatter integrations on Force.com. Connect in Apex extends current functionality of accessing Chatter data using Apex, and exposes Chatter data in a simpler way. Check out this post to see how to get started building your own customizable feed. Continue reading

In Blog: developer-relations | Also tagged , , , , , , , | 1 Comment

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. Continue reading

In Blog: developer-relations | Also tagged , , , | 7 Comments

Editing Streaming Topics with Visualforce (and controlling Visualforce state)

I created a quick Visualforce page to help manage the Streaming API I had been testing out in my dev org. Having spent a lot of time lately tinkering with jQuery and JavaScript Remoting based interfaces, I also wanted to use this as an excuse to go back to developing with a normal viewstate-based form, especially since I knew it would probably easier to bind the PushTopic object against the apex form tags than to roll my own solution for it. Continue reading

In Blog: developer-relations | Also tagged , , | 2 Comments

Responsive Visualforce using Streaming API and Asynchronous Apex

This blog post describes how developers can combine Batch Apex and the Streaming API to implement an asynchronous UI design pattern that makes Visualforce pages more responsive and user friendly. Continue reading

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