<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Is There A Way To Add An Rss Feed To An Html Page For Easy News Updating?</title>
	<atom:link href="http://rssmarketing.conversionchick.com/is-there-a-way-to-add-an-rss-feed-to-an-html-page-for-easy-news-updating/feed/" rel="self" type="application/rss+xml" />
	<link>http://rssmarketing.conversionchick.com/is-there-a-way-to-add-an-rss-feed-to-an-html-page-for-easy-news-updating/</link>
	<description>Really simple syndication, RSS aggregators, create simple RSS feed, basic RSS feed</description>
	<lastBuildDate>Tue, 08 Dec 2009 23:04:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mia</title>
		<link>http://rssmarketing.conversionchick.com/is-there-a-way-to-add-an-rss-feed-to-an-html-page-for-easy-news-updating/comment-page-1/#comment-125</link>
		<dc:creator>Mia</dc:creator>
		<pubDate>Fri, 27 Nov 2009 07:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://rssmarketing.conversionchick.com/is-there-a-way-to-add-an-rss-feed-to-an-html-page-for-easy-news-updating/#comment-125</guid>
		<description>It sounds like you want to display an RSS feed within your HTML website. The easiest/best way to do this is to use RSS2HTML a free PHP script. This means that you can retain the complete control of the HTML layout (using templates) and make it match your existing design. Additionally using PHP rather than JavaScript will mean that search engine spiders can &quot;spider&quot; the contents of the RSS feeds. 
Additional details and a free rss2html download is available at: http://www.feedforall.com/more-php.htm
Additional information and other options for displaying RSS feeds can be found at: http://www.rss-specifications.com/displa…
Goodluck!</description>
		<content:encoded><![CDATA[<p>It sounds like you want to display an RSS feed within your HTML website. The easiest/best way to do this is to use RSS2HTML a free PHP script. This means that you can retain the complete control of the HTML layout (using templates) and make it match your existing design. Additionally using PHP rather than JavaScript will mean that search engine spiders can &#8220;spider&#8221; the contents of the RSS feeds.<br />
Additional details and a free rss2html download is available at: <a href="http://www.feedforall.com/more-php.htm" rel="nofollow">http://www.feedforall.com/more-php.htm</a><br />
Additional information and other options for displaying RSS feeds can be found at: <a href="http://www.rss-specifications.com/displa…" rel="nofollow">http://www.rss-specifications.com/displa…</a><br />
Goodluck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://rssmarketing.conversionchick.com/is-there-a-way-to-add-an-rss-feed-to-an-html-page-for-easy-news-updating/comment-page-1/#comment-124</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 27 Nov 2009 07:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://rssmarketing.conversionchick.com/is-there-a-way-to-add-an-rss-feed-to-an-html-page-for-easy-news-updating/#comment-124</guid>
		<description>The correct way to consume an rss feed is on the server-side.  An excellent approach in PHP would be to use Zend&#039;s Zend_Feed (http://framework.zend.com/manual/en/zend… coupled with Zend_Cache (http://framework.zend.com/manual/en/zend…
That&#039;s the &quot;right&quot; way.  To answer your question, yes it is possible to aggregate a feed using purely client-side technologies.  Check out http://www.projectzero.org/sMash/1.1.x/d…  However, this is isn&#039;t a good way to do it for a couple of reasons.  First, it forces clients to download processing code and taxes user&#039;s browsers with the task of parsing external scripts.  Second, you are forcing the content to be re-downloaded on each page load without caching mechanisms... very inefficient and taxing on the remote resource.</description>
		<content:encoded><![CDATA[<p>The correct way to consume an rss feed is on the server-side.  An excellent approach in PHP would be to use Zend&#8217;s Zend_Feed (<a href="http://framework.zend.com/manual/en/zend…" rel="nofollow">http://framework.zend.com/manual/en/zend…</a> coupled with Zend_Cache (<a href="http://framework.zend.com/manual/en/zend…" rel="nofollow">http://framework.zend.com/manual/en/zend…</a><br />
That&#8217;s the &#8220;right&#8221; way.  To answer your question, yes it is possible to aggregate a feed using purely client-side technologies.  Check out <a href="http://www.projectzero.org/sMash/1.1.x/d…" rel="nofollow">http://www.projectzero.org/sMash/1.1.x/d…</a>  However, this is isn&#8217;t a good way to do it for a couple of reasons.  First, it forces clients to download processing code and taxes user&#8217;s browsers with the task of parsing external scripts.  Second, you are forcing the content to be re-downloaded on each page load without caching mechanisms&#8230; very inefficient and taxing on the remote resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://rssmarketing.conversionchick.com/is-there-a-way-to-add-an-rss-feed-to-an-html-page-for-easy-news-updating/comment-page-1/#comment-123</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Fri, 27 Nov 2009 02:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://rssmarketing.conversionchick.com/is-there-a-way-to-add-an-rss-feed-to-an-html-page-for-easy-news-updating/#comment-123</guid>
		<description>Don&#039;t think you need an RSS feed to up small content amounts on your pages if you use Server Side Includes:http://en.wikipedia.org/wiki/Server_Side…
But, if you think RSS is what you need, I like FeedBurner.http://jade.mcli.dist.maricopa.edu/feed/…http://www.feedburner.com/fb/a/homehttp://www.rssfeedsgenerator.com/http://www.site-reference.com/rss-parser…http://www.make-rss-feeds.com/rss-tags.h…http://www.site-reference.com/syndicate.…http://www.wotzwot.com/rssxl.php
Ron</description>
		<content:encoded><![CDATA[<p>Don&#8217;t think you need an RSS feed to up small content amounts on your pages if you use Server Side Includes:<a href="http://en.wikipedia.org/wiki/Server_Side…" rel="nofollow">http://en.wikipedia.org/wiki/Server_Side…</a><br />
But, if you think RSS is what you need, I like FeedBurner.<a href="http://jade.mcli.dist.maricopa.edu/feed/…http://www.feedburner.com/fb/a/homehttp://www.rssfeedsgenerator.com/http://www.site-reference.com/rss-parser…http://www.make-rss-feeds.com/rss-tags.h…http://www.site-reference.com/syndicate.…http://www.wotzwot.com/rssxl.php" rel="nofollow">http://jade.mcli.dist.maricopa.edu/feed/…http://www.feedburner.com/fb/a/homehttp://www.rssfeedsgenerator.com/http://www.site-reference.com/rss-parser…http://www.make-rss-feeds.com/rss-tags.h…http://www.site-reference.com/syndicate.…http://www.wotzwot.com/rssxl.php</a><br />
Ron</p>
]]></content:encoded>
	</item>
</channel>
</rss>

