While I've managed to find lots of PHP XML-RPC information, I've
found very little in regard to using PEAR to make an XML-RPC Server.
Here's a snippet of code to get you started:
// Include the libraries
require_once 'XML/RPC/Server.php';
// This array maps XML-RPC methods to functions.
$map = array('example.getTime' => array('function' => 'gettime'));
/* Creating a new object of this type [...]
Read the rest of this entry »
blo.gs has a great cloud Interface that performs roughly
the same functionality I was speaking about
yesterday. The only problem with their interface is that it only
sends pings that were made to blo.gs, and not any of those that were
imported from weblogs.com. Additionally, it will only send you
notifications for EVERYTHING as opposed to allow you to request
notification [...]
Read the rest of this entry »
A few years ago, a co-worker and I considered writing an application
very similar to the Wheel 'O
Yum. In fact, I think we even decided that it should use a wheel to
choose. We never built it, we just used it as something to talk about
when we should have been deciding where to eat.
The Wheel 'O Yum [...]
Read the rest of this entry »