Analog world clock

Component type

module

Maintenance status

Development status

Component created

Component changed

This module displays the world clock time in analog format.As compared to other modules,this module give the users to decide their own timezones to be displayed.So the user's choices (with reference to the individual users) are stored in the database and displayed based on the logged in user.

Awkward Showcase

Component type

module

Maintenance status

Development status

Downloads

3495

Component created

Component changed

Provides Views Display Style and Field Display Formatter for image fields using the Awkward Showcase jQuery image gallery plugin.

More information regarding the Awkward Showcase jQuery plugin and a demo may be found at the developer site here: http://www.awkwardgroup.com/sandbox/awkward-showcase-a-jquery-plugin/

Note: I am not the developer of the plugin, just the module that implements it. Nor do I have any relationship whatsoever to the developers of the plugin.

JSUtils

Component type

module

Maintenance status

Development status

Component created

Component changed

An attempt to add helper functions, depedencies, and modularity to frontend Drupal code.

Adds the following function (backend):

  1. drupal_add_js_dependency(stack, name) - ensures a dependency is in effect before pages load to sidestep race conditions.

Adds the following function sets (frontend):

Article Jump

Component type

module

Maintenance status

Development status

Downloads

1267

Component created

Component changed

Article Jump

About this module

Article Jump adds jQuery functionality to a page to allow the user to scroll from one article to the next via a hotkey. For instance you can scroll down through a stream of node teasers by pressing "j" several times. Then scroll back to the previous article by pressing "k".

The jQuery selector is configurable, so if you have a stream of feed items, you can add a selector of ".content .feed-items" on the module configuration page and users will be able to navigate that stream by pressing "j" and "k" as well.

Add link to copied text

Component type

module

Maintenance status

Development status

Downloads

6735

Component created

Component changed

Module provides jQuery addtocopy functionality which automatically adds configurable text and link to the text copied from your site, i.e. when someone copies text from your site and then pastes it - this text will have additional line like this: "For more details see: [link to the page this text comes from]".

Image Lazyloader

Component type

module

Maintenance status

Development status

Downloads

35224

Component created

Component changed

This is a small helper module which will automatically lazyload all images for sites with multiple images, which will make the site load faster.

All images will only load when it's visible to the browser window.

Available Settings:
1) Enable/Disable
2) Distance - image distance from the viewable browser window before the actual image loads
3) Placeholder Image - stand-in image
4) Loader Icon - animating icon (shamelessly borrowed from ajaxblocks module)
5) Excluded Pages - page paths to be excluded from image lazyload

jQuery Scroll Follow

Component type

module

Maintenance status

Development status

Downloads

2320

Component created

Component changed

jQuery Scroll Follow for Drupal is a simple module that use a jQuery plugin (jquery.scrollfollow.js) which allows content to follow the page as the user scrolls.

You need to have a little knowledge in CSS in order to use this module properly.

Requirements

Libraries

Installation

  1. Copy the entire jquery_scroll_follow directory into your Drupal site at sites/all/modules directory,

Internet Justice League

Component type

module

Maintenance status

Development status

Downloads

482

Component created

Component changed

I totally failed on naming the project correctly and did Internet Justice League when it should have been Internet Defense League. Appropriate project is at Internet Defense League. Many apologies for the inconvenience.

To "upgrade" uninstall this module, install new module, configure the same way you did with this module.

See for more details: #1694740: Rename project!!!!

Webform PercentCalc

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

This module provides a "Percentage Calculation" component to webform-enabled
content types for Drupal 7. The content editor can add this component to their
webform, and select 2 other components (already added to the form) which are
the numerator and denominator of the built-in percentage calculation function.

Block Lazyloader

Component type

module

Maintenance status

Development status

Downloads

2066

Component created

Component changed

This is a small helper module which will automatically lazyload all blocks for sites with multiple blocks, which will make the site load faster.

All blocks will only load when it's visible to the browser window.
Similar to Lazyloader but this time it's the block content.