10
Oct
// php the_time('Y') ?>
Scrollable is a flexible & lightweight (3.9kb) jQuery plugin for creating scrollable contents.
Any content (HTML, video, text..) can be used as a scrolling item. And, it supports vertical scrolling besides the standard horizontal scrolling which makes it very ideal, specially for news sites or portals to present the flash contents.

Other features of Scrollable are:
- Setting the number of visible items
- Mouse, arrow keys and mousewheel (requires mousewheel.js) support
- Programmatic actions:
next, prev, nextPage, prevPage, seekTo, begin, end
- Know when list is scrolled with custom event listener
This jQuery plugin is built by the FlowPlayer team (see WRD post) and includes great examples (this & this) with FlowPlayer integration.
Requirements: jQuery
Compatibility: All Major Browsers
1
Oct
// php the_time('Y') ?>
Superfish is an advanced suckerfish menu plugin for jQuery.
It turns a standard CSS dropdown menu and tranforms it to a more powerful one (it gracefully degrades).

It supports both horizontal & vertical menus and unlimited sub-menus can be defined.
Considering the menu is generated from a CSS-dropdown menu, every sub can be easily styled too.
Other features of Superfish:
- Suckerfish-style hover support for IE6.
- Timed delay on mouseout.
- Animation of sub-menu reveal.
- Keyboard accessibility.
- Indicates the presence of sub-menus by automatically adding arrow images to relevant anchors.
- Drop shadows for capable browsers – degrades gracefully for Internet Explorer 6. Can disable shadows completely via options object.
- Can show the path to your current page while the menu is idle.
- Optional callback functions. The ‘this’ keyword within the handlers you attach will refer to the animated ul sub-menu.
Requirements: jQuery
Compatibility: All Major Browsers
18
Sep
// php the_time('Y') ?>
MenuMatic, a MooTools 1.2 class, makes creating dropdown menus easier, flexible & SEO friendly.
For users without JavaScript, it switches back on a CSS menu system.

Some features of MenuMatic:
- SEO Friendly: Manipulates ıonly the existing links.
- User Friendly: Hide-delay speed can be adjusted.
- Accessible: Tab key navigates through main menu items & arrow keys can be used for dropdowns..
- Fails Gracefully: When no JavaScript is available, switcches to suckerfish CSS based drop down menu system.
- Stylish: Total style control with CSS.
- Flexible: Many other controls like the opacity of menus…
The class can be used for both horizontal & vertical menus .It is also compatible with all major browsers.
P.S. Thanks to Jason from GreenGeckoDesign for the suggestion.
Requirements: MooTools 1.2+
Compatibility: All Major Browsers
8
Sep
// php the_time('Y') ?>
UvumiTools has 4 great & free MooTools plugins that can save your development time.

This is an easy to use cross-browser crop interface that has options like:
- Setting the minimum size
- Keeping the aspect ratio
- Live preview of the area to be cropped
- Supports HTML resizing

This plugin enables you to create good-looking image galleries.
Users can click a thumbnail and watch the gallery transform into a slideshow, which is then navigated by clicking the left column or by scrolling with the mouse wheel. A click on the photo being displayed brings the user back to the contact sheet view.

This dock menu, similar to a Mac interface, is passive under the screen & gets activated when an item is mouse-overed.
The menu is created from a valid unordered list & can be applied within minutes.

A cross-browser, animated dropdown menu with unlimited levels support.
It is created from unordered lists & can be totally customized via CSS.
Requirements: MooTools
Compatibility: All Major Browsers
2
Sep
// php the_time('Y') ?>
CSS Menu Builder is an online menu builder which enables you to create 30+ horizontal, 700+ vertical & breadcrumb menus (without the unlimited color combinations).

With an Ajaxed & simple to use interface, menus can be created on the fly and HTML, CSS & necessary image files can be downloaded easily (or a complete ZIP file can be downloaded).
26
Aug
// php the_time('Y') ?>
While creating a filebrowser for a project, I have tried several JavaScript tree menus and found this one the easiest to work with.
dTree is an easy to setup & use classic JavaScript tree menu.
With a XHTML 1.0 strict validated output, this tree menu supports unlimited number of levels and remembers the state between pages.

Other features of dTree:
- Can be used with or without frames
- Possible to have as many trees as you like on a page
- All major browsers supported
- Alternative images for each node
The items don’t need to be in an order within the code as you can re-order them. This is a functional feature when creating the menu from a database.
The script is well-documented and this example shows how flexible it is.
Requirements: No Requirements
Compatibility: All Major Browsers
8
Aug
// php the_time('Y') ?>
This is a nice animated menu built with MooTools.
The trick of the menu is a Flashy hover effect of the arrow (or any element you want).

To use this menu script, you don’t even have to play with JavaScript except defining the variables:
- background image container
- nav elements
- current nav element’s div id
- background image’s y coordinate
- left offset of the image
A well-described usage of the menu including the download of all the necessary files can be found at the script’s website.
Requirements: MooTools 1.2+
Compatibility: All Major Browsers
20
Jun
// php the_time('Y') ?>
FameID Menu is an advanced Flash accordion menu.
It uses XML to store the data, almost every setting is configurable and has a submenu feature which is kinda unique.

Configuration options of this Flash XML accordion menu:
- Background images of any menu items
- Dimensions of the whole menu
- Dimensions of the menu items when they are active (unfolded)
- Transparency animation levels of menu items
- Almost any setting for each menu item, such as colour, position, size, transparency etc.
- Menu items’ header texts and link URLs
- Choice of targeting simple URLs, frames or named windows
- Addition of submenus to any menu’s item using XML
- The look of submenu’s background panels
- Speed of animation
- Custom images for submenu’s button images
- Ability to always display menu item’s text headers or only display them when the item is active
11
Jun
// php the_time('Y') ?>
Sliding menus are very effective in areas where we have limited space .
This is a sliding top menu built with jQuery which can be fired through the open & close buttons or with any tag with the related class name.
You can also use it as an info box, login area & more.
Click here to see the final working demo of this jQuery sliding menu.
It presents the menu when closed like this:

And when opened:


Click here to see the final working demo of this jQuery sliding menu.
Step 1 – HTML:
<div id="sliderWrap">
<div id="openCloseIdentifier"></div>
<div id="slider">
<div id="sliderContent">
Isn't this nice?
</div>
<div id="openCloseWrap">
<a href="#" class="topMenuAction" id="topMenuImage">
<img src="open.png" alt="open" />
</a>
</div>
</div>
</div>
Step 2 – CSS:
<style type="text/css">
body {
margin: 0;
font-size:16px;
color: #000000;
font-family:Arial, Helvetica, sans-serif;
}
#sliderWrap {
margin: 0 auto;
width: 300px;
}
#slider {
position: absolute;
background-image:url(slider.png);
background-repeat:no-repeat;
background-position: bottom;
width: 300px;
height: 159px;
margin-top: -141px;
}
#slider img {
border: 0;
}
#sliderContent {
margin: 50px 0 0 50px;
position: absolute;
text-align:center;
background-color:#FFFFCC;
color:#333333;
font-weight:bold;
padding: 10px;
}
#header {
margin: 0 auto;
width: 600px;
background-color: #F0F0F0;
height: 200px;
padding: 10px;
}
#openCloseWrap {
position:absolute;
margin: 143px 0 0 120px;
font-size:12px;
font-weight:bold;
}
</style>
With the CSS file there are few major points:
- #slider has to be positioned absolutely, so it can overlay the other content.
- #slider has a negative top-margin which hides it.
- #sliderContent is positioned absolutely to not to crack the open/close buttons
- #openCloseWrap holding the buttons are positioned absolutely too.
Step 3 – jQuery / JavaScript:
<script type="text/javascript">
$(document).ready(function() {
$(".topMenuAction").click( function() {
if ($("#openCloseIdentifier").is(":hidden")) {
$("#slider").animate({
marginTop: "-141px"
}, 500 );
$("#topMenuImage").html('<img src="open.png"/>');
$("#openCloseIdentifier").show();
} else {
$("#slider").animate({
marginTop: "0px"
}, 500 );
$("#topMenuImage").html('<img src="close.png"/>');
$("#openCloseIdentifier").hide();
}
});
});
</script>
The main trick is changing the top margin of #slider and update the open / close images.
We have an empty element named openCloseIdentifier which shows us whether the menu is open or closed. We simply hide it when the menu is open and show when it is closed.
Then all we do is:
if openCloseIdentifier = hidden then close the menu or if openCloseIdentifier = visible then open the menu.
Sliding effect can be fastened by changing the 500 value in JavaScript to a smaller number or else.
P.S. Down & up arrow icons are from the Crystal Clear icon set.
Requirements: jQuery (included in the download)
Compatibility: All Major Browsers
8
Jun
// php the_time('Y') ?>
This is a very good looking Flash news slider (AS3 code) which uses XML for fetching the data.
The Flash slider simply displays an image and a descriptive text with a link to the URL wanted. The slider can be controlled via the next-previous & pause buttons.

You can find the steps for creating this Flash news slider as a tutorial and download the source files.
Design of the slider is inspired from the LaNacion.com website.