Archive for the ‘MIT License’ Category

Customizable Sliding Notifications jQuery Plugin: SlideNote

SlideNote is a customizable, flexible jQuery plugin that makes it easy to display sliding notifications on your website or in your web application. You can specify how far down the user must scroll before the notification slides into view and side of the screen the notification will slide in. jQuery sliding notifications plugin works with [...]

Read the rest of this entry »

Easy To Use Form Validation Script: jQuery Formation

Formation is a jQuery validation plugin that allows you to quickly create a form with validation without writing any HTML. You simply specify the container you wish to append the form to. By passing a few parameters into one of the formation function calls you can add different validations such as number, e-mail, url, phone [...]

Read the rest of this entry »

Touch-Optimized Web Framework for Smartphones & Tablets: jQuery Mobile

jQuery Mobile is a user interface framework, built on top of jQuery, designed to simplify the process of building applications that target mobile devices. jQuery mobile framework takes the “write less, do more” mantra to the next level: Instead of writing unique apps for each mobile device or OS, the jQuery mobile framework will allow [...]

Read the rest of this entry »

JavaScript Canvas Library: Artisan JS

Artisan JS is an Open Source JavaScript Canvas Library that aims to make in-browser drawing very easy. It specifically targets Canvas and supports for layered data, graphics can be layered and flattened when rendered, but the data remains. This means the data can continue to be manipulated after it is rendered. Requirements: Canvas supported browser Website: [...]

Read the rest of this entry »

Stylesheet For Rendering Keyboard-Style Elements: Keys.CSS

Keys.CSS is a simple stylesheet for rendering beautiful keyboard-style elements. If you are offering keyboard shortcuts to users, you can style those keyboard keys with this easy-to-use stylesheet. The stylesheet is compatible with all modern browsers, degrades gracefully in older ones. Styles for light and dark keys included. Website: http://michaelhue.com/keyscss/ License: MIT

Read the rest of this entry »

Spontaneously Prompt A User With jQuery Impromptu

Impromptu is a jQuery plugin to provide a more pleasant way to spontaneously prompt a user for input. It allows for creating forms within these controls. This is not intended to be a modal replacement, just a quick tool to prompt user input in a fashionable way. It can be easily customized using CSS and [...]

Read the rest of this entry »

Open Source Database Modeling Tool: Anchor Modeler

Anchor Modeling is an agile technique for creating database models. Anchor Modeler is a database modeling tool for creating Anchor Models. It uses newly developed force directed graph algorithms to do the layout and interact with it. Requirements: HTML5 supported browser Demo: http://www.anchormodeling.com/modeler/ Download: http://code.google.com/p/anchormodeler/ License: MIT

Read the rest of this entry »

Flexible Client Side Table Sorting: Tablesorter

Tablesorter is a flexible client side table sorting jQuery plugin that turns standard HTML table (with THEAD and TBODY tags) into sortable table without page refreshes. Tablesorter can successfully parse and sort many types of data including linked data in a cell. Tablesorter will auto-detect most data types including numbers, dates, ip-adresses. It has many useful [...]

Read the rest of this entry »

HTML5 Mobile-Optimized Mapping & Tiling Library: Tile5

Tile5 is an open source HTML5 mapping javascript library that provides developers the ability to integrate existing mapping platforms (Google, Yahoo, Bing, etc…) to provide a rich HTML5 experience. In addition to providing a great API for mapping, Tile5 also excels at building more generic tiling application interfaces. Tile5 is targeted at both mobile and desktop [...]

Read the rest of this entry »

Facebook-Style Tooltip Plugin For jQuery: Tipsy

Tipsy is a jQuery plugin for creating a Facebook-style tooltips effect based on an anchor tag’s title attribute. By default, tooltips will appear centered underneath their anchor. Using the gravity parameter, it’s possible to control the positioning of the tooltip relative to the pointee. Requirements: jQuery Library Website: http://onehackoranother.com/projects/jquery/tipsy/ License: MIT

Read the rest of this entry »