<?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: CSS columns for ebook text</title>
	<atom:link href="http://blog.threepress.org/2010/03/08/css-columns-for-ebook-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.threepress.org/2010/03/08/css-columns-for-ebook-text/</link>
	<description>Threepress creates software for publishers, educators and authors.</description>
	<lastBuildDate>Thu, 09 Sep 2010 16:10:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bowerbird</title>
		<link>http://blog.threepress.org/2010/03/08/css-columns-for-ebook-text/comment-page-1/#comment-2457</link>
		<dc:creator>bowerbird</dc:creator>
		<pubDate>Wed, 24 Mar 2010 21:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1239#comment-2457</guid>
		<description>joseph said:
&gt;   Monocle

i didn&#039;t hear about your debut, joseph.  glad to see your effort!

-bowerbird</description>
		<content:encoded><![CDATA[<p>joseph said:<br />
&gt;   Monocle</p>
<p>i didn&#8217;t hear about your debut, joseph.  glad to see your effort!</p>
<p>-bowerbird</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liza Daly</title>
		<link>http://blog.threepress.org/2010/03/08/css-columns-for-ebook-text/comment-page-1/#comment-2351</link>
		<dc:creator>Liza Daly</dc:creator>
		<pubDate>Wed, 17 Mar 2010 18:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1239#comment-2351</guid>
		<description>It does seem to work in the iPad though!

(Rather, the same CSS3 columns bug applies, but the getBoundingClientRect() method works as it does on Safari 4.)
</description>
		<content:encoded><![CDATA[<p>It does seem to work in the iPad though!</p>
<p>(Rather, the same CSS3 columns bug applies, but the getBoundingClientRect() method works as it does on Safari 4.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://blog.threepress.org/2010/03/08/css-columns-for-ebook-text/comment-page-1/#comment-2345</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Wed, 17 Mar 2010 17:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1239#comment-2345</guid>
		<description>Yeah that&#039;s right. The WebKit in 3.1 is from Feb 09, and the implementation landed in WebKit trunk a couple weeks later. I expect it to be in 3.2/4.0 though. For now it&#039;s not something you can rely on — in Monocle I use it only for optimisations.

Sadly it doesn&#039;t look like the multi-column module is a part of Microsoft&#039;s plans for IE9, so the columnar technique isn&#039;t going to be a cross-platform solution any time soon.</description>
		<content:encoded><![CDATA[<p>Yeah that&#8217;s right. The WebKit in 3.1 is from Feb 09, and the implementation landed in WebKit trunk a couple weeks later. I expect it to be in 3.2/4.0 though. For now it&#8217;s not something you can rely on — in Monocle I use it only for optimisations.</p>
<p>Sadly it doesn&#8217;t look like the multi-column module is a part of Microsoft&#8217;s plans for IE9, so the columnar technique isn&#8217;t going to be a cross-platform solution any time soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liza Daly</title>
		<link>http://blog.threepress.org/2010/03/08/css-columns-for-ebook-text/comment-page-1/#comment-2312</link>
		<dc:creator>Liza Daly</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1239#comment-2312</guid>
		<description>Apparently getBoundingClientRect doesn&#039;t work on the iPhone anyway (I remember experimenting with it ages ago; this may have been why I gave up on it.) c.f. http://twitter.com/johnboxall/status/10291708368</description>
		<content:encoded><![CDATA[<p>Apparently getBoundingClientRect doesn&#8217;t work on the iPhone anyway (I remember experimenting with it ages ago; this may have been why I gave up on it.) c.f. <a href="http://twitter.com/johnboxall/status/10291708368" rel="nofollow">http://twitter.com/johnboxall/status/10291708368</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liza Daly</title>
		<link>http://blog.threepress.org/2010/03/08/css-columns-for-ebook-text/comment-page-1/#comment-2310</link>
		<dc:creator>Liza Daly</dc:creator>
		<pubDate>Wed, 10 Mar 2010 01:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1239#comment-2310</guid>
		<description>Oh no, I was experimenting with getBoundingClientRect based on finding it in your code (we only care about WebKit on the mobile devices).  So far it was meeting my needs (paired with document.elementFromPoint), but I hadn&#039;t experimented a ton.

element.scrollIntoView is an interesting idea too -- thanks!  (When I had a columns implementation it was basically the same as yours.)</description>
		<content:encoded><![CDATA[<p>Oh no, I was experimenting with getBoundingClientRect based on finding it in your code (we only care about WebKit on the mobile devices).  So far it was meeting my needs (paired with document.elementFromPoint), but I hadn&#8217;t experimented a ton.</p>
<p>element.scrollIntoView is an interesting idea too &#8212; thanks!  (When I had a columns implementation it was basically the same as yours.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://blog.threepress.org/2010/03/08/css-columns-for-ebook-text/comment-page-1/#comment-2308</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Wed, 10 Mar 2010 01:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1239#comment-2308</guid>
		<description>I agree — finding the real location of columned elements has been something of a frustration for Monocle too. GetClientRects is promising, but was still erroneous in the last testing I did (a few weeks ago).

My solution is probably peculiar to Monocle&#039;s column-width/scroll setup, but I found that using element.scrollIntoView then checking scrollLeft gave me at least a useful x coordinate. 

It&#039;s a hack I&#039;d love to dig out, though. Great news that it works in the latest nightly.</description>
		<content:encoded><![CDATA[<p>I agree — finding the real location of columned elements has been something of a frustration for Monocle too. GetClientRects is promising, but was still erroneous in the last testing I did (a few weeks ago).</p>
<p>My solution is probably peculiar to Monocle&#8217;s column-width/scroll setup, but I found that using element.scrollIntoView then checking scrollLeft gave me at least a useful x coordinate. </p>
<p>It&#8217;s a hack I&#8217;d love to dig out, though. Great news that it works in the latest nightly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liza Daly</title>
		<link>http://blog.threepress.org/2010/03/08/css-columns-for-ebook-text/comment-page-1/#comment-2302</link>
		<dc:creator>Liza Daly</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1239#comment-2302</guid>
		<description>Thanks for confirming!</description>
		<content:encoded><![CDATA[<p>Thanks for confirming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Hansen</title>
		<link>http://blog.threepress.org/2010/03/08/css-columns-for-ebook-text/comment-page-1/#comment-2301</link>
		<dc:creator>Marc Hansen</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=1239#comment-2301</guid>
		<description>It works in the latest nightly build of WebKit.</description>
		<content:encoded><![CDATA[<p>It works in the latest nightly build of WebKit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
