I'm currently on a hiatus from writing technical tutorials. That may change at some point, buy my current interests in writing are focused more on personal development, parenting, leadership and general business strategy. The coder in me is resting :)

Tutorials

Technical tutorials, guides and tactics

How to Query bbPress Topics in Your WordPress Templates

bbPress is the default WordPress forum plugin, which give it some nice compatibility with the WP core. Today we’re going to take a quick look at how to query bbPress…

JavaScript Click Event Tracking with keen.io

Have you ever wanted to track user clicks on your website or web app? Great – then you’ve come to the right place! Today I’m going to show you how…

Bootstrap Modal Login for WordPress Websites

Modal logins are a popular choice for any website login since they provide easy login access from any page or post. Today we’re going to build a login modal for…

CSS Image Zooming Grid

Time to get your CSS zoom on! Have you ever found an awesome site that uses some sort of grid to display images? Better yet, when you hover over those…

How to display WordPress Posts for a specific Category

A common need when developing for WordPress is to display posts for a certain category. This can come in very handy when you only want to show certain posts on…

Responsive HTML Tables

Today we’re going to create some simple, yet effective, responsive HTML tables. Over the last few years responsive design has become an industry standard. One of the trickier DOM elements…

Bootstrap Multi-column Dropdown Menu

Bootstrap comes with a great drop down menu out of the box, but sometimes you just need more. In this tutorial I’m going to show you how to extend the…

jQuery Horizontal Slideout Menu

Today we’re going to build a smooth horizontal slideout menu using jQuery, CSS, and HTML. This type of menu is great for mobile/tablet navigation menus, filtering options, GUI features, and…

Responsive jQuery Accordions

Today we’re going to code some responsive jQuery accordions. Accordions are an extremely popular UI element on most websites and applications, especially for content rich sites. However, most accordions require…

How to Create a Custom WordPress Theme

In this post we’re going to cover the basic process of creating a custom theme in WordPress, from scratch! No plugins or dependencies required. This tutorial is designed for the…