I have been working on the force.com platform for nearly three years now, and the only problem which drives me nuts is when i have to deal with UI (User Interface) issues. I have to admit that it really looks beautiful when you can have your own custom CSS for your visualforce pages with wonderful styles. But, when it comes to fixing UI...
A year back, this same day i started this blog. I was not serious at blogging, to be frank. But, i was really surprised by the support and encouragement that every visitor to this blog has given me. Your encouragement keeps me going and drives me to write more articles... Thank you all !!!!! Keep visiting!!! ...
Here is a simple example of a HTTP callout... I guess it does not need much explanation Do write to me in case you need further clarification.... public class UploadFile_DifferentOrg { public UploadFile_DifferentOrg(ApexPages.StandardController controller) { } String ErrorMessage; public void Login() { ErrorMessage=''; final string baseUrl = 'https://login.salesforce.com/'; final string username = 'test@test.com';...