Category Archives: Blog
WordPress Content CSS
Just a small post about WordPress’s standard CSS. Im always having to dig around trying to find some CSS for published content alignment in WordPress, it’s a pain and something that I normally forget if I’m creating a new theme… Here it is: .alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display:block; margin: 5px auto 5px … Continue reading
Evaluate Maths in PHP
A few days ago, I had to need to evaluate mathamatical expressions entered by the users of the site. This could potentially cause security issue when using the PHP function eval(); so I decided to tackle the problem in a different way. After some research, I came across a Eval Math by Miles Kaufmann. It has not been updated since 2005 and is … Continue reading
WP Simple Galleries
A simple plugin that adds an image gallery to each post and page. Most gallery plugins seem to be fancy and advanced but sometimes you just want a simple solution to add images to a post of page. I created this to solve that problem. The plugin uses the WordPress image manager, so you can add already uploaded images too … Continue reading
Shopp Customer Register
Shopp Customer Register is a WordPress plugin I created, when I found that Shopp (another WordPress plugin) does not have a user/customer register feature, which I thought was abit silly. So I set about creating a small plugin to fill the gap! It was become more popular than I originally anticipated. So I have decide to devote some more time … Continue reading
Tweeter Karma – Unfollow all non-followers
Tweeter Karma is a great little tool for showing and filtering your Twitter followings and followers but apparently recently they had to remove there ‘Unfollow All’ feature at Twitter’s request. Which for some people, not a problem but if you have used one of them Twitter tools, you can have hundreds of followings and a disproportionate number of followers. So in true hacker style … Continue reading