Originally posted on patlatus:
Unfortunately we are not allowed to pass Date values in where clause of pure SOQL (if we don’t call it from code but…
Month: May 2014
Multiple Conditionals in rendered Attribute
Originally posted on scotthung:
A VisualForce page can use apex:outputText component’s rendered attribute to display a text block based on different criteria. In my case, the text block would…
Excellent introduction to developing iOS 7 application
Originally posted on David Witherspoon:
“iOS 7 in Action” by Brendan Lim and Martin Mac Donell is an outstanding book for anyone wanting to learn more about…
Xcode to IPA file.
Originally posted on My Memory:
Step 1: Go to /Applications right click Xcode.app and click “Show Package Contents” Step 2: Go to Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk and copy the file…
Maintaining data in memory in RESTful APIs
Originally posted on Coding Adventures:
As mentioned in my first post, I was trying to decide what technologies to use for a RESTful API. Ruby on Rails…