RSS--> JSON--> On-Demand Script Tags and ASP.NET [AJAJ]
"You can observe a lot just by watching." --Yogi Berra, Berra's Law I've been experimentng with some server side code that I already had, namely, a method that will get any RSS Url and turn it into a DataTable. What I've done with that is to add the ability to convert that DataTable into a JSON data object, wrapped in a callback. With that done, it is a relatively simple matter to create a javascript source file that will "inject" not only the call to the aspx page that serves as the dynamic javascript "src" generator, but also the the UI for the DOM to display the results, and the callback method itself. It really doesn't take a lot of code to do this; in fact I used Jason Diamond's Manager class from the Anthem.Net framework to generate the JSON from the datatable more or less "out of the box". The neat thing about this sort of approach is that there are now so many services and sites that return content and news via RSS...