Archives

From January 4, 2021

Why You Need A Website

One of the things I’ve always argued for is that every business needs to have a website. Having a single source of info is crucial to increasing traffic.

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 December 15, 2020

Backdrop-filter: Glassmorphism?

Before finding backdrop-filter, I would make text readable by using Photoshop to darken and blur a background image. This function makes that so much easier

Read More
From August 13, 2019

Color Changing Input

I saw an input field that changes backgrounds based on input. I’m interested in what happens when a color is typed in to the field and how that was built

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 27, 2018

Text Overflow in Tables Using table-layout

I recently came across the issue of table-cells overflowing – messing up the display of the table.The table-layout property is the easiest way to handle it

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 November 17, 2018

Reverse Chevron

I’ve talked about CSS Borders a lot already, but I discovered another use for them that I thought warranted a whole post: a ‘reverse’ chevron

Read More
From November 11, 2018

Codevember: A thing I found

I found a ‘code every day’ challenge – ‘Codevember’. I got some inspiration at an art exhibit, so I’m gonna give it a shot with the exhibit as source inspo

Read More