Tic Tac Toe

Component type

module

Maintenance status

Development status

Downloads

2214

Component created

Component changed

This module implements an interactive Tic Tac Toe game

It can present a Tic-Tac-Toe board that is updated using AJAX requests upon each user move.

The module implements the alpha beta search algorithm (Minimax search optimized by performing alpha beta pruning) for determining the next move, which are common algorithms for zero-sum two player games (e.g. Tic Tac Toe and Chess).

Title Case

Component type

module

Maintenance status

Development status

Downloads

771

Component created

Component changed

This module allows you to convert JQuery selected strings into proper Title Case. The conversion is based on the javascript library from David Gouch (GitHub). Furthermore, you can define exceptions within the conversion.

Sponsored by ImageX Media
Sponsored by Oncology Nursing Society

Drupal 7 port of Advanced Book Blocks

Component type

module

Maintenance status

Development status

Component created

Component changed

Advanced Book Blocks integrates with the API provided by theJQuery Menu module to provide click and expand book menus with the ability to customize each block individually.

Not only can you set blocks to hold particular sets of books, but you can also set each block to enable new books on a per block level based on taxonomy terms which are assigned.

This sandbox project seeks to port this module to Drupal 7.

Jquery marquee JS

Component type

module

Maintenance status

Development status

Component created

Component changed

Add the jquery_marquee.js to any page or to specific path.
Works with node's content / Blocks / views + token.

This module can produce the same vertical scrolling effect provided by views ticker

It differs from this module in the fact that Views ticker vertical scrolling effect need to display multiple node's fields, this one works with one or more nodes.

Installation:

In a node or in a block
- Upload and activate the module

Google Code Conversion

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows to configure some Google conversion code to apply on forms.
Currently, only webforms are compatible with this module.

An administrative part allows user with compatible permission to manage all conversion code and form associated.

The Google conversion codes are used when click event occurs on the submit button of webform.

This module use the Webform module.