daily links
- .: Sammy :: Quirkey.com :: Code
Sammy is a tiny javascript framework built on top of jQuery. It’s RESTful Evented JavaScript. - Views Fluid Grid - jQuery Masonry | drupal.org
This module uses the jQuery Masonry plugin to create a fluid grid views display style. - Serving static content from a different domain in Drupal 7 | drupal4hu
This is fairly well researched and done in Drupal 6, here is the Drupal 7 version. It seems that some theme stuff (like the favicon and the logo and probably unaggregated CSS/JS) is passed as Drupal paths into file_create_url while aggregated CSS and JS is served from public://. So we need to implement file_url_alter and override the getExternalUrl of the DrupalPublicWrapper class.

