Updated Naming Conventions
When you work within a development environment long enough, you end up realizing where some of the pain points are for certain types of situations. For FileMaker Pro development, and many other systems, one of the biggest pain points is maintenance of a growing system. Where older code may be replaced instead of refactored.
What ends up happening is the older, unused code just sits there and only contributes to the growing mess which is what I call the "Giant Ball of Spaghetti Mess" that is a FileMaker solution gone awry.
So, what is one of the best solutions for keeping a system easy-to-maintain while also being able to understand what you're doing while developing? Naming standards or conventions of course. In this video, I discuss some updates to my own personal conventions which will lend themselves to helping to make a FileMaker solution much more streamlined.
If you consider your own FileMaker solution a special kind of mess, then give this video a peek for information about why naming certain things in certain ways can give you a helping hand for keeping your FileMaker solution easier to maintain and update.
- Read more about Updated Naming Conventions
- 8 comments
- Log in or register to post comments
Easier JavaScripting with Carafe
Because of the rich UI experiences which JavaScript provides within a web browser, it makes sense to take advantage of the various possibilities. The difficulty may be putting all the pieces together in order to get something working correctly.
Fortunately, JavaScript isn't just for those "other developers". Those who already know what they're doing. You too, can easily integrate and use JavaScript within your own solutions. You simply need to be ready to learn enough in order to integrate successfully. You need to be a JavaScript integrator.
When you're comfortable with getting data in and out of FileMaker, then you're able to have all those rich experiences which are found within the world of the web browser.
An open source project named Carafe, created by Jeremiah Small, and released by Soliant in April of 2019, has provided a very easy way to integrate various JavaScript resources. In this video I walk through the tool and some of its features. I then show how to take one of the bundles and integrate into a brand new FileMaker file. If you're looking for more reasons to explore the use of JavaScript within your solution then this video provides a great place to start.
- Read more about Easier JavaScripting with Carafe
- 2 comments
- Log in or register to post comments
Using Node-RED & the FileMaker Data API
While it's been around for a few years now, there aren't too many developers in the world of FileMaker who have explored Node-RED. Created by IBM and made open source in 2016, this visual programming tool may start to make waves in the FileMaker world.
A wonderfully generous developer named Lui de la Parra has made it possible to use Node-RED with FileMaker's own Data API. This means that anything in the world of Node-RED is now accessible to FileMaker. This is an amazingly powerful technology for connecting all kinds of things, both physical and virtual, into the FileMaker ecosystem.
In this video, I walk through my own personal use of Node-RED and showcase how I use it in order to capture XML data from an online store and process that data directly into FileMaker.
Whether you need to collect moisture data from physical hardware in a vineyard to interacting with any online web service or API, Node-RED, in conjunction with the Data API, will allow you to realize all kinds of powerful solutions!
- Read more about Using Node-RED & the FileMaker Data API
- 2 comments
- Log in or register to post comments
FileMaker Terminology
Within every industry there's a certain terminology used to express how things work and how to accomplish things. FileMaker is obviously no different.
So, with this video, we start discussing some of the FileMaker specific terms and terminology.
- Read more about FileMaker Terminology
- 1 comment
- Log in or register to post comments
FileMaker 18 - New Features
FileMaker 18 was released on Wed. May 22nd 2019. This video walks through all the new features implemented within the latest version of FileMaker Pro Advanced. Here's a short list of all the new features.
01) Security: Revised Manage Security Area
02) Security: Unsigned Plug-ins
03) Security: File References by Default
04) Data: New Import Dialog
05) Develop: Recursion & While
06) Develop: Script Error Logging
07) Develop: Insert From URL Protocols
08) Develop: FMP urls version specific
09) Design: Shift+Arrow 10x movement
10) Integrate: New Barcode Types
11) Develop: XML File Representations
12) Develop: File IO operations
- Read more about FileMaker 18 - New Features
- 5 comments
- Log in or register to post comments
FileMaker 17 - New Features & Functionality
It's that time of year again. The annual FileMaker Devcon approaches and FileMaker, Inc's commitment to more timely releases comes true yet again. This time around we have a number of new features. In this video I provide a quick hit list of all the major features you'll find within this latest release. Here's the list of new items covered.
00) Application Icon
01) Developer Tools
02) Redesigned Launch Center
03) New Hosts Dialog
04) Rearranged File Menu
05) Redesigned Layout Mode
06) Copy Paste Custom Menus
07) Info box in Manage Dialog
08) Layouts Subgroup Selections
09) Built-In Master Detail
10) Default Fields
11) Mini Apps
12) Multiple Email Attachments
13) Scripts - Perform Script by Name
14) Scripts - Show Dialog Input Variables
15) Scripts - Exports create folders
16) Go - iOS Local Notification
17) Go - GetSensor Function
18) Function Get ( UUIDNumber )
19) Function Get ( ActiveRecordNumber )
20) Data Migration Tool
21) Revised FileMaker Server
22) Updated FileMaker Data API
- Read more about FileMaker 17 - New Features & Functionality
- 6 comments
- Log in or register to post comments
Adding a startup splash screen
When it comes time to “professionalize” your FileMaker solution, this typically includes integrating a splash screen. Even if your solution is only used internally, that extra bit of branding solidifies that mental spot of recall when a user needs to communicate which database they’re using.
So what better way to say “You are here” than presenting a nice, attractive splash screen? In this video, I walk through the step-by-step process of adding a cool-looking splash screen to our ongoing project of the Custom Function database.
In the process of doing so, I explain a variety of other reasons as to why I choose the method showcased in the video. It’s more than just the pretty picture which shows on startup. It deals with startup speed and other helpful features such as increased security potential. If you’re going to put your best foot forward, then follow the method shown in this video!
- Read more about Adding a startup splash screen
- 3 comments
- Log in or register to post comments
Managing Favorite Hosts & Files
Over the years, FileMaker has added, enhanced and modified various areas of the development platform. One of the areas which has seen a big transition is the way favorites are managed. If you're a long-time developer of FileMaker solutions, then one of the more recent changes in FileMaker 16 may be a bit disconcerting.
The change was to how favorites are managed. In fact, they simply took out the menu option and sorta left you hanging. The "Manage favorites..." menu is no longer present within FileMaker 16. If you were used to heading to that menu item in order to reorder, add or remove favorites, then your access to the dialog was recently cut off.
It was replaced a while back, but isn't all that obvious if you've not used the new Launch Center's cute little "star" (favorite) icons. This now pretty much the only way to manage favorite files and hosts. Fortunately, once you get used to the new way of doing things, you can easily take back control over your favorite hosts and files.
- Read more about Managing Favorite Hosts & Files
- 1 comment
- Log in or register to post comments
Cool looking process indicators
Most everyone likes to know what's going on when something is happening. Being kept in the dark is something which causes possible anxiety and certainly a fair amount of impatience. So, it's always nice to provider your user with a little bit of status when there's some type of progress happening.
Fortunately, this is a very easy thing to solve when a lot of the work is already done for you. All you need to do is wire things up within a FileMaker web viewer.
Using the information within this video you can easily present your users with an indeterminate progress indicator. At least letting them know that something is happening rather than nothing.
- Read more about Cool looking process indicators
- Log in or register to post comments
Quick Tip: Rounded Button Bar Segments
There are all kinds of nice graphic tips and tricks within FileMaker and one of my most favorite is using the transparent line setting in order to create the rounded effect on multiple segment Button Bars.
- Read more about Quick Tip: Rounded Button Bar Segments
- 1 comment
- Log in or register to post comments