Jump to content

My own RSS feed technology

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
Mark4

Mark4

    Newbie

  • Members
  • PipPip
  • 11 posts
I hope I don’t sound crazy. But my question is this, I would like to develop my own RSS feed technology, including the reader and aggregator. I believe it could come in handy for a future project.

But I don’t know the bolts and nuts that would help me achieve this task.

I hope there would be someone here who can point me in the right direction.

I just need to understand the in-depth of the technology and see how I can craft it from the scratch.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
http://en.wikipedia....SS_(file_format)
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
What language are you using?

#4
Mark4

Mark4

    Newbie

  • Members
  • PipPip
  • 11 posts
Sorry for replying so late, I think XML should be the best language to use, I dont really know. I was just reading an article and I think there would be a lot of prospect in being able to write RSS feeds. So I thought I better start, so I am just asking for directions on where to start.

Thanks.

#5
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
as i remember theres a video tutorial about how to do that in VB.NET on the internet
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#6
Mark4

Mark4

    Newbie

  • Members
  • PipPip
  • 11 posts
Have u got a link.

#7
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
its a reader
its called Absolute Beginner-RSS Reader (VB)
Absolute Beginner's Series VB Lesson 16:RSS Reader Project-Fortifying,Testing - MSN Video
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#8
Guest_Jordan_*

Guest_Jordan_*
  • Guests
If you are writing RSS feeds I assume you are writing for a website or some other online feed and are going to use a web-based language. XML is not a language and RSS is XML. It is simply a way to transfer data. You can use PHP, ASP, Perl or some other languages to write an RSS feed.