<?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: Flipping Slides with JavaScript</title>
	<atom:link href="http://cafe.elharo.com/xml/flipping-slides-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://cafe.elharo.com/xml/flipping-slides-with-javascript/</link>
	<description>Longer than a blog; shorter than a book</description>
	<lastBuildDate>Tue, 09 Mar 2010 18:31:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Monkeyget</title>
		<link>http://cafe.elharo.com/xml/flipping-slides-with-javascript/comment-page-1/#comment-61059</link>
		<dc:creator>Monkeyget</dc:creator>
		<pubDate>Thu, 01 Mar 2007 11:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/xml/flipping-slides-with-javascript/#comment-61059</guid>
		<description>Or...you could use the projection media mode which is standard css. No need to use javascript or juggle with ids.
An example here : http://meyerweb.com/eric/tools/slideshow/test.html
Just look at the source, it doesn&#039;t get simpler than that.</description>
		<content:encoded><![CDATA[<p>Or&#8230;you could use the projection media mode which is standard css. No need to use javascript or juggle with ids.<br />
An example here : <a href="http://meyerweb.com/eric/tools/slideshow/test.html" rel="nofollow">http://meyerweb.com/eric/tools/slideshow/test.html</a><br />
Just look at the source, it doesn&#8217;t get simpler than that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://cafe.elharo.com/xml/flipping-slides-with-javascript/comment-page-1/#comment-60617</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 27 Feb 2007 10:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/xml/flipping-slides-with-javascript/#comment-60617</guid>
		<description>Hi there. I just thought I&#039;d let you know about html accesskeys, which have been part of the spec since about version 5 browsers, and are supported by IE/Mozilla/Opera/Amaya and Safari. very easy to use, and starting to gte very commmon. See the link above</description>
		<content:encoded><![CDATA[<p>Hi there. I just thought I&#8217;d let you know about html accesskeys, which have been part of the spec since about version 5 browsers, and are supported by IE/Mozilla/Opera/Amaya and Safari. very easy to use, and starting to gte very commmon. See the link above</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavi MirÃ³</title>
		<link>http://cafe.elharo.com/xml/flipping-slides-with-javascript/comment-page-1/#comment-31772</link>
		<dc:creator>Xavi MirÃ³</dc:creator>
		<pubDate>Tue, 21 Nov 2006 08:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/xml/flipping-slides-with-javascript/#comment-31772</guid>
		<description>There is also another format called &quot;Slidy&quot; (http://www.w3.org/Talks/Tools/Slidy/). I don&#039;t know if it&#039;s a W3C &quot;official&quot; format or simply an experiment, but it looks quite nice. It&#039;s very similar to S5.

- Xavi</description>
		<content:encoded><![CDATA[<p>There is also another format called &#8220;Slidy&#8221; (<a href="http://www.w3.org/Talks/Tools/Slidy/" rel="nofollow">http://www.w3.org/Talks/Tools/Slidy/</a>). I don&#8217;t know if it&#8217;s a W3C &#8220;official&#8221; format or simply an experiment, but it looks quite nice. It&#8217;s very similar to S5.</p>
<p>- Xavi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://cafe.elharo.com/xml/flipping-slides-with-javascript/comment-page-1/#comment-25667</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Sun, 29 Oct 2006 13:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/xml/flipping-slides-with-javascript/#comment-25667</guid>
		<description>S5 is very pretty, and quite impressive technically. I&#039;m definitely going to have to reverse engineer this to borrow the best ideas for my own work. However, it&#039;s got one major flaw. Because the individual slides are all in a single file, there&#039;s only one URL. This is bad for linking, bookmarking, ad placement, and search engine optimization. It&#039;s much better for the individual slides to each have their own URLs.

Per Bothner has &lt;a href=&quot;http://per.bothner.com/papers/KawaLisps05/talk.html&quot; rel=&quot;nofollow&quot;&gt;fixed&lt;/a&gt; at least the linking and bookmarking problems by using fragment identifiers. Search engines still seem to strip the fragment ID when indexing though. </description>
		<content:encoded><![CDATA[<p>S5 is very pretty, and quite impressive technically. I&#8217;m definitely going to have to reverse engineer this to borrow the best ideas for my own work. However, it&#8217;s got one major flaw. Because the individual slides are all in a single file, there&#8217;s only one URL. This is bad for linking, bookmarking, ad placement, and search engine optimization. It&#8217;s much better for the individual slides to each have their own URLs.</p>
<p>Per Bothner has <a href="http://per.bothner.com/papers/KawaLisps05/talk.html" rel="nofollow">fixed</a> at least the linking and bookmarking problems by using fragment identifiers. Search engines still seem to strip the fragment ID when indexing though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Gaughan</title>
		<link>http://cafe.elharo.com/xml/flipping-slides-with-javascript/comment-page-1/#comment-25342</link>
		<dc:creator>Keith Gaughan</dc:creator>
		<pubDate>Sat, 28 Oct 2006 01:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/xml/flipping-slides-with-javascript/#comment-25342</guid>
		<description>My HTML presentation template works quite similarly to S5 in this regard, but why not embed the filename of the next slide in a LINK tag? That way you can pull all of that JS into a separate file. Much less nasty.</description>
		<content:encoded><![CDATA[<p>My HTML presentation template works quite similarly to S5 in this regard, but why not embed the filename of the next slide in a LINK tag? That way you can pull all of that JS into a separate file. Much less nasty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Roth</title>
		<link>http://cafe.elharo.com/xml/flipping-slides-with-javascript/comment-page-1/#comment-23678</link>
		<dc:creator>John Roth</dc:creator>
		<pubDate>Sat, 21 Oct 2006 01:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/xml/flipping-slides-with-javascript/#comment-23678</guid>
		<description>S5 seems to navigate properly, at least under Firefox. It&#039;s at:

http://www.meyerweb.com/eric/tools/s5/

John Roth</description>
		<content:encoded><![CDATA[<p>S5 seems to navigate properly, at least under Firefox. It&#8217;s at:</p>
<p><a href="http://www.meyerweb.com/eric/tools/s5/" rel="nofollow">http://www.meyerweb.com/eric/tools/s5/</a></p>
<p>John Roth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Constabaris</title>
		<link>http://cafe.elharo.com/xml/flipping-slides-with-javascript/comment-page-1/#comment-23650</link>
		<dc:creator>Adam Constabaris</dc:creator>
		<pubDate>Fri, 20 Oct 2006 20:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/xml/flipping-slides-with-javascript/#comment-23650</guid>
		<description>Eric Meyer&#039;s &lt;a href=&quot;http://meyerweb.com/eric/tools/s5/&quot; rel=&quot;nofollow&quot;&gt;s5&lt;/a&gt; achieves some similar navigational results, although it uses a single HTML file (it does, however, support fragment identifiers so it&#039;s possible to link directly to specific slides)</description>
		<content:encoded><![CDATA[<p>Eric Meyer&#8217;s <a href="http://meyerweb.com/eric/tools/s5/" rel="nofollow">s5</a> achieves some similar navigational results, although it uses a single HTML file (it does, however, support fragment identifiers so it&#8217;s possible to link directly to specific slides)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
