This is a free social bookmarking script that does not automatically inserts all the popular social bookmark links into your website.
It provides you the base & enables you to easily create/customize bookmarking links.

How to use it?
- insert
sbookmark.js to your webpages
- call the function for the preferred bookmarking site like:
<a href="#" onclick="sbs_delicious(); return false;">...</a> for delicious.com.
In short, it saves your time from learning the submission formats of each social bookmarking website.
In the download page there is also a social bookmarking images pack.
Requirements: No Requirements
Animated JavaScript Slideshow is a free & lightweight script to display images with style.
It simply turns an unordered list into a gallery which can be customized easily.

You can set it to auto-display the images or it can be browsed manually with the prev-next buttons.
The slideshow provides several other controls like:
- Speed of the slideshow
- Information to be displayed or not
- Opacity of the images & more..
P.S. It does not require any JavaScript library.
Requirements: No Requirements
Compatibility: All Major Browsers
Context menus are very helpful, specially in admin pages & web applications, for easier navigation. With just a click, you get the options / shortcuts.
This is a jQuery plugin for creating effective context menus with ease.

The menu can produces valid XHTML & can be customized totally via CSS.
Items in the menu can be disabled & they can be browsed with keyboard too.
For users without JavaScript enabled, it gracefully degrades.
Requirements: jQuery 1.2.6+
Compatibility: All Major Browsers
DD_roundies is another rounded corners solution that is very easy to implement & cross-browser compliant.
This rounded corners script doesn’t use any images, works in IE6 without AlphaImageLoader & lightweight (3.62kb compressed).

Radius of the corners are not fixed & can be defined.
As the major problem for rounded corners lies beneath IE, this rounded corners script uses VML (inspired from Jonathan Snook’s solution). A possible future problem is IE8 -currently- does not support VML.
Requirements: No Requirements
Compatibility: All Major Browsers (except IE8)
Circular is a set of 100+ quality & free icons ideal for any web application.
Icons are in 16*16px size & transparent PNG format.

The set includes icons like:
- arrows
- add-remove-edit
- folders
- currency
- play-stop-pause
- flags
- e-mail, tags & more..
s3Slider is a jQuery slideshow plugin inspired from smooth slideshow (but for jQuery rather than MooTools).
It creates the slideshow from an unordered list & can be implemented easily.
.jpg)
Information about the images in the slideshow can be displayed at almost any part of the image as the script can be styled totally via CSS.
The plugin supports a timeout option for setting the time between slides.
Requirements: jQuery
Compatibility: All Major Browsers
Niceforms, a script to beautify web forms, was very popular for creating beautiful forms. And now the 2nd version is out.
Niceforms 2.0 is a totally re-written version which is very easy to apply, handles more elements & has more customization options.

How to use it?
The script simply replaces the most commonly used form elements with custom designed ones.
Inserting the niceforms.js & the CSS file is enough to use it.
Besides the default theme, new themes can be developed with CSS editing.
Niceforms works in all modern browsers except IE6 (it gracefully degrades).
Requirements: No Requirements
Compatibility: All Major Browsers (except IE 6)
prettyGallery is a jQuery plugin for creating sliding image galleries on the fly.
Besides images, any content can be presented within the slider.

Images in the gallery are defined in an ordered list. Items per page, speed of the navigation & labels used can be configured.
The gallery uses prettyPhoto, a jQuery Lightbox clone, for displaying the images in large-size.

This lightbox clone is very good-looking & can display:
- images
- present the images as an image gallery
- Flash
It works in all major browsers & animation speed, opacity and more settings can be updated.
Requirements: jQuery
Compatibility: All Major Browsers
Spinbox.JS is an unobstrusive solution for turning input textboxes into spinboxes.
It is very effortless to implement the code. Simply creating a normal textbox, giving an id to it & editing few arguments is enough.

Spinbox.JS has 10 predefined skins and new ones can be created via CSS in the skin file.
It supports multiple spinboxes on a single page, and a different skin can be used for each SpinBox on the page.
Requirements: No Requirements
Compatibility: All Major Browsers
This is a jQuery plugin for displaying Twitter feeds of an user on any website.
The plugin is so easy to use, customizable & unobstrusive.

How to use it?
- After inserting the jquery-twitter.js file to your website, simply create a
div named "twitter" at where the feeds will be displayed.
- This jQuery code does the rest:
$(document).ready(function() {
$("#twitter").getTwitter({
userName: "jquery",
numTweets: 5,
loaderText: "Loading tweets...",
slideIn: true,
showHeading: true,
headingText: "Latest Tweets",
showProfileLink: true
});
});
The plugin is based on the Twitter Badge Customizer & a demo can be found here.
Requirements: jQuery