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 the word-wrap property. For instance, if you have text extending out the box and...
Word-wrap is very useful css property. It is use to break long text in new line by giving break-word with the word-wrap property. For instance, if you have text extending out the box and...
By default “Remember me” functionality is not enabled in magento. You can enable it form admin, very easily and quickly. To enable it go in System->Configuration->Customers->Persistent Shopping Cart->General Options->Enable Persistence. From here select Yes...
You can register multiple custom menus in wordpress for your theme. These menus can be shown on different locations. There is a wordpress function that you can use for this purpose that is following....
jQuery is javascript library. It has many plugins for opensource applications as well as for static sites. This is very simple tutorial to hide and show div content. For doing code in jquery we...
WordPress is very famous for blogs but now it is widely using as content management system and e-commerce solutions where we don’t need blog post page as homepage. By default wordpress based site has...
Get page id in wordpress. You can get current page id outside loop in worpress by following statements.
We can find last month starting ending date by using php functions strtotime and date. For last month last we will use t format character in date function. Following are statements for starting and...
Wordpress make it easy to categorize your website content by the use of Custom Post Type UI Plugin. You create your own post types and categorize them by Custom Taxonomy. Download and install Custom...
Negative text-indent isn’t working in IE7 to remove button text but you can apply text-transform: capitalize with text-indent property. Following is code snippet. HTML code: CSS:
Let following text field. By following statement you can set its default value. Use focus() event to change value when you focus on input field. Use blur() event on textbox field. Following is the...
More