linux_centos_phpmyadmin_install

Usually I relay on AppServ when it comes to installing the web-server and its necessary components. Recently I found my “PhpMyAdmin” missing from the installation. I expected it to be a bit complicated but rather turned out to be very easy.

Here is how you can get it done.

Login as a root user or
[...]

Commnets:1
Date:December 7, 2009 at 20:05
Filed Under: Software and Programming
collabtive_icon

Collabtive is a Project Management/Collaboration software that I have recently stumbled on. Its an open source, Light weight web application. What attracted me the most about this application is its elegant design. This is what many other applications in the same category is lacking. It has got all the essential features. Major features include:

Commnets:0
Date:June 23, 2009 at 23:00
Filed Under: Infotmation Technology, Uncategorized

Its quiet a tedious job when it comes to developing a dropdown input field in which the user have to select a county, as part of their address, Nationality, etc. Think if you have several of this fields in your form. When you want to change you have to change each and every one. More [...]

Commnets:0
Date:March 2, 2009 at 00:43
Filed Under: Software and Programming, Uncategorized

Its quiet common in programming, especially web programming to generate random strings as passwords, keys etc. This is a simple function that you can use to generate random string with length of your choice. You can also specify if the string must contain only numbers or alphabets or both.

Commnets:0
Date:February 11, 2009 at 02:21
Filed Under: Software and Programming