
If you’re familiar with del.icio.us you will be familiar with the tag suggesting as-you-type support. The tagging works so well within del.icio.us is that it helps you create a subset of tags that you commonly use for different types of links.
This way, it makes it easier to find tagged content later on. i.e. conversely if it didn’t suggest links, it would be likely that you would have different variations or even spellings of the same tag on (what should be) grouped content.
So, in an effort to adopt this approach, Remy Sharp has created a jQuery plugin for tag suggestion. The plugin has been tested on IE 7, Firefox 2, Safari 3 and Opera 9.

This is a good looking XHTML-CSS social bookmarking menu that can be used for promoting the content.
It is ready to be used for Wordpress blogs with the related tags defined but can be used on any website by updating the links.
It has all the major social bookmarking websites included.
Box UK is sharing an Ultimate Website Launch Checklist that makes sure the website is ready for being online.
The checklist covers topics like:
- Content and Style
- Standards and Validation
- Security/Risk
- Performance & more
Besides the pre-launchitems there are also several post-launch ones like «submitting to search engines» & «updating the content».

jBreadCrumb — jQuery plugin for displaying breadcrumb navigations in a more flexible & smarter way. This is a better navigation in means of usability & SEO.
As the length of a breadcrumb menu may be very long & the common method used for this problem is limiting the amount of menus used, jBreadCrumb follows another route — it creates a collapsible interface that smartly decides the display method according to the amount and length of the elements.
Usage is not complicated & it only requires the jQuery Easing plugin.
JPolite is a lightweight portal framework, built with jQuery, for creating Netvibes-like interfaces.
It is a powerful base for creating complex / customizable websites quickly.

JPolite seperates content, appearance and behavior. And, it makes turning a content module into tabbed or accordion presentations very easy.
Some examples of the ease it provides:
- A form with
class="ajaxform1 will automatically turned into an Ajaxed form.
- Any link with
class="thickbox" will be displayed in Thickbox & more.
To check this interesting project, click here.
Определения браузера от Gareth Heyes:
//Firefox detector 2/3 by DoctorDan
FF=/a/[-1]=='a'
//Firefox 3
FF3=(function x(){})[-5]=='x'
//Firefox 2
FF2=(function x(){})[-6]=='x'
//IE
IE='\v'=='v'
//Safari
Saf=/a/.__proto__=='//'
//Chrome
Chr=/source/.test((/a/.toString+''))
Всё вместе:
B=(function x(){})[-5]=='x'?'FF3':(function x(){})[-6]=='x'?'FF2':'\v'=='v'?'IE':/a/.__proto__=='//'?'Saf':/s/.test(/a/.toString)?'Chr':'Op';