November 7th's delayed post
Today's post will have to wait until tomorrow later today: it's taking me longer than I was expecting to knock up a python script as part of the post.
Python scripts should be nice and quick to create. Unfortuantly this does not seem to hold when you add XML into the equation.
Python scripts should be nice and quick to create. Unfortuantly this does not seem to hold when you add XML into the equation.

no subject
I tend to try and stick to JSON now if I'm having to throw light objects around between client->server.
no subject
I've seen JSON in use, and to me it looks, as with all good hacks, like an horrendous abuse of Javascript. Looks like it's got nice potential for security holes as well, if anyone's foolish enough to eval() it server-side without filtering it.
no subject
It's also got fuck-all overhead, so if you're passing between client and server, you're not sending whopping chunks of data over the pipe.
It's a tool like any other. It has it's advantgaes and disavantages.