Saving JSON "like" Preferences Files With Adobe ExtendScript July 2022 • 7 min read Some of my scripts for Adobe products have the ability to save user preferences. Here's how I save those preferences to a JSON like file on disk using ExtendScript and the Adobe Bridge Messaging API.
Search & Filter HTML Table Data With JavaScript March 2022 • 8 min read Searching through HTML tables is super simple using Vanilla JavaScript, a few query selectors, and some neat methods.
Checking off Linked Records in an Airtable Script August 2021 • 6 min read I needed a quick way to check off a bunch of linked records in Airtable so I worked up this little script to do it from an Airtable button.
JavaScript Search Token Highlighter May 2021 • 6 min read Building a search results page? Thinking about highlighting the search terms so they standout? Here's how I did it using vanilla JavaScript.