This hook_world_alter() T-shirt idea was something Trevor Twining came up with way back at DrupalCon DC. I got a single T-shirt made for DrupalCon Paris. A number of people said they wanted one – though since I'm not interested in the business of making T-shirts, I thought I
I was extremely pleased with my DrupalCon Paris session on jQuery for Designers and Themers. It was a great success – my best session yet.
You can see the slides at tinyurl.com/jQuery-Designers and download the sample theme code from drupal.org/project/jq4dat.
I made a couple of references to blog posts and work I've done with jQuery during the session:
drupal_get_js()
and drupal_get_css()
from page preprocess functions creates an unnecessary performance hit. This blog post discusses a technique that allows javascript and CSS to be added in the page preprocess function without needing to call drupal_get_js()
and drupal_get_css()
.