PHP Array for Font Awesome 4.1.0
I needed to list all of the available icons from Font Awesome 4.1.0 in order to allow users to select one. The code for the selector was easy enough but…
I needed to list all of the available icons from Font Awesome 4.1.0 in order to allow users to select one. The code for the selector was easy enough but…
After installing bbPress back onto my theme site, I realized the default stylesheet was pretty bloated. At first, I started abusing the important declaration in my own stylesheet, but then…
I put together a stylesheet to easily create tooltips using nothing but CSS. I know there are a few of them already out there but I decided to make one…
For the longest time, I had hooked into the default search and comment form to add HTML5 features for my themes. With the release of WordPress 3.6, a new core…
In WordPress, the post excerpt can be displayed using a function called the_excerpt(). This function has no parameters but it does have some filters which you can hook into. I…
I have been playing around with a lot of CSS3 lately due to PressWork, and I’ve come up with some cool tricks. One that I really like uses the transform…
Today I’m going to talk about one of my very favorite plugins, Fluency Admin. A couple of years ago, I came across a competition to tweak the design of the WordPress…
I often have to use a select box when I’m putting together a custom form that requires a drop down list. It took me a while to figure out how…
I discovered how to create circular images using CSS3 the other day and thought it was totally awesome. The only drawback is that the image has to appear as a…
I have received a lot of questions lately about hover effects and how you can execute them using only CSS. There was a time when you would have to use…