January 2011

Presentation: From Zero to Rockstar (Contributing to Drupal)

You've made the decision to use Drupal and you know the power of Drupal is the community behind it, but you not a coder... So how can you contribute?

There are a lot of ways you can help and I aim to show you some of the ways, and also show you where to get started if you want to help with coding as well.

This is my presentation slides from DrupalDownunder, I hope you find them useful.

Tables Demo

Tables module is a Drupal filter module that I maintain the Drupal 5, 6 and 7 releases of.

It transforms the following macro code into rendered html tables:

[table=tables-grid summary="My table summary" Month |Jan | Feb | Mar | Apr
East| 7 | 14 | 21| 28
West | 7 | 14 | 21| 28
North| 7 | 14 | 21| 28
South | 7 | 14 | 21| 28]

Privacy Policy

This Privacy Policy governs the manner in which Realityloop collects, uses, maintains and discloses information collected from users (each, a "User") of the realityloop.com website ("Site"). This privacy policy applies to the Site and all products and services offered by Realityloop.

Personal identification information

Tables Filter Module: Drupal 7 release

Tables Filter Module

Just released for Drupal 7! also available for Drupal 4, 5 and 6.

The Tables Filter Module is a filter that converts a simple [table ] macro into HTML encoded table, it is ideal for when you don't want to use a WYSIWYG editor but still want to allow the easy addition of tables for editors.

SignatureField: Collect written signatures with webform, via cck or in your modules using fapi

SignatureField

Over the past week I've been working on a new module called SignatureField it works with both mouse and touch devices allowing youto collect HTML5 canvas based signatures in webform, cck and in your custom modules via fapi. It then displays the collected signature as a transparent png.