FileMaker and IT, Computer News

Native Web Scraping with JavaScript

Native Web Scraping with JavaScript

Some of my most favorite moments, when working with technology, are when you see the result of a few lines of code do what used to take hours and hours of work. Seeing the fruits of knowledge labor which replaces a lot of manual labor. It's glorious! The example I'm...

Execute FileMaker Data API

Execute FileMaker Data API

FileMaker Pro provides a variety of methods for extracting your data from its database. From memory, we have standard relationships and calculated concatenations, the Copy All Records script step, scripted data loops and using the ExecuteSQL function. In FileMaker 19,...

Server Side Importing

Server Side Importing

There's a great feeling about writing functional code when it's something you can rely on. You know it's just going to work. Which, for some import routines, doesn't always feel this way. Sometimes the import may fail or you can't figure out how to make it work....

Organizing Images

Organizing Images

With a handful of simple scripts and just a few fields, you can easily accomplish some powerful image organization both inside and outside of FileMaker. In this video, we take a look at how FileMaker can be used to organize a collection of images. This is prior to...

Validating JSON for Scripts

Validating JSON for Scripts

Using JSON for passing multiple parameters can be a real life saver. Because JSON keeps all individual parameters separate from each other, you can pass pretty much any type of data except for container data - although you can pass a reference to a container easily...

Simple User Messaging

Simple User Messaging

FileMaker natively provides us with some really nice tools for user feedback. We can use the Show Custom Dialog or even create a dedicated dialog using a Card Window and Layout. There are, however, times when you need something a little more subtle. Just a simple...

User Specific Preferences

User Specific Preferences

The wonderful thing about creating software is it feels like you're able to create your own universe. You're the master of that universe and how it functions and reacts to its users. It's a very empowering feeling to know you can direct and control data in a way that...

Display Werbung schlägt Google Adwords

Display Werbung schlägt Google Adwords

Das ist der Hammer Faktoren wie Keywörter (Google Ads) und individuelle Interessen (Facebook Ads) haben bisher darüber entschieden, wie die Werbung im Internet seine Zielgruppe für sich finden konnte. Werbeanzeigen soll------------------------------Das...

Advanced Portal Filtering

Advanced Portal Filtering

Portals are wonderful tools for showing related data relevant to what your solution is solving. Sometimes, however, there's a trick to getting them to show exactly what you want. The combination of functions required may not always be obvious and it can be hard to...