It looks like you're new here. If you want to get involved, click one of these buttons!
I'm in the early stages of an application that will have a heavy RSS/feed parsing component (parsing and displaying multiple RSS feeds). JavaScript's built-in tools for doing this (and libraries, as well) are pretty sparse, and often suggest implementing the RSS parsing on a server in PHP or some other language. I've also noted that Jo has built-in support for YQL which seems to do a nice job with RSS feeds. Are there any advantages to implementing a PHP RSS parser on my server, or would it make more sense to shift the server load (my little web server setup isn't hugely scalable) and development time (since I don't know PHP at present) to joYQL? :-)