Friday 21 December 2012

How to install wordpress on server machines ?

Installing the wordpress is the famed 5 minutes process .
You just have to download the wordpress from the wordpress official site.
(wordpress.org/download/)
 This is the zip file,now extract its content.
On the server machine create a database with the user and password for the wordpress.
Upload the wordpress extracted folder content to the html public folder of the server machine
Now change the name of the file wp-config-sample.php with wp-config.php
and make the entry of database, user and password in the wp-config.php.
In some machines this may not work, in such cases, these setting can be done directly through the wordpress.
After loading the contents of the extracted wordpress folder to the server machine, open the browser and enter the url of the site. There will come the wordpress starting page. From here you can follow the link to update database, user and password.
Then you can set the wordpress admin account and password.

This is the famous 5 mins installation of wordpress.

For further clarification you can visit: codex.wordpress.org/Installing_WordPress

Wednesday 12 December 2012

virtues or qualities of a programmer..

When coming to the features or traits that make a good programmer, one can't come to the fixed or well defined features or virtues that good programmers should have.
According to me what the most important thing a programmer should have is he should be lazy. The word lazy symbolizes the quality of a programmer because a lazy person will look for the easiest or efficient method to solve the problem.
The next in line comes learn and unlearn capability as in IT world the life span of a technology is very short and one has to learn the next big tech to stay afloat in the trade.
The third quality a programmer should have is  never change attitude .... This is the most required quality a programmer should possesses as unless he can't question the changes in the technology he can't understand it. If you want to be good programmer then you should start asking questions about why this why can't that? and so on.

The above three quality combined with the eager to succeed in the programming field will make  a quality programmer..

Best of luck for your programming journey..