Salesforce.com – Success. Great Software.

Apex, Visualforce, and process tips and tricks for Salesforce development.

Saturday, June 28, 2014

An Apex Cookie Wrapper

›
Cookies are a means of storing data in the browser during a user's Salesforce session. Common uses include tracking a session ID, storin...
Sunday, December 8, 2013

Duplicate Code Begone!

›
One of the primary sources of software defects is duplication, sometimes referred to as Copy and Paste programming . When code or design is ...
Sunday, October 20, 2013

An All-Purpose Schedulable Batch Utility

›
It seems like I frequently need to run a simple batch process or schedule a cleanup task and am a little put out by the amount of work requi...
Sunday, September 15, 2013

Unit Testing Tips & Tricks - Part 1

›
In my experience, unit testing does more to assure the quality of software than any other practice. If you care about the quality of your wo...
Wednesday, August 21, 2013

Apex Contract Programming

›
Design by Contract "Design by Contract" was coined by Bertrand Meyer to describe a feature of his Eiffel programming language. I...
›
Home
View web version
Powered by Blogger.