<?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: Deconstructing Classics.app</title>
	<atom:link href="http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 31 Jul 2010 09:05:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: iisword</title>
		<link>http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/#comment-7334</link>
		<dc:creator>iisword</dc:creator>
		<pubDate>Tue, 08 Jun 2010 02:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://darknoon.com/blog/?p=46#comment-7334</guid>
		<description>anyone know where I can get these images</description>
		<content:encoded><![CDATA[<p>anyone know where I can get these images</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: longlh</title>
		<link>http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/#comment-7284</link>
		<dc:creator>longlh</dc:creator>
		<pubDate>Tue, 01 Jun 2010 03:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://darknoon.com/blog/?p=46#comment-7284</guid>
		<description>Sr. My mail is longlh@vpoint.com.vn. Thank again !</description>
		<content:encoded><![CDATA[<p>Sr. My mail is <a href="mailto:longlh@vpoint.com.vn">longlh@vpoint.com.vn</a>. Thank again !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: longlh</title>
		<link>http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/#comment-7283</link>
		<dc:creator>longlh</dc:creator>
		<pubDate>Tue, 01 Jun 2010 03:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://darknoon.com/blog/?p=46#comment-7283</guid>
		<description>Hi everybody !
can you post yr source code? or please send it to my mail. Thanks. I'm newbie. :-)</description>
		<content:encoded><![CDATA[<p>Hi everybody !<br />
can you post yr source code? or please send it to my mail. Thanks. I&#8217;m newbie. <img src='http://darknoon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ltgbau</title>
		<link>http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/#comment-7267</link>
		<dc:creator>ltgbau</dc:creator>
		<pubDate>Sun, 30 May 2010 03:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://darknoon.com/blog/?p=46#comment-7267</guid>
		<description>Thanks for the great work! &#62;:D&#60;</description>
		<content:encoded><![CDATA[<p>Thanks for the great work! &gt;:D&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Griffith</title>
		<link>http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/#comment-7185</link>
		<dc:creator>Thomas Griffith</dc:creator>
		<pubDate>Sat, 22 May 2010 09:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://darknoon.com/blog/?p=46#comment-7185</guid>
		<description>I have sucessfully added 4 of my own eBooks to Classics.  It's easy.  All you have to do is set the page size in Word to that of the PDFs, and set about half inch margins at the top and bottom so text won't get cut off. Paste in each chapter and export each as the numbered PDFs (Word 2007 has PDF export).  Be sure to make the title pages too!  Finally, since I don't mind playing with vector art, you can easily make a book spine and back shadow in Inkscape, then paste on the book's actual cover.  And for the best part, copy onto you're jailbroke iDevice into the Classics' app sandbox.</description>
		<content:encoded><![CDATA[<p>I have sucessfully added 4 of my own eBooks to Classics.  It&#8217;s easy.  All you have to do is set the page size in Word to that of the PDFs, and set about half inch margins at the top and bottom so text won&#8217;t get cut off. Paste in each chapter and export each as the numbered PDFs (Word 2007 has PDF export).  Be sure to make the title pages too!  Finally, since I don&#8217;t mind playing with vector art, you can easily make a book spine and back shadow in Inkscape, then paste on the book&#8217;s actual cover.  And for the best part, copy onto you&#8217;re jailbroke iDevice into the Classics&#8217; app sandbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Pouliot</title>
		<link>http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/#comment-6727</link>
		<dc:creator>Andrew Pouliot</dc:creator>
		<pubDate>Sun, 21 Mar 2010 06:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://darknoon.com/blog/?p=46#comment-6727</guid>
		<description>Yeah, you can grab the content within a certain visible frame, but there are a couple gotchas:

1. If you resize the webview to grab more content, it doesn't draw instantly an there is no callback to tell you when it's done drawing

2. Web content in general doesn't play very well with fitting on a page or finding the proper size of a webpage so you can grab all of it.

All of this will be pretty passé once CoreText and NSAttributedString come to iPhone though. They're available on iPad, so I imagine it's only a matter of time. (OS 4.0?)</description>
		<content:encoded><![CDATA[<p>Yeah, you can grab the content within a certain visible frame, but there are a couple gotchas:</p>
<p>1. If you resize the webview to grab more content, it doesn&#8217;t draw instantly an there is no callback to tell you when it&#8217;s done drawing</p>
<p>2. Web content in general doesn&#8217;t play very well with fitting on a page or finding the proper size of a webpage so you can grab all of it.</p>
<p>All of this will be pretty passé once CoreText and NSAttributedString come to iPhone though. They&#8217;re available on iPad, so I imagine it&#8217;s only a matter of time. (OS 4.0?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Breen</title>
		<link>http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/#comment-6618</link>
		<dc:creator>Steve Breen</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://darknoon.com/blog/?p=46#comment-6618</guid>
		<description>Useful deconstruction, thanks for putting this out there.

If I understand what you are looking to do with rendering an arbitrary view hierarchy (webview, whatever) there's a pretty simple method I've been using for sometime...

Here's a sample app the renders a UIWebView and slaps the result into a a UIImageView.

http://github.com/breeno/iPhoneOS-quick-hits</description>
		<content:encoded><![CDATA[<p>Useful deconstruction, thanks for putting this out there.</p>
<p>If I understand what you are looking to do with rendering an arbitrary view hierarchy (webview, whatever) there&#8217;s a pretty simple method I&#8217;ve been using for sometime&#8230;</p>
<p>Here&#8217;s a sample app the renders a UIWebView and slaps the result into a a UIImageView.</p>
<p><a href="http://github.com/breeno/iPhoneOS-quick-hits" rel="nofollow">http://github.com/breeno/iPhoneOS-quick-hits</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/#comment-6584</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://darknoon.com/blog/?p=46#comment-6584</guid>
		<description>Hi,

I appreciate the pointers. I'll start from there. Thank you very much.

Daniel</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I appreciate the pointers. I&#8217;ll start from there. Thank you very much.</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Pouliot</title>
		<link>http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/#comment-6572</link>
		<dc:creator>Andrew Pouliot</dc:creator>
		<pubDate>Sat, 06 Mar 2010 19:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://darknoon.com/blog/?p=46#comment-6572</guid>
		<description>@Daniel I haven't done too much with PDF, but I presume you can create your CGPDFDocumentRef with CGPDFDocumentCreateWithURL, then use CGPDFDocumentGetPage to get a CGPDFPageRef and then pass that to  CGContextDrawPDFPage.</description>
		<content:encoded><![CDATA[<p>@Daniel I haven&#8217;t done too much with PDF, but I presume you can create your CGPDFDocumentRef with CGPDFDocumentCreateWithURL, then use CGPDFDocumentGetPage to get a CGPDFPageRef and then pass that to  CGContextDrawPDFPage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://darknoon.com/blog/2008/12/08/deconstructing-classicsapp/#comment-6563</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 06 Mar 2010 08:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://darknoon.com/blog/?p=46#comment-6563</guid>
		<description>Hi,

When you say:

"Unlike the HTML/WebKit rendering on the iPhone, there does exist a simple way to get an image from a PDF page."

I wonder. How do you do that? I have some experience programming the iphone and I don't know how to do this. Would you mind giving me some pointers?

Thanks,
Daniel</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When you say:</p>
<p>&#8220;Unlike the HTML/WebKit rendering on the iPhone, there does exist a simple way to get an image from a PDF page.&#8221;</p>
<p>I wonder. How do you do that? I have some experience programming the iphone and I don&#8217;t know how to do this. Would you mind giving me some pointers?</p>
<p>Thanks,<br />
Daniel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
