<?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 for The Lost Notebook</title>
	<atom:link href="http://funinc.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://funinc.org</link>
	<description>Things that I tend to forget</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Using ePubLib for Android by Carlos</title>
		<link>http://funinc.org/20111012/using-epublib-for-android/comment-page-1#comment-4940</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Fri, 06 Jan 2012 15:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://funinc.org/?p=299#comment-4940</guid>
		<description>Hi,

Could you explain this? How do I make the images work by making a subclass of webview and overridding loadUrl? Can you paste a sample code for me? Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you explain this? How do I make the images work by making a subclass of webview and overridding loadUrl? Can you paste a sample code for me? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ePubLib for Android by abdallah</title>
		<link>http://funinc.org/20111012/using-epublib-for-android/comment-page-1#comment-4920</link>
		<dc:creator>abdallah</dc:creator>
		<pubDate>Tue, 20 Dec 2011 13:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://funinc.org/?p=299#comment-4920</guid>
		<description>@omid Please check http://www.siegmann.nl/epublib/android for more info. 
Basically you just need to add the 2 jar files to your project (as libraries). 
If you&#039;re using eclipse: Go to Project Properties -&gt; Java Build Path -&gt; Libraries tab and click on Add Jars ...</description>
		<content:encoded><![CDATA[<p>@omid Please check <a href="http://www.siegmann.nl/epublib/android" rel="nofollow">http://www.siegmann.nl/epublib/android</a> for more info.<br />
Basically you just need to add the 2 jar files to your project (as libraries).<br />
If you&#8217;re using eclipse: Go to Project Properties -> Java Build Path -> Libraries tab and click on Add Jars &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ePubLib for Android by omid</title>
		<link>http://funinc.org/20111012/using-epublib-for-android/comment-page-1#comment-4916</link>
		<dc:creator>omid</dc:creator>
		<pubDate>Tue, 13 Dec 2011 07:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://funinc.org/?p=299#comment-4916</guid>
		<description>Ok, thanks for write this article. But I wana know that how do you add EPublib to project. also, Do you use a slf4j library for logs?</description>
		<content:encoded><![CDATA[<p>Ok, thanks for write this article. But I wana know that how do you add EPublib to project. also, Do you use a slf4j library for logs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ePubLib for Android by Abdallah</title>
		<link>http://funinc.org/20111012/using-epublib-for-android/comment-page-1#comment-4831</link>
		<dc:creator>Abdallah</dc:creator>
		<pubDate>Sun, 16 Oct 2011 18:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://funinc.org/?p=299#comment-4831</guid>
		<description>Following up. Here&#039;s some info from the FAQ over at http://www.siegmann.nl/epublib/faq
How do I display a book’s images on Android ?
Make a subclass of android.webkit.WebView that overloads the loadUrl(String) method in such a way that it loads the image from the Book instead of the internet.

The code would make use of something like: 
Bitmap coverImage = BitmapFactory.decodeStream(imageResource);</description>
		<content:encoded><![CDATA[<p>Following up. Here&#8217;s some info from the FAQ over at <a href="http://www.siegmann.nl/epublib/faq" rel="nofollow">http://www.siegmann.nl/epublib/faq</a><br />
How do I display a book’s images on Android ?<br />
Make a subclass of android.webkit.WebView that overloads the loadUrl(String) method in such a way that it loads the image from the Book instead of the internet.</p>
<p>The code would make use of something like:<br />
Bitmap coverImage = BitmapFactory.decodeStream(imageResource);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ePubLib for Android by abdallah</title>
		<link>http://funinc.org/20111012/using-epublib-for-android/comment-page-1#comment-4825</link>
		<dc:creator>abdallah</dc:creator>
		<pubDate>Fri, 14 Oct 2011 15:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://funinc.org/?p=299#comment-4825</guid>
		<description>Hi,
I&#039;m not sure about the images really. But for the CSS, I had to extract that to the assets folder to apply it!
Make sure to follow the debug output to find your exact error :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m not sure about the images really. But for the CSS, I had to extract that to the assets folder to apply it!<br />
Make sure to follow the debug output to find your exact error <img src='http://funinc.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ePubLib for Android by Fabiano</title>
		<link>http://funinc.org/20111012/using-epublib-for-android/comment-page-1#comment-4824</link>
		<dc:creator>Fabiano</dc:creator>
		<pubDate>Fri, 14 Oct 2011 14:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://funinc.org/?p=299#comment-4824</guid>
		<description>ok, it&#039;s great but I&#039;m trying to use epub but my page have images that it&#039;s not show and the css is not applied. Can you help me?</description>
		<content:encoded><![CDATA[<p>ok, it&#8217;s great but I&#8217;m trying to use epub but my page have images that it&#8217;s not show and the css is not applied. Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django uWSGI and Nginx on Ubuntu 11.10 by diego</title>
		<link>http://funinc.org/20110923/django-uwsgi-and-nginx-on-ubuntu-11-10/comment-page-1#comment-4821</link>
		<dc:creator>diego</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://funinc.org/?p=294#comment-4821</guid>
		<description>Thank you for sharing this! 
I was having a hard time trying to figure out why uwsgi was refusing to start until I found your blog post. As you mentioned, what was missing was the uwsgi-plugin-python package.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this!<br />
I was having a hard time trying to figure out why uwsgi was refusing to start until I found your blog post. As you mentioned, what was missing was the uwsgi-plugin-python package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daily Scriptures Android App by Using ePubLib for Android &#8211; The Lost Notebook</title>
		<link>http://funinc.org/20110707/daily-scriptures-android/comment-page-1#comment-4818</link>
		<dc:creator>Using ePubLib for Android &#8211; The Lost Notebook</dc:creator>
		<pubDate>Wed, 12 Oct 2011 09:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://funinc.org/?p=279#comment-4818</guid>
		<description>[...] rewriting the Examine the Scriptures Daily android app. With the ESD files published as ePub files it&#8217;s easier to get the data now, and [...]</description>
		<content:encoded><![CDATA[<p>[...] rewriting the Examine the Scriptures Daily android app. With the ESD files published as ePub files it&#8217;s easier to get the data now, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daily Scriptures Android App by Android Plugin for Eclipse Hanging &#8211; The Lost Notebook</title>
		<link>http://funinc.org/20110707/daily-scriptures-android/comment-page-1#comment-4812</link>
		<dc:creator>Android Plugin for Eclipse Hanging &#8211; The Lost Notebook</dc:creator>
		<pubDate>Wed, 05 Oct 2011 08:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://funinc.org/?p=279#comment-4812</guid>
		<description>[...] be fixing the ESD app based on some kind feedback from friends. And maybe work on other pending projects as well. [...]</description>
		<content:encoded><![CDATA[<p>[...] be fixing the ESD app based on some kind feedback from friends. And maybe work on other pending projects as well. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

