howto

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…

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

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

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

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

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

How to change homepage in wordpress?

Wordpress is very famous for blogs but now it is widely using as content management system and e-commerce solutions where…

12 years ago

How to get current page id outside loop in wordpress?

Get page id in wordpress. You can get current page id outside loop in worpress by following statements.

12 years ago