472,353 Members | 1,474 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

HOW TO EMBED RSS TO ANY HTML WEB PAGE


Hi I am not a programmer - and hope not to be, someday.

But I have great respect for those who are- especially those who can
break it down for the rest of us.

I would like to know how I can simply have RSS feeds "appear" on a plain
ol' HTML page.

(I have gotten scripts to put in my <HEAD> and <BODY> tags that have not
only, not worked- the code was visible to the end- user in my web page.)

I've seen many cool sites that use it- and I would like to be one of
them.... Can someone please give me the break down on what options
there are and the installation process (on client and server side, if
any) - to get me started?

Thanks,
LT
myblueshoes.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 20 '05 #1
7 32075
On 15 Jan 2005 11:00:18 -0600, myblueshoes .com
<we*******@myblueshoes.com> wrote:
I would like to know how I can simply have RSS feeds "appear" on a plain
ol' HTML page.


You turn it into plain ol' HTML before you send it anywhere near a
browser. This has to happen on the _server_.

There are any number of cutesy little DHTML scripts that run on the
browser and will show all sorts of RSS feeds. However these are
horribly browser dependent (read recent IE on Windows). As a result,
they simply don't work for a great many of your site visitors - so
don't do it that way !

You're now looking for something that works on your server, and
whatever server-side scripting you can obtain for it (PHP is likely).
So find out what your scripting options are, and then Google for
something that matches those with RSS.

XSLT might be a part of this. But as a great many RSS feeds are
invalid XML (RSS isn't actually an XML protocol!), then this is
somewhat unreliable for real "24x7" grade reliability.

--
Smert' spamionam
Jul 20 '05 #2


THanx for this. let's say I can upload a php script to a scripts bin on
apache/linux server - what's the next step?

Any special flie extensions needed and what goes on the client side to
call & display the feeds?

I have never done this before- Any sample sites (to see the output)/
scripts (to plug and play) would be appreciated-

myblueshoes

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 20 '05 #3
Hi,
You're now looking for something that works on your server, and
whatever server-side scripting you can obtain for it (PHP is likely).
So find out what your scripting options are, and then Google for
something that matches those with RSS.


There is a free RSS to HTML script available from the FeedForAll website at:

http://www.feedforall.com/free-php-script.htm

It will use a PHP script to convert the RSS to html, it appears static but is
dynamic (great for SEO). Another option is to export the feed to html using
FeedForAll.

Best of luck
Jack

Jul 20 '05 #4
Jack wrote:
There is a free RSS to HTML script available from the FeedForAll website at:

http://www.feedforall.com/free-php-script.htm

It will use a PHP script to convert the RSS to html, it appears static but is
dynamic (great for SEO). Another option is to export the feed to html using
FeedForAll.

Best of luck
Jack


Sounds hugely inefficient to me doing that in PHP, especially if your
pages are anything other than static (do we know if they are)?
The appropriate architecture for it is a filter, and the obvious
implementation is the Apache XMLNS framework.

--
Nick Kew
Jul 20 '05 #5
On Mon, 17 Jan 2005 15:40:28 +0000, Nick Kew
<ni**@asgard.webthing.com> wrote:
Sounds hugely inefficient to me doing that in PHP


You can't have "huge inefficiencies" from doing RSS in PHP - it just
isn't big enough! Even if it's "woefully inelegant" as an
architecture, we're talking about 3 milliseconds vs. 2 milliseconds.

The advantages of PHP for easy and cheap hosting outweigh almost
anything else, until you get to fairly huge systems. I don't like it
myself as a language, but you can't argue with those hosting costs
(the only real competitor would be Perl, and I'm not doing _that_).

--
Smert' spamionam
Jul 20 '05 #6
On 15 Jan 2005 19:10:20 -0600, myblueshoes .com
<we*******@myblueshoes.com> wrote:
THanx for this. let's say I can upload a php script to a scripts bin on
apache/linux server - what's the next step?
Next step ? You're pretty much done. The tricky bit is the one
before, where you write (or somebody else writes) the script itself.
I have never done this before- Any sample sites (to see the output)/
scripts (to plug and play) would be appreciated-


Sorry, I haven't a clue - not something I do.

I don't build sites - at least I don't build many of them, or little
ones. What _I_ build is hugely over-engineered over-complicated things
that can twist RSS every which way -- but they aren't what most people
want, so I do very few of them.

While I'm doing this, I filter-feed the blogosphere and see lots of
smart little sites building simple (but no less well-engineered)
content displays from "everyday" uses of RSS. There's a million people
out there writing scripts to do this, and offering them to the likes
of your site, but it's just not something I personally have any
hands-on with, so I can't recommend particular scripts as being
easiest to get up and working (none of them are particularly hard
though).

Your next step is Google, then finding sites that offer such scripts,
and a few example sites that use them.
--
Smert' spamionam
Jul 20 '05 #7
Many Thanks!

Should have it up and running in no-time. My concern is keeping the user
coming back as a result of having some dynamic content on an otherwise -
static html page.

I'll come back & post the site when it's got the RSS in just to show you
that all your good advise hasn't gone to waste!

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Stefan van Roosmalen | last post by:
Hi there, The first page of my Internet website must be INDEX.HTM. But, if I want to embed some PHP code in this page, I must rename it to...
2
by: François de Dardel | last post by:
Please don't scream that EMBED is evil ! What I am doing is <EMBED SRC="BWV659.mid" AUTOSTART="false" LOOP="TRUE" CONTROLS="SMALLCONSOLE"...
2
by: Cris Curtis | last post by:
When I use an embed tag that uses a dynamic aspx page, the dynamic aspx page appears to get called 2 times instead. Below is code that adds an...
2
by: forumnewbie2006 | last post by:
Hello, How would you recommend embedding an html file in an ASP.NET 2.0 page? Essentially, I'm looking for the simplest & most light weight...
24
by: Manuel | last post by:
Is it possible to embed an image, like a company logo in a CDOSYS generated message? If yes, I´ll apreciate some code sample. I´ve been able to...
1
by: Andrew Poulos | last post by:
With "normal" SWF HTML there's an EMBED tag nested within an OBJECT tag. How can I check which tag is actually displaying the SWF? I'm using CSS on...
8
by: jalexa9898 | last post by:
I am asking because I wrote some flex that was put in xml and I want to embed it in some html is this hard to do?
3
by: abrtlt | last post by:
I would like to have a web page in which, when the user clicks on any of several specific elements, a specific audio file is played, without...
5
by: elbin | last post by:
Hello, first to say that I am a total beginner in Javascript but I know some programming (python in particular) and am able to understand...
2
dream party
by: dream party | last post by:
Inserting a Flash (SWF, FLV) file into HTML web page is already an old and familiar thing to all of us. It is a rather non-flexible thing that just...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.