On Wed, 12 Oct 2011 13:58:57 -0500 Jeff Aigner <[email protected]> wrote:
> > Am I right, that > > what you demo'ed requires something running on a server somewhere, so > > it's not a javascript only solution? > > Nope. It should run fine just using javascript. Maybe you have a browser > plugin preventing it? It works fine for me on my site: You demo works for me, what I meant is there's a server side component to it, <script language="JavaScript" src="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Fgroups.google.com%2Fgroup%2Fleo-editor%2Ffeed%2Frss_v2_0_msgs.xml&chan=title&num=5&desc=0&date=y&targ=y" type="text/javascript"></script> is a .php script running on itde.vccs.edu. So you only need javascript to install it on your page, but you rely on a server running the script. I'd tried to do it in pure javascript, before I realized cross domain scripting security prevents that. But I should just have read the demo page more carefully, it says: "This service is not guaranteed and is likely to go away. A good alternative is available from Google[1] or the original Feed2JS site[2]." [1] http://www.google.com/uds/solutions/dynamicfeed/index.html [2] http://feed2js.org/ And I think [1] will work just fine. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
