
jQuery plugin for expanding search bar
I have created a jQuery plugin to handle expand and close functionality of searchbar. This would help some to minimize their work, since it is straight forward…

Javascript Resize Image Proportionally and Clipping
Setting height and width to an image is a general scenario in web development. We need to take in account that image shouldn’t get stretched, it should…