TimelineJS

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple module that use timelinejs jquery plugin to display a timeline content in a nice way.
Actually this module only support the plugin JSON option.

It comes with 3 themes and create a timelinejs content type to insert timeline information.

Maybe some code optimization needed, and any help will be appreciated.

Powered by Javali

Scheduler-Addons

Component type

module

Maintenance status

Development status

Component created

Component changed

PROJECT: Enhancing Drupal's Scheduler Contributed Module.

You may already know about the contributed Drupal 6.x and 7.x module named Scheduler: http://drupal.org/project/scheduler

The Scheduler contributed Drupal module is quite useful and often implemented: http://drupal.org/project/usage/scheduler

In a standard web publishing workflow, an audit trail regarding when nodes have been published is a staple.

Jumpple, Best monitor service for your Drupal site

Component type

module

Maintenance status

Development status

Component created

Component changed

Jumpple Drupal module Monitor Your Business For Uptime And Performance
If you’re waiting for customers to bring website problems to your attention, you’re waiting too long. For every customer who calls and complains about site downtime, shopping cart issues, or slow load times, there are a dozen more who do not report performance issues they experience.
If your Drupal website or any of its features are down, that means you’re losing business. You need to take proactive steps to keep on top of your website 24 hours a day, whether you’re working or not.

SlidesJS Image Slider

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Image Slider module allow webmaster to upload image to the site and render with SlidesJS - a simple slideshow plugin for jQuery. This module allow webmaster to create as many as imageslider as they need.
The imageslider will be show as block and webmaster able to set where they want the imageslider to display through administer block module.

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,

Marquee Block

Component type

module

Maintenance status

Development status

Downloads

8784

Component created

Component changed

Provides a jQuery-based scrolling marquee block that can be customized with your own text or HTML. Configure speed, scroll direction and scroll behavior easily on the Block setup page.

Requires the "jquery.marquee.js" script, available at https://gist.github.com/2484402

WYSIWYG CKEditor Chinese

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

WYSIWYG module used the iso.inc from Drupal Core to get the language list, but for chinese support, it uses the zh-hans for Simplified Chinese, and zh-hant for Traditional Chinese. Instead, CKEditor libraries used zh-cn for Simplified Chinese, and zh for Traditional Chinese. This will cause the CKEditor interface language will be Traditional Chinese even if you select Simplified one.

This module is to solve the problem without any modification to WYSIWYG module and CKEditor libraries which you can upgrade as they are.