Category Archives: Web Development

Anything web development related. Expect to see a lot about how I’ve developed this blog, and how I run my webserver.

dBeautifier 3.4 for WordPress 2.0.5 and 2.0.6

Lately I’ve been a little frustrated. I think it was since I upgraded WordPress to 2.0.5 that it broke my dBeautifier plugin v3.4 for PHP5. Awesome plugin, bummer that Joseph Newing decided to stop supporting it. Lots of people are … Continue reading

Posted in Web Development | 9 Comments

IET website for SA & NT

I’m currently working on a new website [edit: URL no longer exists] for the IET (Institution of Engineering & Technology) SA&NT division. I’d appreciate any feedback from anyone in the comments below this text. I’m currently putting content on it … Continue reading

Posted in Web Development | 2 Comments

wordpress hack for comment links

This is my solution to a request for a WordPress hack from the support forum: http://wordpress.org/support/topic/71499?replies=2#post-374824 Edit /wp-includes/comment-functions.php Assuming you have WP v2.0.2, modify line 378 which is: $return = “$author”; to: $return = “$author”; I just tested it and … Continue reading

Posted in Web Development | Leave a comment

new gallery system

I’ve started using the WPG2 Plugin for Gallery2 with WordPress. The reason for this is because the number of photos I’ve been putting in my gallery is getting ridiculous. Nowadays I have a sound grasp on using database systems so … Continue reading

Posted in Web Development | 1 Comment

#1 debugging buddie = joel

I would like to say a big thankyou to Joel for helping me debug why my site hasn’t been loading the last few days, it seems it was a complication with my .htaccess file. To make a long story short, … Continue reading

Posted in Web Development | Leave a comment