<?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: JavaScript and interactivity in iBooks</title>
	<atom:link href="http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/</link>
	<description>Threepress creates software for publishers, educators and authors.</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:57:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raju Chakraborty</title>
		<link>http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/comment-page-1/#comment-4429</link>
		<dc:creator>Raju Chakraborty</dc:creator>
		<pubDate>Wed, 22 Sep 2010 04:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1519#comment-4429</guid>
		<description>I found quite a few problems in trying this in one of our iBooks for iPad. I found it to be working on the first page and not to be working on pages thereafter. Another problem I saw is that if the clickable object is at the page end it only shows the part of the pop up box, based on the bottom space available on that particular page. It doesn&#039;t turns the page over or the pop up box doesn&#039;t appear above the clickable object.
I also require some hints on how to animate text (fly, say from top to bottom) on iPad through Javascript. My code is working fine on the browser but not working in iPad. Is the application in iPad still not that smart?</description>
		<content:encoded><![CDATA[<p>I found quite a few problems in trying this in one of our iBooks for iPad. I found it to be working on the first page and not to be working on pages thereafter. Another problem I saw is that if the clickable object is at the page end it only shows the part of the pop up box, based on the bottom space available on that particular page. It doesn&#8217;t turns the page over or the pop up box doesn&#8217;t appear above the clickable object.<br />
I also require some hints on how to animate text (fly, say from top to bottom) on iPad through Javascript. My code is working fine on the browser but not working in iPad. Is the application in iPad still not that smart?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pumping Irony » Investigating MOBI</title>
		<link>http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/comment-page-1/#comment-4398</link>
		<dc:creator>Pumping Irony » Investigating MOBI</dc:creator>
		<pubDate>Tue, 21 Sep 2010 18:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1519#comment-4398</guid>
		<description>[...] via limited JavaScript is coming as well (already supported in Apple&#8217;s iBooks &#8212; here is a sample). For myself, I am primarily interested solely in reading fiction on an e-reader device so I am not [...]</description>
		<content:encoded><![CDATA[<p>[...] via limited JavaScript is coming as well (already supported in Apple&#8217;s iBooks &#8212; here is a sample). For myself, I am primarily interested solely in reading fiction on an e-reader device so I am not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/comment-page-1/#comment-3979</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Mon, 13 Sep 2010 21:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1519#comment-3979</guid>
		<description>Thanks Liza, that&#039;s good to know that it&#039;s fixed!  Let&#039;s just hope iBooks use the stock webkit and not some kind of dumbed down fork. 

Some time after I posted my comment, I quickly tried your code without opacity (using visible) and with translate3D, and it indeed doesn&#039;t react faster at all after the touch event. But as there is no more transition, we gain the transition time, so it&#039;s perceptually a little bit quicker.

Anyway, thanks a lot for these nice experiments -- I surely now want to try a few other things with CSS and Javascript in iBooks :-) And let push some of these experimentations to the iBookstore, because, contrary to the popular belief, Apple listen… well, they sometimes listen!

(Sorry that I didn&#039;t came back to say so earlier... it was a quick experiment late at night, and the next morning I had totally forgotten)</description>
		<content:encoded><![CDATA[<p>Thanks Liza, that&#8217;s good to know that it&#8217;s fixed!  Let&#8217;s just hope iBooks use the stock webkit and not some kind of dumbed down fork. </p>
<p>Some time after I posted my comment, I quickly tried your code without opacity (using visible) and with translate3D, and it indeed doesn&#8217;t react faster at all after the touch event. But as there is no more transition, we gain the transition time, so it&#8217;s perceptually a little bit quicker.</p>
<p>Anyway, thanks a lot for these nice experiments &#8212; I surely now want to try a few other things with CSS and Javascript in iBooks :-) And let push some of these experimentations to the iBookstore, because, contrary to the popular belief, Apple listen… well, they sometimes listen!</p>
<p>(Sorry that I didn&#8217;t came back to say so earlier&#8230; it was a quick experiment late at night, and the next morning I had totally forgotten)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liza Daly</title>
		<link>http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/comment-page-1/#comment-3869</link>
		<dc:creator>Liza Daly</dc:creator>
		<pubDate>Fri, 10 Sep 2010 00:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1519#comment-3869</guid>
		<description>Hi Julien,

Opacity changes via CSS transitions _are_ hardware-accelerated on Mobile Safari.  Same with translateX -- that was fixed in (I believe) iPhone OS 3.2.</description>
		<content:encoded><![CDATA[<p>Hi Julien,</p>
<p>Opacity changes via CSS transitions _are_ hardware-accelerated on Mobile Safari.  Same with translateX &#8212; that was fixed in (I believe) iPhone OS 3.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/comment-page-1/#comment-3867</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Thu, 09 Sep 2010 23:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1519#comment-3867</guid>
		<description>Liza, I just checked your code, and the slowdown could very well be because of the use of  TranslateY / TranslateX instead of Translate3D: 

«When using -webkit-transform, be sure to use the translate3d(x,y,z) syntax, instead of using translate(x,y). For some reason, the latter is not hardware-accelerated, at least not on iPhone OS 3.x »

From Paragraph 7. there : http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/ (a nice post by the javascript guru Thomas Fuchs :-)

Also, he points to Opacity, that you also use in your code, as a possible culprit «For some reason, using the opacity CSS property sometimes interferes with hardware-accelerated rendering, so if you experience slowdowns and think you’re doing everything right, see if you have opacity set somewhere.»</description>
		<content:encoded><![CDATA[<p>Liza, I just checked your code, and the slowdown could very well be because of the use of  TranslateY / TranslateX instead of Translate3D: </p>
<p>«When using -webkit-transform, be sure to use the translate3d(x,y,z) syntax, instead of using translate(x,y). For some reason, the latter is not hardware-accelerated, at least not on iPhone OS 3.x »</p>
<p>From Paragraph 7. there : <a href="http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/" rel="nofollow">http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/</a> (a nice post by the javascript guru Thomas Fuchs :-)</p>
<p>Also, he points to Opacity, that you also use in your code, as a possible culprit «For some reason, using the opacity CSS property sometimes interferes with hardware-accelerated rendering, so if you experience slowdowns and think you’re doing everything right, see if you have opacity set somewhere.»</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liza Daly</title>
		<link>http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/comment-page-1/#comment-3610</link>
		<dc:creator>Liza Daly</dc:creator>
		<pubDate>Sun, 29 Aug 2010 19:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1519#comment-3610</guid>
		<description>Martin: You&#039;re right, it shouldn&#039;t work in Ibis as we do deliberately disable scripts. 

My comparison was based on the transitions that Ibis Reader uses for its own interface (like menus), not based on what was added to a book.</description>
		<content:encoded><![CDATA[<p>Martin: You&#8217;re right, it shouldn&#8217;t work in Ibis as we do deliberately disable scripts. </p>
<p>My comparison was based on the transitions that Ibis Reader uses for its own interface (like menus), not based on what was added to a book.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Bayly</title>
		<link>http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/comment-page-1/#comment-3594</link>
		<dc:creator>Martin Bayly</dc:creator>
		<pubDate>Sat, 28 Aug 2010 16:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1519#comment-3594</guid>
		<description>In previous comment meant to say it looked like the &lt;script&gt; tag was removed.</description>
		<content:encoded><![CDATA[<p>In previous comment meant to say it looked like the &lt;script&gt; tag was removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Bayly</title>
		<link>http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/comment-page-1/#comment-3593</link>
		<dc:creator>Martin Bayly</dc:creator>
		<pubDate>Sat, 28 Aug 2010 16:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1519#comment-3593</guid>
		<description>Should this work in Ibis Reader on the desktop? - I tried uploading the epub to my Ibis Reader account accessed through Chrome on Windows.  None of the interactions work.  It looked like the  tag was removed.
Just that you mentioned that on iBook the transitions were  less smooth than the transitions on Ibis Reader</description>
		<content:encoded><![CDATA[<p>Should this work in Ibis Reader on the desktop? &#8211; I tried uploading the epub to my Ibis Reader account accessed through Chrome on Windows.  None of the interactions work.  It looked like the  tag was removed.<br />
Just that you mentioned that on iBook the transitions were  less smooth than the transitions on Ibis Reader</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Easier EPUB Experimenting and Updating in iBooks : Threepress Consulting blog</title>
		<link>http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/comment-page-1/#comment-3539</link>
		<dc:creator>Easier EPUB Experimenting and Updating in iBooks : Threepress Consulting blog</dc:creator>
		<pubDate>Thu, 19 Aug 2010 12:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1519#comment-3539</guid>
		<description>[...] arrival of iBooks this year helped many people understand that ebooks were already capable of interesting experimentation, multimedia, and nuanced, thoughtful design. Many of iBooks’ strengths come [...]</description>
		<content:encoded><![CDATA[<p>[...] arrival of iBooks this year helped many people understand that ebooks were already capable of interesting experimentation, multimedia, and nuanced, thoughtful design. Many of iBooks’ strengths come [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Cizek</title>
		<link>http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/comment-page-1/#comment-3536</link>
		<dc:creator>David Cizek</dc:creator>
		<pubDate>Tue, 17 Aug 2010 20:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1519#comment-3536</guid>
		<description>I am definitelly impressed by this blog and Lisa&#039;s work. Thanks a lot.

In the comments Gerald mentioned video - please, have you some examples?</description>
		<content:encoded><![CDATA[<p>I am definitelly impressed by this blog and Lisa&#8217;s work. Thanks a lot.</p>
<p>In the comments Gerald mentioned video &#8211; please, have you some examples?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

