<?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: 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>
	<pubDate>Fri, 05 Dec 2008 09:12:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Monkeyget</title>
		<link>http://cafe.elharo.com/xml/flipping-slides-with-javascript/#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'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" onclick="javascript:pageTracker._trackPageview('/outbound/comment/meyerweb.com');" 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-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'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-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 "Slidy" (http://www.w3.org/Talks/Tools/Slidy/). I don't know if it's a W3C "official" format or simply an experiment, but it looks quite nice. It's very similar to S5.

- Xavi</description>
		<content:encoded><![CDATA[<p>There is also another format called &#8220;Slidy&#8221; (http://www.w3.org/Talks/Tools/Slidy/). 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-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'm definitely going to have to reverse engineer this to borrow the best ideas for my own work. However, it's got one major flaw. Because the individual slides are all in a single file, there's only one URL. This is bad for linking, bookmarking, ad placement, and search engine optimization. It's much better for the individual slides to each have their own URLs.

Per Bothner has &lt;a href="http://per.bothner.com/papers/KawaLisps05/talk.html" rel="nofollow"&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" onclick="javascript:pageTracker._trackPageview('/outbound/comment/per.bothner.com');" 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-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-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'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/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.meyerweb.com');" 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-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's &lt;a href="http://meyerweb.com/eric/tools/s5/" rel="nofollow"&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'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/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/meyerweb.com');" 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>
