Kunal K

This user hasn't shared any biographical information

Homepage: http://www.kunalkamble.com


Posts by Kunal K

Sexy Drop Down Menu w/ jQuery & CSS

December 16, 2009 - 10:26 PM

Posted in Menu | No Comments

Sexy Drop Down Menu w/ jQuery & CSS
Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key × and while most drop down menus may look aesthetically pleasing, developing them to degrade gracefully is also essential. In this tutorial [...]

Auto Suggest web2ajax

December 16, 2009 - 10:25 PM

Posted in Autosuggest | No Comments

web2ajax
FaceBook Like – jQuery and autosuggest Search Engine

Slicker Show and Hide

December 16, 2009 - 10:24 PM

Posted in Menu | No Comments

Slicker Show and Hide

SpriteMenu

December 16, 2009 - 10:23 PM

Posted in Menu | No Comments

SpriteMenu
This is a method of putting together a nice-looking menu in a very quick and easy way. It uses a technique known as CSS Sprites. Instead of trying to manage huge amounts of images, everything is packed into just one file, which means the browser will only have to download one file instead of making [...]

Horizontal Scroll Menu with jQuery Tutorial

December 16, 2009 - 10:21 PM

Posted in Menu | No Comments

Horizontal Scroll Menu with jQuery Tutorial
In this tutorial you will learn how to create a scroll menu. In the final result you will be able to scroll up and down according to mouse-y axis and we’ll use jQuery.color to animate the background-color changes.

Building a jQuery Image Scroller

December 16, 2009 - 10:21 PM

Posted in Gallery | No Comments

Building a jQuery Image Scroller
In this tutorial, we’re going to be building an image scroller, making use of jQuery’s excellent animation features and generally having some fun with code. Image scrollers are of course nothing new; versions of them come out all the time. Many of them however are user-initiated; meaning that in order for [...]

Using jQuery To Manipulate and Filter Data

December 16, 2009 - 10:20 PM

Posted in Table | No Comments

Using jQuery To Manipulate and Filter Data
When a webpage is designed to display large tables of data, a great amount of consideration should be dedicated to allowing the user to sort through the data in a structured manner. In this article, I will go over four techniques: hover effects, zebra rows, filtering, and sorting.

Submit multiple forms with jQuery and Ajax.

December 16, 2009 - 10:19 PM

Posted in Forms | No Comments

Submit multiple forms with jQuery and Ajax.
How to submit multiple forms with jQuery and ajax.

Make Your Header Responses To Mouse Movements with jParallax

December 16, 2009 - 10:18 PM

Posted in Forms | No Comments

Make Your Header Responses To Mouse Movements with jParallax
jParallax turns a selected element into a window, or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different [...]

Creating a table with dynamically highlighted columns like Crazy Egg’s pricing table

December 16, 2009 - 10:16 PM

Posted in Forms | 1 Comment

Creating a table with dynamically highlighted columns like Crazy Egg’s pricing table
I like Crazy Egg’s pricing table on their Pricing & Signup page. When you click on “Sign Up” for an option, that plan’s column highlights, the other plans vanish, and a signup form takes their place. There is a number of impressive things happening [...]