Module for creating translatable render arrays which are translated at the time of rendering. This makes it easier to write unit tests using simpletest because the use of the t() function makes it necessary to use the web tests due to call to the database layer. The translatable render arrays is a workaround to delay the call to the database layer and instead juggle a data structure.
In Drupal 7 we have the CSS and JS injector modules that show that often we need to inject web stuff into our Drupal sites outside the bounds of a theme or module.
Allows you to use the Zurb Joyride Jquery plugin to render content for hook_help() on your page. Making your help documentation more interactive and easier to consume.
BxSlider module integrates the bxSlider library with Field formatters. Often used for showing photos on e-commerce, classified, real estate sites.
In Drupal 8, new fields can be added to Block, to Taxonomy, etc. - so the bxSlider formatter can be used very widely. Also the BxSlider formatter can be used within Views.
Why bxSlider?
Fully responsive - will adapt to any device
Horizontal, vertical, and fade modes
Slides can contain images, video, or HTML content
Advanced touch / swipe support built-in
Uses CSS transitions for slide animation (native hardware acceleration!)
Full callback API and public methods
Small file size, fully themed, simple to implement