Animated Dashed SVG Stroke
Animated Dashed SVG Stroke I had a project in which the client wanted dashed lines, like those on a map, animated. They provided the SVG files as part of their design – so I tried using that and seeing what I could find. This article at CSS-TricksĀ had a solution but it wasn’t quite what I […]
Redirect with Google Tag Manager
Redirect with Google Tag Manager The use case for this is probably very narrow. We had a website we wanted to launch on new hosting. The original website was built with Strikingly. The website was registered with GoDaddy and pointed to Strikingly. The company lost access to the GoDaddy account and could not regain access […]
Style the Arrow on a Form’s Select Element
This little arrow is rendered differently by each browser. Learn how to “hack” together a better looking arrow.
Create an Accordion Using HTML and CSS Only
Learn how to create a simple accordion layout using only HMTL and CSS.
Create Dynamic Copyright Text in Elementor
Use a custom shortcode and Elementor’s Dynamic Tags to create a dynamic copyright.
Better Typography?
This is not actually better typography, but some experimenting I did and my findings while searching for better font-size scaling.
Better Mobile Submenus in Elementor
The default Elementor submenus remain open when opening another top-level menu. This aims to fix that.
CSV and TXT File Reading and Writing in PHP
Learn how to create, open, read from, write to, and close files in PHP.
Gravity Forms Validation Filtering
Use gform_validation
filter to create conditional form validation.
Use CSS Isolation and Inset for an Image Overlay
Use CSS isolation
and inset
on an element class and pseudo-class to make an adjustable opaque image overlay.