Atom to RSS

Mike Krisher’s Blog: Still working on the Atom to RSS solution.

I share Mike’s frustration. Drupal’s (and CivicSpace’s) aggregator can’t handle ATOM and for the vast majority of Blogger.com hosted sites, that’s all you get. I’ve written a script that uses Magpie to parse Atom and output RSS (.91), it works for 85% of the feeds out there, but it’s not up to snuff for release to the general public. Maybe I should and let the community have at it?

Loading data across domains in Flash

Flash 7’s security model provides a way for servers to authorize your Flash .swfs to load data from them, however, you might run into a host that uses IP based access control.

Old tried and true methods still work – routing your Flash data requests thru a ?Proxy? hosted on the same server as your .swf. This is especially handy when you need to communicate, using XML-RPC, with a remote host somewhere. Apache provides a handy XmlRpcProxyServlet that fits the bill.