Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

AJAX Form Messages

This module provides an API for immediate inline validation or other checking of values in form elements, including combinations of values. It is built to use the excellent Clientside Validation module, but, via AJAX, adds serverside validation capabilities.

For a most simple example, see Form Messages Node, which contains a rule to check node titles for duplicates.

It will also provide a UI.

(Contrast the per-element check with AJAX module, which validates the entire form via AJAX when the submit or preview button is pressed.)

The ideal will be to automate using (or make it very simple to use) existing form element validation functions as the back-end of inline validators.

The initial motivation was to extend (and make an honest module out of) Unique Fields AJAX checking, but the number of nice-to-haves pointed the way to a new API for setting message conditions and messages.

Planned features:

  • Ability to enable checking on multiple Fields, in addition to the node Title, providing an API for this.

Fancy Checkboxes

Fancy Checkboxes demo under Seven theme.

Replaces default checkboxes with fancy (iOS-like) on/off switches under configurable pages.

Export Menu to XML

Export Menu to XML module allows users to access Drupal menus and theirs items provided in XML format. You could access menus from JavaScript, Flash, or any client-side plugin.

Stylesheets by Path

Stylesheets by Path provides a mechanism to define stylesheets to be loaded when a specified path or alias is triggered.

Meetup API

NOTE: This module is intended for developers who know how to write PHP code.

I am not aware of any modules that actually implement this yet, but if you create one, let me know, and I will add it to this page!

The Meetup API module provides an easy-to-use Drupal wrapper for the PHP Meetup API Client. See the README.txt file for more information.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools