6 Items for March 2009


Link2009 Mar 12

VPS Showdown

The author compares 2 top Virtual Private Server (VPS) hosting providers, Slicehost and Linode.

Link2009 Mar 18

Add Full-Text Search to your Django project with Whoosh

A nice overview of adding the new Whoosh full-text search engine to a Django project using signals to trigger a re-indexing.

Link2009 Mar 19

json-framework

This framework implements a strict JSON parser and generator in Objective-C. Bookmarking this in case I ever need to interact with a web service.