Rounded corners in IE browsers:

13 years ago

JQuery UI has many features one of them is rounded corners that uses CSS3's border-radius property. Unfortunately it is not…

Add CSS attributes to Symfony form label

13 years ago

You can add custom CSS attributes like class or id to Symfony form labels as following. Passing null as the…

How to revert uncommitted changes by using git?

13 years ago

If you don't want to commit changes, then you can use following command on git. If you want to reset…

How to run Skype multiple instances?

13 years ago

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

How to hide and show div content in jquery?

13 years ago

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

How to change homepage in wordpress?

13 years ago

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

How to get current page id outside loop in wordpress?

13 years ago

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

REPLACE function in mySql.

13 years ago

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

How to query custom fields via meta_query?

13 years ago

Wordpress has vast functionality to customize and we can create custom post types and custom fields as many as we…

List of CMS for blogs and websites

13 years ago

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