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 »
Tag: HTML
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 »
DobsonDev Underscores Update
DobsonDev Underscores has now been updated to Foundation 6. If you want to update visit the GitHub page to download the project (or if you’ve already downloaded it you can do a fetch to update it). Below is the information […] Read More »
Metro Tiles
Recently a client wanted me to create some “Metro-like Tiles”. For those who don’t know what Metro tiles are – they are a design created by Microsoft for Windows 8 (at least as far as I know Microsoft made it, […] Read More »
Tournament Bracket HTML & CSS
I’ve been working on creating a tournament bracket program (hopefully in the form of a plugin) lately just as a for fun project. Below is the basic HTML and CSS for it. It’s modeled of the tournament’s from Team Liquid’s […] Read More »
Using the WordPress Media Library
In one of my previous articles I talked about using the WordPress media uploader for your own plugins/themes. I had quite a few questions in the comments of that article about how to do certain things and to elaborate on […] Read More »
DobsonDev Underscores
In my previous article I mentioned the DobsonDev Underscores project I’ve been working on. I also mentioned that I wasn’t quite done yet but luckily this is no longer the case. For those of you who already have an idea […] Read More »
Sexy Underscores/Foundation Footer
I’m back! I took this summer off from blogging just to relax and enjoy my vacations etc… But I’m happy to be back and will try to put out some really helpful blog posts. I have been working on some […] Read More »