Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Friday, 16th May 2008

Firebug Command Line API. Another thing I didn’t know about Firebug: you can set a breakpoint at the start of a function with “debug(fn)” and log all calls to it with “monitor(fn)”. 0 12:14 pm

A django site