Creating Shadows with CSS3
CSS3 has introduced some cool effects that give you control over elements of design that were once only possible using images. One of the new effects I have been having…
CSS3 has introduced some cool effects that give you control over elements of design that were once only possible using images. One of the new effects I have been having…
One of the winners of a free copy of Magazine Premium (see this article) suggested implementing @font-face kits to the theme. I had read about @font-face but never…
I’ve been going nuts over the past month trying to complete a project for a large retail store and it seems like every new request they make requires me to…
I have been spending a bit of time lately figuring out how to create my own plugins for jQuery. It doesn’t take much to accomplish and I thought it would…
This is a quick little piece of code that I have been using a lot lately. I needed to get the category ID but all I had to work with…
There are many reason why you shouldn’t place your email address on a Web page; the number one being spambots. There are tons a spambots running around the Web looking…
This tutorial is no longer up-to-date. Please check out A Better Voting System for WordPress for a more secure and efficient approach. I needed to create a simple way for…
By default WordPress offers some great options. Whenever a member joins, they have the ability to add more information about themselves, such as a Web site URL, a short bio…
There are times when you need to strip one specific HTML tag from a string and the PHP function strip_tags() doesn’t work the way you want it to. strip_tags() allows…