0
votes
2answers
7 views
isvalid rss feed url
Before adding a rss feed url to the database, how can i check and make sure that it a valid rss url.
via vb.net code. Please let me know.
0
votes
0answers
31 views
JQuery Truncate V2.3 issue
Hopefully this is a new question, if not, please point me to the answer.
I am using jquery.truncate-2.3.js in a website. I am using the script to truncate/expand text in many stories, each in a div …
1
vote
0answers
10 views
rss feed by linq
I am trying to extract the rss feed using linq. Thought it would be simple, but its is not returning any nodes. probably i have to go the channel/item node, but don't know how.
Dim rssUrl As String …
0
votes
0answers
18 views
WP HTTP Error: couldn’t connect to host
I'm running Wordpress on MAMP and for some reason I get an error on all of my RSS feeds saying
WP HTTP Error: couldn't connect to host
I think its a configuration problem in MAMP with cURL, but not …
0
votes
2answers
26 views
flash loading “my maps” rss from google maps
Hello there,
I creating a flash app that loads a RSS of a plublic map with a custom route path and draws lines from the coordinates on a Away3D Sphere.
It works preety well when I'm testing locally, …
0
votes
0answers
12 views
How to manage sessions in web-driven Iphone Application
I am Making an Iphone application which is web-service enabled. Also I have skeleton of this application.I am using rest to feed the contents of view controllers. When application is launched it is …
0
votes
3answers
21 views
how to generate RSS for news sites programmatically in java/j2ee?
how to generate RSS for news sites programmatically? I dont know how to start..
0
votes
0answers
17 views
Why can’t I subscribe to the StackOverflow RSS feed in Opera 10.10? [closed]
I'm using Opera 10.10 and when I click on any StackOverflow feed links, I am presented with a big pile of plain text and no subscription options. Is there something I'm missing here?
Cheers,
Guy
1
vote
2answers
39 views
Reddit RSS feed returning less items when requested through HTTP?
I am trying to read data from an RSS feed which has 25 items. When I request the RSS file through HTTP it says there are only 20 items.
function test($location)
{
$doc = new DomDocument();
…
0
votes
1answer
10 views
Exporting RSS feed list
I use Google for my RSS Reader and I want to export a list of all my feeds as a textfile to share with friends. I find the Share function a bit limiting and with >200 feeds and some rarely updated I …
1
vote
3answers
51 views
Sax parsing and encoding
I have a contact that is experiencing trouble with SAX when parsing RSS and Atom files. According to him, it's as if text coming from the Item elements is truncated at an apostrophe or sometimes an …
1
vote
3answers
38 views
Decent RSS feed generator for PHP
Hi Guys,
I need an RSS Feed generator; should I use a class or should I generate the feed myself?
If I should generate it myself, where is a good place to get comprehensive specs of the standards?
…
0
votes
7answers
85 views
Display HTML in RSS
Is there any way on earth that I could pump some HTML through an RSS feed? I realize I'm bending the laws of science and all, but I'm under some tight circumstances. I have Wordpress set up so I'm …
1
vote
2answers
105 views
Regex to pull specific links out of RSS feed?
I have a Wordpress blog that parses RSS feeds using simplepie. The script I'm using to turn each feed item into a Wordpress post uses a %content% tag which pulls the feed's entire content block into …
2
votes
2answers
33 views
How to monitor Google Alert RSS feed produced “as-it-happens”?
I have a Google Alert, which I set to be delivered as an RSS feed as-it-happens
But is polling that RSS feed the only way to get RSS feed
or
is there a way to get notified from Google alert as …
