Now this is neat: turning Google searches into a RSS feed
http://www.razorsoft.net/weblog/stories/2002/04/13/google2rss.html
It's a .NET application that can be used to regularly run a search, and expose it as RSS. This is an excellent example of showing how the two basic web service models can cooperate. The query is run through a SOAP RPC call, and then output as a published RSS document, that any site can subscribe to using an RSS aggregator.
It's a .NET application that can be used to regularly run a search, and expose it as RSS. This is an excellent example of showing how the two basic web service models can cooperate. The query is run through a SOAP RPC call, and then output as a published RSS document, that any site can subscribe to using an RSS aggregator.
Re: RSS questions
LJ is available as RSS already; Simon has stuck ours on sandm.co.uk. You jsut put /rss/ on the end of your URL. So you can see My Gadget Stuff as http://www.livejournal.com/~techtoys/rss/
Re: RSS questions
But I didn't know it already supported RSS - thanks! I note you don't get the bodies of the articles, just the titles, so you couldn't use it to build a "friends-page-alike" directly...