rem units are generally considered the better way to size text and padding and various other things in CSS. But sometimes it can be difficult to...
Continue reading...Use Airtable as a CMS with PHP
Airtable is an incredible way to store, organize, and collect data. It has an incredibly intuitive interface, it’s fast and most importantly it handles many types...
Continue reading...CSS Video Clip Path
Did you know that it is possible to put a clip path on a video? Turns out adding a clip path to a video totally works!...
Continue reading...CSS Custom List Colors
In my experience when a dev needs to customize the color of a ul/ol list marker they tend to reach for a ::before or ::after. Not...
Continue reading...Vanilla javascript slideToggle
One of the most useful functions jQuery offers is slideToggle or slideUp/slideDown. As developers are tending to move away from jQuery for performance reasons or simply...
Continue reading...How to build a “static” PHP site
There are many times when you need to add a dynamic element to an otherwise static html website and reaching for a static site generator is...
Continue reading...Perfectly square responsive images with CSS
Sometimes you need to have an image that is perfectly square even if the width of the image may change. To make a square responsive image...
Continue reading...