Wednesday, August 21, 2019
I’ll just leave this here for reference purposes and I won’t explain any code, as it’s obsolete and I’m not…
Wednesday, July 17, 2019
Here’s a short tutorial on how to create a programmatic JavaScript tooltip. I needed this feature to recreate a product…
Tuesday, July 9, 2019
There’s an increasing trend of adding full-width (possibly full-height) YouTube video covers with autoplay. Using the YouTube Iframe API, this…
Monday, July 8, 2019
This is an old script, which helped a lot with the initial phase launching a project on all browsers and…
Tuesday, October 16, 2018
This quick tutorial will show you how to create a basic slider in less than 100 lines. The actual JavaScript…
Sunday, September 30, 2018
You definitely don’t need a plugin for this. Although there are plugins which help with creating a service worker and…
Saturday, September 29, 2018
This post has been superseded by How to Build a Vanilla JavaScript Slider in Less Than 100 Lines. The past…
Saturday, September 29, 2018
Here’s a cross-browser compatible way of getting query parameter from a URL or setting query parameters and reloading the page. An…
Friday, September 28, 2018
The latest Chrome version has stopped video autoplay if the video is not muted. Firefox and the other browsers will soon…
Friday, July 13, 2018
Modern browsers allow you to define native dragging & dropping functionality with a graceful degradation for older/ancient browsers, such as…
Monday, July 9, 2018
This post covers the topic of passing arguments to external JavaScript files. I want to say up front that there…
Monday, July 9, 2018
Every variable in JavaScript has a data type which dictates the values that can be stored in it. However, JavaScript…