WURFL WS

Component type

module

Categories

Maintenance status

Development status

Downloads

197

Component created

Component changed

Provides a wrapper to WURFLWS, a web service offering WURFL(Wireless Universal Resource FiLe) lookups. Commonly, this is used to detect mobile devices.

Whilst the WURFL file - and an API - is freely available, it must be regularly updated and takes up a fairly significant amount of disk space. Using the webservice (which is free) does not incur this overhead.

WURFL WS also integrates with the Mobile Tools module,

Deck.js integration

Component type

module

Maintenance status

Development status

Component created

Component changed

This module tries to integrate deck.js [1] with drupal.

Some points which are implemented:

  • Multi-Textarea Formatter: Add multiple textareas for each slide and just render them out
  • Views Style plugin: This would render out multiple rows as deck

[1] http://imakewebthings.github.com/deck.js

A/B Variate Test Module

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

The A/B Variate Test Module is designed to allow developers and marketers to easily select optimal content or design in a high-performance, cache-friendly way.

- This module allows the admin to select an alternate node that will be displayed at a set % of requests to a given path. Once a version is shown to a user, the user will continue to see that version when they revisit the page.

Contactpage

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Contact Page

The Contact Page module makes developing a contact page, which represents a physical location, that much easier.

Whilst the Location module (a requirement of this module) makes it possible to define physical locations, and offers neat functionality such as geocoding, what it lacks is a simple way to associate a location with the entity a website represents - whether it's a company, a restaurant, or a barbers shop.

This module allows you to edit the location of an organisation in Drupal from its own tab, and helps you generate a contact page by:

Link Track

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module will track clicks of links through the fields "Link" module, storing each individual URL and click time (as Unix timestamp) in the link_track table.

General concerns:
- that table could get HUGE. How to efficiently archive?
- is this an accurate way to track?