Nathan,
It sounds like you understand using the TipJoy API and receiving JSON,
but are unsure how to make the HttpXmlRequest? This doesn't sound
TipJoy specific, and in fact I bet you'll have better luck asking a
large php or javascript forum for help than this small community.
Please rephrase your question if I've misunderstood.
I don't know php, so I tried googling "php twitter library". I found this post:
http://devzone.zend.com/article/4431
The code walks through the html and php for interacting with twitter.
The code that you really want, though, is abstracted by the PEAR
library, which you can download and read from their site:
http://pear.php.net/package/Services_Twitter
Using the TipJoy API is very similar to using Twitter's API...it's
just a different URL, but it's the same POST/GET -> JSON data flow.
Do report back if you modify PEAR to work with TipJoy-- that would be
an awesome contribution to a sprouting community.
Hope that helps,
Lucy.
ps - I have to agree with Ivan. If you can figure out php, then you
practically already know python/javascript. They're so much friendlier
for us lazy bums who like things simple and straightforward and with
lots of helpful libraries ;-)
Check out jQuery for a sweet javascript library that makes doing ajax
fairly painless.