Boomerang

Component type

module

Maintenance status

Development status

Downloads

1272

Component created

Component changed

This project is a wrapper for Boomerang, a Javascript program which "measures the performance of your website from your end user's point of view." The statistics gathered include:

  • Round trip time of the page ("t_done")
  • User's measured bandwidth in bytes per second ("bw")
  • User's measured HTTP latency in milliseconds ("lat")
  • etc.

This project consists of two modules, Boomerang and Boomerang Beacon. The Boomerang module adds Javascript to pages to send statistics to the beacon. The Boomerang Beacon module collects and stores the data. The modules are designed to be autonomous, so they can be run on separate sites. The Beacon is designed to be general purpose, so it can collect data regardless of where the "boomerangs" are coming from.

Thanks to the Exceptional Performance team at Yahoo! for releasing the Boomerang script which this module is created around.

Clientside Validation

Component type

module

Maintenance status

Development status

Downloads

183487

Component created

Component changed

This module adds clientside validation (aka "Ajax form validation") for all forms and webforms using jquery.validate. The included jquery.validate.js file is patched because we needed to be able to hide empty messages.

Drupal 8

Modules

clientside_validation

This is the core module, all it does is add data- attributes to the HTML
form elements. If an HTML5 attribute exists it is used as is.

Modernizr

Component type

module

Maintenance status

Development status

Downloads

80052

Component created

Component changed

Modernizr tests which native CSS3 and HTML5 features are available in each browser and makes the results available to you in two ways: as properties on a global Modernizr object, and as classes on the <html> element. This information allows you to progressively enhance your pages with a granular level of control over the experience.

This Drupal module provides deep integration with the Modernizr JS library, allowing other modules or themes to register tests, load additional assets as needed, and even create new copies of the Modernizr library when a website's requirements change. Read more below.

AD Gallery

Component type

module

Development status

Downloads

7476

Component created

Component changed

Integration of AD Gallery (http://coffeescripter.com/code/ad-gallery/) and Drupal.
You'll need the following modules to use this one:

- Imagefield
- Imagecache

Enable the module, add an image field to your selected node type making sure that your image
field can handle multiple values, meaning that you're able to upload multiple images for a node
(Number of values).

Views Flag Refresh

Component type

module

Maintenance status

Development status

Downloads

22249

Component created

Component changed

Overview

Views Flag Refresh allows site administrators to configure which views are refreshed automatically via AJAX when certain flags are selected. This is useful when you have a view that filters by flagged content and you want the view to be refreshed automatically when content is flagged or unflagged elsewhere on the page.