Anthony,
Looks like Google has a service <http://code.google.com/apis/ajaxfeeds/documentation/reference.html#JSON> that will convert RSS into JSON, which would be simple/easy to use in Javascript to generate iUI-friendly HTML. or you could just use javascript's built in XML-handling, but at that point it'd be just as easy to do it in PHP. I would recommend doing the translation in whatever language you're most comfortable with (Javascript or PHP). iUI doesn't have anything special that is RSS-specific, you'll have to do it yourself or with a 3rd party library. -- peter From: [email protected] [mailto:[email protected]] On Behalf Of Anthony Papillion Sent: Monday, September 13, 2010 11:47 AM To: iphonewebdev Subject: How do I handle RSS feeds in iUI? Hello Everyone, I've been a member of this list for a while now but am just starting my first project for iPhone. I'm creating a simple iPhone UI for a traditional website that provides all of its content as an RSS feed. I know in another framework (iWebKit), I was able to handle RSS feeds pretty simply. I'm wondering what is the recommended way to handle them using iUI? Is there an easy/quick way or do I need to use PHP to parse the feed and restructure it into an iUI format? Thanks! Anthony -- Anthony Papillion Lead Developer / Owner Advanced Data Concepts - "Enabling work anywhere" (918) 919-4624 Facebook: http://www.facebook.com/cajuntechie My Blog: http://www.cajuntechie.com -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" 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/iphonewebdev?hl=en. -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" 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/iphonewebdev?hl=en.
