Posts by :

WordPress Post Via E-mail Exposure Prevention 

WordPress Post via e-mail (which allows for posting blogs by checking a POP email address) has a vulnerability of exposing the email address that sent the email. I show you how you can prevent this.

Handling Checkboxes, Radio Buttons and Select Options in jQuery 

I figured I’d share how I’ve dealt with some form elements in jQuery. Sometimes you have to look at the docs a few times before you get what you can do, so I think these examples might help someone out there.

CSS3 Blockquotes 

I figured I’d share two ways I’ve done blockquotes using CSS3.

CSS Class Based on Date 

I modified a date function to output a CSS class rather than text. That way you can make newer stories bold, brighter, or bigger and older stories dimmed out or smaller. Use your imagination with CSS.

jQuery Degradable Popups 

Do you want to have image preview popups, but want the links to still work if JavaScript is disabled? The following just changes the href value of the link by inserting the URL it was pointing to into a JavaScript function call.

A Customizable Tag Cloud For WordPress 

If you’ve tried using wp_tag_cloud() as an array, you’ve noticed that all it really does is give you a string, which isn’t useful. The only way I could figure out how to get the tags to where I can format them how I want was to call get_tags() in wp-includes/category.php. You can also pass arguments [...]

WordPress Spam Prevention Hack 

Akismet catches a lot of spam, but there is a lot it won’t catch. Therefore I decided to put together a hack to catch some more.

Last Modified Posts in WordPress 

Want to show the last posts you updated in WordPress? This shows the posts you went back and updated or modified, which is different than your recent posts.