You’re invited to explore this demystify(FM-JS) blog post and download this demo file – as you embark on expanding your Claris® FileMaker® solutions into the vast and captivating realm of JavaScript.
Continue reading “demystify FileMaker and JavaScript [FM-JS]”Tag: JavaScript
Modern Full-Stack Web Frameworks: When to use What and Why
When it comes to choosing web development technologies, we now have more options than ever. And while that’s a good thing, it also poses a problem. Answering the question, “What is the ideal technology for this new project?” is not as easy as it used to be. In this post, I briefly highlight the most popular full-stack web frameworks, and why you might want to choose each of them.
Continue reading “Modern Full-Stack Web Frameworks: When to use What and Why”A fast, flexible Tableau Connector for FileMaker
Building a custom Tableau® Connector for Claris® FileMaker® enables faster, more reliable and more flexible connections between Tableau and FileMaker datasources, compared with the legacy Web Data Connector.
For a number of Beezwax client projects, we’ve installed and deployed a Tableau Connector (aka “TACO”) for FileMaker. The TACO was built using the Tableau Connector SDK (provided by Tableau) to connect to datasources on FileMaker Server. The TACO method uses JDBC rather than the FileMaker Data API for the connection between FileMaker and Tableau, and in our testing the performance of data extracts was up to 10 times faster.
Continue reading “A fast, flexible Tableau Connector for FileMaker”FMAjax and FileMaker Web Viewers
With everything that we’ve learned with our last post, Communicating with a Web Viewer in FileMaker, it makes sense to wrap up the functionality into a FileMaker module and JavaScript library.
Communicating with a Web Viewer in FileMaker
Beezwax has always been active in the FileMaker community regarding advanced use of Web Viewers. Check out these earlier posts if you’d like to learn more:
- Native Web 2.0 Controls in FileMaker 12 Layouts
- Go, JavaScript Go!
- Enable WebKit debugger in FileMaker Web Viewer
Continue reading “Communicating with a Web Viewer in FileMaker”
Enable WebKit debugger in FileMaker Web Viewer
If you are having difficulty getting your HTML, CSS, or JavaScript to render in a FileMaker Web Viewer, you may have a struggle ahead of you trying to find the problem, and no good way to debug it. In comparison, most web browsers have debug facilities that can help developers find problems in their code.
Continue reading “Enable WebKit debugger in FileMaker Web Viewer”
jQuerySF 2015 – Much more than jQuery…
Attending jQuerySF 2015:
This week I had the pleasure of attending jQuerySF 2015, held in San Francisco, CA.
Despite the name of the conference, the range of web-technology topics included far more than just jQuery.
Our d3.js Saturday – Beezwax at d3.unconf
Beezwax was a proud sponsor and participant in the first ever d3.unconf in San Francisco this weekend. This event was created as a one-day gathering of data visualization practitioners, centered on d3.js, a powerful and flexible JavaScript data visualization library.
As a participant-driven “Unconference”, d3.unconf allowed us to interact with other d3 devotees in sessions that ranged from “New to d3” through “Multivariate Data” and “Visualizing Neural Networks”.
Continue reading “Our d3.js Saturday – Beezwax at d3.unconf”
Go, JavaScript Go!
Introduction
You gotta love FileMaker Go. Go’s ability to effortlessly create data-driven mobile apps and extend existing desktop data applications to mobile users is transformative. But sooner or later, almost all of us run up against one of Go’s core limitations: its lack of native plugins.
Native Web 2.0 Controls in FileMaker 12 Layouts
One of the most exciting aspects of the newly-released FileMaker 12 product line upgrade is a major redesign to the product’s UI. A new Design Surface modernizes FileMaker Pro layouts and updates every built-in control, giving developers and designers powerful new tools for designing better interfaces.
But as great as Design Surface is, why just stay on the surface?
Continue reading “Native Web 2.0 Controls in FileMaker 12 Layouts”