Sorting Apex SelectOption Array/List !

All apex developers creating visualforce pages with drop-downs and checkboxes use Apex SelectOption class. On…

Why I can only follow/subscribe to 500 entities with Chatter ?

Chatter makes enterprise communication easy for sure. People can chat around standard/custom objects, share files/links,…

Salesforce Winter’11 release for apex web services developers

Salesforce Winter’11 release came with many new exciting features and governor limit relaxations. These relaxations…

Sorting Apex classes Sobject using apex-lang code share project !

You must be stuck up with Apex, when sorting is required on instances of user…

Why apex-lang for Apex developers ?

apex-lang is an open source Apex library, its Apex port of very popular Apache Common…

Using System.runAs() for Too Many Query Rows 501 errors !

System.runAs(<User>) is often ignored by Apex developers for their Apex Test Classes, though its a…

Apex Dom Document XmlNode bad design story

AbstractWhile doing some coding using the new Apex DOM classes I felt so frustrated regarding…

Apex DOM classes Document XMLNode reviewed – Spring 10 Release !

Abstract I was going through the code sample and apex docs for new Spring 10…