Saturday, July 4th, 2009

Archive for 'AJAX Library'

jQuery Tools – A collection of the most important UI components

jQuery Tools is a collection of the most important user-interface components for today’s websites. It’s a single .js file that weights only 5.8 kb.

The following tools are available:

jQuery library
Tabs (One of the most popular JavaScript tool on the web)
Tooltip (Great looking tooltips. Big or small. Pluggable effects.)
Scrollable (Allows you to scroll your HTML in wildly [...]

Read more

Fancy AJAX Captchas with JQuery – For an awesome user experience

Do you want to have a nice protection against SPAM on the forms of your website? Checkout the following scripts:

AJAX Fancy Captcha is a jQuery plugin useful to prevent your forms from being automatically submitted by bots. The coll thing about it is that you don’t have to type a security code to prove that [...]

Read more

A collection of Free ToolTips using AJAX, JavaScript & CSS

A tooltip is a short and informative text that appears in a box that pops out when you hover the mouse cursor over an element (link, button, div etc.).
1. DHTML JavaScript Tool Tips is a JavaScript Cross Browser library to create tool tips (information pop-up boxes). This script can be customized in multiple ways and [...]

Read more

Creating an Exit Modal Box using the JQuery library

Do you need to show a specific message to the visitors that leave your website? You can do that by initiating a modal box before they close the browser window.
To do this we need to include 2 JQuery files (the actual library and a plugin written by Eric Martin), the modal box’s CSS and the [...]

Read more

How to implement a JQuery AJAX Login Form into a Modal Box

Do you need to integrate an AJAX Login Form into a Modal Box? This tutorial will show you how you can do that using the powerful library JQuery. The modal box that I’ve chosen is a JQuery Plugin written by Eric Martin.
Let’s start making the html file where the modal box is triggered:
<!DOCTYPE HTML PUBLIC [...]

Read more

Free AJAX GIF Preloaders

Do you need to generate image preloaders for your AJAX applications?

Read more

Creating an AJAX Login Form using MooTools

Hello coders,
This is a tutorial useful to learn how to Ajaxify a basic login form. To do that we’ll use MooTools:
MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
First, let’s [...]

Read more

How to retrieve Yahoo! Weather using MagPie RSS and JQuery

In this tutorial I will show you how to display the Yahoo! Weather on your website, using a PHP RSS Parser, called Magpie RSS and JQuery (AJAX). The Weather RSS Feed uses 2 parameters: ‘p’ for location & ‘u’ for degree units. The base URL for the Weather RSS Feed is http://weather.yahooapis.com/forecastrss. An address that [...]

Read more

A simple AJAX Username Availability Checker

Did you notice how many sites have a verification tool for the ‘username’ field when you try to register? Many use the power of AJAX to check if the nickname has already been assigned to an existing member. This short tutorial gives you an idea of how you can make such a feature in the pages of your website.

Read more

An advanced AJAX Star Rating Script

This is a great star rating system from Nomadic Functions. Compared to other traditional rating scripts, this one has a 1,680% increase in accuracy and 84 hot spots (84px wide), instead of only 5.

Read more

A simple AJAX (JQuery) Contact Form with PHP Validation

The aim of this tutorial is to help you to create a simple (tableless) contact form using JQuery and AJAX. We will have a HTML page which will contain the form, a CSS file, a php page where the data will be sent and another file where the validation function(s) will be located.

Read more