Posts archive for March, 2009

How to create mailing list in Thunderbird

advertisement

thunderbird email client 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:-

Continue reading How to create mailing list in Thunderbird »

How to open .mdi file in Ms Office 2007

advertisement

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 enable mdi file support:-

Continue reading How to open .mdi file in Ms Office 2007 »

MySQL: How to add column to existing table

advertisement

mysql how to add columnMany 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:-

Continue reading MySQL: How to add column to existing table »