1
vote
4answers
36 views
php library to generate to rss feed
I have written a simple program to generate rss feed from mysql db. but it broke because of the reason that there were several characters in the data which were special like '&' which made RSS …
0
votes
0answers
8 views
MooTools: Parsing Ajax responseTree
I have an Ajax request to an XML document. The XML document is an RSS feed. Here's my onSuccess for the request:
onSuccess: function(responseTree) {
// process <item> elements
}
How do I …
0
votes
1answer
13 views
Yahoo Pipes says source page is too long
I want to use Yahoo pipes to extract part of a webpage and convert it to RSS. The problem is Pipes says the page is too long which is frustrating, because seemingly I can't do anything about it.
Is …
1
vote
3answers
340 views
Simple RSS parser for Android
Hello, I am trying to create my first Android application and I'm not all that experienced with Java development. In short, the application needs to do the following:
On click, fetch a RSS feed …
0
votes
1answer
15 views
reading RSS returns different response on localhost
im trying to parse an rss feed on localhost, and it brings back the right results, but when i try to do that from another (preproduction server) and live, it returns a list of comments made by users …
0
votes
1answer
54 views
I need the most efficient C# RSS reader possible
I am developing an app that will monitor several thousands of feeds from across the web.
I have a simple RSS reader that will do the trick, but I am worried about bandwidth and latency issues - this …
0
votes
2answers
31 views
RSS items order, does it matter?
Hi,
I created RSS feed with Java Rome lib. The project is near the end. But I found some strange behavior of RSS clients.
I think it's more RSS clients problem, but i wont to make sure.
Rome holds …
0
votes
3answers
33 views
How Feedburner knows number of subscribers to a RSS Feed?
Feedburner(http://feedburner.google.com) provides statistics about RSS feed of subscribers and reaches. This is interesting.
It is easy to understand that Feedburner can count visits (reaches) to a …
1
vote
0answers
37 views
Settings http headers in Java 6 SE httpserver
Hi,
I try to publish Atom feed (generated with Rome) using Java 6 SE httpserver. For correct feed discovery in FireFox I need custom headers.
This is my code:
Headers headers=e.getRequestHeaders();
…
0
votes
2answers
75 views
SharePoint anonymous access does not work on DispForm.aspx within list
I have a MOSS site that uses anonymous access, which works everywhere I need it except on DispForm.aspx for a custom list.
Basically there is a custom list containing links to news articles on the …
0
votes
0answers
19 views
XML load in actionscript
Hi,
I am trying the basic XML parsing code from the adobe documentation..
I tried it with several RSS feeds I plan to use, many of large websites..
one worked, the others returned status -10, …
1
vote
2answers
137 views
Is there anything in the Django / Python world equivalent to SimplePie Plugin for Wordpress?
I know that SimplePie itself is derived from UFP, but the features I'm wondering about are the post-processing features that are available in SimplePie for WordPress plugin:
…
0
votes
3answers
54 views
javascript problem, rss feed display
hi, my code lists items from an rss feed onto an html page. although, the java script is a little finicky. it won't read some xml feeds, usually the feeds containing list items over 25. I just need …
0
votes
1answer
14 views
Howto visually design a mashup query for programatic extraction
I'm into development of an application that fetches various inputs from internet pages whereas each information snippet comes from a different location (mashup).
I would like to generate the mashup …
0
votes
0answers
5 views
Argotic Feed Framework, get Author Names from RssFeed Object
The Argotic Syndication Framework provides a AtomFeed class that has a Authors property for getting the authors for certain blog / websites generating feeds:
public …
