

Unexpected token 0 in JSON at position (FileMaker Data API error)
- Who: Anyone who gets an error similar to: “Unexpected token 0 in JSON at position”.
- What: How to fix the error: “Unexpected token 0 in JSON at position”.
- With: FileMaker Server 17+
- Why: Any JSON object that does not properly escape quotations will result in an error.

How to Query a FileMaker Portal Via the Data API
- Who: Anyone who is using the FileMaker Data API and needs to query (find) data within a portal.
- What: How to Query a FileMaker Portal Via the Data API
- With: FileMaker Server 17+
- Why: As of 11/2019, the FileMaker 18 Data API documentation does not show a specific example of how to do a find in a portal.

FileMaker Data API: How to Format JSON for a Checkbox Set
- Who: Anyone who uses checkbox sets with the Data API.
- What: How to Format JSON key/value pairs for a Checkbox Set.
- With: FileMaker 17+
- Why: Checkbox sets are common and useful tools in forms when sending data to the Data API.

What is a “Workplace Innovation Platform”?
Examining FileMaker's new marketing campaign: the "Workplace Innovation Platform". At the recent 2018 Devcon, FileMaker Inc. created a "special session" and invited the whole conference to attend. Emails were sent out for people to watch live via web cast. It was a...

How to Install SSL Certificate on FM 17+ Server Admin Console
- Who: Anyone interested in securing your FileMaker 17 Server with SSL (Wildcard or single domain)
- What: How to Install SSL Certificate on FM 17 Server Admin Console
- With: FileMaker 17+ (FM Server 17 introduced the new Server Admin Console)
- Why: Security is a priority with any solution, but especially if you connect to your server over a WAN (as opposed to your local network).

A Great Overview of the Script Debugger: One of FileMaker’s Most Important Developer Tools
If you want to be a serious FileMaker developer, you will need to get intimately familiar with FileMaker Pro Advanced's Script Debugger tool. Fortunately, the brilliant folks over at Geist Interactive have posted a nice overview/primer with some good tips on how to...