Blog – Salesforce

Salesforce – Flash Builder Integration Announced

Adobe and Salesforce have always worked well together They are complimentary technologies – Flash is primarily a display platform and Salesforce is more data focused. Using Flex or Flash to present data from the SalesForce cloud is a great way to make a really seamless and slick user experience. This latest development makes that even…

Who should do the estimating?

Check out best practices for estimating tasks and creating the work breakdown structure for a project from experienced developers.

How to Avoid Governor Limits with sendEmail in Apex

You can send emails programmatically in Salesforce Apex, but if you’re not careful you can hit the measly governor limit of 10 in no time at all. You see, although your outbound email limit is 1000 with Apex, only a total of 10 sendEmail method calls are allowed in each context. Obviously the way to…

Burndowns considered harmful?

If you’re a project manager, you constantly look for the perfect way to report on project progress. Consider this discussion when weighing the options.

The Disempowered Project Manager

Empower project managers when working with decision makers on software projects by taking strategic steps to gathering essential information.

The Case for Custom Software

Find this discussion of how custom software can be leveraged to your advantage, when considering the best solutions for business workflows.

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…

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…

User Experience Matters

Find this discussion on how important it is to consistently consult your software users in the development process and what not doing so can cost you.

Hey, Do You Guys Do Agile?

Learn about the key principles of agile development used for planning and maintaining focus during construction of large projects.
1 2 3 4 16 17 18 19 20 21
Scroll to Top