Search the web
Sign In
New User? Sign Up
RSS2-Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 619 - 660 of 807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
619
Although the pubDate and lastBuildDate are not required, often RSS readers/aggregators will use these as hints to determine if the feed or items within the...
Randy Morin
randymorin
Offline Send Email
Feb 1, 2005
9:01 pm
620
I can't vouch for other aggregators, but FeederReader parses all feeds that are downloaded. It does not look at lastBuildDate at all. It uses pubDate of...
ecomputerd
Offline Send Email
Feb 1, 2005
9:44 pm
621
Hi: I'm new and would like to know if anyone can help me out with a RSS problem. I'm trying to embed the following HTML code into my RSS feed. I can do this...
scorpiusb2000
Offline Send Email
Feb 1, 2005
9:57 pm
622
Thank you. In my case it seems to be a BlogLines-specific problems since the other aggregators I tried out are working fine. ... assume...
yakovs
Online Now
Feb 1, 2005
10:05 pm
623
A question: what happens if there is not pubData OR lastBuiltDate? According to the RSS 2.0 spec it seems that they are not required elements. In my case,...
yakovs
Online Now
Feb 1, 2005
10:09 pm
624
I think the lastBuildDate is very appropriate for the current time when the RSS file is created. I would hope that any aggregator developer would design their...
ecomputerd
Offline Send Email
Feb 1, 2005
10:32 pm
625
From: "yakovs" <no_reply@yahoogroups.com> ... The spec is widely considered "less than ideal". If you need to use a more refined spec you'd do well to look at...
Bill Kearney
wkearney99
Offline Send Email
Feb 1, 2005
11:21 pm
626
... You can't embed scripts into RSS feeds. Most, if not all, readers won't use it. For many reasons the most important being security. The main reason...
Bill Kearney
wkearney99
Offline Send Email
Feb 2, 2005
12:17 am
627
I need a bit of info here. I have currently gotten 14562 hits from a number of RSS news aggregators. Can any one here give me a general idea as to how many...
scorpiusb2000
Offline Send Email
Feb 7, 2005
9:50 am
628
Maybe I'm just crazy. But I can't seem to get my rss file to open. www.lcr-mi.org/rss.php I keep getting: Parse error: parse error, unexpected T_STRING in...
lxa1801
Offline Send Email
Feb 11, 2005
1:13 am
629
That's a PHP problem with your program, not with the RSS feed it generates....
yakovs
Online Now
Feb 11, 2005
1:57 am
632
<enclosure url="http://beta.schecter.biz/DesktopModules/NukeSyndicate/download.aspx?mid=368&id=8" length="3331055" type="audio/mpeg"></Enclosure> Now my...
AerosSaga
aeros_saga
Offline Send Email
Feb 25, 2005
1:41 pm
633
Anytime you use an atttribute or element value you need to follow XML's rules. For URLs you should HTML encode them. This is true for any URL not just for...
Bill Kearney
wkearney99
Offline Send Email
Feb 25, 2005
2:05 pm
634
I'm about to start a new Blog with an RSS feed, and I'd appreciate some guidance. If I update an article, should I update the original <item> with a new...
akjohnston
Offline
Feb 26, 2005
8:40 am
635
RSS 2.0 spec says that type attribute is "a standard MIME type". I am wondering, is it permitted for type to include parameters, as in MIME types per RFC 2046....
krokodil@...
vadim_zaliva
Offline Send Email
Mar 3, 2005
1:21 am
639
Hello, I'm publishing my own RSS feed and generating using XML::RSS in perl. Which field (element) in the RSS2.0 spec maps to the 'Subject' column in RSS...
srivag
Offline Send Email
Mar 16, 2005
1:07 pm
643
I found this url surfing, http://blogs.ardice.com But can someone explain to me what a blog is? - Thane549z...
thane549z
Offline Send Email
Mar 21, 2005
3:01 pm
644
Hi, Does anyone know how well supported the syndication module is, in RSS 2.0. Is it worth the effort (and extra bandwidth) to add the following? Thanks, Nick...
nick_hobson
Offline
Mar 23, 2005
11:48 pm
646
Dear friends I want to add my yahoo group rss feed in my homepage - i have the rss feed url. but i dont know how to add in my index.html page. any help ? ...
indefilmmaker
Offline
Apr 5, 2005
3:24 pm
647
... <head> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://pathtoyourrss"> </head> -- Alexei Shilin Gentoo Opera 8.0 Beta 3...
Alexei Shilin
a_shilin
Offline Send Email
Apr 6, 2005
7:18 am
649
All, My name is Jake, and I've just signed up. I am developing a ColdFusion blogging application (www.countersinkdg.com) and am trying to offer my users the...
sink21
Offline Send Email
Apr 22, 2005
11:45 pm
650
Hi. What is the best practice or recommendation for dealing with feeds containing future dates? The RSS external feeds parser on LiveJournal uses 'the Dublin...
Richard
resvil
Offline Send Email
Apr 26, 2005
2:21 am
652
Hi, If the site wants to send the description of items in a different font how can we specify the font needed for the item? The spec does not have a font...
rkrishkumar
Offline Send Email
Apr 27, 2005
4:47 pm
653
No, RSS is not a presentation syntax. It's text and, to some degree, simple HTML formatting. If you want fonts, use a web page. Same thing with CSS. -Bill...
Bill Kearney
wkearney99
Offline Send Email
Apr 27, 2005
9:26 pm
654
I dont know if i have put the question correctly. say, how will a chinese web site provide rss feed? how will it describe the description of the item? so the...
rkrishkumar
Offline Send Email
Apr 28, 2005
2:27 am
656
Hi all, I'd like to clarify what is an assumed interpretation of <skipDays> element. RSS 2.0 specification says that it may contain up to seven sub-elements ...
Petr Fejfar
pf1957
Offline Send Email
May 5, 2005
4:47 pm
657
Can anybody tell me why the the spec requires the enclosure url to be http? "The url must be an http url." Why? This seems a totally arbitrary rule. Why not...
dave_maddock
Offline Send Email
May 8, 2005
6:22 am
658
A stab in the dark: RSS is retrieved using HTTP, so in order to ensure the aggregator can pull the file, HTTP is required. This helps to prevent an enclosure ...
Steve Kirks
srkbuh
Offline Send Email
May 10, 2005
4:23 pm
659
Hi all, I am trying to take the RSS feed of my blog (http://www.phatpage.org/news/rss.xml) and get it to display as neat, formatted HTML in a browser (rather...
Larry Harvilla
larryharvilla
Offline Send Email
May 14, 2005
12:31 am
660
The specifications are ambiguous with regard to using category domain attributes as the sample from the specifications is shown in the subject of this RFI. Can...
Clinton Gallagher
pocketchange...
Offline Send Email
May 14, 2005
7:50 pm
Messages 619 - 660 of 807   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help