Using WP_Query

June 29, 2018

Up until very recently I had always used get_posts() along with an $args array in order to retrieve new posts or custom posts on a page. However, in the last few weeks I have discovered the awesome power of the […] Read More »

Read more →

Contact Form 7 Math Quiz

April 4, 2018

As you may or may not know, Contact Form 7 is probably the most popular contact form plugin out there for WordPress. With a whopping 5+ million installs, a lot of people are using Contact Form 7. I am of […] Read More »

Read more →

Recipe: Rotisserie Chicken Ramen

November 17, 2017

Before we get started I just want to get one thing out of the way. Ramen is really good.  Like REALLY GOOD. That is if you make home made or get it from a good ramen shop. The ramen most […] Read More »

Read more →

Converting an XML Object to Associative Array in PHP

September 8, 2017

Let’s say you have an XML file (like the one that follows) that you want to turn into an associative array in PHP. Doing this takes a few steps but it’s actually quite simple. I’m using a quiz questions XML […] Read More »

Read more →

Flexbox Responsive Front-end Grid Framework

August 25, 2017

Recently I’ve been contemplating if Foundation is a little too bulky for my DobsonDev Underscores project. All I usually use from Foundation is the responsive grid system, the visibility classes and some typography settings. I wondered to myself if I […] Read More »

Read more →

Foundation 6.4.1 Released

July 7, 2017

The fine folks at Zurb has released the new 6.4.1 version of Foundation and with it comes the brand new X-Y Grid. This is important because in the very near future, DobsonDev Underscores will also switch over to use the X-Y […] Read More »

Read more →