Sharing functions across Google Sheets

Earlier, I wrote about how to create a custom function in Google Sheets.  However, have you ever wanted to use that function in a completely different Google Sheet?  Turns out, it just does not magically work.  Instead, you must create a separate web app, then bring...

Digging into Google Sheets with custom functions

I had a case where I wanted to subtract the corporate tax from a gross profit.  If you are familiar with taxes, you might realize that it is not as simple as taking a percentage and calling it a day.  Instead, you must pay a certain percentage of tax on profit up to a...

Comparing server data request invocations

Overview I’ve been moving into using AJAX as a way to create applications directly in websites.  While researching, I’ve come across a number of methods that help me retrieve data from and set data on the server for the client.  This article strictly covers retrieval...

Navbar Dropdown Woe

Came across an issue with the Bootstrap navbar dropdown with respect to WordPress.  Here’s the issue: Download Bootstrap and put it up on your website (reference the min.css and min.js files). Go to the sample code for the Default Navbar in the Bootstrap docs...