"I took me 2 hours to figure out how to parse the RSS feed, extract the data I need using regex (since it was all inside a single tag) and present it in a table view." i hate to be negative or damning in anyway - you make many valid points. however what you did there is an awful performance imo. i suspect it comes from living in web circles too much. i mean... you used a regex? this is one of the rare cases where i w…
1Content: This is some random content. Value: 500 SomethingElse: 23423
and the problem was to extract the value, the somethingelse and the content, then a regex using extractors would probably help a lot.