Bind an Array to SQL IN Operator Using PDO
When using PDO, binding a specific number of values to the IN operator isn’t difficult. What if the number of values isn’t a fixed number though? Maybe it’s an array…
September 14, 2020 • 2 minute read
Display Fallback Image On Angular Error Event
Images on the web don’t always load for a number of reasons. Instead of seeing an ugly broken image, let’s learn how to display a fallback image if the original…
September 7, 2020 • 2 minute read
Website Status Check
Is your website currently up and running? Wouldn’t it be nice to get notified if your website was down? Using Google Apps Script and Google Sheets, let’s create something that…
August 31, 2020 • 7 minute read
Test Angular On Any Device
When developing an Angular application, you will want to test it on devices other than the one you’re developing with. The Angular CLI provides an option to help with this.Table…
August 24, 2020 • 1 minute read
Insert Content In WordPress Loop After First Post
Have you ever wanted to include something other than a post in the WordPress loop? Maybe you want to display an ad after the first post. Let’s learn how to…
August 21, 2020 • 3 minute read