Archive for the ‘Wordpress’ Category

Tweet Button Plugin for WordPress

Saturday, August 28th, 2010

I started working on a simple plugin for WordPress that will add Twitter’s new Tweet Button to a WordPress blog. Right now it’s barebones. I am planning on finishing up the initial options page and releasing it this weekend. You can give it a spin now or check it out on GitHub: http://github.com/paulredmond/TwitterButton-Wordpress-Plugin Tweet

Official WordPress WP-EmailCrypt Plugin Page

Thursday, November 19th, 2009

My first official WordPress plugin, Wp-EmailCrypt, is now live on Wordpress.org. Wp-EmailCrypt automatically converts email links into encrypted JavaScript code, and reduces the likelihood of emails being harvested.

My New WordPress Plugin – Wp-Emailcrypt

Tuesday, November 17th, 2009

I finally got around to submitting my WordPress plugin for encrypting emails: Wp-Emailcrypt. It should be on the official wordpress.org plugin site soon (if they approve it ;) , but I would like anyone that uses WordPress to try it out. Let me know what you think.

http://www.goredmonster.com/projects/wp-emailcrypt/

Shrink your JavaScript/CSS in WordPress with PHP

Saturday, October 24th, 2009

I came across a very simple, yet elegant solution for shrinking JavaScript and CSS files with PHP. When large JavaScript frameworks are the order of the day, why not optimize? In this post I’ll show you how to easily apply this script to your Wordpress theme; shrinking your CSS/JavaScript assets by around 300%!