Page 1 of 1
RSS sample script or tutorial
Posted: Wed Jul 18, 2012 10:09 am
by pidobearBUSsb9q
i am currently an intern at a programming company and was ask to learn about this new software (which i have no knowledge of it) before the supervisor actually purchase it.
i was ask to learn about auto re-sizing according to screen sizes for different devices, connecting to databases, and RSS.
i think the tutorial did covered on auto re-sizing according to screen sizes and connecting to databases, right?
so now what i am lacking is the part on RSS.
anyone here have any RSS sample, script or tutorial that i can refer to?
Cheers,

Re: RSS sample script or tutorial
Posted: Wed Jul 18, 2012 10:52 am
by jmburnod
Hi pidobearBUSsb9q,
Yes. There are many tutorials and scripts in the lesson space of runrev.com
For resizestack you have a tutorial with same scripts here:
http://lessons.runrev.com/s/lessons/m/4 ... is-resized
Best regard
Jean-Marc
Re: RSS sample script or tutorial
Posted: Thu Jul 19, 2012 5:22 am
by pidobearBUSsb9q
Hi
Thanks i just got those to work awhile ago, but i still need the part on RSS. Do you happened to know any place that covers the part on RSS
THANKS

Re: RSS sample script or tutorial
Posted: Thu Jul 19, 2012 8:20 am
by Adrian
Re: RSS sample script or tutorial
Posted: Fri Jul 20, 2012 3:21 am
by pidobearBUSsb9q
Hi Adrian
Thanks for the link
i tried it but how come it doesnt work anymore when i try to change the sources to other RSS?
Cheers

Re: RSS sample script or tutorial
Posted: Fri Jul 20, 2012 7:45 am
by Adrian
Ah, now you've gone beyond my ability! I just happened to spot the lesson; I've never done anything with RSS feeds, sorry.
I guess you need to check the address is correct for the feed you are after. Beyond that, you need to give some more specific details of the problems you are having, really.
Cheers,
Adrian
Re: RSS sample script or tutorial
Posted: Fri Jul 20, 2012 1:56 pm
by BvG
RSS is a standard, and everyone interprets it differently. Most approaches to reading RSS deal with a single, known source, and therefore never have to adjust for everyones crazy changes. Furthermore, there's Atom and RSS 1.0 and RSS 2.0, not all pages use the same specs, but most new ones use RSS 2.0 or Atom I think. There's also RSS 0.92 but it's almost completely compatible with 2.0 as far as I know.
I have made
a stack that read the forum rss on
my page, but it's very specific, not a generic parsers. They updated the forum, so it probably won't work anymore.The rfc's are here:
RSS 1.0:
http://web.resource.org/rss/1.0/spec
RSS 2.0:
http://www.rssboard.org/rss-specification
Atom:
http://tools.ietf.org/rfc/rfc5023.txt
http://tools.ietf.org/rfc/rfc4287.txt
More info on RSS:
http://codex.wordpress.org/WordPress_Feeds
http://en.wikipedia.org/wiki/Rss
Re: RSS sample script or tutorial
Posted: Mon Jul 23, 2012 2:29 am
by pidobearBUSsb9q
Adrian wrote:Ah, now you've gone beyond my ability! I just happened to spot the lesson; I've never done anything with RSS feeds, sorry.
I guess you need to check the address is correct for the feed you are after. Beyond that, you need to give some more specific details of the problems you are having, really.
Cheers,
Adrian
It's alright thanks for your help on the other parts
Cheers

Re: RSS sample script or tutorial
Posted: Mon Jul 23, 2012 2:31 am
by pidobearBUSsb9q
Re: RSS sample script or tutorial
Posted: Tue Apr 26, 2016 9:52 pm
by bbhank

- PageNotFound.png (10.25 KiB) Viewed 6023 times