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

Amazon Web Services

AWS is a module targeted towards module developers that provides a unified AWS profile management system.

Magnifier

A jquery image magnifier, based on the dojotoolkit Magnifier utility. From http://dojotoolkit.org/~dante/jquery/Magnifier.html

To use:

theme('magnifier', $image_path, $args);

Specify $args passed as an array of optional elements, using the following:

<?php
/**
* Displays an image with a magnifier glass box.
*
* @param $image_path
* This is the filepath to the image to display.
* @param $args
* An array with optional arguments:
* 'magnify' => 4, // the zoom magnification scale. defaults to 4
* 'glass_size' => 125, // the size of the glass box, which will be a square to zoom. defaults to 125
* 'imagecache' => '', // the imagecache setting to use for the smaller image. if this is set, then $image_path
* // will be used for the image in the glass box only, and the imagecache'd version will be
* // used in the main page display.
* 'image' => '', // the image path of the larger image displayed in the glass when zooming.
* // if not specified, this defaults to $image_path. You don't need this when using imagecache.
* 'width' => NULL, // the display width of the smaller image -- if specified, forces a browser image scale

REST Client

This module is undergoing large changes, production use is not recommended.

INTRODUCTION

REST Client is a robust HTTP request module to consume REST style services.

Why use REST Client instead of drupal_http_request():

  • Streams large files
  • Uses Expect 100 header before sending data in case of redirection
  • Fully customizable HTTP request
  • REST utility functions: HMAC, binary SHA1, binary MD5

Toplist

Toplist is a module that lets webmasters submit their links, have them approved and keep a link exchange that tracks website referrers, thereby giving more exposures to more-active websites.

REST Server

The REST Server provides an interface for the Services module to communicate with REST clients.

Image Overlay

Lets users "draw" shapes on top of images with canvas & Jquery UI, and save the result as an image node. Currently supports:

  1. Polygons
  • Circle
  • Triangle (1 type)
  • Positively sloped line
  • Rectangle
  • Simple arrow
  • Text, with configurable fonts & sizes
  • "Symbols" - images configured by administer
  • Freehand - a continous line drawn by the user
  • Pages

    Subscribe with RSS Subscribe to RSS - Developer tools