Latest "WordPress Plugins & Mods" files
Workshop » Works In Progress » Code & Algo Works In Progress
Draggable Elements WordPress Plugin

Nothin' But A Drag: Draggable Elements WordPress Plugin

First, the demo This is a brief demo page for my KupieTools Draggable Elements WordPress plugin, which dynamically adds interactive draggability to any page element, based on CSS class names…
Workshop » Works In Progress » Code & Algo Works In Progress

Customization Is King: KupieTools Custom WordPress Plugins Overview

Pardon My Placeholder! This page is a placeholder listing my various Github repos containing my custom WordPress plugin work, loosely branded as "KupieTools", as I work on more detailed pages…
Code & Algorithms » Demo & Live Tool Playground
Pure CSS interactive web holiday lights (updated for 2025)

season's geekings: Pure CSS interactive web holiday lights (updated for 2025)

Strung across the very top of this page are pure CSS interactive Christmas lights. You can slowly move your mouse across them to jostle them and they'll move, all without…
private » Programming Hacks Used In This Site
Easily embed this site’s content on other sites

For users: Easily embed this site’s content on other sites

This site allows you to get the content of posts and pages by adding either /embed/ or ?embed to the URL, optionally including the post title, author, and/or tags. This…
private » Programming Hacks Used In This Site
Non-render-blocking YouTube embeds in WordPress

Video Killed The Pagespeed Score: Non-render-blocking YouTube embeds in WordPress

On this site's Music Reviews page (itself built on-the-fly by a shortcode that sorts and displays posts from a "Music Review" custom post type), most of the reviews are accompanied…
private » Programming Hacks Used In This Site
WordPress Shortcode & Function Performance Optimization with Transients

Optimization-A-Go-Go: WordPress Shortcode & Function Performance Optimization with Transients

I suffer from that paradoxical form of laziness peculiar to computer geeks where I will save myself save myself 15 minutes of work on something by spending 4 hours creating…
private » Programming Hacks Used In This Site
Adding A Default Featured Image Or Thumbnail In WordPress

All Thumbs: Adding A Default Featured Image Or Thumbnail In WordPress

What's a featured image in WordPress? WordPress, the software this site runs on, works by allowing authors to enter web page content (sometimes officially called 'posts', as in a blog…
private » Programming Hacks Used In This Site
WordPress Custom “Hero Header” Modifications

Used on this site: WordPress Custom “Hero Header” Modifications

This site uses the "Sinatra" free Wordpress theme as its base. Sinatra includes a single "Hero Header" the row of 3 animated featured posts on the home page which changes…
Code & Algorithms » WordPress Plugins & Mods
Generating On-The-Fly Email Addresses as an Anti-Spam Measure in WordPress

Generating On-The-Fly Email Addresses as an Anti-Spam Measure in WordPress

On my IT consulting business site, I'm using a php script I've written to generate on-the-fly random email addresses specific to the browsing session looking at the site. So, I…