Tag Archives: visualforce

Salesforce Platform ELEVATE Workshop is Coming to Washington DC

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.

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

What’s Hot in Summer 13

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.

In Blog: developer-relations | Also tagged , , , , , , , , , , , , , , , , | Leave a 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.

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

Updated Documentation for Global Variables in Visualforce

In the Summer ’13 release of the Visualforce Developer’s Guide we’ve greatly expanded, revised, clarified, and otherwise improved the documentation for global variables, especially for $Setup, $Component, $Action, and $ObjectType.

In Blog: tech-pubs | Tagged | Leave a comment

Force.com Performance Profiling Using the Developer Console

Force.com Performance Profiling Using the Developer Console

If you’ve built an application on the Force.com platform, you want to deliver a great experience to your users. But how can you tell if your applications are performing well and will continue to perform well? Using the Developer Console, you can use “performance profiling” to identify and fix performance hotspots, and ensure that your applications are both fast and scalable.

In Blog: engineering | Also tagged , , , | Leave a comment

Detroit Developers, Your City is Next for Salesforce Platform ELEVATE

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.

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

Extending Visualforce for External Code Editors

Extending Visualforce for external editors to allow developers generate a bunch of code with a few keystrokes to automate repetitive and mundane tasks and increase productivity.

In Blog: engineering | Also tagged , | Leave a comment

HTML5, AngularJS, Backbone Mobile Service Packs

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.

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

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.

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