Blog

Blog,  Salesforce

Visualforce: Salesforce.com’s markup language

Visualforce is SFDC’s custom mark up language and represents the view in a Model-View-Controller target=”_blank” software design pattern. Each Visualforce page is tied directly to a controller. These controllers, of course, manipulate the data in the model (database) and contain your application’s business rules. Visualforce is made up of components (standard and custom.) These are…

Learn More
Blog,  Salesforce

How to Define a RemoteObject in Actionscript

For the project I have been recently working on, I wanted to define a set of services in ActionScript that I could use to communicate via AMF to PHP. It turns out that this technique is not well documented around the web. Here’s how I did it. Important: This example uses Flex 4. You will…

Learn More
1 2 3 4 78 79 80 81 82 83 84
Scroll to Top