<?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"
	>
<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's blog space for barking about instructional technology</description>
	<pubDate>Sat, 22 Nov 2008 06:39:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Rick Bateman</title>
		<link>http://cogdogblog.com/2003/05/07/rss-to/#comment-33</link>
		<dc:creator>Rick Bateman</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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 "feed". Then I set the web page code to 



  



Doesn'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-34</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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="http://jade.mcli.dist.maricopa.edu/feed/rss2js.php?src=http://infotechvi.com/news.xml"&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:



  &#60;script language="JavaScript" src="rss2js.php?

src=&lt;a href="http://infotechvi.com/news.xml"&gt;http://infotechvi.com/news.xml"&#62;&lt;/a&gt; &#60;/script&#62;



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:



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

src=&lt;a href="http://infotechvi.com/news.xml"&gt;http://infotechvi.com/news.xml"&#62;&lt;/a&gt; &#60;/script&#62;



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?">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-35</link>
		<dc:creator>Rick Bateman</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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="http://jade.mcli.dist.maricopa.edu"&gt;http://jade.mcli.dist.maricopa.edu&lt;/a&gt; URL so it must be something else about my ISP'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 "no brainer portable" 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-36</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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="http://jade.mcli.dist.maricopa.edu/feed/"&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-37</link>
		<dc:creator>Object Learning</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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-38</link>
		<dc:creator>carvingCode</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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-39</link>
		<dc:creator>cogdogblog</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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>
