October 2009
11 posts
1 tag
Listening to: The Black Keys - Things ain't like... →
1 tag
One of the terms we coined there was a “seagull.” We used it to describe...
– Mark Suster
5 tags
Our talk about building the DrupalCampLA.com website for DrupalCampLA 2009 at UC Irvine. You can find a full case study with links to download a working version of the website here: http://drupal.org/node/519100
5 tags
Presentation at DrupalCampLA 2009 on theming the views module in Drupal 6.
4 tags
DrupalCampLA 2009 Video on using the hooks to program modules in Drupal 6.
2 tags
Use JQuery to open external links in a new window
I spent some time searching the web for a solution and found a lot of out dated ones or ones that just weren’t what I wanted. Here is an easy to implement snippet for anyone interested:
$("a[href^=http]").each(function(){
if(this.href.indexOf(location.hostname) == -1) {
$(this).attr('target', '_blank');
}
});
This is an updated version of the code found here:...
1 tag
Listening To: Cold War Kids - Hospital Beds →
1 tag
Listening To: Virus by Deltron 3030 →
Great late night programming music.
2 tags
Drupal Week Module Issues →
Just posted up a few patches for the Week module. It did exactly what I needed it to, except there were a few things that needed some tweaking.
http://drupal.org/node/597522
http://drupal.org/node/597472
1 tag
Code Font -- I
http://en.wikipedia.org/wiki/Monaco_%28typeface%29