Cheap Flights - Jordans - My Space Layouts - Kung fu for a healthy you - Credit Card UK

PDA

View Full Version : RSS feed integration in HTML?


Correctus
Aug 8th 2006, 12:08 am
Hi, I want to make a website that shows RSS feeds from a particular website.

I am making at least 5 different sections for it, I have my layout.

http://img160.imageshack.us/img160/1023/layoutui4.jpg

The blue part is where I want the feeds to be in, the Green is the banner, red is the Contents part and Yellow is a little footer, I dont want to use frames in this as it will be too overcrowded. So can anyone tell me how do I get an RSS feed on there?

Procedure please

IT

andy105
Aug 8th 2006, 12:38 am
Try a tool like this one: http://www.rss2html.com

I think it will fit your requirements. By including multiple streams, you should avoid the duplication filter.

Correctus
Aug 8th 2006, 12:46 am
But how do I put it in the specific area of my page? Thats the problem

IT

Edynas
Aug 8th 2006, 12:46 am
Layout can be done with tables or css.
Very fast layout for it with tables....
<table>
<tr><td colspan=2>header</td></tr>
<tr><td width=20%>left</td><td>content</td></tr>
<tr><td colspan=2>footer</tr></tr>
</table>

css ...take a look at www.oswd.org many templates for free.

Rss feed to html. You will need a parser to convert rss to html. There are many programs out there. A way to do this is with CaRP http://www.geckotribe.com/rss/carp/ They have a free version. I bought the pro version and like it but maybe ohers have a better programrecommandtion.

mike323
Aug 9th 2006, 1:54 pm
here's another good one but it has a display limit of 10 items per feed :

http://www.rss-info.com/en_rssinclude-simple.html

it's an online rss integrator so there's no downloading needed, btw
you just paste the generated code into your web page