Misc.

How to run Skype multiple instances?

Many people have skype multiple accounts like person and for business use. You can log in at a time in…

12 years ago

How to hide and show div content in jquery?

jQuery is javascript library. It has many plugins for opensource applications as well as for static sites. This is very…

12 years ago

REPLACE function in mySql.

MySql database has very simple and easy to use string function REPLACE() that is used to find any string and…

12 years ago

List of CMS for blogs and websites

There are a lot of open source content management systems and blogging systems. Wordpress is very famous for blogging but…

12 years ago

Git commands

I like Git a lot. It is very much powerful then SVN. You can't commit or merge if there are…

13 years ago

How to change textbox value on blur() and focus() events in jquery?

Let following text field. By following statement you can set its default value. Use focus() event to change value when…

13 years ago

How to configure multi store in OpenCart?

Many of you might use opencart for online store development. Opencart can also be used for multi store with single…

13 years ago

MS Access driver is not in odbc drives list in 64 bit Windows 7

MS Access Driver in ODBC Drivers List Open your system's control panel; then find and click on Administrative Tools There…

13 years ago

How to remove index.php from CI URL?

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…

13 years ago

How to activate mod_rewrite in apache?

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…

13 years ago