October 2009
11 posts
1 tag
Listening to: The Black Keys - Things ain't like... →
Oct 29th
1 tag
“One of the terms we coined there was a “seagull.” We used it to describe...”
– Mark Suster
Oct 26th
5 tags
WatchWatch
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
Oct 23rd
5 tags
WatchWatch
Presentation at DrupalCampLA 2009 on theming the views module in Drupal 6.
Oct 23rd
4 tags
WatchWatch
DrupalCampLA 2009 Video on using the hooks to program modules in Drupal 6.
Oct 23rd
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:...
Oct 21st
1 tag
Listening To: Cold War Kids - Hospital Beds →
Oct 18th
Oct 8th
1 tag
Listening To: Virus by Deltron 3030 →
Great late night programming music.
Oct 8th
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
Oct 6th
1 tag
Code Font -- I
http://en.wikipedia.org/wiki/Monaco_%28typeface%29
Oct 1st