<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: RSS to JS examples+code</title>
	<atom:link href="http://cogdogblog.com/2003/05/07/rss-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://cogdogblog.com/2003/05/07/rss-to/</link>
	<description>Alan Levine&#039;s space for barking about and playing with technology</description>
	<lastBuildDate>Wed, 23 May 2012 13:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rick Bateman</title>
		<link>http://cogdogblog.com/2003/05/07/rss-to/comment-page-1/#comment-33</link>
		<dc:creator>Rick Bateman</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2003/05/07/rss-to-js-examplescode/#comment-33</guid>
		<description>I downloaded the zip file and put it in my web site directory in a folder called &quot;feed&quot;. Then I set the web page code to 



  



Doesn&#039;t work. Maybe it is rocket science.



Rick Bateman</description>
		<content:encoded><![CDATA[<p>I downloaded the zip file and put it in my web site directory in a folder called &#8220;feed&#8221;. Then I set the web page code to </p>
<p>Doesn&#8217;t work. Maybe it is rocket science.</p>
<p>Rick Bateman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://cogdogblog.com/2003/05/07/rss-to/comment-page-1/#comment-34</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2003/05/07/rss-to-js-examplescode/#comment-34</guid>
		<description>You should first make sure your web site host supports PHP.



Then you should test your PHP script by executing it as a URL in your web browser, e.g., the site you attempted, works on my script:



&lt;a href=&quot;http://jade.mcli.dist.maricopa.edu/feed/rss2js.php?src=http://infotechvi.com/news.xml&quot;&gt;http://jade.mcli.dist.maricopa.edu/feed/rss2js.php?src=http://infotechvi.com/news.xml&lt;/a&gt;



Finally, in the code you sent me:



  &lt;script language=&quot;JavaScript&quot; src=&quot;rss2js.php?

src=&lt;a href=&quot;http://infotechvi.com/news.xml&quot;&gt;http://infotechvi.com/news.xml&quot;&gt;&lt;/a&gt; &lt;/script&gt;



will only work if you call it from a web page in the same directory as your PHP script, ideally you would issue a FULL url that points to your script:



&lt;script language=&quot;JavaScript&quot; src=&quot;&lt;a href=&quot;http://www.somesite.com/feed/rss2js.php?&quot;&gt;http://www.somesite.com/feed/rss2js.php?&lt;/a&gt;

src=&lt;a href=&quot;http://infotechvi.com/news.xml&quot;&gt;http://infotechvi.com/news.xml&quot;&gt;&lt;/a&gt; &lt;/script&gt;



This is experimental, free, so some leg work is going to be on your end.</description>
		<content:encoded><![CDATA[<p>You should first make sure your web site host supports PHP.</p>
<p>Then you should test your PHP script by executing it as a URL in your web browser, e.g., the site you attempted, works on my script:</p>
<p><a href="http://jade.mcli.dist.maricopa.edu/feed/rss2js.php?src=http://infotechvi.com/news.xml">http://jade.mcli.dist.maricopa.edu/feed/rss2js.php?src=http://infotechvi.com/news.xml</a></p>
<p>Finally, in the code you sent me:</p>
<p>  &lt;script language=&#8221;JavaScript&#8221; src=&#8221;rss2js.php?</p>
<p>src=<a href="http://infotechvi.com/news.xml"></a><a href="http://infotechvi.com/news.xml" rel="nofollow">http://infotechvi.com/news.xml</a>&#8220;&gt; &lt;/script&gt;</p>
<p>will only work if you call it from a web page in the same directory as your PHP script, ideally you would issue a FULL url that points to your script:</p>
<p>&lt;script language=&#8221;JavaScript&#8221; src=&#8221;<a href="http://www.somesite.com/feed/rss2js.php?"></a><a href="http://www.somesite.com/feed/rss2js.php" rel="nofollow">http://www.somesite.com/feed/rss2js.php</a>?</p>
<p>src=<a href="http://infotechvi.com/news.xml"></a><a href="http://infotechvi.com/news.xml" rel="nofollow">http://infotechvi.com/news.xml</a>&#8220;&gt; &lt;/script&gt;</p>
<p>This is experimental, free, so some leg work is going to be on your end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Bateman</title>
		<link>http://cogdogblog.com/2003/05/07/rss-to/comment-page-1/#comment-35</link>
		<dc:creator>Rick Bateman</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2003/05/07/rss-to-js-examplescode/#comment-35</guid>
		<description>Well, I tried everything and everything is as you say it should be but it still only works when I use the &lt;a href=&quot;http://jade.mcli.dist.maricopa.edu&quot;&gt;http://jade.mcli.dist.maricopa.edu&lt;/a&gt; URL so it must be something else about my ISP&#039;s server config. I even tried the FTP permissions.



I was mainly interested in this to share it with my local RSS group but it does not seem to be as &quot;no brainer portable&quot; as I hoped.



Thanks anyway.</description>
		<content:encoded><![CDATA[<p>Well, I tried everything and everything is as you say it should be but it still only works when I use the <a href="http://jade.mcli.dist.maricopa.edu">http://jade.mcli.dist.maricopa.edu</a> URL so it must be something else about my ISP&#8217;s server config. I even tried the FTP permissions.</p>
<p>I was mainly interested in this to share it with my local RSS group but it does not seem to be as &#8220;no brainer portable&#8221; as I hoped.</p>
<p>Thanks anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://cogdogblog.com/2003/05/07/rss-to/comment-page-1/#comment-36</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2003/05/07/rss-to-js-examplescode/#comment-36</guid>
		<description>I am guessing Rick, your issue is with PHP global settings being OFF on your server, and the way I had written the code did not address this.



I have made an update of the code (blogged) to try and take care of this, as well as add some display options mentioned by Randy Brown. 



See:

&lt;a href=&quot;http://jade.mcli.dist.maricopa.edu/feed/&quot;&gt;http://jade.mcli.dist.maricopa.edu/feed/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I am guessing Rick, your issue is with PHP global settings being OFF on your server, and the way I had written the code did not address this.</p>
<p>I have made an update of the code (blogged) to try and take care of this, as well as add some display options mentioned by Randy Brown. </p>
<p>See:</p>
<p><a href="http://jade.mcli.dist.maricopa.edu/feed/">http://jade.mcli.dist.maricopa.edu/feed/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Object Learning</title>
		<link>http://cogdogblog.com/2003/05/07/rss-to/comment-page-1/#comment-37</link>
		<dc:creator>Object Learning</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2003/05/07/rss-to-js-examplescode/#comment-37</guid>
		<description>&lt;strong&gt;RSS Feeds via Javascript&lt;/strong&gt;

Most of the substance of these tips are bouncing around elsewhere, but now Alan, with some help from D&#8217;Arcy, wrap up the key elements of rendering RSS feeds into any web presentation (page, weblog, course) in a nice tidy package:...</description>
		<content:encoded><![CDATA[<p><strong>RSS Feeds via Javascript</strong></p>
<p>Most of the substance of these tips are bouncing around elsewhere, but now Alan, with some help from D&#8217;Arcy, wrap up the key elements of rendering RSS feeds into any web presentation (page, weblog, course) in a nice tidy package:&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carvingCode</title>
		<link>http://cogdogblog.com/2003/05/07/rss-to/comment-page-1/#comment-38</link>
		<dc:creator>carvingCode</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2003/05/07/rss-to-js-examplescode/#comment-38</guid>
		<description>&lt;strong&gt;RSS feeds via Javascript and PHP&lt;/strong&gt;

Alan at Maricopa has provided a nicely documented and exampled page which shows how to import RSS feeds onto any Web page, not just a weblog page.  Uses OnyxRSS and some PHP Alan wrote.  Thanks!



...</description>
		<content:encoded><![CDATA[<p><strong>RSS feeds via Javascript and PHP</strong></p>
<p>Alan at Maricopa has provided a nicely documented and exampled page which shows how to import RSS feeds onto any Web page, not just a weblog page.  Uses OnyxRSS and some PHP Alan wrote.  Thanks!</p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cogdogblog</title>
		<link>http://cogdogblog.com/2003/05/07/rss-to/comment-page-1/#comment-39</link>
		<dc:creator>cogdogblog</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2003/05/07/rss-to-js-examplescode/#comment-39</guid>
		<description>&lt;strong&gt;RSS to JS update&lt;/strong&gt;

A quick update to the PHP script for the RSS to Javascript demo posted here May 7. For a reminder, this is a strategy for incorporating RSS feeds into ANY web page (HTML, Blackboard, WebCT) via a reference to a...
</description>
		<content:encoded><![CDATA[<p><strong>RSS to JS update</strong></p>
<p>A quick update to the PHP script for the RSS to Javascript demo posted here May 7. For a reminder, this is a strategy for incorporating RSS feeds into ANY web page (HTML, Blackboard, WebCT) via a reference to a&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

