I use GistPress for embedding gists on this site. I prefer GistPress over the block editor’s built-in functionality of embedding a gist because GistPress does not use Javascript to embed. It also provides enhanced functionality such as limiting which lines to display and caching. After a recent update, I starting getting PHP warnings.
Category Archives: WordPress
Universal Logout with Auth0 and WordPress
A unique challenge to logout a user from multiple WordPress installations using Auth0’s API.
Observe
As I’ve found applicability to use the trifecta of JavaScript observers in my projects, I’ve tried to blog about them. So far, I’ve written about MutationObserver and IntersectionObserver. On a recent project, I had the opportunity to use ResizeObserver.
WooCommerce: Free Shipping For A Single Product, Standard Shipping For All Other Products
Tutorials for setting up free shipping for a single product typically include the following steps: Creating a new Shipping Class under WooCommerce > Settings > Shipping > Shipping Classes > Add Shipping Class, typically called “Free Shipping”. Assigning the new Shipping Class to the individual product under Product data > Shipping > Shipping Class Setting …
The National Air Traffic Controllers Association
This is my first post since July. I’ve been working almost exclusively on the development and build for the National Air Traffic Controllers Association (NATCA) website. As with projects of this caliber, I like to do a thorough write-up of my experiences during the process — the good, the bad, and the ugly.
Continue readingThe National Air Traffic Controllers Association