Just a note on JSON using jQuery 1.4:
It’s a lot stricter about what you pass it. {Animal:”DOG”, Name:”Fido”} must now be {“Animal”:”DOG”,”Name”:”Fido”}. Notice the extra quotes around the field names now that are required.
Looking forward to finishing that live table.