Salesforce Blogs

Abhinav Gupta Abhinav Gupta

Angular-ifying your Visualforce Pages (Part 1)

In the ever-evolving world of web development, Angular continues to support developers. This guide dives deep into leveraging Angular within Visualforce to create dynamic single-page applications (SPAs).

Read More
Abhinav Gupta Abhinav Gupta

Visualforce Code Templates/Snippets for Force.com IDE!

Force.com IDE is already doing a decent job on top of Eclipse. It provides a nice Visualforce editor with syntax highlighting and code indentation based on the standard Eclipse HTML Editor. I recently tried to create a couple of Visualforce code templates/snippets to quickly assist in creating the pages and was successful in that attempt. The rest of the post describes how.

Read More
Abhinav Gupta Abhinav Gupta

Preparing for Salesforce AppExchange Security Review!

This post is for guys who are planning to release their app on App Exchange and are looking forward to clearing the security review in one shot! This post aggregates all the good links and information you should have in hand.

Read More
Abhinav Gupta Abhinav Gupta

Salesforce WSC added support for Session Timeout handling!

Retrying web service call failures/exceptions is important because not every exception means it’s the “end of the world." There is always some hope for some exceptions, like Session timeouts or Invalid session IDs. One can always renew the session (if credentials are available) and make those failing web service calls work again.

Read More