Embedding Fonts in your Web Site with CSS and @font-face
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 actually...
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 actually...
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...
I’m almost finished Magazine Premium and I thought it would be a good idea to open up a discussion to see what features people would like to see available....
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...
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...
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...
I haven’t had a chance to go through WordPress 2.9 and figure out all the improvements just yet, but I am excited to do so. A few items they...
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...
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...
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()...