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.
jQuery VS Prototype
Both are the most popular javascript library framework to assist developer to build more interactive UI to meet web 2.0 standard nowadays.
Which framework you prefer and why?
Personally I prefer jQuery instead of prototype. Why? Because it is more elegant and solid code. I feel it is very flexible when code with jQuery comparing to prototype.
Let’s [...]



