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

Hint

hint-demo.png

Hint provides a simple API for adding JavaScript "hint" text to text and password fields.

URL Fill

This module allows you to fill title, body, and CCK fields from the URL. It auto-populates a field with a value from the URL.

Gallery API

This module is positioned to be a winning solution for building different galleries and slideshows (or any other representation style) of any kind of media.

Problem description

There were several gallery modules in Drupal each of which implemented its own way of gathering data and its own way of displaying this data. For instance, a module could build gallery from a view of nodes ONLY and display them using a particular jQuery plugin. But what if I want to use another jQuery plugin for the view of nodes? Or use different jQuery galleries for different representation of multiple imagefield?

Philosophy of Gallery API

The idea is to separate gallery building from gallery output and to be able to combine any kind of data with any kind of representation (output) method. We developed the core gallery module (Gallery API) which introduces the following:

  1. Input method - builds gallery slides from any source of data
  2. Output method - outputs a gallery using a particular method (for example jQuery plugin)
  3. Gallery preset - a preset of settings that is used to build a gallery in full. It consists of one input and one output method as well as various settings provided by these methods

Dumper

This module now works on windows servers too (get the dev version).

Pages

Subscribe with RSS Subscribe to RSS - Developer tools