Since patching the Secure-Admin plugin a few months back, the download count and positive feedback has been fantastic.

I’ve recently adapted it to work with PHP 5.2 and, due to popular request, also expanded the featureset to cater for Shared SSL setups.

In light of the expanding featureset I’ve decided to rename the plugin to Admin-SSL (more…)

shared_ssl.gifThe original Secure-Admin plugin supported only Private SSL. This meant if you wanted to secure your Wordpress login and administration pages you needed to purchase and setup a Private SSL certificate from a certificate authority and a dedicated IP address from your host.

Since many of us are given free Shared SSL with our shared hosting plans and have no further need for a dedicated IP, I decided to modify the Secure-Admin code to cater for those that wanted to add SSL security without the need for extra requirements. (more…)

stack.jpgManaging tasks whilst maintaining productivity can often feel like an uphill struggle. Over the years, I’ve refined the way I like to work and found I am most productive when working from a single list of tasks.

The order of my tasks depicts the priority. This means that, once my tasks are ordered correctly, all I need to do is work my way down the list from the first item.

ActiveCollab has provided me with a great set of tools to manage projects. However, I feel the current version (0.71) lacks an efficient way of managing tasks and doesn’t provide a single combined list from ALL projects. This, coupled with the fact that I’ve been yearning for a drag and drop sortable list has driven me to hack activeCollab’s My Tasks page and add a new feature that I’ve called ‘Prioritask’. (more…)

unofficial aC LogoI’ve been looking for an open source application that I can use to manage my projects and after a review of the current popular options I’ve chosen activeCollab. ActiveCollab is written by Ilija Studen who based the system on Basecamp, 37Signals’ popular project management and collaboration tool.

After I installed and became acquainted with the system I realised that it was lacking something that I needed urgently; the ability to attach a thread of comments to individual tasks for the purpose of issue tracking. (more…)

100The secure-admin plugin download count has just hit the 100 mark in about a week! Glad people are finding it useful!

Thanks to those that have blogged about or linked to Haris.tv. I’m continuously updating the site and publishing tasks on the Task List for anyone that’s interested in upcoming features…

SSL SecurityUpdate (16th April): Now compatible with PHP 5.2.1!
Update (19th April): Now supports Shared SSL certificates!

Update (24th April): Plugin renamed to ‘Admin-SSL’

Haris.tv now sports SSL encryption and my intention is to apply the security to parts of the site that handle sensitive information.

The Story
I’ve been spending a long while looking for the most efficient way to make use of an SSL certificate with WordPress. Although there have been some promising solutions out there, the majority required hacking at the code and didn’t seem elegant enough to me. (more…)

Task ListAfter a successful setup of Subversion I’m now happily coding along whilst checking work in and out.

I’m currently working on a to-do list feature. This will be displayed on the blog side panel so that I can publish tasks I’m working on.

I had a look around for a suitable plug-in but couldn’t find one that covered the features I wanted, so I’ve hacked one together.

It’s almost complete apart from a priority ordering function which I’ll be finishing soon…