Revolution Elements is a dark, two-column theme with unique style that showcases images alongside the text of recent posts on the homepage.
The theme is based on the old site of well-known WordPress designer Jason Schuller for his website WP Elements. This theme was originally made by Revolution for Wordpress and ported to Drupal by Nicolas Borda.
CCK Link field support: To enable this set a title of one or two words and add the class button to the field configuration. Butttons have hover, active and visited states on one CSS sprite.
Allows administrators to inject JS into the page output based on configurable rules. It's useful for adding simple JS tweaks without modifying a site's official theme - for example, a 'nighttime' color scheme could be added during certain hours. The JS is added using Drupal's standard drupal_add_js() function and respects page caching, etc.
This module is definitely not a replacement for full-fledged theming, but it provides site administrators with a quick and easy way of tweaking things without diving into full-fledged theme hacking.
The rules provided by JS injector typically are loaded last, even after the theme JS, although another module could override these.
7.x-1.x
This is the original port from CSS injector, and still has legacy D6 and CSS injector code in it. It is not recommended to run this code, and instead opt to upgrade to the 7.x-2.x branch.
7.x-2.x
This is a complete rewrite of the module to take advantage of the new API's available in both drupal 7 and ctools (this is a new dependency).
This extremely simple module allows you to easily open links to external sites or PDF documents in new tabs. It uses jQuery instead of target=_blank so the markup will still validate.
This module add a small jquery code that give a border around the images, and put the alt attribute information under the picture, I get the idea from wordpress.com and the Wikipedia.