[ Tag Archive ]


A Clever and Safe Way to Display your Email Address

Posted on December 29, 2009  |  Category: Tutorials

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 for that “@” symbol so that they can bombard you with as much spam as possible.

Read More »


Simple Voting for WordPress with PHP and jQuery

Posted on December 18, 2009  |  Category: Tutorials

I needed to create a simple way for site members to vote on a post and the few scripts I found didn’t really work how I needed them to. So I decided to whip something together myself. I developed a pretty basic script using PHP and jQuery to allow members who are signed in to click on a simple link to add their vote to a post.

Read More »


Using PHP to Remove an HTML Tag from a String

Posted on December 1, 2009  |  Category: Tutorials

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 for certain exclusions, but why would you use that when you only want to exclude one tag and include all other tags? Especially when you can use preg_replace().

Read More »


Check if a Page is a Child of Another Page in WordPress

Posted on November 20, 2009  |  Category: Tutorials

WordPress has some default conditional tags that are really helpful when developing themes and plugins that need specific functions on specific pages. Strange enough though, there is no way to check if a page is a child of another page.

Read More »


Snowblind v1.1.2
WordPress Theme

Posted on November 5, 2009  |  Category: Downloads

I just updated Snowblind and version 1.1.2 is now available on WordPress.org. It’s now 100% translation ready and has a few more features to make it easier to set up.

Read More »