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

Walkthru

This is under heavy development so expect things to break in between dev releases.

typingtutor

a Typing Tutor very adaptable all keyboards write or paste in your Practice Text.
demo

Views XML Backend

Views XML Backend is a Views 3 plugin that adds native XPath 1.0 query generation.

Requirement Dashboard

Blog post / screencast on what this module does
Requirement Dashboard is an API module that allows you to define paths that can behave the same way as admin/reports/status. These dashboards utilize the same type of requirements specification that drupal natively provides via the hook_requirements. By itself this module doesn't do anything but it does come shipped with 2 submodules as example implementations of the API:

requirement_dashboard_og -- Dashboards that only show up for dashboards. Also shows how you can use built in drupal hooks to extend the functionality of this api and comes with some basic information rendered to the dashboard provided at node/%/og_status

requirement_dashboard_system -- System wide dashboard. A good way of giving out information about the site to non-admins that still potentially moderate content.

You can do two things with this API -- Create dashboards and define requirements to show up on dashboards. Requirements can be added in from any module to allow for other modules to supply their own useful data to dashboards.

All dashboards also have their own permission so that you can define different types of dashboards for different roles, giving the users of your site the level of information they should have access to for making better decisions (is the hope).

Node to JSON

This module provides a set of callbacks that turn nodes into JSON. This is useful for Javascript code that wants to render nodes.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools