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 »
Tag: DobsonDev
Flexbox Responsive Front-end Grid Framework
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 »
Foundation 6.4.1 Released
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 »
DobsonDev Theme Updated
As you can tell if you’ve ever visited this website before and are now reading this, the theme for the website has been updated! It’s been a long time in the works, not really because of difficulty in programming or […] Read More »
DobsonDev Underscores Generator
Way back when I created a modified version of the Underscores starter theme with Foundation mixed in that I brilliantly named DobsonDev Underscores – very creative naming. Originally there were just two shell scripts that would run to create a […] Read More »
jQuery Attribute Contains Selector
I recently found myself in a position where I had to sort through the classes of rows on a table where the classes where defined directly via a value from the database. Unfortunately for me, the database entry had words […] Read More »
Full-Screen Video Background
Below is a demo of a full-screen video background using only CSS and HTML – no JavaScript required. The key to this demo is to use the HTML <video> element with a normal image to use as a fallback as […] Read More »
Numeric Pagination
I recently had a client request numerical pagination on their custom post type pages. This was something I have never done before but is a really common design throughout the web so I thought it would be good to learn. […] Read More »
WordPress Dashboard Widgets API
I recently wanted to learn more about how the WordPress Dashboard Widget API works so I created an example plugin to test it out. The plugin is a dashboard widget version of my WordPress AJAX Example plugin’s admin page. It […] Read More »
Christmas Break
With Christmas coming up I’ll be taking a break from the blog until the New Year. Hopefully I’ll find some cool stuff I want to blog about over the break and I’ll have a lot of cool posts for you […] Read More »