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.
Continue readingObserveCategory Archives: WordPress
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 …
Continue readingWooCommerce: Free Shipping For A Single Product, Standard Shipping For All Other ProductsThe 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 AssociationDisable WordPress Plugins via Database
To disable all WordPress plugins via the database, run the following SQL command: UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;
Continue readingDisable WordPress Plugins via DatabaseAllow WordPress to Use Permalinks on Amazon EC2
On Amazon EC2, even with a properly configured HTACCESS file, permalinks will not work, resulting in 404 error pages.
Continue readingAllow WordPress to Use Permalinks on Amazon EC2