Creating tabbed interfaces suddenly becomes a piece-of-cake when using the Tabs function in the jQuery UI library. Checkout this tutorial.
A carousel with MooTools

Creat a nifty courasel with MooTools, perfect for an easy slideshow.
Accordian – Toggle

This accordion pulls in the content based upon the list item link and displays it in a nested list. It also changes color and + or – depending on whether its open or closed $(document).ready(function(){ $(“li.child:visible”).hide(); $(“li.parent”).click(function(){ if ($(this).children().hasClass(“selected”)) { $(this).children().removeClass(‘selected’); $(this).next().toggle(“slow”); return false; } else { $(this).children().addClass(‘selected’); $(this).next().load($(this).children().attr(“href”)).toggle(“medium”); return false; } }); });
Pluggable Mootools Tabs

Mootools Tabs plug-in, minimal configuration and you’re off!
Form Layouts With CSS

Laying out forms with Cascading Style Sheets (CSS) is a complex topic. In light of many developers doing their first overall CSS layouts they often bail when it comes to laying out forms with CSS and avoiding both tables and line breaks.
Fancy Sliding Tab Menu V2

Fancy Sliding tabs menu – might be good for bells, slides, tuning slides, other options etc.
Sexy sliding JavaScript side bar menu using mootools

Create animated sidebar using mootools, where space could be saved on a web page.
Fantastic News Ticker Newsvine-like using Mootools

This tutorial explains how to implement a “News” Ticker, with vertical scrolling, using mootools. It’s very simple and quick to implement in your web projects.
Create beautiful tooltips with ease

Prototip allows you to easily create both simple and complex tooltips using the Prototype javascript framework.
Nice calendar with date-pickers

Calendar is a Javascript class ready to use that adds accessible and unobtrusive date-pickers to your form elements.
Navigation bar with tabs using CSS and sliding doors effect

This tutorial illustrates how to design a navigation bar with tabs using CSS and status effects (active, hover, link).

