[ Tag Archive ]
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 looking for that “@” symbol so that they can bombard you with as much spam as possible.
Simple Voting for WordPress with PHP and jQuery
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.
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() 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().
Check if a Page is a Child of Another Page in WordPress
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.
Snowblind v1.1.2
WordPress Theme
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.





