Switches themes based on rule sets that match the browser's agent. Using the interface provided you can specify keywords (including regular expressions), the theme to be used and an aditional css file.
Mobile Theme Switcher uses session cookies to store the users's browser information. It is also compatible with Varnish and can work even without sessions.
FileField Sources Plupload lets you add Plupload (a multiple files/multifile upload widget) as a source to any file field supporting FileField Sources.
Plupload is a GPL licensed multiple file uploading tool that can present widgets in Flash, HTML5, Silverlight, and HTML4 depending on the capabilities of the client computer.
By using FileField Sources to add Plupload as a source, multiple file uploads can be achieved on regular File and Image fields using the standard widgets as well as a range of contributed field widgets supporting FileField Sources. This includes cropping widgets, like the excellent Manual Crop.
Core Features
Multiple file uploading across a wide range of browsers
Increased speed using chunked file uploads
Maximum file size can be set larger than PHP limits
Compatible - does not require its own wiget
Client side (as well as server side) file validation
Dynamic Cache is an API module which allows developers to dynamically disable Drupal's standard page cache for arbitrary conditions, by clearing the global $conf['cache'] variable from their own module's hook_boot() implementation. Normally this doesn't work; it is too late to disable caching by the time you get to hook_boot().