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

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

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

Dynamically Create a Calandar with JavaScript

This came up in a question posed by my Interview Questions Tool. It sounded easy at first, but there are some considerations that can not be overlooked.First, filling out the months graphically, we need to be able to position each first day of the month after the last day of the previous month. For this…  MORE q

Tool to Find Every Method on Every JavaScript Object

Ever wonder exactly which methods are available on every JavaScript object? I did, plus I wanted to write a post listing all of them with links to more detail for each. So, I needed a tool. This is that tool.This tool will grab the available JavaScript objects and list each with every method available on…  MORE q

Crazy Cool Loaders Part Two

This little project is a continuation of this one: Crazy Cool Loaders Part One. As mentioned in that post, loaders mean we are waiting and waiting is not fun. These loaders hopefully make us forget about the wait and, perhaps, even enjoy it a bit.   MORE q

Crazy Cool Loaders Part One

Loaders suck. Seeing one means we are waiting...and waiting sucks. Can a loader be cool enough that we forget we are waiting? Perhaps even so crazy-cool and interesting we don't want it to go away? Maybe even so hypnotizing we just want more?Well, I doubt it, but I tried. These seem fun and a more…  MORE q

Interview Questions

Using this is pretty simple. Click the "New Question" button and you will begin receiving questions from all difficulty levels and topics. If you wish to filter these, select your desired difficulty level, either "Basic" or "Advanced", then choose any combination of topics: "HTML", "CSS" or JavaScript", etc. Whatever combination of levels and topics you…  MORE q

Ultimate Javascript CheatSheet

The entire JavaScript language in one interactive environment. Two modes, "Learn" and "Cheat" allow us to use the cheat sheet as a quick reference or instantly expand it for complete detail on a topic. There are two views, as well: "Basic" and "Advanced". One click filters the page for beginners or long-time JS devs. A…  MORE q