3
votes
2answers
22 views
What is means of RDF feed in .net plateform
i am struggle with FEED. i see RDF feed but i don't know what is RDF FEED..
are RDF is new feed management system. what is difference between RDF , RSS and atom feed too
0
votes
0answers
7 views
character-encoding issue for a post from google.feedburner
Hi Friends,
I get last post from feedburner and display it at a php page. code is below. it works well, only a problem. signs like ' looks like e’ :/ any idea about the problem? …
0
votes
0answers
4 views
Easy way parsing Shopzilla Publisher feed or API?
Do any have easy tools for parsing Shopzilla Publisher feed or API?
0
votes
2answers
33 views
Combining data from different tables to form a news feed.
Let's say I have 2 tables, Message and Product. Whenever a user post a new products or messages, users who subscribe to that particular user will have their feed updated.It is simi …
0
votes
1answer
31 views
Is there a way to display javascript content in blog feeds
Does RSS/Atom have a semi-official method of including active (read:javascript) content in it's items?
I know about RSS enclosures, but I'm presuming that's for true multimedia - …
0
votes
2answers
51 views
Something like pubsubhubbub that does not depend on google app engine
I am looking for something like pubsubhubbub that does not depend on google app engine to run.
What I need is a tool that can track for me a big very large number of rss or atom f …
1
vote
2answers
42 views
Randomize external RSS feed order in PHP
I'm using a third-party AJAX slideshow for a website that takes an RSS feed as its picture source. I would like to randomize the order of the pictures, but that's not a feature of …
1
vote
3answers
61 views
What is the difference between <pubDate> and <lastBuildDate> in RSS?
I have the feeling, in every RSS.xml file, both the pubDate and the lastBuildDate match.
I am sure that this one, is not always true...
So firstly, what is the difference betwee …
0
votes
1answer
46 views
How to read RSS feed using jQuery
How do I parse an RSS feed using JavaScript or jQuery?
0
votes
0answers
3 views
Zend_Feed_Reader behind a Proxy
am new to Zend and want to use the Zend_Feed_Reader class behind a Proxy.
I've been told that I need "replace the default instance of Zend_Http_Client used by Zend_Feed_Reader usi …
0
votes
3answers
57 views
Limit string chars - PHP
I am building an RSS script with mysql, and i dont want an extra field in the database... i want to shrink down the body of the article with a "... Read More" but im not sure how i …
0
votes
1answer
40 views
Slow loading of RSS feeds into UITableView
I have a YouTube RSS feed set up to show YouTube videos in a tableview. When I load the controller though, it takes a long time to load the feed, so it appears for awhile that the …
0
votes
1answer
17 views
How do I cut the size of my RSS feed to display in UITableView?
I have an iPhone application that reads RSS feeds from a YouTube channel. However, when that view controller loads, it takes forever to load as its downloading a lot of data. How d …
0
votes
1answer
14 views
Average Size of an RSS/Feed file, for Data Storage and Bandwidth Calculation
Hi Folks,
Doing a back of the envelope calculation to determine network bandwidth and data storage needed to monitor approx 10,00,000 feeds every 20 minutes.
Any idea what could …
0
votes
2answers
54 views
How to disable autoescape in django feeds?
Hi!
I use django feed framework to organize rss feeds for my website.
I need to put some hyperlinks to feed items, but al of them are
autoescaped ( "<" is replaced with "< …
