PHP

Moderators: None (Apply to moderate this forum)
Number of threads: 1848
Number of posts: 5016

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Need some advices on RSS reader Posted by silvercover on 6 Feb 2010 at 8:31 AM
Hi Guys :),

I need to make desktop based RSS reader (in desktop RAD tools). I know how to fetch RSS feeds and load headlines and contents into my application. Obviously we can ping remote site once in a while to check for new entries in its RSS, but I prefer not doing this and have my server side application be notified about new entries and send notification to my client application for making it ready parse new entries.

I think server side application could be written in PHP and can have some sort of TCP/IP connection (Socket) to desktop application. first of all I need your advices and tips on this theory and if possible, please guide me to the right direction.

What should I do?
What's the best way?

Thanks in Advance.
Report
Re: Need some advices on RSS reader Posted by stuart4487 on 9 Feb 2010 at 7:17 AM
you want to read directly the rss from mother site using js?
i think this is not possible, or u will have to find some cross-domain
solutions.

another approach would be to serve the xml file using a simple curl on
your server, then to process it with mootools.
adding a cache will save your server to be banned from that resource
and save ur bandwidth :)


--------------------------------

Stuart Johnson

ClickSSL.com | geotrust quickssl premium, true business ssl, geo trust ssl




 

Recent Jobs