A place to expand your knowledge of Google Workspace, learn new Google Sheets formulas and tricks, and automate the boring stuff with Google Apps Script.
More?! Well, I also explore front-end development (JavaScript, HTML, CSS) and dive into other Google Cloud products like Firebase, and all the fancy Google APIs like Maps, Document AI, Chat, Admin Directory and so… so much more.
You can select from the 3 main categories below and see what I have been writing lately. In the sidebar, you can select a category item or use the search bar in the top right.
Want some more structured content? Head over to my courses pages for FREE and quality courses to upskill than grey mush 🧠! Need a handy solution for Google Sheets? Check out my products page or my list of Google Workspace Add ons.
All Posts
Latest Posts
Clear and Set Conditional Formatting Rules to a Specific Range in Google Sheets with Apps Script
I’ve created a small (pseudo) class that more easily clears and creates conditional formatting rules in a Google Sheet tab with Google Apps Script. Why? Well in Google Apps Script, conditional formatting rules are all or nothing. Alf Specifically GIFfrom Alf GIFs You can only ever set, get or clear ALL rules in a specified … Continue reading "Clear and Set Conditional Formatting Rules to a Specific Range in Google Sheets with Apps Script"...
A custom-build HTML Time Input Element
Recently while working on a project, I found that the standard HTML Time Input field (see below) wasn’t sufficient for my needs. <input type="time" id="setTime" name="setTime" /> I needed users to be able to input 24hr time right down to the milliseconds. Something like this: Features Mobile Input will display the number pad Under the … Continue reading "A custom-build HTML Time Input Element"...
Setup Google Apps Script Word Completion in Sublime Text
When working on Google Apps Script projects locally with CLASP, it can be handy to have text completion for the Apps Script classes and methods. I’m currently shopping for a new IDE or text editor (the developer’s existential crisis) and have decided to pick up Sublime Text again after a 9-year hiatus after a mediocre … Continue reading "Setup Google Apps Script Word Completion in Sublime Text"...
CLASPALL – Update Multiple Apps Script Projects From a Single Source
CLASPALL is a command line app that runs with CLASP, allowing you to update multiple Google Apps Script projects from a single core project file. When developing for clients I typically have 3 separate projects: Development Testing Production CLASPALL allows me to update my Testing and Production projects from my Development project with a single … Continue reading "CLASPALL – Update Multiple Apps Script Projects From a Single Source"...
Extracting the Valid Workdays Between Two Dates in JavaScript
Given a start date, end date, weekends and, holidays we will extract the valid workdays between two dates in JavaScript in this tutorial. Sometimes we need to work backward from a date range and extract all the valid workdays within that range. Of course, we will need to exclude holidays and also days off for … Continue reading "Extracting the Valid Workdays Between Two Dates in JavaScript"...
Courses
A growing list of free and paid course: