howto

How to create custom shortcode in WordPress?

Shortcode in WordPress. In WordPress we can create custom shortcodes and we can show its output anywhere on the site.…

7 years ago

How to enable debug mode in joomla?

Sometimes we require troubleshooting for joomla cms based website. For this it is useful to enable joomla debug mode by…

12 years ago

Show html field type file via generator.yml in symfony 1.2 propel.

I worked on a project in which I created a module in admin which has image field that will be…

12 years ago

How to install ruby on rails with sqlite3 on windows 7?

I have started working on ruby on rails and need to install it on windows 7. I searched on google…

12 years ago

Jquery ajax validation using remote rule.

The remote rule can be used to validate through ajax call. Field value will be passed through data and the…

12 years ago

Change form target attribute value via jquery.

In a project I required to change form target attribute value via jquery against input value. I got input via…

12 years ago

CSS property word-wrap

Word-wrap is very useful css property. It is use to break long text in new line by giving break-word with…

12 years ago

How to enable Remember me functionality in magento?

By default "Remember me" functionality is not enabled in magento. You can enable it form admin, very easily and quickly.…

12 years ago

How to register custom menus in wordpress?

You can register multiple custom menus in wordpress for your theme. These menus can be shown on different locations. There…

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

13 years ago