Tuesday, May 17, 2022
There’s an increasing trend of adding full-width (possibly full-height) YouTube video covers with autoplay. Using the YouTube Iframe API, this…
Monday, May 16, 2022
This is an old script, which helped a lot with the initial phase launching a project on all browsers and…
Tuesday, October 29, 2024
This quick tutorial will show you how to create a basic slider in less than 100 lines. The actual JavaScript…
Monday, May 16, 2022
You definitely don’t need a plugin for this. Although there are plugins which help with creating a service worker and…
Tuesday, October 29, 2024
This post has been superseded by How to Build a Vanilla JavaScript Slider in Less Than 100 Lines. The past…
Monday, May 16, 2022
Here’s a cross-browser compatible way of getting query parameter from a URL or setting query parameters and reloading the page. An…
Monday, May 16, 2022
The latest Chrome version has stopped video autoplay if the video is not muted. Firefox and the other browsers will soon…
Monday, May 16, 2022
Modern browsers allow you to define native dragging & dropping functionality with a graceful degradation for older/ancient browsers, such as…
Monday, May 16, 2022
This post covers the topic of passing arguments to external JavaScript files. I want to say up front that there…
Monday, June 12, 2023
Every variable in JavaScript has a data type which dictates the values that can be stored in it. However, JavaScript…
Monday, May 16, 2022
I recently developed a simple tab strip using only HTML, CSS, and vanilla JavaScript. The script does not require any…
Monday, May 16, 2022
In the latest iteration of my YouTube Playlist Player plugin, I decided to remove all jQuery dependencies. I replaced the…