fadesml

A Simple Fade with CSS3

September 7, 2011

There was a time when the only way to fade an element or image was by using JavaScript/jQuery (see Creating a Mouseover Fade Effect with jQuery). With CSS3, you can…

colorboxes_sml

Convert Hex Color to RGB using PHP

August 24, 2011

Converting certain values back and forth is often necessary when developing functions to help your website work the way you want it to. I needed a function that would convert…

rotate

Rotated Images with CSS3

August 8, 2011

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…

numbers_sml

Count Page Hits in WordPress

July 21, 2011

This is just a little snippet of code I wrote to count the number of hits on a specific page. I only wanted it to work on single post pages…

html5

HTML5 Search Form in WordPress

July 15, 2011

Some of you may or may not know that I have been working on an HTML5 WordPress framework that was just released called PressWork. We are still squashing some bugs…

muchwp

Run a Shortcode Anywhere in WordPress

July 7, 2011

WordPress shortcodes are macro codes that allow you to perform certain actions within the post content. By default they only display on single post pages within the post content. The…