Archives for "November, 2006"

Posted by ronnie on 17th November 2006

Setting up of the Hermes2 Messaging Gateway

Introduction
Hermes 2 (or Corvus, the codename we used to call in the office) is a messaging gateway that enables the handling of electronic messages in the format of AS2 or ebMS. For details, you can refer to our product web page.
I have noticed different questions in the mailing list, and as one of the developer [...]

Posted by ronnie on 8th November 2006

Using WordPress as the project information repository

As illustrated in my previous post, I have selected WordPress as the tool in building up my project tracking page.
Below is a recap on what I am aiming to do,

Categorize the entry
Allow visitor to leave comment
Searchable!
Can ease my documentation effort
Time tracking or something like completion
Can integrate with the other resources, e.g. version control, file server, [...]

Posted by ronnie on 7th November 2006

Web application for project tracking

Now is the time for the development of another new product. Before I head forward to do anything, I sit down and try to come up with a tracking mechanism, as I was being told our development process is not transparent at all.
I started with a list of thing which I want to achieve from [...]

Posted by ronnie on 6th November 2006

Sending email from Wordpress in local server

I have a wordpress installed in the office for project tracking. Everything works fine except one thing – sending out email.
The wordpress resides on my own linux box and wordpress will issue the mail() command provided by PHP, for any email delivery. The caveat for that is, it relies on my PHP setting. Unlike the [...]