
seen from Malaysia
seen from Malaysia
seen from T1

seen from Suriname
seen from China

seen from Malaysia

seen from Italy

seen from Malaysia

seen from United States
seen from United States

seen from Suriname

seen from Türkiye
seen from United States
seen from Brazil
seen from United States
seen from United States
seen from China

seen from Netherlands
seen from T1
seen from United States
Sparklines in FileMaker
There was a tweet a little while ago about getting sparklines* into FileMaker with just a font. A reply to the tweet stated that to really be useful we'd need to install the font on client machines. Good point.
I saw that the font was open-sourced and hosted on GitHub, so I wondered if we could use the RawGit CDN to use it as a web font** in FileMaker web viewers, so there’d be no installation necessary...
...and we can!
Read As DataURL - preview or get the dataURL of a file/image
https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL
A collection of FMP URL, Web Viewer and Data URL examples
If you have or know of any others, please add them in the comments.
During the unconference session:
I dove into my: • Responsive Web-Viewer Layouts: FMP URL & JavaScript • DevCon2Go13_WebUI: A web-like UI for DevCon2Go 2013
Mark showed us his: Scheduling/project-management solution using FullCalendar (jQuery) & FMP URLs within a Web Viewer
Other cool examples:
A collection of videos, including Web Viewers as on-hover script triggers (without plug-ins), by Osamu Noda (@sam_oda)
WebViewers, Javascript and FileMaker: Enhanced integration possibilities via WebWorkers by Steve Senft-Herrera (Steve also has 2 other examples in the comments below)
Clickable map using SVGs & FMP URL in a Web Viewer by Mallverkstan (@mallverkstan)
The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example) by Jason Young (@TeraPicoData)
Web Viewer DataURL examples from Dan Shockley (@DanShockley)'s DevCon 2013 session (FM12, see layouts: "Web Viewer 1-6")
Commercial calendar examples:
Calendario en HTML5 para FileMaker Pro 13 by José E López Rosario (@SolutionsCay) (free/unlocked for personal use)
FMCalendar by La Source multimédia (@lasourcefr)
Resources:
FMP URL protocol infographic (PDF) by Tony White (@tonywhitelive)
FMP URL Scheme and the 13.0v2 Improvement by iSolutions (@isolutionsinc)
Getting Started with Javascript and FileMaker by Soliant (@soliantconsult)
Native Web 2.0 Controls in FileMaker 12 Layouts by Brian Schick (@brian_schick)
Use single quotes for HTML attributes in FileMaker Data URL Web Viewers by me
Ongoing collection of my relevant blog posts & demos by me (@jsfmp)
FileMaker 13 Animated Slide Panels with Web Viewers
SeedCode just posted a cool example in which they "simulate a drawer effect in FileMaker where an animated slide panel appears to withdraw completely into the window edge". Unfortunately, they mention "the big downside here is that panels aren’t 'blockers' so buttons etc behind the tab panel still work".
This made me think of Web Viewers since they always float on top of all other elements on a layout, and they do block all interactions with any elements that lie beneath. Thinking this could be another use-case for our friend FMP URL, I whipped up a quick demo.
Use single quotes for HTML attributes in FileMaker dataURL web viewers
Just a quickie:
At the recent PauseOnError conference in Portland, I saw a number of web viewers with Data URLs that had HTML elements inside.