Blog
Insights and Ideas from Our Team
Filter By:
Featured Posts
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.
Coding PHP Applications for the Command Line
When writing a PHP app, avoid using the special variables in your internal classes, to more easily test the class outside of a web environment. Learn more.
When FM Scripts Are Faster Than PHP for Custom Web Publishing
Yes, there are times when FileMaker scripts can provide a huge speed improvement over equivalent logic in PHP. Learn about them here.
Caution When Using Script Triggers
Just because you can do something doesn’t mean you should. Check out our suggested considerations for using highly anticipated Script Triggers in FileMaker.
Data Viewer won’t display script variables if opened after script start
Did you know that Data Viewer won’t display script variables if opened after script start? Here’s how to avoid this issue in your FileMaker solution.
Archiving Data Using FM10 Server Importing and Exporting
Do you have a client that has a huge database and a hard time letting go of old data? Don’t delete it – archive it and increase the database performance.
Use New Windows to Preserve State
Learn to preserve a user’s state by using a pragmatic design approach and; leveraging new windows, from certified developers in FileMaker.
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…