<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Threepress Consulting blog &#187; video</title>
	<atom:link href="http://blog.threepress.org/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.threepress.org</link>
	<description>Threepress creates software for publishers, educators and authors.</description>
	<lastBuildDate>Tue, 27 Jul 2010 16:34:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Interactivity in EPUB using JavaScript, HTML5 and CSS3: BEA/IDPF video posted</title>
		<link>http://blog.threepress.org/2010/06/02/interactivity-in-epub-using-javascript-html5-and-css3-beaidpf-video-posted/</link>
		<comments>http://blog.threepress.org/2010/06/02/interactivity-in-epub-using-javascript-html5-and-css3-beaidpf-video-posted/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 14:29:39 +0000</pubDate>
		<dc:creator>Liza Daly</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[epub]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[interactivity]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.threepress.org/?p=1467</guid>
		<description><![CDATA[I re-recorded my talk at IDPF Digital Book as a video.  Getting the audio synced properly was no fun so I apologize for a few production issues.
Interactivity in EPUB
View more videos from lizadaly.

Here&#8217;s the executive summary of the talk:

 You can add interactivity to an EPUB book using either the &#60;object&#62; or &#60;script&#62; elements.
 [...]]]></description>
			<content:encoded><![CDATA[<p>I re-recorded my talk at IDPF Digital Book as a video.  Getting the audio synced properly was no fun so I apologize for a few production issues.</p>
<div style="width:425px" id="__ss_4390733"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/lizadaly/interactivity-in-epub" title="Interactivity in EPUB">Interactivity in EPUB</a></strong><object id="__sse4390733" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/playerv.swf?doc=epub-100602085847-phpapp02-video&#038;stripped_title=interactivity-in-epub&#038;autoplay=0" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse4390733" src="http://static.slidesharecdn.com/swf/playerv.swf?doc=epub-100602085847-phpapp02-video&#038;stripped_title=interactivity-in-epub&#038;autoplay=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">videos</a> from <a href="http://www.slideshare.net/lizadaly">lizadaly</a>.</div>
</div>
<p>Here&#8217;s the executive summary of the talk:</p>
<ul>
<li> You can add interactivity to an EPUB book using either the &lt;object&gt; or &lt;script&gt; elements.</li>
<li> Currently <em>object</em> has the best support, especially <a href="http://blog.threepress.org/2009/11/14/using-flash-video-in-epub/">using Flash in Adobe Digital Editions</a>.</li>
<li> The <em>script</em> element is specifically discouraged (though not disallowed) in EPUB 2.0.1, and no major reading system supports it. However, all browsers do!</li>
<li> The primary advantage of interactivity using <em>script</em> is that the content creator has the ability to manipulate every part of the ebook: all of the text, its layout, even potentially the user interface of the reading system itself. With <em>object</em> you can apply interactivity to just an arbitrary rectangle.</li>
<li> There is a great deal of interesting animation and even interactivity possible using CSS3, which <em>is</em> allowed in EPUB 2.0.1 and is supported by iBooks and <a href="http://blog.threepress.org/2010/04/02/designing-ebooks-for-epub-reading-engines/">other WebKit-based ereaders</a>.</li>
<li> Interactivity is also possible using JavaScript combined with the <a href="http://blog.threepress.org/2010/04/12/html5-for-publishers/">HTML5</a> <em>canvas</em> element, though <em>canvas</em> is not part of EPUB 2.0.1.</li>
<li> With access to JavaScript on mobile devices, ebooks can potentially gain access to information about the reading device itself, such as the location of the reader in the physical world, or the device&#8217;s orientation, or even add photos and video from the device&#8217;s camera.</li>
<li> Any ereader that allows JavaScript provides the ability for ebooks to access live data on the web.</li>
<li>The primary blocker for extremely rich interactive ebooks is ereader support, but by embedding browser-based reading systems like <a href="http://monocle.inventivelabs.com.au/">Monocle</a>, content creators can distribute such ebooks today.</li>
<li>It remains to be worked out how to handle JavaScript in larger ereading systems both safely and with proper fallbacks to non-interactive content.</li>
</ul>
<p>I&#8217;ll also be posting some of the example files used in the tutorial in a forthcoming post.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threepress.org/2010/06/02/interactivity-in-epub-using-javascript-html5-and-css3-beaidpf-video-posted/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Designing ebooks for ePub reading engines (video)</title>
		<link>http://blog.threepress.org/2010/04/28/designing-ebooks-for-epub-reading-engines-video/</link>
		<comments>http://blog.threepress.org/2010/04/28/designing-ebooks-for-epub-reading-engines-video/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 21:04:46 +0000</pubDate>
		<dc:creator>Liza Daly</dc:creator>
				<category><![CDATA[book design]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.threepress.org/?p=1449</guid>
		<description><![CDATA[The video of my session at BookNet Canada Tech Forum is now posted over on their site (scroll down to 1pm):

In the video you can enjoy the dramatic moment when the lights inexplicably dim and I think I&#8217;m being thrown off stage.
(Slides for &#8216;Designing ebooks for ePub reading engines&#8217;)
]]></description>
			<content:encoded><![CDATA[<p>The video of my session at BookNet Canada Tech Forum is now posted over on their site (scroll down to 1pm):</p>
<p><a href="http://www.booknetcanada.ca/index.php?option=com_content&#038;view=article&#038;id=567&#038;Itemid=534"><img src="http://3press-blog.s3.amazonaws.com/booknet.png" alt="BookNet Canada presentation" /></a></p>
<p>In the video you can enjoy the dramatic moment when the lights inexplicably dim and I think I&#8217;m being thrown off stage.</p>
<p>(<a href="http://blog.threepress.org/2010/04/02/designing-ebooks-for-epub-reading-engines/">Slides for &#8216;Designing ebooks for ePub reading engines&#8217;</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threepress.org/2010/04/28/designing-ebooks-for-epub-reading-engines-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML5 for publishers</title>
		<link>http://blog.threepress.org/2010/04/12/html5-for-publishers/</link>
		<comments>http://blog.threepress.org/2010/04/12/html5-for-publishers/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 14:58:15 +0000</pubDate>
		<dc:creator>Keith Fahlgren</dc:creator>
				<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.threepress.org/?p=1402</guid>
		<description><![CDATA[The launch of the iPad and iBooks and the tremendous stream of one-off demos reimagining publishing have made it extremely difficult to understand what technologies for enriched content are available to publishers today. In particular, I’ve seen a lot of confusion about what HTML5 might actually mean and what specific opportunities it might bring for [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="blog.threepress.org/2010/04/05/ibooks-and-epub/">launch of the iPad and iBooks</a> and the tremendous stream of <a href="http://www.wired.com/epicenter/2010/02/the-wired-ipad-app-a-video-demonstration/">one-off demos</a> <q><a href="toc.oreilly.com/2010/04/why-ipad-adaptation-is-an-uphill-battle-for-incumbent-publishers.html">reimagining</a></q> publishing have made it extremely difficult to understand what technologies for enriched content are available to publishers today. In particular, I’ve seen a lot of confusion about what <q>HTML5</q> might actually mean and what specific opportunities it might bring for digital reading.</p>
<p>To try to shed some light on some complicated work, I’ve pieced together a very incomplete introduction to some of the new things that HTML5 and related specifications <em>might</em> bring (remember: they aren&#8217;t finished or implemented everywhere).</p>
<p><span id="more-1402"></span></p>
<p>Seven concrete areas of opportunity:</p>
<dl>
<dt><a href="http://www.w3.org/TR/html5/semantics.html#semantics">New semantics</a></dt>
<dd>
<p>HTML5 adds <a href="http://diveintohtml5.org/semantics.html#new-elements<br />
">a bunch of new elements</a> that might help publishers represent their content more clearly.</p>
<ul>
<li class="upside"><code>section</code>, <code>article</code>, <code>header</code>, and <code>aside</code> should be very useful wrappers for real-world content.</li>
<li class="downside">Older web browsers will safely ignore unknown tags, but some ereaders that aren&#8217;t based on browsers may exhibit unexpected behavior. Also, typically, semantic tagging alone won&#8217;t drive a lot of sales.</li>
</ul>
</dd>
<dt><a href="http://www.w3.org/TR/html5/the-canvas-element.html#the-canvas-element">Drawing</a></dt>
<dd>
<p>HTML5 adds a <code>canvas</code> element, which allows for (<a href="http://www.benjoffe.com/code/games/torus/">really</a> <a href="http://n96.org/#lat=41.52&#038;lon=-100.11&#038;dist=2500">snazzy</a>) complex drawing and animation. Mark Pilgrim’s chapter in <a href="http://diveintohtml5.org/canvas.html">Dive into HTML5</a> offers not only the hairy details but also an example of how embedded HTML5 can change instructional materials (view it in Safari).</p>
<ul>
<li class="upside">This might replace some of what we think about when we say &#8216;Flash&#8217; casually. It might allow for more interactive elements to be included in content.</li>
<li class="downside">There are no easy-to-use tools that generate canvases — they must be coded by hand (Although it sounds like some basic tools <a href="http://www.9to5mac.com/Flash-html5-canvas-35409730">are close</a>).</li>
</ul>
</dd>
<dt><a href="http://www.w3.org/TR/html5/video.html#video">Video</a></dt>
<dd>
<p>HTML5 adds a <code>video</code> element, which offers the first standards-based way to embed video in a web page. Similarly, an <code>audio</code> element has been added.</p>
<ul>
<li class="upside">Seamlessly embedable video may offer new ways of assembling and delivering multimedia content.</li>
<li class="downside">Licensing for the actual encodings of the video content (the way that they&#8217;re compressed and stored) is <a href="http://www.streamingmedia.com/Articles/ReadArticle.aspx?ArticleID=65403">unbelievably messed up and getting worse</a>.</li>
</ul>
</dd>
<dt><a href="http://www.w3.org/Style/CSS/current-work#CSS3">CSS3</a></dt>
<dd>
<p>A related set of updates to the Cascading Stylesheets specifications, CSS3, is often discussed alongside HTML5.</p>
<ul>
<li class="upside">CSS3 may bring a range of delightful updates for content creators, from better support for font-faces on the web to animations and transitions that may (along with canvas) allow alternatives to Flash for <a href="http://girliemac.com/sandbox/matrix.html">flashy</a> <a href="http://devfiles.myopera.com/articles/1041/image-gallery.html">stuff</a>.</li>
<li class="downside">Licensing solutions for fonts on the web are still in-progress. Authoring tools non-existent; support not complete across browsers.</li>
</ul>
</dd>
<dt><a href="http://www.w3.org/TR/geolocation-API/">Geolocation</a></dt>
<dd>
<p>Updates to a JavaScript API alongside HTML5 allow for users to reveal their physical location.</p>
<ul>
<li class="upside">There are probably a lot of opportunities to connect reading, readers, booksellers, and where people actually are.</li>
<li class="downside"><a href="http://diveintohtml5.org/geolocation.html#w3c">Very little support</a> on desktops or more basic phones.
</li>
</ul>
</dd>
<dt><a href="http://www.w3.org/TR/offline-webapps/">Offline Applications</a></dt>
<dd>
<p>A <a href="http://www.w3.org/TR/offline-webapps/">set</a> of <a href="http://www.w3.org/TR/webdatabase/">specifications</a> related to HTML5 make it possible to create web applications that run without an active internet connection.</p>
<ul>
<li class="upside">Offline web applications can offer many of the features that standalone iPhone and Android Apps have and do not have to go through any App Store. They may also be more portable, as they don&#8217;t<br />
have to have a separate set of software for each platform. [<em>Explicitly</em>: This is the part of <q>HTML5</q> that allows <a href="http://ibisreader.com">Ibis Reader</a>  to behave just like a <q>normal</q> App on iPhones, iPads, and Android phones.]</li>
<li class="downside">Offline web applications are typically slower than standalone apps, although this will become less important as faster devices like the iPad become more common. Support on platforms is not uniform. Firefox doesn&#8217;t seem interested in supporting the current database specification.</li>
</ul>
</dd>
<dt><a href="http://www.w3.org/TR/microdata/">Microdata</a></dt>
<dd>
<p>Another related specification that provides way of adding machine-readable annotations to content.</p>
<ul>
<li class="upside">One use of microdata might be to embed content licensing and other details inside pages.</li>
<li class="downside">Yawn. Some of these features have been around in microformats for years and haven&#8217;t really taken off, although this could be very important for specialized content with regularly-structured content (cookbooks would be an easy example).</li>
</ul>
</dd>
</dl>
<p>Sadly, HTML5 support (on any of the above) in Internet Explorer (even the unreleased IE9) is woefully incomplete and IE is still the most ubiquitous browser. Look at the number of red Xs in the right-hand columns of this support chart: <a href="http://www.findmebyip.com/litmus/">http://www.findmebyip.com/litmus/</a></p>
<p>Does the above inspire you to try out some of these new opportunities now that you can pierce some of the HTML5 hype? Please <a href="http://threepress.org/contact/">let us know</a>, as we’re actively seeking publishers and authors interested in innovating and experimenting with actual content to develop short- or long-form examples that take avantage of these new possibilities for enthralling, educating, and entertaining readers.</p>
<hr />
<p>Want to explore in more detail? Both <a href="http://html5doctor.com">http://html5doctor.com</a> &#038; <a href="http://diveintohtml5.org">http://diveintohtml5.org</a> have great details on the state of the above technologies. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threepress.org/2010/04/12/html5-for-publishers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Video posted for &#8216;Survey of Current E-Readers&#8217;</title>
		<link>http://blog.threepress.org/2009/04/22/video-posted-for-survey-of-current-e-readers/</link>
		<comments>http://blog.threepress.org/2009/04/22/video-posted-for-survey-of-current-e-readers/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 13:08:27 +0000</pubDate>
		<dc:creator>Liza Daly</dc:creator>
				<category><![CDATA[ebooks]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[toc]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[epub]]></category>
		<category><![CDATA[ereader]]></category>
		<category><![CDATA[olpc]]></category>
		<category><![CDATA[plasticlogic]]></category>
		<category><![CDATA[sony reader]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[xo]]></category>

		<guid isPermaLink="false">http://blog.threepress.org/?p=435</guid>
		<description><![CDATA[O&#8217;Reilly has posted video from my session with Keith Fahlgren on e-reading devices.  
Please enjoy my despair at the beginning as all the wireless-enabled readers interfere with the microphone.
It might be useful to follow along with the slides in the latter half of my talk, when the camera doesn&#8217;t show them.
 
]]></description>
			<content:encoded><![CDATA[<p>O&#8217;Reilly has posted video from my session with Keith Fahlgren on e-reading devices.  </p>
<p>Please enjoy my despair at the beginning as all the wireless-enabled readers interfere with the microphone.</p>
<p>It might be useful to follow along with the <a href="http://blog.threepress.org/2009/02/17/slides-from-survey-of-current-e-readers/">slides</a> in the latter half of my talk, when the camera doesn&#8217;t show them.</p>
<p><embed src="http://blip.tv/play/AfrkRIa7aQ" type="application/x-shockwave-flash" width="475" height="275"  allowscriptaccess="always" allowfullscreen="true"></embed> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threepress.org/2009/04/22/video-posted-for-survey-of-current-e-readers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Newspapers&#8230; of the future</title>
		<link>http://blog.threepress.org/2009/01/28/newspapers-of-the-future/</link>
		<comments>http://blog.threepress.org/2009/01/28/newspapers-of-the-future/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 03:09:08 +0000</pubDate>
		<dc:creator>Liza Daly</dc:creator>
				<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.threepress.org/?p=293</guid>
		<description><![CDATA[

This screenshot really says it all, but I just love this 1981 report on how news of the future will be transmitted.  I suspect Richard Halloran didn&#8217;t live long enough to see the &#8220;tele-paper&#8221; become ubiquitous.

Despite the tough economic times facing publishing in general and newspapers in particular, I&#8217;m pretty glad it doesn&#8217;t take 2 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=5WCTn4FljUQ"><img class="aligncenter size-full wp-image-294" title="picture-42" src="http://blog.threepress.org/wp-content/uploads/2009/01/picture-42.png" alt="picture-42" width="418" height="350" /></a></p>
<p style="clear:both">
This screenshot really says it all, but I just love this 1981 report on how news of the future will be transmitted.  I suspect Richard Halloran didn&#8217;t live long enough to see the &#8220;tele-paper&#8221; become ubiquitous.
</p>
<p>Despite the tough economic times facing publishing in general and newspapers in particular, I&#8217;m pretty glad it doesn&#8217;t take 2 hours and cost $10 to browse nytimes.com every day.</p>
<p>Full YouTube video follows:</p>
<p><span id="more-293"></span><br />
<object width="425" height="344" data="http://www.youtube.com/v/5WCTn4FljUQ&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/5WCTn4FljUQ&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threepress.org/2009/01/28/newspapers-of-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fantastic book promotional film</title>
		<link>http://blog.threepress.org/2008/12/04/fantastic-short-promotional-film/</link>
		<comments>http://blog.threepress.org/2008/12/04/fantastic-short-promotional-film/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 01:07:44 +0000</pubDate>
		<dc:creator>Liza Daly</dc:creator>
				<category><![CDATA[video]]></category>
		<category><![CDATA[4th estate]]></category>
		<category><![CDATA[apt studio]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[time-lapse]]></category>

		<guid isPermaLink="false">http://blog.threepress.org/?p=204</guid>
		<description><![CDATA[I just love this witty, gorgeous short film by the geniuses at Apt Studio, celebrating the 25th anniversary of UK publisher 4th Estate.
There are numerous in-jokes referencing the material in the books. You&#8217;ll get them if you&#8217;re smarter than me.

This Is Where We Live from 4th Estate on Vimeo.
Be sure to check out the making-of [...]]]></description>
			<content:encoded><![CDATA[<p>I just love this witty, gorgeous short film by the geniuses at <a href="http://aptstudio.com">Apt Studio</a>, celebrating the 25th anniversary of UK publisher <a href="http://www.25thestate.com/">4th Estate</a>.</p>
<p>There are numerous in-jokes referencing the material in the books. You&#8217;ll get them if you&#8217;re smarter than me.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2295261&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=2295261&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://vimeo.com/2295261">This Is Where We Live</a> from <a href="http://vimeo.com/wherewelive">4th Estate</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Be sure to check out the <a href="http://www.25thestate.com/videos/">making-of</a> videos. In this day and age I was amazed that they used real time-lapse photography. It&#8217;s a nice nod to the physicality of the printed books themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threepress.org/2008/12/04/fantastic-short-promotional-film/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
