druTalk is deprecated. The maintainer doesn't have time to maintain this module.
druTalk is a Video IM (Video Instant Messaging) module. It works together with the User Relationships module and the Services module. With druTalk, drupal users can chat (text chat or video chat) with their friends on the same site. druTalk can be used in:
Dropdown Tabs does only one thing: It takes the menu items that are in your primary and secondary tabs, and turns them into dropdown select boxes. The reason that we built this module was to help us conserve a bit of space and keep the site somewhat tidy.
Usage
Turn on the module at admin/build/modules.
Navigate to admin/build/block and configure the Dropdown Tabs block. Note that the Dropdown Tabs block content may float left, right, or not at all.
Place the Dropdown Tabs block into a region on block admin page OR inject the block manually into a template file with the following code:
<?php
/* For manual injection into template eg. page.tpl.php, use: */
$block = module_invoke('dropdown_tabs', 'block', 'view');
print $block['content'];
?>
The DataTables Drupal module integrates the smart DataTables plugin (originally jQuery based but in future vanilla JS) written by awesome Allan Jardine into Drupal as a tables views style and a cal
The Accessible Content module helps create content that meets accessibility standards, and lets site administrators build and customize standards the site should adhere to. When the module is enabled, it creates two kinds of nodes, a collection of Accessibility Tests (you can view a list of all the available tests, and the reason why this is done), and a group of these tests called Accessibility Guidelines.
The module can test the accessibility of content in both the node body and also any CCK Text field with input filtering (not plain text).
Note on Drupal 7 - the QUAIL API module is available for D7 and will be the basis of any future version of this module.