Consuming ASP.NET Handler By jQuery Ajax With JSON

Step towards Web 2.0 development nowdays, ajax is one of the important element in web development. There are various way of doing asynchronous call to server or web service to execute a job.
In this post, I am using jQuery to consume ASP.NET handler through a simple javascript codes. In the normal scenario, if client side [...]


jQuery Plugin – Nifty Corners Cube

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.