Archive for March, 2009

How to create mailing list in Thunderbird

Friday, March 20th, 2009

A friend of mine need a mailing list feature in Thunderbird, and he ask me how to create mailing list in Thunderbird. He need the mailing list to save his time to enter all the email address before he send out email.
To create mailing list in Thunderbird, follow the steps below:-

How to open .mdi file in Ms Office 2007

Thursday, March 12th, 2009

To open .mdi file, you need to have Ms Office 2003. By default, Office 2003 come with a tool to open .mdi file. However, you cant open .mdi file in Office 2007 by default.
To open mdi file in Office 2007, you need to install Microsoft Office Document Imaging. Follow the steps below to [...]

MySQL: How to add column to existing table

Wednesday, March 11th, 2009

Many ways to add column to existing table in MySQL. If you r using GUI tools, add column to table in MySQL is easy. If you are using CLI, then here’s the command to add column in MySQL table.
To add column in existing table, you may refer to the 2 examples below:-