djm's scribble

Archive for April 2009

Electronic Music Guide

written by djm, on Apr 21, 2009 10:57:00 AM.

I am probably several years behind the curve in discovering this, but this Electronic Music Guide is excellent and hilarious. It isn’t perfect - it seems to skip some sub-genres, especially in the various regional interpretations of techno that proliferated from 1989-1992 (New York techno being wildly different to UK or Belgian, for example.)

via Parisa.

Template auto-escaping

written by djm, on Apr 1, 2009 3:19:00 PM.

My friend and colleague Jad Boutros has blogged about some of the great work he and his team have done in implementing automatic escaping in web template systems. This is really valuable work because of the huge prevalence of XSS vulnerabilities in web applications. Improving on the current status quo where developers must manually ensure correct escaping for each string inserted in a web template, auto-escaping makes XSS mistakes hard to make and is actually an easier environment for developers and web designers since they no longer need to worry about escaping themselves.

Auto-escaping has been implemented in the Google CTemplate templating system and is coming soon for Clearsilver. Go check it out!