Archive for the ‘JavaScript’ Category

Server Driven DataTable with Pagination / Sorting

This example builds a DataTable based on the columns information taken from the server. Instead of building a statically defined DataTable it will build it based on what the server says.
It has been based on the server-side pagination and server-side sorting examples. They have both been changed in that they do not use [...]

More »

Star Ratings

Simple Star Rating System
It is a jQuery plugin used for star rating system. This jQuery system was created with the basic framework of the star rating system of Wil Stuckey. This jQuery plugin provides the solution on the problem of the original script requiring too much coding. It also did away with the requirement for [...]

More »

jQuery Datepicker Plugins

1 – jQuery UI Library DatePicker
DatePicker control from jQuery UI library. It has many useful features and localization on various languages.

2 – jMonthCalendar
jMonthCalendar is a full month calendar that supports events. You simply initialize the calendar with options and an events array and it can handle the rest. The plugin does have extension points that [...]

More »

jQuery Color Picker

A simple component to select color in the same way you select color in Adobe Photoshop.

More »

Fancy Upload

Swiff meets Ajax for powerful and elegant uploads. FancyUpload is a file-input replacement which features an unobtrusive, multiple-file selection menu and queued upload with an animated progress bar. It is easy to setup, is server independent, completely styleable via CSS and XHTML and uses MooTools to work in all modern browsers.

More »

Mocha UI

Mocha is a web applications user interface library built on the MooTools javascript framework. The Mocha GUI components are made with <canvas> tag graphics.

More »

Useful PHP & jQuery Components

1 – Directory Trees With PHP And jQuery
A easy way to keep track of many files is to use a directory tree. A directory tree lists out files and directories so that it’s easy to find what you’re looking for. In this tutorial, you will be taught how to make a directory tree using PHP [...]

More »

Tooltips Scripts With AJAX, JavaScript & CSS

1 – Nice Titles Revised
An improved Nice Titles Tooltip Script with Accesskeys support.

A lightweight prototype based JavaScript tooltip

2 – Nice Titles
A classic. The script uses a background image.

3 – AJAX enabled Help Balloons
Help windows in baloon-design. AJAXified version is also available.

4 – jTip – A jQuery Tool Tip
Extensive AJAX-based tooltips with numerous functions and presentation [...]

More »

jQuery Image Galleries

1 – Create an Image Rotator with Description
An image rotator is one great way to display portfolio pieces, eCommerce product images, or even as an image gallery. Although there are many great plugins already, this tutorial will help you understand how the image rotator works and helps you create your own from scratch.

2 – Popeye [...]

More »

Cool Login With PHP, MySQL & jQuery

An excellent tutorial on how to make a cool & simple login / registration system.
It gives you the ability to easily create a member-only area on your site and provide an easy registration process.
It’s PHP driven and stores all the registrations into a MySQL database. This tutorial is an addon to the original sliding jQuery [...]

More »