Jan
28
2010
Riesling font

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...

Read More

26 comments

Jan
21
2010
cookies

Making Cookies with PHP

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...

Read More

5 comments

Jan
11
2010
magprem_themesby

Magazine Premium is Ready and I Want to Give Away 5 Copies

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....

Read More

48 comments

Jan
06
2010
jquerything

Creating a jQuery Plugin to Increase Font Size

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...

Read More

6 comments

Dec
31
2009
find

Find the Category ID using the Category Slug in WordPress

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...

Read More

9 comments

Site5 Affiliate Link

Dec
29
2009
email

A Clever and Safe Way to Display your Email Address

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...

Read More

10 comments

Dec
19
2009
wordpress-logo-shine

WordPress 2.9 is Out!

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...

Read More

2 comments

Dec
18
2009
voteit

Simple Voting for WordPress with PHP and jQuery

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...

Read More

41 comments

Dec
10
2009
edituser

Adding Extra Fields to the WordPress User Profile

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...

Read More

68 comments

Dec
01
2009
php

Using PHP to Remove an HTML Tag from a String

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()...

Read More

2 comments