Many people have skype multiple accounts like person and for business use. You can log in at a time in…
jQuery is javascript library. It has many plugins for opensource applications as well as for static sites. This is very…
MySql database has very simple and easy to use string function REPLACE() that is used to find any string and…
There are a lot of open source content management systems and blogging systems. Wordpress is very famous for blogging but…
I like Git a lot. It is very much powerful then SVN. You can't commit or merge if there are…
Let following text field. By following statement you can set its default value. Use focus() event to change value when…
Many of you might use opencart for online store development. Opencart can also be used for multi store with single…
MS Access Driver in ODBC Drivers List Open your system's control panel; then find and click on Administrative Tools There…
Open application/config/config.php file. Find following statement in this file. $config['index_page'] = 'index.php'; And remove index.php from above statement, this will…
Activate mod_rewrite Open apache configuration file i.e. httpd.conf Find following statement. #LoadModule rewrite_module modules/mod_rewrite.so You will find hash sign(#) in…