Use ASP's WebClient to access the RESTful side of the API, detailed at the links below:
http://code.google.com/apis/ajaxfeeds/documentation/index.html#fonje http://code.google.com/apis/ajaxfeeds/documentation/reference.html#_intro_fonje You can use one of the json parsers available at json.org to translate the response into something your script can understand and use, and you can use the mixed format to get the xml of the feed so you can display as much information as the feed contains about the given article. You'll just have to parse the xml for it. Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com http://jgeerdes.blogspot.com http://jgeerdes.wordpress.com [email protected] Unless otherwise noted, any price quotes contained within this communication are given in US dollars. If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! And check out my blog, Adventures in Web Development, at http://jgeerdes.blogspot.com ! On Apr 13, 2009, at 10:24 AM, JacksGhost wrote: > > Hi all. I'm a rookie with the Ajax API with 2 novice questions to get > started. > > - The Ajax API feed uses Javascript, which does not get indexed by > Google or any other engines to my knowledge. We have a few sites > developed using classic ASP. Is there any way to convert the Ajax API > feed to an ASP script so that the headlines would be displayed as HTML > and indexed by search engines? > > - I used the feed wizard to display feeds on a web site. When the > user clicks the headline link, instead of simply being sent to a > different web site, is there a way to use the Ajax API to display the > full news article on our web site? Legally and with permission, of > course. We are not looking to hijack content from anyone. For > example, Pluck.com provides a Javascript feed and when the user clicks > on the headline link, the full article displays on a dedicated page in > our site. > > Thanks, > JG > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
