Salesforce. AI. Web3
Slides and recordings from Chennai Salesforce Platform Developer meetup–October !
Chennai October meetup went well yesterday with sessions on topics ranging from Apex, Heroku etc. I enjoyed delivering my session over Google hangout a lot, it for sure saved the traveling time and cost ac…
Upcoming Salesforce Dev events in India (July’12)
Yes, this is true Force.com team is coming to Noida and many other cities in India this July’12. We always saw force.com team doing lots of dev meetups and events all around the globe, India only got limi…
Salesforce summer’12 Sorting enhancements reviewed !
With force.com summer’12 release, I was very happy to see the ability to sort Non-primitive data types in apex with availability of List.sort() and Comparable fixture. Having native or system sorting sup…
Rich Visualforce Editor that finally supports Content Assist !
We all miss content assist support in Force.com IDE Visualforce editor. My previous attempt of using eclipse code templates was a patch to fill this gap. Good news now is, my colleague @AjayHada is creating a Visualforce editor, that will give decent code assistance support on…
Handling SFDC Managed Package Namespace Prefix with Web Service Clients !
This post tries to cover a common night mare while developing solutions on top of Salesforce using Partner/Enterprise WSDL web services. So this post can be super helpful for developers working with following technologies with Salesforce Partner/Enterpise WSDLs…
Fast XML DOM featured in SFDC March 2010’s Newsletter !
My Open Source SFDC Endeavor "Fast Apex XML DOM" was featured by SFDC March 2010 Developer Newsletter…
Secure YUI Combo Usage Guide
YUI Dependency Configurator is a great tool for getting a single unified JS or CSS instead of several css/js files. Only problem with that is it doesn't works over "HTTPS". Browser's like Internet Explorer fail to load a web page delivered over HTTPS containing JS/CSS delivered over un-secure(HTTP) URLs…
Apex DOM classes Document XMLNode reviewed - Spring 10 Release !
I was going through the code sample and apex docs for new Spring 10 Apex DOM Classes. I feel these new classes are really a great missing piece for apex developers that work on integrations via web services(XML) for ex gdata api’s…