Pipes can absolutely be for developers and non-developers alike, depending on what you're trying to do. The question really isn't who you are, but what you're wanting to do.
As for building your own control with the Feeds API, that really is a nebulous question. If you don't have any Javascript knowledge, it will be difficult to build, but if you have at least a basic familiarity with Javascript, you will want to start with the documentation on the google.feeds.Feed object. Your control will in all likelihood be built around that. There are a number of examples and such in the documentation to demonstrate concepts, and you will find the AJAX APIs Playground indispensable because you'll be able to see the code and tinker with it to learn all that it's doing at every different stage. Links to both below: Documentation http://code.google.com/apis/ajaxfeeds/documentation/index.html http://code.google.com/apis/ajaxfeeds/documentation/reference.html AJAX APIs Playground http://code.google.com/apis/ajax/playground/?exp=feeds 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 Nov 11, 2009, at 9:51 PM, Eric Dorman wrote: > > Hey Jeremy, > > I was thinking of Yahoo Pipes,but I decided that I ddin't want to go > with it because I thought it was for non developers. > > Do you know if Yahoo Pipes is for web developers or for just non > developers? > > How do you make a control with the Google Feed apis? > > Thanks & God Bless, > Eric Dorman > > On Nov 11, 10:07 pm, Jeremy Geerdes <[email protected]> wrote: >> Not native within the API code, but you could easily write a control >> that could do this. You might also check out Yahoo! Pipes as a >> possible solution for aggregating all of the feeds into one. >> >> Jeremy R. Geerdes >> Effective website design & development >> Des Moines, IA >> >> For more information or a project quote:http://jgeerdes.home.mchsi.comhttp >> ://jgeerdes.blogspot.comhttp://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, >> athttp://jgeerdes.blogspot.com >> ! >> >> On Nov 11, 2009, at 9:04 PM, Eric Dorman wrote: >> >> >> >>> Hey guys, >> >>> I am trying to collect different Twitter Users Feeds,but I don't >>> want >>> to add every feed url in the code. Is there a way to specify >>> different >>> usernames from Twitter and have the AJAX Google Feed apis return >>> the >>> all the feeds content? >> >>> Thansk & God Bless, >>> Eric > --~--~---------~--~----~------------~-------~--~----~ > 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 > -~----------~----~----~----~------~----~------~--~--- > -- 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=.
