• Skip to main content
  • Skip to primary sidebar

Brilliant Scoops

Curated Technology News with a focus on FileMaker and WordPress

  • About
  • Contact
  • Privacy Policy
  • Submit a Scoop

Is WooCommerce the Right Choice to Power Your e-Commerce Business?

February 22, 2019

WooCommerce is the most flexible open source e-commerce option that comes with a powerful CMS (Content Management System) built in. No other platform – licensed, SAAS, or open source has the community, backing, or momentum WooCommerce does. Backed by Automattic, WooCommerce is the de facto WordPress e-commerce platform.

Integrating FileMaker and Gmail Part 1 – Sending HTML Emails

February 22, 2019

This is the first in a series of articles on using the Gmail API from FileMaker. We’ll provide free example files for each post and these examples will all use the native Insert From URL script step so there won’t be any plug-ins required.

Scraping Tables – Pulling Data Tables from Web Pages into FileMaker Pro

February 22, 2019

The ski hill also published their data to a web page. In an ideal world, this data would also be posted to a publicly available JSON file and FileMaker could easily parse that data into records. Unfortunately, many organizations are not there yet, in terms of sharing their data easily. It is in situations like this, that a parsing routine can come in handy.

FileMaker’s 3 Engines with Nick Hunter

February 22, 2019

Nick Hunter walks through the three engines of FileMaker, the brand new developer, intermediate developer, and senior ninja developer.

Integrating FileMaker and Gmail Part 2 – Sending Attachments

February 22, 2019

This is the second in a series of articles on using the Gmail API from FileMaker. The first article has some background on this approach as well as instructions for authenticating to the Gmail API and sending HTML emails. Please review that article here if you haven’t already. Additionally, there’s a great post by dbservices on integrating Gmail with FileMaker that lead to these articles and should be checked out as well.

MetaBiz – CRM and E-Commerce software solution

February 22, 2019

MetaBiz is a FileMaker based multi-platform CRM & E-commerce software solution that handles several aspects of Workflow & Inventory Management. For more info: https://www.metasyssoftware.com/meta-biz

Integrating FileMaker and Gmail Part 3 – Email Threads

February 22, 2019

This is the third and final post in a series on using the Gmail API from FileMaker. Please review the previous articles, if you haven’t already, particularly the first one which covers setting your app up with Google and authentication. There’s also a great article by Brendan McBride from dbservices that covers importing emails from an inbox into FileMaker. This article can be seen as the first in the series as it leads directly to the ones we’ve done here.

The FileMaker Web Viewer Bridge

February 22, 2019

In all the work I’ve done so far with JavaScript and FileMaker, I’ve followed one setup. The JavaScript libraries, functions, the CSS, and the HTML are all stored in FileMaker fields. These fields’ contents are calculated together into a single calc field, and this is the field a web viewer uses as its source. For much of the work I’ve done, this method is sufficient. I can display a date picker or a data tables list of actual data from the custom app using this method. It worked.

FMPUG-MN Meeting January 2019 – LiveCode FM

February 22, 2019

Our January meeting of the FileMaker Pro User Group in Minnesota welcomed Kevin Miller the CEO and Founder of LiveCode from Scotland live and in person on one of the coldest days we’ve had in a while.

Noteworthy – FileMaker Notes

February 22, 2019

Ahhh… the ubiquitous notes field. Seems simple, right? In a way it is. Just slap down a field and resize it to show more data. Add a scroll bar and you’re done. The problems occur when you are trying to locate an important note, print a report or perform a find. Data can be strewn all about a text field that allows free form entry and supports up to ten million characters. Imagine hundreds of different users trying to follow the exact same format for data entry. Pandemonium! This article will discuss two major techniques for storing notes along with subtle tweaks to help make organization better.

LaTeX Demo-FileMaker Demo-FileMaker Videos

February 22, 2019

You can create great reports and documents from a FileMaker Layout. Sometimes, you need something more advanced… so you might use MS Word.
But sometimes you need something more advanced than that!
LaTeX is an open source, advanced typesetting capability, favored by Scientist, Researchers, or people who need advanced typesetting capabilities. Here is an overview and demo file for using LaTeX.

iOS Shortcuts to the FileMaker Data API

February 22, 2019

Shortcuts, on iOS, are a new way to automate tasks by mixing together apps, content on your iOS device and web APIs into custom workflows. Now, via the FileMaker Data API, you can use shortcuts as a way to interact with your FileMaker solutions.

10 Most Common Questions about HIPAA

February 22, 2019

HIPAA (Health Insurance Portability and Accountability) is a set of regulations that are legally required for security in any healthcare-related organization that deals with ePHI (electronic Personal Health Information). As we frequently work with organizations who are utilizing FileMaker and WordPress, we’ve come across the following common HIPAA questions.

PCI Compliance in Your FileMaker or WordPress Web Solution

January 24, 2019

The Payment Card Industry Data Security Standard (PCI DSS) is a set of security standards designed to ensure that all companies that accept, process, store or transmit credit card information maintain a secure environment.

Back and Forward

January 22, 2019

I’ve always been intrigued with how to mimic a web browser’s back and forward buttons… as have many other developers. While I don’t usually include them in a professional solution, I do find the exercise of creating an airtight historical navigation solution challenging. I prefer well designed navigation over history buttons. Therefore, I present this article as a brain teaser and not necessarily as a recommended solution. But, I’ll let you make the decision. I’ll go into why I don’t think history navigation works, as well as the best ways to overcome shortcomings so you can make an educated decision for yourself.

FileMaker Multi-Column Portal Challenge

December 5, 2018

A colleague recently posed this challenge: is it possible to show two columns in a portal, such that the first row displays records 1 and 2, the second row displays records 3 and 4, etc.? With FileMaker, the answer is usually “Yes!”

Faux Subsummaries with Variable Height Rows (FileMaker)

November 30, 2018

Recently we’ve looked at two methods to generate a “faux” subsummary to address a shortcoming of FileMaker native subsummaries… namely that in a multipage report you can have orphaned entries at the top of a given page with no indication of what parent entity they belong to.
One limitation of both the above approaches is that they only worked with fixed-height report rows. Well today we have a nice, outside the box solution from Daniel Wood that does not suffer from this limitation.

The FileMaker Filtering JSON Function

November 30, 2018

The FileMaker JSON functions we have in FileMaker 16 have changed the development game for many folks. … Since JSON’s purpose is to exchange data, it seems these functions are good enough. We at Geist Interactive have combined these with other FileMaker functions to produce some custom functions (in JSONAdditions.fmp12) that are useful in many circumstances.

Elapsed Time Display in a Web Viewer

November 22, 2018

Create a timer in FileMaker using a web viewer and JavaScript.

Days to Go Countdown Timer App for iPhone Created with FileMaker

November 14, 2018

fmDaysToGo is a free app for your iPhone or iPad created using FileMaker. FileMaker Go is an iOS mobile app that enables anyone with FileMaker to create and deploy apps easily. FileMaker Go has been downloaded more than 4 million times on the Apple app store.

Previous
Next

Primary Sidebar

  • Email
  • Facebook
  • RSS
  • Twitter

Recent Posts

  • Conquering FileMaker Error Codes
  • Render [a FileMaker] Found Set as JSON Object
  • No Way Back – FileMaker WebDirect and the Back Button
  • JSON Currency Exchange Rates
  • Apple business you may not know that’s poised to boom from coronavirus crisis
  • New FileMaker Add-on Issues
  • FIleMaker 19 and JavaScript BFFs Forever
  • Dialing Out from FileMaker
  • Hot Dog Not Hot Dog FileMaker CoreML Example
  • Rendering WebDirect in an iFrame

Historical Scoops

Categories

  • Apple
  • Business
  • Card Window
  • Data API
  • Design
  • DevCon
  • Development
  • Disciplines
  • FileMaker
  • Geographic Information Systems
  • Internet
  • iOS
  • JavaScript
  • macOS
  • Mapping
  • Miscellaneous
  • PHP
  • Platforms
  • Plugins
  • REST APIs
  • Security
  • Technologies
  • Themes
  • User Experience
  • WebDirect
  • Webviewer
  • WooCommerce
  • WordPress

Copyright © 2025 · Brilliant Scoops on Genesis Framework · WordPress · Log in