Ever think of creating round corner for your DIV panel easily with only few lines of code such as:

<script type=”text/javascript”>
window.onload=function(){
Nifty(“div#box”,”big”);
}
</script>

With jQuery Plugin – Nifty Corners Cube, you could perform this easily to save your time.

Related posts:

  1. Tips To Increase Performance of Store Procedure 1. NOCOUNTNormally if you perform query in Query Analyzer, it...
  2. ASP.NET MVC – How to have multiple submit button in form In this tutorial, I would like to share simple form...