javascript

Better Page Titles in Active Collab

I've written a new Greasemonkey Script to make the page titles in Active Collab much more descriptive.

Add [Java]Script to a Specific Page

There are several ways to add javascript code to a page in Drupal. The method outlined below involves a modification to your theme's template.php file. You'll be editing (and un-commenting if necessary) your theme's preprocess_page function. This basically lets you modify the variables that are available in your page.tpl.php file(s).

Open All External Links in a New Window/Tab using jQuery

On occasion you may have a client request that all links that point to other sites should open in a new window. This jQuery snippet lets you achieve this will very little effort. Note that this will work with HTTP and HTTPS.