FileMaker Web Publishing
Each day of the course is focused on a particular subject area, and students may want to register for some or all of the days depending on their expertise.
Topics Include
Day One
- How to build a FileMaker file as a repository for your web data
- How to install and configure FileMaker Server
- How to install and configure the Web Publishing Engine
- How to host the FileMaker file on FileMaker Server
- How to test the connection
- Overview of the possible machine configurations
- Overview of security concerns
- Basic HTML tags
- Basic connection syntax and functions
- References to CSS and JavaScript
- How to use the Data API
- How to establish a connection to FileMaker
- How to query FileMaker for data
- How to format the returned data as HTML
- How to handle related errors & debug your code
- How to send data to FileMaker to create a new record
- How to send data to FileMaker to edit an existing record
- How to handle related errors & debug your code
- How to pull formatted data from FileMaker
- How to pull images from FileMaker
- How to run a FileMaker script from the Web
- How to set up your pages for maximum code reuse
- How to handle related errors & debug your code