The jQuery reel formatter allows you to use the Jquery reel plugin to output your images as a panorama or a 360° view of a place or object. See it in action
Features
Most options available for the jQuery plugin can be set from the Field settings form found on the Manage display page for your content type.
Installation
Download and extract the module to sites/all/modules or sites/xx/modules depending on your configuration.
Enable the module from the module administration page or using drush.
Configuration
Create an image field on your content type that allows 2 values.
Set the formatter from the Manage display pages to jQuery reel and customise the options as desired.
Create a node from your content type uploading the two images as follows
The first image will be the static image initially displayed or used for those without Javascript.
The second image is the image sprite containing all of the required frames etc. This is your reel image that you've previously stitched together in the appropriate format using the image editor of your choice. Refer to the jQuery reel website for details on how to stitch your image together.
Taxonomy Edge optimizes tree functions for taxonomies. It provides a transitive closure table data model for easily managing hierarchical terms. It was created to avoid recursive functions when fetching all children, and to avoid the not-quite-so-scalable memory footprint of taxonomy_get_tree().
The provided patch contains overrides for the core module Taxonomy in regards to taxonomy_get_tree() and taxonomy_select_nodes().