Frequently Asked Questions
A Quick Hit of information about me and how I work
January 19, 2021
Read More
Back To Top Button: A Few Ways
A solution for a Back To Top button can be done a few ways, including different JavaScript methods and at least one CSS solution.
January 9, 2021
Read More
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.
January 4, 2021
Read More
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?
December 31, 2020
Read More
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
December 15, 2020
Read More
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!
December 13, 2020
Read More
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
August 13, 2019
Read More
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.
November 30, 2018
Read More
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
November 27, 2018
Read More