<?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: Tasty del.icio.us feeds with PHP</title>
	<atom:link href="http://cogdogblog.com/2004/11/19/tasty-delicious/feed/" rel="self" type="application/rss+xml" />
	<link>http://cogdogblog.com/2004/11/19/tasty-delicious/</link>
	<description>Alan Levine's blog space for barking about instructional technology</description>
	<pubDate>Fri, 21 Nov 2008 21:39:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Randy Brown</title>
		<link>http://cogdogblog.com/2004/11/19/tasty-delicious/#comment-936</link>
		<dc:creator>Randy Brown</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2004/11/19/tasty-delicious-feeds-with-php/#comment-936</guid>
		<description>Alan - When I view the source of your feed2js created page, I am abale to see the HTML source.  When I view the source of my feed2js created page, all I see is the SCRIPT tag  - I don't see the result of the processing.  What gives?</description>
		<content:encoded><![CDATA[<p>Alan - When I view the source of your feed2js created page, I am abale to see the HTML source.  When I view the source of my feed2js created page, all I see is the SCRIPT tag  - I don&#8217;t see the result of the processing.  What gives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Levine</title>
		<link>http://cogdogblog.com/2004/11/19/tasty-delicious/#comment-937</link>
		<dc:creator>Alan Levine</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2004/11/19/tasty-delicious-feeds-with-php/#comment-937</guid>
		<description>Because the examples above are not generated by the JavaScript approach (which echos a series of document.write commands returned as a .js source file) but by direct include of php statements which output raw HTML to the page.</description>
		<content:encoded><![CDATA[<p>Because the examples above are not generated by the JavaScript approach (which echos a series of document.write commands returned as a .js source file) but by direct include of php statements which output raw HTML to the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Brown</title>
		<link>http://cogdogblog.com/2004/11/19/tasty-delicious/#comment-938</link>
		<dc:creator>Randy Brown</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2004/11/19/tasty-delicious-feeds-with-php/#comment-938</guid>
		<description>After I did a little more looking, that's what I figured, Alan.  You're using the .inc file.



Before I dig further: have you, or anyone, come up with a working method to include the .inc calls across a http request?  To include the feeds in WebCT or Blackboard (servers not supporting PHP directly), we'll need to pass the requests to another PHP-friendly server.



I ask, as the Javascript version is not 508 accessible.  The PHP .inc results can be.  We need a way to fully write the contents of a feed back to a page that resides on a server not supporting PHP.</description>
		<content:encoded><![CDATA[<p>After I did a little more looking, that&#8217;s what I figured, Alan.  You&#8217;re using the .inc file.</p>
<p>Before I dig further: have you, or anyone, come up with a working method to include the .inc calls across a http request?  To include the feeds in WebCT or Blackboard (servers not supporting PHP directly), we&#8217;ll need to pass the requests to another PHP-friendly server.</p>
<p>I ask, as the Javascript version is not 508 accessible.  The PHP .inc results can be.  We need a way to fully write the contents of a feed back to a page that resides on a server not supporting PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roch Smith</title>
		<link>http://cogdogblog.com/2004/11/19/tasty-delicious/#comment-939</link>
		<dc:creator>Roch Smith</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2004/11/19/tasty-delicious-feeds-with-php/#comment-939</guid>
		<description>Wow! Wow! Wow!



Alan, your Feed2js is supurb! I installed the stand alone on my server, following your clear instructions precisely and it works like a charm! Bravo!



One question though, what is the best way to include multiple feeds? Should I initiate a new script for each, or can I place multiple feeds within one instance of the javascript?



Thanks again. You're brilliant.</description>
		<content:encoded><![CDATA[<p>Wow! Wow! Wow!</p>
<p>Alan, your Feed2js is supurb! I installed the stand alone on my server, following your clear instructions precisely and it works like a charm! Bravo!</p>
<p>One question though, what is the best way to include multiple feeds? Should I initiate a new script for each, or can I place multiple feeds within one instance of the javascript?</p>
<p>Thanks again. You&#8217;re brilliant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Levine</title>
		<link>http://cogdogblog.com/2004/11/19/tasty-delicious/#comment-940</link>
		<dc:creator>Alan Levine</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2004/11/19/tasty-delicious-feeds-with-php/#comment-940</guid>
		<description>I cannot see an easy way to include dynamic content into such pages-- you may have to look at something like server side includes which would require writing something completely new to do the parsing and dispaly of RSS content.



However, I am not sure about the statement of not being 508 compliant. The JavaScript is ignored, but Feed2JS includes a NOSCRIPT tag that links to an HTML generated version of the feed (thus not embedded in the page, but still available to the user).



Try turning off JS in your browser to see how it works.</description>
		<content:encoded><![CDATA[<p>I cannot see an easy way to include dynamic content into such pages&#8211; you may have to look at something like server side includes which would require writing something completely new to do the parsing and dispaly of RSS content.</p>
<p>However, I am not sure about the statement of not being 508 compliant. The JavaScript is ignored, but Feed2JS includes a NOSCRIPT tag that links to an HTML generated version of the feed (thus not embedded in the page, but still available to the user).</p>
<p>Try turning off JS in your browser to see how it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Levine</title>
		<link>http://cogdogblog.com/2004/11/19/tasty-delicious/#comment-941</link>
		<dc:creator>Alan Levine</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2004/11/19/tasty-delicious-feeds-with-php/#comment-941</guid>
		<description>Roch,



Thanks- multiple insertions of feeds would require a separate Feed@JS chunk of cod eper page. This could be a hit on your time to load pages;l I have done as many as 3 and there is a lag for the content to load. Your mileage may vary.



If your server runs PHP, however, you can speed it up a bit by using the method described in this post, which has 2 different sets of feeds on the same page.</description>
		<content:encoded><![CDATA[<p>Roch,</p>
<p>Thanks- multiple insertions of feeds would require a separate Feed@JS chunk of cod eper page. This could be a hit on your time to load pages;l I have done as many as 3 and there is a lag for the content to load. Your mileage may vary.</p>
<p>If your server runs PHP, however, you can speed it up a bit by using the method described in this post, which has 2 different sets of feeds on the same page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Landon's Weblog for Students</title>
		<link>http://cogdogblog.com/2004/11/19/tasty-delicious/#comment-942</link>
		<dc:creator>Bruce Landon's Weblog for Students</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/2004/11/19/tasty-delicious-feeds-with-php/#comment-942</guid>
		<description>&lt;strong&gt;blog tech&lt;/strong&gt;

Tasty del.icio.us feeds with PHP .
</description>
		<content:encoded><![CDATA[<p><strong>blog tech</strong></p>
<p>Tasty del.icio.us feeds with PHP .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
