feed

Do you know a good Java RSS/Feed Generator?

I'm searching a small Java based RSS/Feed Generator, something like the FeedCreator.class.php library, any suggestions?, thanks! ...

Why does my RSS feed duplicate some entries?

Hello, when reading my RSS feed with Thunderbird feed reader, some entries are duplicated. Google reader does not have the same problem. Here is the faulty feed http://plcoder.net/rss.php?rss=Blog There is a problem, but where? Regards, Cédric update : I add guid but the problem remain. Anothers feeds does not duplicate like mine, ...

DOCTYPE RSS & HTML entities

I have an "ldquo", "rdquo" and several other entities under my RSS feed. Seems like if I add <!DOCTYPE rss [ <!ENTITY % HTMLspec PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent"&gt; %HTMLspec; below the xml tag and above the rss tag then I'll be able to include those entities....

Good RSS news feed for JavaFx news and resources

...Yes I've seen: http://stackoverflow.com/questions/116519/best-resources-for-learning-javafx but it doesn't really answer the question. Maybe there just aren't any good resources at the moment? UPDATE: http://developers.sun.com/rss/javafx.xml is OK ...

Exposing data in an atom feed

How do I add extra data into an atom feed that does not map into the standard entry nodes (title, link, id, updated, summary)? Is it possible to add my own custom xml here and still be compliant with the spec? ...

Optimize feed fetching

Hello I'm working on a site now that have to fetch users feeds. But how can I best optimize fetching if I have a database with, lets say, 300 feeds. I'm going to set up a cron-job to which fetches the feeds, but should I do it like 5 every second minute or something? Any ideas on how to do this the best way in PHP? ...

Can Google's AJAX API feeds be custom animated?

Has anyone had any luck customizing the feed animation? Ideally I would like a left-right marquee animation. Any thoughts would be appreciated. ...

Posting feeds in facebook, can't use the API.

I'm getting a "Call to undefined method" when I try to use feed API functions like registerBundleTemplates and feed_publishUserAction. Google has led me to believe that I need to call a function called useBetaApiServer, but I can't find any example on how to call it with PHP. Any help? ...

IE7 missing Atom feed autodiscovery

I've been showing a website to a customer who insists on using IE and found out, to my surprise, that IE7 does not autodiscover the Atom newsfeed. The feed is linked to within the HEAD element of a valid HTML 4.01 Strict page with <link rel="alternate" type="application/atom+xml" href="atom.xml" title="Atom 1.0">, the link is pointing t...

How To Tell Web Browsers About Atom Feeds

My website has an Atom feed and I want to make it easier to subscribe to it. I see that many sites such as StackOverflow have the Atom icon in the location bar in Firefox 3. I haven't, however, been able to work out how. I assume some HTML is needed - but what tags specify the the browser that a page has a feed? ...

Check if remote file is well-formed XML with PHP

I have a PHP-driven site that includes an XML stock feed, which is remotely served from ASP (i.e. the XML feed url is of the order: http://remote.com/client.asp). As the feed is often unavailable (by which I mean the site returns an ASP error) I'd like to check if the feed is well-formed XML before including it. My usual url_exists func...

Is there a PHP feed reader for both RSS and ATOM?

Hello, I need a PHP library/script that can retreive data from feeds, no matter if they are RSS or ATOM, because I want users to insert random feeds which will then be stored in a database. It would also be great if it could check whether a given URL is a feed or not. If anything exists that could help me out, could anyone tell me? Tha...

ready-to-use xmlRequest snippet returns status code 0 on a call

I'm creating a very basic dashcode widget. I'm using customized snippets from Apple: xmlRequest setup and xmlLoaded. Below is my code function sendURL(){ // Values you provide var textField = document.getElementById("searchqeue"); // replace with ID of text field var textFieldValue = textField.value; var feedURL = "feed...

How to add css to a feed that is not mine.

Hello, I want to separate the image from the text of this rss with css http://redbolivia.com/index.php?format=feed&amp;type=rss any idea? can i do this with css? ...

Facebook API - Feed.registerTemplateBundle issues

I'm trying to build a feature into my framework wrapper that automates registering template bundles. I've gotten to the point where it seems like I can do so successfully using the Feed.registerTemplateBundle API method - I don't get an error, and I do get a template id back. However, the template doesn't show up in the "Registered Templ...

How Can I expose RSS Syndication Feed through WCF Web Service to JQuery client

I wanto to build a WCF service that read RSS Syndication Feed (.NET 3.5 SP1). Then I want to consume the wcf service using JQuery in a web client. Are you asking why I don't directly consume it from the client? I think that there are some cross domain security issues when the client is located in a defferent domain. Anyway, if anyone ...

Sharepoint search of external RSS feeds

I want my sharepoint site to allow a user to search content in a known collection of RSS feeds. I figure conceptually a few ways to do this crawl the feeds at their source (Yikes!) Pull the full articles into my sharepoint site, then let my crawler crawl it Make use of an existing index (like google) search the full articles, on deman...

Problem getting date with Universal Feed Parser

It looks like http://portland.beerandblog.com/feed/atom/ is messed up (as are the 0.92 and 2.0 RSS feeds). Universal Feed Parser (latest version from http://code.google.com/p/feedparser/source/browse/trunk/feedparser/feedparser.py?spec=svn295&amp;r=295 ) doesn't see any dates. <title>Beer and Blog Portland</title> <atom:link ...

Argotic Syndication Framework

Hey! Does anyone know of any tutorials for this framework? Whats the opinion on the use of this for extracting data from an RSS Feed? Good or bad? ...

How to redirect a feed page using .htaccess?

I just moved my blog from Drupal to Wordpress and im currently having some problems with my old feed. The old adress for my feeds were http://bemcapaz.net/rss.xml and the current is http://bemcapaz.net/feed/, i already made the changes on feedburner and the new feed is working but the old one isnt and i dont want lose all my old readers...