I like to keep track of delicious.com/popular RSS feed. However, lately there are more and more Asian pages in the items. Since I do not understand any Asian languages, I would like to somehow filter them from the feed and save myself some time.
I've been trying to cook up something using Yahoo pipes, but have not been able to get it wo...
Anyone know of any documentation that would help me with trying to embed a web browser component into adobe flex.
I've seen in Adobe Air that there is a Item; however, in Adobe Flex 3 for a .swf file that would be somewhere - I do not see it.
Any ideas?
...
This is not really a programming question, more of an algorithmic one.
The problem: Finding the "content" section of an HTML page.
By "content" I mean the dom that contains the page content as seen by humans, without the noise, simply the "page actual content".
I know the problem is not well defined, but let's continue...
For example ...
When we fetch rss with a rss reader, does the reader mark the read/unread status or send this kind of information back to the server?
After I read a message, then I turn to another rss reader, do I will receive all the rss records marked unread?
...
Hi Everyone:
I'm not quite sure how to describe this in words without making it overly complex, so here is basically what I want to happen:
The user goes to my website, let's say: www.example.com/
The server goes to another website, example2.com, which has a field where their users should enter their username and password
The server i...
I've been working with pipes for a while now, I am trying to output more than the basic structure of:
Item
title
link
description
guid
pubDate
I want to publish more data in the RSS feed under different fields but cannot figure out if this is even possible. Any ideas?
...
Hello people,
I have a little problem that I can't figure out how to solve.
I have an XML (actually it's RSS) file that I'm trying to parse with PHP, but the CDATA tag come out blank.
Here's the XML Code
and here's the PHP file
Everything works fine, except that the description tag is not printing.
I would be very grateful if some o...
Hi
I'm currently using the RSS.MET class library to open and read feeds, but I need to be able to find out if a supplied feed is actually valid. For example, if I pass it "http://www.google.com", I want it to tell me that it isn't a valid RSS feed. How would I go about doing this?
I've already tried passing it through a try .. catch bl...
So I've been having problems with a Google News feed. It's 'description' field contains a whole bunch of html along with the actual one sentence teaser of the news story. What language/technology do I need to learn/use to massage this feed into something prettier?
Any help would be greatly appreciated,
-Landon
...
I'd like an rss feed from this google scholar search: Scholar Fish Oil Search
I've looked a little bit at yahoo pipes, and I thought I had found a solution when I found this pipe: Old Pipe But it doesn't work (it's a couple years old now). If someone can either tell me what's wrong with that pipe, or tell me how to retrieve a feed from ...
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 online
Parse it for data
Show the data
I've been browsing for guides, tutorials and documentation but the parsers I've found so far only deal...
I am using a feed creator (specifically, Kohana's feed::create()), except some of my text might be like this in the description element
See code below
<?php echo 'example'; ?>
The feed creator is using the SimpleXML Library. Whenever the data is returned (using $xml->asXml()) the html angle brackets inside the description elem...
Hello people,
I am successfully parsing an RSS feed with PHP, but want to return a message when the feed is empty. I have included the
PHP File here to show you what I want to achieve.
I'm looking for it to break or stop executing, but print a message and stop at the point highlighted.
Thanks for your assistance.
...
I'm working on a client's site, and updating to ColdFusion 8 isn't an option. What I'm looking for is something similar to CF8's CFFEED functionality via a custom tag or component, and I'm not particularly keen on writing my own reader/parser if something already exists.
I need to read in the RSS2 feed from a blog and display the title,...
Hi i want to include rss feeds in my winforms application and i want to show them in a panel with automatic scrolling from bottom to top (like in webapplications) is it possible? if so can you give me a simple example?
Thank you
...
Hi I'm trying to working with RSS feeds in C#. I added RSS feeds like
this
and this
When I try to read into a DataSet like:
ds.readxml(rsspath)
I get some tables in a DataSet. Now how do I know which table contains exact data of all the products?
I'm not getting products list if I write:
gv.datasource = ds.tables[0]
Any help o...
I'm writing a Lua application that generates an Atom feed. Right now, I'm generating XML "by hand" -- writing strings to files.
This doesn't seem like the best way, although it may be. I am getting nervous about having the escaping exactly right. Has anyone done anything like this in Lua before?
Should I stick with generating "by hand...
So I am trying to deploy a solution, that will allow a non-techie to input data into a grid like format (with 6 columns x 8 rows) and get an RSS/XML output.
The idea is to take a document that is updated on a regular basis, say weekly/monthly (like a schedule) and feed it via RSS/XML to an automated web service/app.
Any ideas as what f...
I need a monitoring tool, which can monitor 50+ RSS feeds and send me an SMS with micro link, when certain words or sentences turn up in those RSS streams.
Of cause it would be great if such a tool was open source .NET such that I could optimize it for my specific use.
Does anyone know of such a tool?
...
Hello,
This is my first time working with RSS but I am fluent with XML/XSL. I have a RSS feed that I am pulling from a list in Sharepoint. The sample XML is below.
The RSS description element parses the various columns (Body, Expires, Attachments) that are in the Sharepoint list automatically. I know that from the list I can control w...