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

Argument Picker API

Argument Picker is a simple API to access and elaborate arguments in a flexible way.
Basically it allows, given URL arguments like:

example.com/myview/make:Volkswagen/model:Polo/year:2008/

to retrieve one of those arguments through a function:

arg_picker_get_selector_argument("make")

which - in the specific example - would return "Volkswagen".

This module essentially adds the possibility to assign labels to arguments, through this syntax:

www.example.com/your_view/LABEL1:ARG1/LABEL2:ARG2/LABEL3:ARG3

and then allows you to retrieve any argument using the label as a reference.

Some of the helper functions are dedicated to specific modules (i.e. Views), enhancing the accessibility of arguments:

www.example.com/your_view/something/bar:1/foo:4/other/parameters

Assuming "your_view" has a "foo" argument, using argument_picker, you could easily setup this argument's default value with:

<?php
return arg_picker_get_view_argument("foo");
?>

which would return "4" (for the example above) or "all" (when the argument is not present).

Mollom API module

Use this module to interface with the Mollom backend API as documented at http://mollom.com/api.

Zopim Live Chat

Agent engaging user with the zopim live chat

Description

This module adds the necessary script to the footer of ones site for prompting users to chat via Zopim Live Chat.

What is Zopim Live Chat?
Zopim increases engagement between you and your visitors, by allowing them to chat with you! Great for improving interaction with your users and increasing the time they spend on your site.

SQL Parser

A basic SQL parser and converter in very early stages of development. Currently it takes a raw sql string and converts it into a DBTNG object string.

BMI (Body Mass Index)

BMI.jpg

The BMI (Body Mass Index) module provides a simple method for Drupal site users to check their BMI value.

Jquery Scrollto

Description

This module includes the jquery scrollTo plugin. http://plugins.jquery.com/project/ScrollTo

Get involved

Dependencies

Integration

This module integrates with http://drupal.org/project/jq

Example

  • Download the jquery scroll to plugin http://plugins.jquery.com/project/ScrollTo
  • Extract the contents of the folder into /jquery_scrollto/jquery
  • Enable module
  • To include the plugin on call jquery_scrollto_plugin_add()

How can you be kept up to date?

Pages

Subscribe with RSS Subscribe to RSS - Developer tools