February 5, 2010

stop previously queued up ajax calls in jQuery


var request;

if (request != null) {
  request.abort();
}

request = $.get('/products/1', function (result) {
  $('#products').html(result);
});


September 8, 2009
September 2, 2009

The short version is that most MBA programs are all about life avoidance and racking up debt before the students race back to the cubicles that they came from.

http://chrisguillebeau.com/3x5/visit-to-seth-godin-alternative-mba/

August 31, 2009

Heart segfaults are a real pain in the ass, aren’t they?

Anonymous