Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Saturday, 22nd November 2003

cgi_buffer

cgi_buffer is voodoo magic for Perl, Python and PHP scripts that automatically handles a bunch of bandwidth saving HTTP tricks such as Content-Length headers (which enable persistent connections), ETags for caching and GZip content compression. Pretty neat. [... 44 words]

Status Notification

Status Notification is a web application pattern from Ian Bicking that uses sessions to solve the problem of how to display simple status messages without displaying whole pages with just a one line message on them or passing a message in a URL. My current project could certainly benefit from this. [... 56 words]

2003 » November

MTWTFSS
     12
3456789
10111213141516
17181920212223
24252627282930
A django site