SuperSleight

Component type

module

Maintenance status

Development status

Downloads

972

Component created

Component changed

Why?

If your client insists on supporting IE 5, 6 or 7 and they expect PNG transparency, we have a module that might save your day.

OK, what does it do? ¬¬

SuperSleight adds a number of new and useful features that have come from the day-to-day needs of working with PNGs.

Script.js

Component type

module

Maintenance status

Development status

Downloads

4030

Component created

Component changed

Integration with $script.js - Async JavaScript loader and dependency manager.

This takes some of the ideas behind the HeadJS module which unfortunately has been discontinued and applies them to the very excellent $script.js library by Dustin Diaz, which seems like a more robust script loader implementation.

Let's see how it plays with Drupal! :)

Speedy

Component type

module

Maintenance status

Development status

Downloads

102048

Component created

Component changed

The Speedy module is designed to help speed up front end performance in a site.

The Speedy module provides minified versions of core JavaScript files that are not already minified. For example, a minified version of drupal.js is provided while jquery.js (already minified) is not.

chroma_hash

Component type

module

Maintenance status

Development status

Component created

Component changed

Chroma-Hash allows you to quickly compare the contents of two secure text fields. It’s common for a signup flow to ask you to type your password twice (to make sure you didn’t mistype it). With this visualization, a user can instantly check to see if what she typed was the same each time, without having to submit the form.

jQuery Dirty Forms

Component type

module

Maintenance status

Development status

Component created

Component changed

This module implements the jQuery Dirty Forms library (http://mal.co.nz/code/jquery-dirty-forms/) which provides a more robust and flexible approach to alerting users when they attempt to leave a page with unsaved changes.

The main benefit of this module over other dirty form libraries is that this one allows you to define custom dialog boxes in newer browsers with a fallback to the browser's default dialog box on older browsers.

Mailcheck

Component type

module

Maintenance status

Development status

Downloads

1871

Component created

Component changed

Get fast, client-side suggestions for mistyped email addresses.

What is it?

An integration of mailcheck.js with forms in Drupal (supports user registration, webforms)

What's it do?

Someone enters user@gmaul.com, mailcheck asks, Did you mean user@gmail.com?