websourceblog

How to set up Custom Taxonomy and Custom Posts in WordPress? (part-1)

Wordpress make it easy to categorize your website content by the use of Custom Post Type UI Plugin. You create…

14 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…

14 years ago

How to remove button text in IE7?

Negative text-indent isn't working in IE7 to remove button text but you can apply text-transform: capitalize with text-indent property. Following…

14 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…

14 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…

14 years ago

“El is null” alert message in magento 1.5.1

When I tried to insert widget on cms page then there was error message el is null. This is because…

14 years ago

Images are not appearing in magento cms editor

I worked on a magento project on which cms images were not appearing in editor and also on front end.…

15 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…

15 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…

15 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…

15 years ago