Sajjad’s Blog

MSH Relation Calculator – My First Software

Posted by: msh134 on: June 21, 2008

This is my first software developed with Visual Basic in 2003. It is a fun software. It looks like Love Calculator, but has difference in result. It does not show percentage. It describes the relation. As I told before it is a fun software, it may not be true all the time. I shall not tell you anything more. You may try it and don’t forget to send your comment.

More >>

Tags: , ,

XAMPP – Sending test mails with MercuryMail

Posted by: msh134 on: June 21, 2008

XAMPP comes with MercuryMail. To use it for sending test mails, you can do the followings:

1. Start Mercury Mail from XAMPP control panel.
2. Navigate to Mercury Mail folder in XAMPP installation (Most probably C:\Program Files\xampp\MercuryMail)
3. Double click on mercury.exe and Mercury window will be opened.
4. Go to Configuration -> Local Users
5. Add a user with password (Suppose sajjad)
6. Close this window.

That’s it.

Now you can send mail to sajjad@localhost or sajjad@localhost.com (Mecury Mail should be started).

To receive mail configure outlook express with localhost as pop3 and SMTP server.

Hope these information will be helpful.

XAMPP – My favorite PHP environment

Posted by: msh134 on: June 21, 2008

When I started coding in PHP, the main hassle was preparing the development environment. Installing Apache, PHP, MySQL was not so easy. Then I came across PHPTried and after that WAMPP. But finally I got what I wanted – XAMPP. To me XAMPP is a total PHP development environment.

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use – just download, extract and start.

To get a copy of XAMPP, visit http://www.apachefriends.org/.

Removing table rows using JavaScript

Posted by: msh134 on: June 21, 2008

In my last post I have shown how to duplicate a table row. Now if you let the user to duplicate a row then you will look for a solution to remove row dynamically using JavaScript. Use the following function to dynamically remove row from a table. This code is also tested on IE6 and FF2.

More >>

Duplicating table rows dynamically

Posted by: msh134 on: June 21, 2008

For some days I was looking for a JavaScript solution for duplicating table rows. I know it is simple. But I have made a function which does this very easily. I have tested this code with IE 6.0 and FireFox 2+ browsers.

More >>

MSH Test Emperor v1.0 – A MCQ Exam Engine for SCJP

Posted by: msh134 on: June 21, 2008

MSH Test Emperor, designed and developed by myself. I think it will be helpful to the peoples who are willing to attend the Sun Certified Programmer for Java exam. The exam engine contains a built in SCJP mock exam which serves 61 questions, randomly selected from a question set of 255 questions.This engine is developed totally with Java. After passing the SCJP exam, I have developed this engine.

More >>