Category: JavaScript

From December 3, 2021

Media Queries in JavaScript

If JavaScript can animate things, should it also be able to tell if it should animate things?

Read More
From March 1, 2021

Hover and Pointer Media Queries

Hover and Pointer events on mobile are …hard.

Read More
From December 31, 2020

jQuery vs. Vanilla JS – or A rant against jQuery

jQuery was a great library upon its release, but since 2006, web APIs have improved. Is jQuery really needed anymore? Is all that weight worth it?

Read More
From December 23, 2020

Countdown Timer to New Year’s Day

It’s been a while! I’ve been out of the loop for some time, but I’m back and looking forward to the new year – and counting down with a JS Countdown Timer!

Read More
From November 30, 2018

Parallax with vanilla JS (and more!)

This short demo contains two simple things: darkening background images using pure CSS and a simple, easy to understand, vanilla JavaScript parallax.

Read More
From November 24, 2018

Happy Fibonacci Day!

Alright, maybe I’m a day late, I’m sorry. Calculating the Fibonacci Sequence is a fun exercise, with or without recursion.

Read More
From May 8, 2017

Function Declaration in jQuery

Three ways to declare functions in jQuery include the simple function, get/set, and extending the jQuery object. I cover all three in this short post.

Read More