rss

Does content always have to be in chronological order in an RSS feed?

I run a site where users can upload content that is displayed in a gallery where other users can sort and filter that content. While implementing RSS feeds, I was wondering how common it was for an RSS feed to display items in an order that's different from chronological. For example, displaying content by Most Views first. This could...

How to create custom rss feed generator (sharepoint 2010)?

I need to create RSS, that include all sharepoint lists and pages. Sharepoint gives "http://localhost/_layouts/listfeed.aspx?List={0251B48D-9D09-4C94-8D33-8A4589C57EC8}&Source=http%3A%2F%2Flocalhost%2FPages%2FForms%2FAllItems.aspx" "http://localhost/_layouts/feed.aspx?xsl=1&web=%2F&page=122705e9-4542-4e65-b001-81ea8699c5bd...

Iphone: RSS with Images in tableView

Hello! Im trying to make an rss-app, with the feed in a table, each row with a title and an (thumbnail) image. I have everything working fine with just text, but i can’t seem to get the images to show up... Can somebody please help me with this? It would mean a lot to me!!! My xml data looks like this: Henin slumps to defeat by Stosu...

System.ServiceModel.Syndication.SyndicationFeed determine feed type (RSS vs Atom)?

Is it possible to determine from the syndicationfeed class what type of syndicationfeed is being read? If all I have is the url (blahblah.com/feed) it might be rss or atom, and depending on the type I want to do one thing or the other. Is there a simple way to tell without parsing the document and looking for specific characters? ...

how do i get the previous 3 months using the current month in javascript?

im creating an rss reader that lists the news feeds from the last 3 months. how do i get the feeds of the last 3 months relative to the current date? right now i have a list of all the feeds. ...

How to extract facebook page replies into a website?

Hi all, I've got a facebook page. In it there is the RSS feed of posts from my blog. In the facebook page people have replied to my blog posts that where posted on facebook. Now I wish to show these replies on my blog. Is there any way for doing that? ...

How do you change the Subject/Title of a Sharepoint list RSS feed?

The default RSS feed of my list is working but the problem is, it uses the name of the Page itself as the Subject of each item. How do I change this to show the actual Title of my article? e.g., instead of "AnArticleAboutMountains" (page name with the ".aspx") it should be "An Article About Mountains" (Article Title) Thanks! :) ...

Consuming RSS in MS SQL

Does anyone know of a way to consume RSS in MS SQL? ...

rss: cannot put style attribute into an img tag

Hi guys, I am building an rss feed and i have this for description: string sDescription = "<a href=\"" + sLink+"\"><img style=\"padding:10px\" align=\"left\" style=\"padding:10px\" width=\""+CImageDimensions.getProductImageDetailedWidth(CCategorii.CARTI_ID, book.Carti_id) + "\" src=\"" + PathsUtil.getBaseUrl() + control.Resolve...

Malformed XML when generating RSS with PHP DOMDocument

I am trying to generate a Google Merchant RSS Feed, using PHP's SimpleXML and DOMDocument. The actual generating code goes like that: $dom = new DOMDocument('1.0', 'utf-8'); $dom->formatOutput = true; $pRSS = $dom->createElement('rss'); $pRSS->setAttribute('version', '2.0'); $pRSS->setAttribute('xmlns:g', 'http://base.google.com/ns/1....

PHP's SimpleXML: How to use colons in names

I am trying to generate an RSS Google Merchant, using SimpleXML. The sample given by Google is: <?xml version="1.0"?> <rss version="2.0" xmlns:g="http://base.google.com/ns/1.0"&gt; <channel> <title>The name of your data feed</title> <link>http://www.example.com&lt;/link&gt; <description>A description of your content</description> <ite...

How to detect if a web URL contains a feed or not?

I have seen in some browsers (Firefox for example), the RSS feed icon gets activated only when a page contains a RSS/Atom feed. How the browser detects whether the page contains a feed or not? ...

RSS Feed parser library in Java

Is there any Java helper utils/libraries available for parsing Rss/Atom feed? I checked RSSUtils but it looks like outdated. ...

Iphone: Parsing XML with image in tablecells

I am going to develop an Iphone application which will parse the RSS feeds and display the items in my custom cell.(Cell containing the image, label, description, etc). Can somebody please help me?I would be sooo happy if somebody can help me!! Thanks so much! ...

Formating Contents in RSS

Hi, I'm making a RSS 2.0 feed powered by PHP & MySQL. I would like to know how to make simple formatting in the contents like Line Breaks, Bold, Italics, Links, Images. When I try to insert a <br> in the database for a newline, the feed reader is displaying it as Invalid Feed. Please help Thanks ...

RSS Feed is giving error in cloud

In my C# asp.net 3.5 application I am using RSS Feed to get current updates of my website. Its working fine and when we subscribe the feed also its updating the data as needed. Now our application is deployed in cloud. There also this RSS feed is opening and showing the data. But When I say Subscribe to this feed Its giving diagnose erro...

Get information from various sources

Hi. I'm developing an app that has to get some information from various sources (APIs and RSS) and display it to the user in near real-time. What's the best way to get it: 1.Have a cron job to update them all accounts every 12h, and when a user is requesting one, update that account, save it to the DB and show it to the user? 2.Have a...

IPhone- Rss sample code, modify to display images... PLease help!!!

Hi! I am trying to make app that displays an RSS feed, with text and images into a table, but I am really struggeling with it! I found a really good [sample code-project][1] that i can really recommend-- but im struggeling getting it to display images in the tablecells instead of only text I would be reeeeally happy with any help!! ...

Model inheritance and RSS Feed framework

I'm using model inheritance to manage a multiple models queryset: from django.db import models from django.contrib.sites.models import Site from django.contrib.auth.models import User from imagekit.models import ImageModel import datetime class Entry(models.Model): date_pub = models.DateTimeField(default=datetime.datetime.now) ...

Add Flickr RSS feed to Page via SimplePie

Hi all. I'm trying to add my recently uploaded flickr feed onto a site. I've followed tutorials with Simple Pie, but can't get what I desire. I need to be able dictate where each image will sit in multiple DIV's rather than just one repeated DIV. Here is a website which seems to do what I want.. wearecondiment.com It basically updates t...