Blog
Insights and Ideas from Our Team
Filter By:
Featured Posts
Use System Level Scripts to Archive Backups or FTP Import with FileMaker Server
Learn how to use system level scripts to archive backups or FTP import with FileMaker Server. with this guide from certified FileMaker developers.
How to make a Collapsible List in FileMaker List View
Some think it’s impossible to build a collapsible list in FileMaker, but we found a way! Follow these steps to build one for your own FileMaker solution.
The App Store Needs to Go Corporate
The iPhone broke open the world of mobile computing in ways that earlier so-called smart phones managed with only a fraction of their customers. While it was theoretically possible to use a browser on other phones, many of us (my geeky self included) never bothered to figure out how. The iPhone changed all that, and…
Follow up to Dawn Heady’s Webinar on Designing for FileMaker Go
Download demo files from Soliant Consulting’s designing for FileMaker Go webinar hosted by certified FileMaker developer, Dawn Heady.
Check out Soliant’s First Native iPhone Application
Read about Purcell Murray’s mobile app, developed with native tools and widgets in Objective-C & Apple’s Cocoa API from the iPhone software development kit.
Deprecation of XSLT API for Custom Web Publishing
We’re facing a deprecation of XSLT API for Custom Web Publishing. Are you ready? Here’s what you need to do to prepare your solution.
Demo Files from Bob Bowers’ Webinar on Charting in FileMaker
If you enjoyed Bob Bowers’ webinar on charting in FileMaker, please download a copy of his demo files to learn more and try out his tips.
Aggregate FileMaker 11 Filtered Portal Records
FileMaker 11 introduced features that will surely keep developers busy exploring. Here we focus on new functionality provided by filtered portals.
Webinar on Charting in FileMaker Pro 11
Find the details for Bob Bowers’s seminar on the new charting feature in FileMaker Pro 11 as part of an on-going series from FileMaker Inc.
Creating Dynamic Summary Charts
Download our demo file and explore the Chart Tool of FileMaker Pro 11 that allows for the charting of a variety of data sources.
Shifting Columns in Cross Tab Reports
Find this handy use of the Get(CalculationRepetitionNumber) function for cross tab reports, where each repetition can pull in data from a different table.
PHP’s max_execution_time Different on Windows and Linux
On Windows, the PHP INI variable, “max_execution_time,” is the maximum clock time between when the PHP process starts and when it finishes. On Linux and OS X, the same variable represents the maximum CPU time that the PHP process can take. CPU time is less than clock time because processes on Linux (and OS X)…