Technology Forums: FTA, Satellite, Cable, Home Media, Hardware & Computers
|  Home   |  Forums   |  News   |  Blog   |  

Go Back   Techwatch: Satellite TV forums, FTA, Cable, Hardware, & Tech forums > Online Computing > Web Development


 

Register Members List Search Today's Posts Mark Forums Read

Web Development Web development and programming - C++, PHP, ASP, Javascript, and related issues.

Reply
 
Thread Tools
Old 13-04-06, 02:06 PM   #1 (permalink)
Member
 
Join Date: Apr 2006
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default What is rss?

hi there,
there is one new technology that made me curious is rss.
now every good provides rss feeds. but my question is, what is it? and how does it work?
iqbal is offline   Reply With Quote
Old 13-04-06, 02:53 PM   #2 (permalink)
Moderator
 
Join Date: Apr 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

http://www.google.co.uk/search?hl=en...e+Search&meta=

- Rich Site Summary. An XML format for sharing content among different Web sites such as news items.

Hope that helps,

Andy
__________________
Squash URL | Free Website Promotion
Andy is offline   Reply With Quote
Old 15-04-06, 02:32 PM   #3 (permalink)
Member
 
Join Date: Apr 2006
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i know that.
i want to know how to use it.
do i need any software?
iqbal is offline   Reply With Quote
Old 16-04-06, 02:36 PM   #4 (permalink)
Senior Member
 
Join Date: Apr 2006
Location: Delhi, India
Posts: 127
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Yes you need RSS Readers to read feeds....

Try http://www.feedreader.com/ for example...nice one!

You can read feeds from your Firefox Browser also use either http://sage.mozdev.org/ or http://www.wizzcomputers.com/WizzRss.php
navjotjsingh is offline   Reply With Quote
Old 18-04-06, 04:34 AM   #5 (permalink)
Technology Forums
 
Join Date: Apr 2006
Location: Philippines
Posts: 203
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to weblord
Default

and to generate feeds or rss feeds you need this:
http://hunterdavis.com/ssrss.html
weblord is offline   Reply With Quote
Old 26-08-07, 07:15 AM   #6 (permalink)
Junior Member
 
Join Date: Aug 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: What is rss?

Well friend, I have some RSS public feeds on michigan.gov's website I would like to implement into my website. It says free for personal use and says you can use any RSS reader to subscribe to them. What separates my website from any RSS reader if I let them choose which to select and load how they want. Wouldn't it just become RSS software then? I am confused there how some people can make money selling rss software and wondering if it is legal to put them on my website. I am not looking to steal the information it is setup to be public information and of course I will not modify it at all.


------------------
Arizona HR Consulting

Last edited by carlos.jango71; 28-08-07 at 01:51 AM.
carlos.jango71 is offline   Reply With Quote
Old 25-09-07, 04:39 PM   #7 (permalink)
Member
 
funkster's Avatar
 
Join Date: Sep 2007
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: What is rss?

Building a RSS Feed is straight forward. Open a text editor, Notepad is perfect, and copy the following code into it. Save the file as .. filename.txt then change the content of the file to whatever you want to say. Once complete, save the file as filename.XML (no need for capital letters, I've just done that for emphasis.

Next, load the file onto your web space.

Code:
<?xml version="1.0"?> 
<rss version="2.0">
<channel>
<item>
<title>PAGE TITLE</title>
<description>Description about the page you are linking to</description>
<link>http://www.mydomain.co.uk/page1.php</link>
</item>
<item>
<title>2ND PAGE</title>
<description>Description about the page you are linking to</description>
<link>http://www.mydomain.co.uk/page2.php</link>
</item>
</channel>
</rss>
Good luck.
funkster is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT +1. The time now is 11:30 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.