10
Sep
// php the_time('Y') ?>
jQuery UI Multiselect is a widget that converts html multiple select inputs into slicker interfaces.
It makes searching within the options possible which is very functional for large lists & selected items can be re-ordered by drag’n drops.

It can display the number of selected items & for an easier selection, there are select all/deselect all links provided.
The widget is unobtrusive & and be styled with ThemeRoller.
Requirements: jQuery 1.3+, jQuery UI 1.7+
Compatibility: All Major Browsers
31
Aug
// php the_time('Y') ?>
IxEdit is an easy-to-use & free tool which aims to simplify the implementation of interactions on a web page, specially for anyone who is not experienced in JavaScript.
This interaction design tool is built with JavaScript & needs to be embedded into the webpage being edited. With the help of a modal-box-like interface, interactions created will be applied instantly.

Rather than totally new scripts, IxEdit generates jQuery & jQuery UI code using the parameters specified.
Interactions are stored in a local database (Google Gears), so, anything created won’t be lost even if the page is refreshed or closed.
Requirements: jQuery & jQuery UI
Compatibility: All Major Browsers
23
Jul
// php the_time('Y') ?>
WRD will be running the first of the "thematic week" series (that will be published once in a few months) next week which is "E-Commerce Week".

5 posts will be published which will be handy for anyone building their own e-commerce system or prefers a ready-to-use one (& for jQuery fans). Here they are:
Sponsors Of E-Commerce Week:

30
May
// php the_time('Y') ?>
jsTree is a cross-browser, free & flexible JavaScript tree component with various features.
It can create the tree from the following data sources:
Different types of nodes (open, close, rename, create, delete) can be created & supports various callbacks (onchange, oncreate, ondelete, onload, etc …).

A great feature is async loading for creating dynamic trees by simply mentioning an URL for requesting data when needed.
Other features of jsTree:
- drag & drop of nodes
- multiple node selection
- multilingual – same tree in as many languages as you like
- ability to customize the look & feel
- animated open/close of nodes
- optional keyboard navigation
- ability to move nodes between multiple trees
The component can also work as a jQuery plugin.
Requirements: No Requirements
Compatibility: All Major Browsers
16
May
// php the_time('Y') ?>
Slideshow JS is a free JavaScript library which helps creating an image slideshow with ease.
It is totally configurable via markup & does not require any scripting. Although the download package comes with various styles, the look & feel of the slideshow can be completely customized.

The library is built with jQuery & it is unobtrusive. It offers several options like:
- number of seconds each image will be displayed
- if the images will be displayed automatically or manually
- image counter & controls activation
- if the images will be displayed randomly or in an order
- & more..
P.S. Don't let the blury images in the demo fool you. With quality images, the script offers a nice presentation.
Requirements: jQuery
Compatibility: All Major Browsers
4
May
// php the_time('Y') ?>
When sharing codes on a website, even they are wrapped with code tags or styled differently, it is always a challenge to read them without syntax highlighting.
There are various syntax highlighters which can format the codes & color them appropriately according to the languages used. Whether it is a HTML page or runs on PHP, Ruby, Python, ASP, there is a suitable syntax highlighter.
And, here is a collection of 11 Syntax Highlighters To Beautify Code Presentation:
GeSHi (Generic Syntax Highlighter – With PHP)

GeSHi is a powerful syntax highlighter script that supports almost every language.
It is first created for phpBB forum system but became a project itself. It requires PHP to run (there is also a hack to make it work under ASP).

This is a flexible & extensible syntax highlighter built with JavaScript. It supports a wide range of languages from CSS to PHP or C++ to SQL.
SyntaxHighlighter offers ready-to-use themes an new ones can be created easily for a custom presentation.
It has support for 3rd party applications like Blogger, WordPress, Joomla & many others.
Read the rest of this entry »
22
Mar
// php the_time('Y') ?>
KeyTable is a lighweight (~5kb) JS library for adding keyboard navigation support to tables.
The library provides an Excel-like navigation that can be bundled with features like on-click editing.

The inline row editing feature is accomplished with the jQuery jEditable plug-in. And, KeyTable integrates easily with DataTables (see WRD post).
The library works in all major browsers.
Requirements: jQuery & jEditable plugin for inline editing
Compatibility: All Major Browsers
19
Jan
// php the_time('Y') ?>
Marcofolio.net is presenting a nice tutorial (with source files) for creating the famous iPhone unlock interface with XHTML-CSS & the slide effect via jQuery.
Although there are missing features from the standard effect like "the slider not going back", it is still inspiring & can be used to create a form control (like captcha) or present a content in an iPhone like interface.
(See also: iPhone Application And Website Development: All Tools And Tutorials You Need)

For the slider, jQuery UI’s slider component is used.
For a demo of this interface, click here.
Requirements: jQuery,jQuery UI & slider component
Compatibility: All Major Browsers
8
Jan
// php the_time('Y') ?>
Few weeks ago a post at WebResourcesDepot had announced the new version of Flowplayer -an amazing Flash video player- and a chance to win free licenses of this player.
To Remind:
The player has a JavaScript API (with jQuery support) that enables you to control almost every aspect of the player.
It is totally skinnable & every part (component) of the player can be removed or re-positioned.
They have picked the winners: "3 most creative use of Flowplayer".
Here they are:
A WordPress plugin for Flowplayer
The player is now much easier to integrate with WordPress.
An advertising solution with the powerful Flowplayer API
The advertisement is placed under the canvas coupled with a pre-roll video ad. The content plugin is used to tell the user when the featured fighting video starts. A good example of Flowplayer scripting).
Eye candy
Nice controlbar skinning together with fiercy red overlays. The Expose tool is used to further enhance the experience. You can see that having a custom image on the overlay is a very powerful way to visualize your pages.
Click here to go the Flowplayer‘s homepage.
22
Dec
// php the_time('Y') ?>
Ajaxify is a jQuery plugin that converts all links in a web page into Ajax load-submit requests.
So, with a single line, you can turn a static website into an Ajaxed one.

It has support for:
- History & bookmarking
- Partial load from the output
- Four events
- Forms
- Animations
In the demos page of Ajaxify, there are lots of examples presented to get you going with it.
Requirements: jQuery
Compatibility: All Major Browsers