Archive for December 2007

The key problem with developing for Second Life thus far has always been the less than sufficient APIs that Linden Lab offers.
When it comes to communicating with objects in-world, you have the choice of the reliably broken XML-RPC, polling from in-world via llHTTPRequest(), or sending bite-sized data snippets by email. To make it easier, faster, […]