In this post, I document the creation of the A-Z Directory module available on the Joomla Extensions Directory (JED). This is the second module I’ve developed and shared with the open-source community. I’ve documented the first one—the LinkedIn Company Updates module—so I’ll be focusing on the unique aspects of the A-Z Directory instead of rehashing Joomla’s module creation process.
Continue reading “A Labor of Love Part Deux - Creating the A-Z Directory Module”Animated Gradients
I wanted to add a little spice to the hover states of my navigation and found a nice technique to animate a gradient, giving the impression that a background color will fill from left to right.
Continue reading “Animated Gradients”Debugging Service Workers
I recently added a Service Worker to bmorecreativeinc.com, but it wasn’t caching the assets I had defined. Nothing was showing up using Chrome’s Developer Tools. To enable debugging of Service Workers within Chrome, follow these steps:
Continue reading “Debugging Service Workers”Child Theme Stylesheet Loading Before Parent Theme Stylesheet
I was using a child theme and following WordPress’s recommended way to load a parent’s stylesheet with wp_enqueue_style in the child theme functions.php file. However, the child theme stylesheet was loading before the parent theme stylesheet.
Sticky Footer for the Divi Theme
There are a lot of fine tutorials on how to create a sticky footer with flexbox, but they are all predicated on the overall markup looking something like this:
Continue reading “Sticky Footer for the Divi Theme”