WordPress Theme Dev Quick Reference
I wanted a document that would keep me from bouncing all over the WordPress Developer site. TThis list is set up in a basic order that I, and possibly others, follow when creating a theme. I used links to detail on the functions instead of functions themselves because there are often multiple parameters and approaches… MORE q
Crazy Cool Pure CSS Scrollbars
Nothing fancy here...except the scrollbars. 🙂 I wanted a quick reference for some scrollbar styles I made. Feel free to use as you wish. MORE q
JavaScript Game – ABC Sheep – Multi-Player
For Fun and PracticeI built this for my kids for a fun and interactive way to practice their ABC's. They were too small to use a keyboard, so the gameplay is all voice driven. To play, you'll need a microphone and speakers. Additionally, you may need to grant the browser permission to access your microphone.… MORE q
Pure CSS 3D Card Animations
Here is a quick reference for some basic pure-css animations. MORE q
CSS Grid – Multiple Cell Examples
This is just a quick reference for positioning items in a CSS grid. MORE q
JavaScript Survey Sample with Pure CSS Three-Way Switches
This is an addition to my Pure CSS Three-Way Switches Part One and  Pure CSS Three-Way Switches Part Two posts. I needed three-way switches for a survey tool for starwarsrumors.com. These are the three-way switches from the previous two posts, but styled as sliders along with some basic JavaScript survey functionality. This ended up being… MORE q
Pure CSS Three-Way Switches Part Two
This is an addition to my Pure CSS Three-Way Switches Part 1 post. I needed three-way switches for a survey tool I was building for a site of mine, starwarsrumors.com. These are those three-way switches, but with a different look. Also, check out JavaScript Survey Sample with Pure CSS Three-Way Switches. There we find more of a… MORE q
Pure CSS Three-Way Switches Part One
I needed three-way switches for a survey tool I was building for a site of mine, starwarsrumors.com. I wanted a certain overall experience with these. Ultimately, three-way switches are a little more involved than a regular switch, and I wanted to have a default center and not allow for them all to be 'off'. The… MORE q
Useful Odd Shapes in Pure CSS
This is what I do for fun on a Friday night. 🙂 Well... sometimes. This project is the result of a little free time and a laptop nearby.I wanted to see how far I could push CSS parameters to create unusual shapes that might make bland pages feel more interesting and unique. The intent isn't… MORE q