by suleski | Sep 12, 2015 | Technical, Walkthroughs
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...
by suleski | Sep 7, 2015 | Reference, Technical
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...
by suleski | Jan 24, 2015 | Reference, Technical, Troubleshooting, Walkthroughs
I’m currently working on a radio with a number of stations. Some of these stations, I want to be locked unless a visitor likes the community page – an incentive. I spent quite a bit of time looking over the process of how you can determine if a visitor...
by suleski | Nov 22, 2014 | Reference, Technical
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...
by suleski | Apr 11, 2014 | Technical, Troubleshooting
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...