


WordPress Theme Dev Quick Reference
I wanted a document that would keep me from bouncing all over the WordPress Developer site. This list is set up in a basic order for which I, and possibly others, move through creating a theme. I used links instead of functions because there are often multiple parameters and approaches that I did not want… 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
I 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. So, mic and speakers are required here. Also, you might need to tell the browser this page is allowed to use your mic. I… 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 and some basic JavaScript survey functionality. This ended up being the… 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. That add more of a slider… 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 on a Friday night for fun. 🙂 Well...sometimes. This is the result of a little free time and a laptop close by. I wanted to see how far I could push CSS parameters to make odd shapes that might help make bland pages feel more interesting and unique. The intent… MORE q