<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Kindlerama</title>
	
	<link>http://kindlerama.com</link>
	<description>Tips and tricks for your Amazon Kindle</description>
	<pubDate>Sun, 21 Jun 2009 21:28:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/kindlerama" type="application/rss+xml" /><feedburner:emailServiceId>kindlerama</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to format a screenplay or drama for the Kindle</title>
		<link>http://feedproxy.google.com/~r/kindlerama/~3/IoO7BOCVgh4/how-to-format-a-screenplay-or-drama-for-the-kindle</link>
		<comments>http://kindlerama.com/how-to-format-a-screenplay-or-drama-for-the-kindle#comments</comments>
		<pubDate>Sun, 21 Jun 2009 20:48:23 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
		
		<category><![CDATA[how to]]></category>

		<category><![CDATA[movies]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[formatting]]></category>

		<category><![CDATA[instructions]]></category>

		<category><![CDATA[kindle]]></category>

		<category><![CDATA[screenplays]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=502</guid>
		<description><![CDATA[By using the free script writing app Celtx and ebook app Calibre, you can format screenplays for your Kindle.]]></description>
			<content:encoded><![CDATA[<p><img src="http://kindlerama.com/wp-content/uploads/2009/06/k-screenplay-helpme.png" alt="k-screenplay-helpme" title="k-screenplay-helpme" width="480" height="270" class="left" /><br />
When I posted a link to the <a href="http://kindlerama.com/free-download-nurse-jackie-from-showtime">Nurse Jackie screenplay</a> earlier this month, someone left a comment asking for help with formatting screenplays for the Kindle.</p>
<p>I am always up for a challenge, at least until I grow bored or frustrated, so today I tried to figure out a solution. What I finally came up with is a bit convoluted, but hopefully it lays the groundwork for others to figure out more elegant solutions in the future.<br />
<span id="more-502"></span></p>
<p>First, I just played around with sending pdf, html, and txt files to Amazon to let them convert it to see what happened. The results were not good. I did a search online for advice on conversions and saw someone mention using FinalDraft&#8211;something about how you can set up the style guide with that program and export a correctly formatted document that can then be used by the Kindle.</p>
<p>Well I&#8217;m not paying $$$ for FinalDraft obviously. Instead, I remembered an open-source and free-as-in-beer alternative, <a href="http://celtx.com/">Celtx</a>. I figured I&#8217;d try that. It&#8217;s available for Windows, Apple, and Linux platforms.</p>
<p>Next, I went to a website that has html versions of screenplays and downloaded a sample script. (Note that I didn&#8217;t try any pdf documents&#8211;someone else will have to try that, as I&#8217;ve exhausted my curiosity for this problem today.) </p>
<p>Finally, I relied on <a href="http://calibre.kovidgoyal.net/">Calibre</a>, another free software, that manages ebooks for a variety of devices. It also handles conversions. </p>
<p>Once I had all the raw materials&#8211;html version of screenplay, Celtx screenplay formatting software, and Calibre ebook software&#8211;I started experimenting. </p>
<p><strong>My Solution</strong></p>
<blockquote><p><i>Summary for the technically inclined:</i> Import in Celtx, export as html, replace CSS code in exported doc with <a href="http://kindlerama.com/wp-content/uploads/2009/06/code-4-kindle-screenplays.txt">this code</a> (modify as per your tastes), import into Calibre, convert to MOBI, send to device.</p></blockquote>
<ol>
<li>In Celtx</p>
<ol>
<li>import html version of a screenplay</li>
<li>export it as html</li>
</ol>
<p>Why? Because by doing this, you get Celtx to replace whatever formatting the original document used with a consistent set of CSS mark-up tags, which is important to have in order to get the Kindle to display the formatting properly.</li>
<li>Open the newly exported html file in a simple text editor, e.g. WordPad on Windows XP, or in a real HTML editing application (note that fancier editors like Microsoft Word may hide the html code from you, and really really simple editors like Notepad may do the same)
<ol>
<li>delete ALL the current CSS style code &#8212; everything <i>between</i> &lt;style type=&#8221;text/css&#8221;&gt; and &lt;/style&gt; &#8212; from the top of the document (make sure you don&#8217;t actually delete the &#8220;style&#8221; tags as well)</li>
<li>paste <a href="http://kindlerama.com/wp-content/uploads/2009/06/code-4-kindle-screenplays.txt">this CSS code instead</a></li>
<li>save the file</li>
</ol>
</li>
<li>In Calibre
<ol>
<li>Import this new html file (or drag and drop it into your list of documents and it will be copied over automatically</li>
<li>Highlight the file in the Calibre list by clicking on it once</li>
<li>Click the big &#8220;Convert E-books&#8221; button at top of screen</li>
<li>Click &#8220;Page Setup&#8221; and change Destination profile to Kindle</li>
<li>Hit Okay</li>
<li>Wait for hourglass in the bottom right corner to stop spinning</li>
<li>Right click the file name in the Calibre list</li>
<li>Select &#8220;Send to device&#8221;</li>
</ol>
</li>
</ol>
<p><br clear="all" /></p>
<hr />
<br clear="all" /></p>
<ul></ul>
<p>That&#8217;s it! It probably looks more complicated than it is, because I&#8217;m trying to include enough detail here for beginners to use these instructions. </p>
<p>I experimented with the CSS style code for a while until I got something that worked for me, but I noticed a couple of weird issues with it:</p>
<ul>
<li>The Kindle seems to ignore right-side margins</li>
<li>Although I used percentages in the CSS style code, hoping it would scale appropriately when different text sizes are used, it doesn&#8217;t seem to work that way. The CSS I settled on looks good when the text display size on the Kindle is at one of the smallest two settings, but on the bigger settings the left-side margins start to get really obnoxious. It&#8217;s a puzzle to me.</li>
</ul>
<p>And finally, here are two things I noticed that you should be aware of:</p>
<ul>
<li>The final version will only be as good as the original screenplay you export from Celtx. If the formatting isn&#8217;t correct there, clean it up there and make sure everything&#8217;s standardized before exporting it. Otherwise, the CSS markup tags won&#8217;t be used correctly throughout the document.</li>
<li><u>You can change that CSS code to whatever you want.</u> If you don&#8217;t like the margins I chose, simply play around with the CSS code before you import the file into Calibre for conversion. The primary three areas you&#8217;ll want to play with are marked p.character, p.parenthetical, and p.dialog. Also, I stripped out a lot of other CSS code to make this simpler; it&#8217;s possible you can customize the code to include far more elaborate mark-up rules, so long as you always reference the tags that Celtx uses.</li>
</ul>
<p>(Photo: <a href="http://www.flickr.com/photos/casanovapacifista/2234614445/">Vikki Heartbreak</a>)</p>

<p><a href="http://feedads.g.doubleclick.net/~a/QqxQ20XzcnVPKSBWa_EsmFiPfoc/0/da"><img src="http://feedads.g.doubleclick.net/~a/QqxQ20XzcnVPKSBWa_EsmFiPfoc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/QqxQ20XzcnVPKSBWa_EsmFiPfoc/1/da"><img src="http://feedads.g.doubleclick.net/~a/QqxQ20XzcnVPKSBWa_EsmFiPfoc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kindlerama?a=IoO7BOCVgh4:gmtHGgNIRF0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=IoO7BOCVgh4:gmtHGgNIRF0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=IoO7BOCVgh4:gmtHGgNIRF0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=IoO7BOCVgh4:gmtHGgNIRF0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=IoO7BOCVgh4:gmtHGgNIRF0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=IoO7BOCVgh4:gmtHGgNIRF0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://kindlerama.com/how-to-format-a-screenplay-or-drama-for-the-kindle/feed</wfw:commentRss>
		<feedburner:origLink>http://kindlerama.com/how-to-format-a-screenplay-or-drama-for-the-kindle</feedburner:origLink></item>
		<item>
		<title>$10 Kindle editions: get ‘em while you still can</title>
		<link>http://feedproxy.google.com/~r/kindlerama/~3/fK8neZfOqrA/10-kindle-editions-get-em-while-you-still-can</link>
		<comments>http://kindlerama.com/10-kindle-editions-get-em-while-you-still-can#comments</comments>
		<pubDate>Sat, 20 Jun 2009 20:06:31 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[commentary]]></category>

		<category><![CDATA[$9.99]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[e-books]]></category>

		<category><![CDATA[ebooks]]></category>

		<category><![CDATA[hardbacks]]></category>

		<category><![CDATA[kindle]]></category>

		<category><![CDATA[pricing]]></category>

		<category><![CDATA[profitability]]></category>

		<category><![CDATA[publishing]]></category>

		<category><![CDATA[raising prices]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=496</guid>
		<description><![CDATA[This isn&#8217;t anything official, just the musings of some analysts&#8211;but analysts are paid to think about these things and predict what businesses will do next. In this case, an outfit called Bernstein Research says that a more ideal price for ebooks, at least for Amazon and publishers, is $12.50. 
&#8230;by raising the average price by [...]]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t anything official, just the musings of some analysts&#8211;but analysts are paid to think about these things and predict what businesses will do next. In this case, an outfit called <a href="http://paidcontent.org/article/419-analysts-kindle-book-price-hikes-are-coming/">Bernstein Research says that a more ideal price for ebooks, at least for Amazon and publishers, is $12.50</a>. </p>
<blockquote><p>&#8230;by raising the average price by $2.51, Amazon’s margins could increase from 6 percent to 20 percent on the sale of an e-book. That, they say, is “comparable to its physical book business” since Amazon would only have to sell 1.7 e-books to match the profits from the sale of a hardback, instead of 7.</p></blockquote>
<p>Here&#8217;s my feelings on the matter:</p>
<ul>
<li>$12.50 is still a great price for a new book that just came out and is only available in hardback otherwise.</li>
<li>It&#8217;s a terrible price, however, for a book that&#8217;s also available in trade or mass market paperback.</li>
<li>It&#8217;s an even worse price at that point in the publishing cycle when you consider the things you&#8217;re not getting, especially from a closed format like the one Amazon forces on publishers and customers:
<ul>
<li>no physical copy, including no jacket art;</li>
<li>no ability to loan or give away or resell;</li>
<li>and no ability to transfer the copy to a different device (the number of competing ebook readers are growing every year).</li>
</ul>
</li>
</ul>
<p><span id="more-496"></span><br />
I can understand the difficulty in trying to sell two versions of the same product at widely different price points, and the fear that that will mess up consumers&#8217; perceptions of the true value of a work. However, I think most consumers understand that when you pay $25 for a hardback, you&#8217;re getting a physical object that you own outright. By comparison, in some ways you&#8217;re only <em>renting</em> an ebook. After all, the current Amazon system takes away most of the abilities you have with a physical copy&#8211;see my list-within-a-list above for examples. Add some of those abilities back in and you increase the real value of the ebook as well as the perceived value, and consequently can price it higher.</p>
<p>I also think that any argument in favor of aligning ebook prices more closely with hardback falls apart as soon as the book is released in trade and mass market formats. The <i>only</i> reason to price an ebook at a high price point is because of the scarcity that&#8217;s supposed to happen when the book is first published. There&#8217;s a reason it comes out in hardback first, and if a publisher is going to mess with that scarcity by simultaneously releasing an ebook version, he can and probably should price the ebook higher than &#8220;normal.&#8221; (At that point in the publishing cycle, $12.50 is still quite a fair price for an ebook, in my opinion.) But as soon as trade and mass market versions come out, that ebook price had better fall to a point <em>lower</em> than those other physical versions, or else I&#8217;m going to instantly recognize that the publisher is trying to rip me off.</p>
<p>My point is that there really needs to be two different price platforms: one for new books that are otherwise only available in hardback, and a lower one for all other books that are also available in various paperback formats. If I saw this reflected more frequently on the Amazon Kindle bookstore, I&#8217;d be far more willing to accept, and even buy, $12.50 ebook editions of new works.</p>
<p>(A final hint/suggestion for publishers: a customer might even be willing to pay $15 or more for an ebook edition if it was only available otherwise in hardback and contained additional content that wasn&#8217;t available in the physical copy version, like author commentary, expanded footnotes, additional notes and material from the writing of the book, chapters that were edited out, character notes, etc.)</p>

<p><a href="http://feedads.g.doubleclick.net/~a/rrvdi9Fa4CCFZCk0H9eUmilBRFM/0/da"><img src="http://feedads.g.doubleclick.net/~a/rrvdi9Fa4CCFZCk0H9eUmilBRFM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rrvdi9Fa4CCFZCk0H9eUmilBRFM/1/da"><img src="http://feedads.g.doubleclick.net/~a/rrvdi9Fa4CCFZCk0H9eUmilBRFM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kindlerama?a=fK8neZfOqrA:1-rMX__SXN0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=fK8neZfOqrA:1-rMX__SXN0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=fK8neZfOqrA:1-rMX__SXN0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=fK8neZfOqrA:1-rMX__SXN0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=fK8neZfOqrA:1-rMX__SXN0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=fK8neZfOqrA:1-rMX__SXN0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://kindlerama.com/10-kindle-editions-get-em-while-you-still-can/feed</wfw:commentRss>
		<feedburner:origLink>http://kindlerama.com/10-kindle-editions-get-em-while-you-still-can</feedburner:origLink></item>
		<item>
		<title>Free download: Nurse Jackie from Showtime</title>
		<link>http://feedproxy.google.com/~r/kindlerama/~3/VnFAWeWeIfc/free-download-nurse-jackie-from-showtime</link>
		<comments>http://kindlerama.com/free-download-nurse-jackie-from-showtime#comments</comments>
		<pubDate>Sat, 06 Jun 2009 04:17:28 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
		
		<category><![CDATA[books]]></category>

		<category><![CDATA[ebooks]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[escripts]]></category>

		<category><![CDATA[falco]]></category>

		<category><![CDATA[jackie]]></category>

		<category><![CDATA[kindle]]></category>

		<category><![CDATA[marketing]]></category>

		<category><![CDATA[scripts]]></category>

		<category><![CDATA[showtime]]></category>

		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=476</guid>
		<description><![CDATA[
Here&#8217;s a cool new use for the Kindle: the distribution of movie and TV scripts. To promote the new Edie Falco series &#8220;Nurse Jackie&#8221;, Showtime has put the script for the pilot episode on the Kindle store as a free download. That&#8217;s right, free! I can see this becoming a niche reading category for fans [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kindlerama.com/wp-content/uploads/2009/06/l-500-500-76955269-01d1-481a-bc7c-dd9fcba7f9d0.jpeg"><img src="http://kindlerama.com/wp-content/uploads/2009/06/l-500-500-76955269-01d1-481a-bc7c-dd9fcba7f9d0.jpeg" alt="" width="300" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p>Here&#8217;s a cool new use for the Kindle: the distribution of movie and TV scripts. To promote the new Edie Falco series &#8220;Nurse Jackie&#8221;, Showtime has put the script for the pilot episode on the Kindle store as a free download. That&#8217;s right, free! I can see this becoming a niche reading category for fans of TV shows and movies, and a great way for studios to use the Kindle to distribute content in a new format that doesn&#8217;t compete with the main product they&#8217;re trying to sell. </p>
<p><a href="http://www.amazon.com/Nurse-Jackie-on-SHOWTIME/dp/B002ASAEJM/ref=sr_1_1?ie=UTF8&#038;s=digital-text&#038;qid=1244261216&#038;sr=1-1">You can grab a copy for your Kindle or iPhone/iPod Touch here.</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/5rcI0jdCNoWcLsXbkCgSOqLf1Ow/0/da"><img src="http://feedads.g.doubleclick.net/~a/5rcI0jdCNoWcLsXbkCgSOqLf1Ow/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/5rcI0jdCNoWcLsXbkCgSOqLf1Ow/1/da"><img src="http://feedads.g.doubleclick.net/~a/5rcI0jdCNoWcLsXbkCgSOqLf1Ow/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kindlerama?a=VnFAWeWeIfc:xJ45ustdlZo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=VnFAWeWeIfc:xJ45ustdlZo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=VnFAWeWeIfc:xJ45ustdlZo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=VnFAWeWeIfc:xJ45ustdlZo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=VnFAWeWeIfc:xJ45ustdlZo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=VnFAWeWeIfc:xJ45ustdlZo:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://kindlerama.com/free-download-nurse-jackie-from-showtime/feed</wfw:commentRss>
		<feedburner:origLink>http://kindlerama.com/free-download-nurse-jackie-from-showtime</feedburner:origLink></item>
		<item>
		<title>Screenwriter self-publishes short-story on Amazon Kindle Store</title>
		<link>http://feedproxy.google.com/~r/kindlerama/~3/Z0UjvEkZS6g/writer-self-publishes-short-story-on-amazon-kindle-store</link>
		<comments>http://kindlerama.com/writer-self-publishes-short-story-on-amazon-kindle-store#comments</comments>
		<pubDate>Mon, 01 Jun 2009 21:05:27 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
		
		<category><![CDATA[authors]]></category>

		<category><![CDATA[ebooks]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[august]]></category>

		<category><![CDATA[experiments]]></category>

		<category><![CDATA[fiction]]></category>

		<category><![CDATA[kindle]]></category>

		<category><![CDATA[screenwriters]]></category>

		<category><![CDATA[self publishing]]></category>

		<category><![CDATA[short stories]]></category>

		<category><![CDATA[variant]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=482</guid>
		<description><![CDATA[The New York Times has an interesting article today about a screenwriter who self-published a short story on the Amazon Kindle store. &#8220;The Variant&#8221; is a spy-thriller that John August first tested out with a small group assembled from his Twitter followers, then slightly revised, formatted for the Kindle, and is now selling for 99 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/The-Variant/dp/B0029ZAPRW/ref=sr_1_1?ie=UTF8&#038;s=digital-text&#038;qid=1243889556&#038;sr=1-1"><img src="http://kindlerama.com/wp-content/uploads/2009/06/ms-johnaugust-thevariant.png" alt="ms-johnaugust-thevariant" title="ms-johnaugust-thevariant" width="190" height="280" class="right" /></a>The New York Times has an interesting article today about a screenwriter who <a href="http://www.nytimes.com/2009/06/01/business/media/01august.html">self-published a short story on the Amazon Kindle store</a>. &#8220;The Variant&#8221; is a spy-thriller that John August first tested out with a small group assembled from his Twitter followers, then slightly revised, formatted for the Kindle, and is now selling for 99 cents.</p>
<p>He&#8217;s found modest success with the release, I&#8217;m assuming at least in part because he has 6,000 Twitter followers and is a known screenwriter with big-league movie credits to his name. But I&#8217;m sure it&#8217;s also because the story is entertaining and well-written. (I haven&#8217;t read it yet.)</p>
<blockquote><p>As of Friday, “The Variant” was ranked No. 69 on Amazon’s list of most popular Kindle offerings, right behind “My Sister’s Keeper,” by Jodi Picoult.</p>
<p>“I’ve made about enough to buy four Kindles,” said Mr. August.</p></blockquote>
<p>I love this idea of accomplished, professional writers self-publishing at will, on a personal schedule independent of the sales cycles of the book industry. The manuscript moves directly from the writer to the reader. While I&#8217;m sure it won&#8217;t always be the best way to distribute new works, I think it&#8217;s fascinating and exciting to see it happening now in isolated instances like this.</p>
<p><a href="http://www.amazon.com/The-Variant/dp/B0029ZAPRW/ref=sr_1_1?ie=UTF8&#038;s=digital-text&#038;qid=1243889556&#038;sr=1-1">Download a sample of &#8220;The Variant&#8221;</a> to your Kindle or iPhone on the official Amazon page.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/lqxhoIcGOnLkWfG-GwG4gZO_DyQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/lqxhoIcGOnLkWfG-GwG4gZO_DyQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lqxhoIcGOnLkWfG-GwG4gZO_DyQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/lqxhoIcGOnLkWfG-GwG4gZO_DyQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kindlerama?a=Z0UjvEkZS6g:qtPPhZuTrDY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=Z0UjvEkZS6g:qtPPhZuTrDY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=Z0UjvEkZS6g:qtPPhZuTrDY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=Z0UjvEkZS6g:qtPPhZuTrDY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=Z0UjvEkZS6g:qtPPhZuTrDY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=Z0UjvEkZS6g:qtPPhZuTrDY:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://kindlerama.com/writer-self-publishes-short-story-on-amazon-kindle-store/feed</wfw:commentRss>
		<feedburner:origLink>http://kindlerama.com/writer-self-publishes-short-story-on-amazon-kindle-store</feedburner:origLink></item>
		<item>
		<title>Now you can access your notes and highlights online</title>
		<link>http://feedproxy.google.com/~r/kindlerama/~3/qtrxtje8F-Q/now-you-can-access-your-notes-and-highlights-online</link>
		<comments>http://kindlerama.com/now-you-can-access-your-notes-and-highlights-online#comments</comments>
		<pubDate>Tue, 26 May 2009 17:09:44 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[how to]]></category>

		<category><![CDATA[resources]]></category>

		<category><![CDATA[access]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[clipping]]></category>

		<category><![CDATA[highlights]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[kindle]]></category>

		<category><![CDATA[notes]]></category>

		<category><![CDATA[online]]></category>

		<category><![CDATA[portals]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=477</guid>
		<description><![CDATA[
Amazon just quietly introduced a handy new web portal, kindle.amazon.com, where you can log in and view your list of books. What really makes it useful, however, is each book automatically lists any notes or highlights you&#8217;ve added while reading it. Now instead of having to access those things from the device via a USB [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kindle.amazon.com"><img src="http://kindlerama.com/wp-content/uploads/2009/05/k-online-notes-and-highlights.png" alt="k-online-notes-and-highlights" title="k-online-notes-and-highlights" width="480" height="281" class="alignleft size-full wp-image-478" /></a><br />
Amazon just quietly introduced a handy new web portal, <a href="http://kindle.amazon.com">kindle.amazon.com</a>, where you can log in and view your list of books. What really makes it useful, however, is each book automatically lists any notes or highlights you&#8217;ve added while reading it. Now instead of having to access those things from the device via a USB cable, you can simply log in, then read or copy-and-paste as needed.</p>
<p>There&#8217;s also a handy &#8220;manage your Kindle&#8221; link at the top of the page, so you can bookmark this URL and use it to quickly access your device&#8217;s email addresses, downloads, etc.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/cth2B08wRoNfv_gjn7nY3pKqwlQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/cth2B08wRoNfv_gjn7nY3pKqwlQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/cth2B08wRoNfv_gjn7nY3pKqwlQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/cth2B08wRoNfv_gjn7nY3pKqwlQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kindlerama?a=qtrxtje8F-Q:-alMKVupjfc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=qtrxtje8F-Q:-alMKVupjfc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=qtrxtje8F-Q:-alMKVupjfc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=qtrxtje8F-Q:-alMKVupjfc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=qtrxtje8F-Q:-alMKVupjfc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=qtrxtje8F-Q:-alMKVupjfc:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://kindlerama.com/now-you-can-access-your-notes-and-highlights-online/feed</wfw:commentRss>
		<feedburner:origLink>http://kindlerama.com/now-you-can-access-your-notes-and-highlights-online</feedburner:origLink></item>
		<item>
		<title>iPhone Kindle app updated, slightly better than before</title>
		<link>http://feedproxy.google.com/~r/kindlerama/~3/ZnAcYiNxkgI/iphone-kindle-app-updated-slightly-better-than-before</link>
		<comments>http://kindlerama.com/iphone-kindle-app-updated-slightly-better-than-before#comments</comments>
		<pubDate>Thu, 21 May 2009 14:58:47 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
		
		<category><![CDATA[mobile]]></category>

		<category><![CDATA[resources]]></category>

		<category><![CDATA[apps]]></category>

		<category><![CDATA[ebooks]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[kindle]]></category>

		<category><![CDATA[reader]]></category>

		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=470</guid>
		<description><![CDATA[Amazon has updated the Kindle iPhone app to add landscape view and color settings.]]></description>
			<content:encoded><![CDATA[<p><img src="http://kindlerama.com/wp-content/uploads/2009/05/k-iphone-kindle-app-updated-screens.png" alt="k-iphone-kindle-app-updated-screens" title="k-iphone-kindle-app-updated-screens" width="480" height="336" class="alignleft size-full wp-image-471" />Amazon has updated their Kindle app for the iPhone and iPod Touch to provide a few small improvements, like landscape view and a couple of new color settings. I appreciate the beige/brown option, but I really wish Amazon would roll out some more significant updates, like the ability to make and read notes, highlight text, and receive magazine subscriptions. I read from my iPhone about as much as from my Kindle these days, and really notice the reduced functionality.</p>
<p>Oh well. Gripe gripe gripe. Launch the App Store on your iPhone/Touch and grab the Kindle app or update. They&#8217;re both free.</p>
<p>By the way, if you have an iPhone or iPod Touch and read ebooks, you should really download the free Kindle app even if you <em>don&#8217;t</em> own a Kindle, because the Amazon store has the cheapest ebooks you&#8217;ll find online. (Yes, they&#8217;re locked to your device via DRM, but unfortunately this is the case for all ebook stores.)</p>

<p><a href="http://feedads.g.doubleclick.net/~a/plkiYX1uWbB4EMFSVm810sm8KMQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/plkiYX1uWbB4EMFSVm810sm8KMQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/plkiYX1uWbB4EMFSVm810sm8KMQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/plkiYX1uWbB4EMFSVm810sm8KMQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kindlerama?a=ZnAcYiNxkgI:-ofXOydq_OY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=ZnAcYiNxkgI:-ofXOydq_OY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=ZnAcYiNxkgI:-ofXOydq_OY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=ZnAcYiNxkgI:-ofXOydq_OY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=ZnAcYiNxkgI:-ofXOydq_OY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=ZnAcYiNxkgI:-ofXOydq_OY:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://kindlerama.com/iphone-kindle-app-updated-slightly-better-than-before/feed</wfw:commentRss>
		<feedburner:origLink>http://kindlerama.com/iphone-kindle-app-updated-slightly-better-than-before</feedburner:origLink></item>
		<item>
		<title>Brainstorming the future of ebooks</title>
		<link>http://feedproxy.google.com/~r/kindlerama/~3/hsnjbVPr1qw/brainstorming-the-future-of-ebooks</link>
		<comments>http://kindlerama.com/brainstorming-the-future-of-ebooks#comments</comments>
		<pubDate>Tue, 19 May 2009 13:44:32 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
		
		<category><![CDATA[commentary]]></category>

		<category><![CDATA[ebooks]]></category>

		<category><![CDATA[illustrations]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[digital]]></category>

		<category><![CDATA[e-books]]></category>

		<category><![CDATA[e-ink]]></category>

		<category><![CDATA[eink]]></category>

		<category><![CDATA[forecasts]]></category>

		<category><![CDATA[future]]></category>

		<category><![CDATA[ideas]]></category>

		<category><![CDATA[ideation]]></category>

		<category><![CDATA[industry]]></category>

		<category><![CDATA[kindle]]></category>

		<category><![CDATA[opinion]]></category>

		<category><![CDATA[publishing]]></category>

		<category><![CDATA[suggestions]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=435</guid>
		<description><![CDATA[What will the future of digital publishing look like? Here are some ideas on how publishing may evolve in the coming years, as ebooks continue to grow in popularity.]]></description>
			<content:encoded><![CDATA[<p><img src="http://kindlerama.com/wp-content/uploads/2009/05/k-robotkindleofthefuture.png" alt="Beep boop boop" title="Beep boop boop" width="200" height="289" class="left" /><em>[Note: I've removed my opening paragraphs because they were kind of whiny, and because this post is too long even without the navel-gazing. -Chris]</em></p>
<p>So why <em>is</em> there so much doom and gloom, instead of excitement, from so many in the industry? The problem is one of economics, yes, but I think the <em>real</em> problem is a lack of imagination. Too many professionals&#8211;publishers, agents, authors, technologists, journalists, economic types (but maybe not real economists)&#8211;see ebooks and epublishing as <a href="http://seekingalpha.com/article/137957-how-kindle-will-kill-the-book-star">building off of the current publishing model</a>. Instead, they should be thinking of epublishing as disruptive. To put it another way (and to borrow/misuse terms from biology), epublishing is not the next stage in a gradual evolutionary path for the industry; instead, it&#8217;s an example of punctuated evolution&#8211;that is, the industry has been in stasis for a long time, changing little, and now is beginning to undergo a dramatic mutation to a form that&#8217;s more suitable to the new market environment. Publishing in the future will look so different as to seem like a new species, I predict.</p>
<p>This framing of the topic begs a question: what will make it so dramatically different, then? How is epublishing really that different from physical publishing? If it&#8217;s truly disruptive, it had better possess some unique characteristics that have never before been seen in publishing.</p>
<p>That&#8217;s where I come in! As a hypothetical Future Published Author, I take a keen interest in trying to come up with new schemes to publish and sell books, so I think I can help provide some of that imaginative power for the FUD crowd that sees the future and only sees death.<br />
<span id="more-435"></span><br />
Will any of these ideas come to pass? Possibly not, and almost certainly not in the exact forms I&#8217;ve described below, because who knows how many important details I&#8217;m overlooking. But these are just rough notes pulled from my head over a cup of coffee on Sunday afternoon as I sit in a Starbucks. I think it&#8217;s worth noting that almost everyone here has either a laptop open, or an iPhone next to them, or both. A few even have physical books or newspapers with them, as if to prove that physical print is not dead, but is also no longer triumphant.</p>
<p>A special note: many of these suggestions will be heresy to readers, authors, and publishers. I shrug at you, which is not the same as disagreeing. These ideas are based on the assumption that an author is in the content-creation business, not that the author is an artist who is producing art. This doesn&#8217;t mean writing can&#8217;t be art, of course, but since most writing-as-art is not necessarily profitable, and is especially not profit-driven, I&#8217;m not allowing it to influence my ideas below.</p>
<p>A second special note: many of these suggestions are intended to solve the problem of perceived value: how can an ebook cost the same as, or even more than, a physical book if the consumer doesn&#8217;t receive a physical object to own after purchase? </p>
<p><br clear="all" /></p>
<h4>Some ideas about<br />
the future of digital publishing</h4>
<p></p>
<p><strong>Manipulating authorship on demand</strong></p>
<ul>
<li>Customized and personalized texts. When a customer buys an ebook, he can choose to personalize it in certain ways, including changing the name of the hero or the villain or of secondary characters. Simple search-and-replace customizations require no human interaction at all, leaving the author and his agents free to work on creating more meaningful value.</li>
<li>Can there be more precise customization? For the premium cost of an ebook, a customer can submit a photograph and complete a short survey. A real person on the other end will evaluate this data and use it to complete a profile that can be digitally combined with a book, provided the book is prepared ahead of time with specific passages marked up in order to facilitate this more complex search-and-replace.</li>
<li>Books can be published without final chapters. Imagine a mystery novel where the identity of the killer is withheld until a certain date, in order to get readers to speculate and even vote on what happened. The final chapter may be unwritten at the time of publishing, in fact, only to be finished after readers voice speculation or opinions.</li>
<li>Books can be republished with new endings; authors can rewrite sections of a book and republish it as a new version, not to simply sell more books but to update locations, or refine what a character&#8217;s intentions are, or to simply take the ending in a novel new direction as a sort of postmodern approach to the novel and authorship.</li>
</ul>
<p><strong>Redefining what makes a &#8220;book&#8221;</strong></p>
<ul>
<li>Short stories and novellas can be sold individually. (See <a href="http://www.amazon.com/UR/dp/B001RF3U9K/ref=sr_1_1?ie=UTF8&#038;s=digital-text&#038;qid=1242588798&#038;sr=1-1">Stephen King&#8217;s Ur for the Amazon Kindle Store</a>.)</li>
<li>Anthologies on-demand. Say you love horror fiction, especially horror fiction about zombies, and especially horror fiction about zombies and teenagers. A publishing house can offer you the opportunity to assemble on-the-fly a collection of stories in that specific sub-genre. The publisher makes recommendations of related material as well&#8211;zombies with college students, teens with undead-but-not-zombies. Publishers can work out content sharing arrangements with other publishers so that each publisher has access to a larger content library. Authors prepare stories in specific genres as requested by publishers, or simply write what they want and submit it to the publisher&#8217;s content library, and are paid an exclusivity license and royalties for each book-on-demand their stories appear in.</li>
<li>Non-fiction books can be updated frequently, following the same model as software. That is, between editions there can be a dozen or more smaller updates: Edition 1.1, 1.2, 1.3; Edition 2.0, 2.1, etc. This is especially valuable for manuals and computer resources, as well as catalogues. </li>
<li>Digests can be sold around specific topics. Following a model similar to Google News Alerts combined with the &#8220;Best [xx] Writing Of [xxxx]&#8220;, readers can subscribe to topic digests for recurring fees, or for a flat annual subscription, and receive 4-8 collections annually of all journalism, essays, short stories, studies, journal articles, etc. on a topic. These digests can be curated by experts in some cases, to add additional unique value.</li>
<li>Fiction or essays about current or recent events can be produced quickly, formatted quickly, and pushed to digital stores within a week of the event. Topics like teen celebrities, sci-tech that&#8217;s in vogue because of a certain movie marketing push, essays based on last week&#8217;s D.C. scandal, can all become fodder for books or mini-books.</li>
<li>Long-form articles from magazines and newspapers can be sold individually for smallish amounts&#8211;say, $1. As an example, several of Seymour Hersh&#8217;s pieces for The New Yorker on topics like Gauntanamo Bay and Iran could have been sold to interested readers who don&#8217;t wish to subscribe to The New Yorker itself.</li>
<li>Reference works can be sold piecemeal&#8211;a book on book proposals, for example, can sell just the generic intro and the chapter on cookbook proposals.</li>
</ul>
<p><strong>Modifying the publisher/author/public relationship</strong></p>
<ul>
<li>Publishing houses can offer repackaged publishing services to authors. Instead of an author relying solely on the publisher for all aspects of the process&#8211;approval, editing, marketing, printing, shipping, bookkeeping&#8211;authors and their agents can hire, or enter an agreement with, publishing houses to provide specific services. If you&#8217;e an established author, you bring your own favorite editor into the mix, or hire the editor from the publisher (editors can be free agents or in exclusive contracts with publishers based on their fame within the industry). You negotiate with the publisher to provide marketing or book assembly and preparation for all forms of printing. </p>
<p>You arrange your own publishing deals through Amazon and Barnes &#038; Noble, using on-demand publishing facilities. Or you create an LLC and find financing to pay for bulk publishing. A publisher can take on this risk for a royalty, or can provide a package of services and offer to finance it for either a royalty or repayment with interest.</p>
<p>Some authors may choose to bypass physical printing altogether, and to also bypass in-house marketing for third-party marketing from ad or publicity agencies. </p>
<p>The point: publishing houses may change so that they provide a service to authors and the public by being a mediator between the two&#8211;but <b>they are no longer the gatekeepers</b>. In fact, depending on the ability of the author to finance the process, they may no longer own the book at all. Existing publishers may refuse to transition away from owning content, but startup companies can provide these services (editors can leave existing publishers and form their own companies with marketers and agents, in fact) and replace publishing houses as mediators.</li>
<li>A reader can commission a work from an author. No, it will not be cheap, but it can be affordable as a unique &#8220;life event&#8221; gift (e.g. anniversaries, births) if an author creates templates&#8211;an anniversary template, a birth template, a Christmas template&#8211;and then customizes them. This requires real writing, not simply search-and-replace as above, but it doesn&#8217;t require the same amount of labor as writing an original work from scratch&#8211;the story&#8217;s theme is already created, as is the basic length and most of the plot. The author uses his template and customizes it with information from the customer. The author can also farm out customization assignments to ghostwriters while retaining creative control over the finished work.</li>
<li>An author&#8217;s readers can help determine the components of an author&#8217;s next work, and follow along with frequent updates from the author, as well as certain chapters shared for feedback. (<a href="http://en.wikipedia.org/wiki/The_Long_Tail">Chris Anderson&#8217;s The Long Tail</a> followed this model in many ways, although the finished work remained identical to other traditional published works.) In particular, this deep level of customer interaction guarantees a small but confirmed amount of presales, to help the author budget resources for the duration of writing the book.</li>
<li>Authors can sell subscriptions to their output: everything *but* novels are pushed directly to subscribers, while novels are sold at a discount. This sort of subscription model can help support authors who aren&#8217;t prolific in the traditional sense of pushing out a novel every 14 months, but who still produce substantive writing in the form of letters, essays, articles, and unpublished shorts works.</li>
</ul>
<p><strong>Adding value over static physical versions</strong></p>
<ul>
<li>New books can come with notes, email exchanges, and rough drafts; more work is required to format the material for the digital edition, but theoretically the book can add thousands of extra pages without increasing the distribution cost compared to physical printings. Authors can adapt character studies or removed chapters into stand-alone short stories or short-shorts and publish in an appendix. Special editions can include 3-5 short stories from other authors over related subjects&#8211;this can also introduce authors to new readers.</li>
<li>Epilogues can be added months later, intentionally.</li>
<li>Serial works can be sold as works in progress, either for a flat &#8220;novel&#8221; fee or in chunks, or on a subscription basis.</li>
</ul>
<p><span style="margin-left: 200px;">#  #  #</span></p>
<p>A lot of these ideas require a shift in the relationship between the audience and the producer(s), and I think that&#8217;s a very good thing. Currently, most audience feedback is collected indirectly from sales figures or market research; there&#8217;s almost no true dialogue taking place between the content creators and the consumers. One aspect of the future of publishing is that publishers will ask their customers to engage more directly with them and with authors, which I think will influence publishing in ways I haven&#8217;t imagined yet. </p>
<p>Another shift implied by the ideas above is the transformation to a sort of bespoke publishing industry, where mass customization is, if not the norm, then a significant percentage of the marketplace. In general, I think mass customization and bespoke products are the next stage in industrial manufacturing, using digital technology alongside industrial technology to return the value of human-to-human services to the market, but at a mass level.</p>
<p><br clear="all" /></p>
<h4>The world beyond traditional<br />
publishing houses</h4>
<p></p>
<p>Maybe none of these ideas will come to pass, but I can already say with confidence that if I were to publish a new novel today, the only reason I would even consider going through a publisher is that they currently control access to printing, shipping, editorial, and marketing services. </p>
<p>If I would be willing to forego physical printing&#8211;or relegate that to an on-demand status to save time and money&#8211;and could hire my own editorial and marketing experts, there would be no reason to go through a publisher at all. I could retain <i>all</i> rights to my work, distribute it as I see fit, and partner with an agent or lawyer to work out licensing agreements should the need arise. </p>
<p>Without the imprimatur of a publisher my book would lack credibility, but with the cooperation of published authors who are respected in the marketplace, I could load up a book with blurbs and recommendations that would help signal to consumers that I&#8217;m a risk worth taking&#8211;and with discounts, freebies, and samples, I could lower the risk even more.</p>
<p>I am not describing a DIY amateur publishing world, but one in which authors work with other authors, with the assistance of expert agents, editors, and reviewers, to help sell books. The current employees of publishing houses would still be working in the industry, but perhaps not for the current publishing houses any more. And most important, authors and readers&#8211;the two crucial components of the industry&#8211;would have more freedom than ever before to produce and consume the written word.</p>
<p>(Robot drawing: <a href="http://www.flickr.com/photos/clickclickclickclick/1534107370/">clickclickclickclick</a>)</p>
<hr />
<em>Here is my original intro to this post:<br />
The constant debate&#8211;<a href="http://seekingalpha.com/article/137957-how-kindle-will-kill-the-book-star">or nonstop complaining, to be more precise</a>&#8211;over the &#8220;future of publishing&#8221; and how it is going to be killed off by ebooks has fatigued me. No, wait, I mean bored me. The few subscribers to this blog may have noticed that I stopped posting for a while; the reason was I had reached a saturation point about the ebook debate, and was asking myself whether I wanted to continue blogging about it at all.</p>
<p>Well, of course, the answer is a solid yes, because I truly believe this is the beginning of an evolution in publishing. Even though I grow tired of all the doom and gloom from old-school professionals, I&#8217;m grateful (and excited) to be witness to such a transformative event as this. </em></p>

<p><a href="http://feedads.g.doubleclick.net/~a/DBoaMVXeNHiMOCC4Q6-pIoINKtI/0/da"><img src="http://feedads.g.doubleclick.net/~a/DBoaMVXeNHiMOCC4Q6-pIoINKtI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DBoaMVXeNHiMOCC4Q6-pIoINKtI/1/da"><img src="http://feedads.g.doubleclick.net/~a/DBoaMVXeNHiMOCC4Q6-pIoINKtI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kindlerama?a=hsnjbVPr1qw:z_OsGpwrxQA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=hsnjbVPr1qw:z_OsGpwrxQA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=hsnjbVPr1qw:z_OsGpwrxQA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=hsnjbVPr1qw:z_OsGpwrxQA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=hsnjbVPr1qw:z_OsGpwrxQA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=hsnjbVPr1qw:z_OsGpwrxQA:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://kindlerama.com/brainstorming-the-future-of-ebooks/feed</wfw:commentRss>
		<feedburner:origLink>http://kindlerama.com/brainstorming-the-future-of-ebooks</feedburner:origLink></item>
		<item>
		<title>The free ride is over: Amazon now charging for direct-to-Kindle conversions</title>
		<link>http://feedproxy.google.com/~r/kindlerama/~3/M3XBQkCuWeE/the-free-ride-is-over-amazon-now-charging-for-direct-to-kindle-conversions</link>
		<comments>http://kindlerama.com/the-free-ride-is-over-amazon-now-charging-for-direct-to-kindle-conversions#comments</comments>
		<pubDate>Mon, 18 May 2009 15:06:31 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
		
		<category><![CDATA[how to]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[conversions]]></category>

		<category><![CDATA[converting]]></category>

		<category><![CDATA[docs]]></category>

		<category><![CDATA[documents]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[fees]]></category>

		<category><![CDATA[files]]></category>

		<category><![CDATA[kindle]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=462</guid>
		<description><![CDATA[Amazon is now charging 15 cents per megabyte to convert and send documents to your Kindle. Avoid the fee by having the docs sent back to you, or by converting them yourself.]]></description>
			<content:encoded><![CDATA[<p><img src="http://kindlerama.com/wp-content/uploads/2009/05/k-nickelsanddimes.png" alt="k-nickelsanddimes" title="k-nickelsanddimes" width="480" height="339" class="alignleft size-full wp-image-464" />We all knew it wouldn&#8217;t last forever; Amazon always promised us that they might start enforcing their small conversion charge when you emailed them a document to be converted and sent directly to your Kindle. However, they&#8217;ve not only implemented the fee but raised it, so be careful!</p>
<p>Amazon originally said they&#8217;d charge 10 cents per document some day. The reality, which went into effect on May 4th, is that they&#8217;re charging <b>15 cents per megabyte rounded up.</b></p>
<p>That means you&#8217;ll pay at minimum 15 cents for each conversion. If your doc is, say, 1.14 MB (or 1140 KB, if that&#8217;s how your computer displays it to you), then you&#8217;ll pay 30 cents, and so on. </p>
<p>There are two ways to avoid this:</p>
<ol>
<li><strong>Have Amazon email the converted file back to you instead of sending it on to your Kindle.</strong><br />When you registered your Kindle, you set up an email address along the lines of &#8220;name&#8221;@kindle.com (where &#8220;name&#8221; is your name, of course). Attachments sent to this address will incur the fee and be forwarded on to your Kindle.</p>
<p>To avoid that, <a href="http://www.amazon.com/gp/help/customer/display.html?nodeId=200140600&#email">send attachments to &#8220;name&#8221;@free.kindle.com instead</a>. The converted Kindle-formatted file will be emailed back to you instead of sent to the device, and you won&#8217;t be charged a thing.</li>
<li><strong>Convert the document yourself using software on your computer</strong><br />
The easiest and best way to do this is with the free <a href="http://calibre.kovidgoyal.net/">software program Calibre</a>, which will convert <a href="http://calibre.kovidgoyal.net/user_manual/faq.html#what-formats-does-app-support-conversion-to-from">several different formats</a> into the MOBI format, which your Kindle can read without problems. You can also try the <a href="http://www.lexcycle.com/stanza">desktop version of Stanza</a> or <a href="http://www.mobipocket.com/en/DownloadSoft/ProductDetailsCreator.asp">Mobipocket eBook Creator (Windows only)</a> if for some reason Calibre won&#8217;t meet your needs.</li>
</ol>
<p>Either path will result in you having a Kindle-friendly document on your computer, which you&#8217;ll then need to transfer over to your Kindle via USB. No, it&#8217;s not <i>quite</i> as hassle-free as letting Amazon send it directly, but if you want to save the equivalent of a Kindle text messaging fee for each conversion, you&#8217;re gonna have to start transferring it yourself.</p>
<p>(Photo: <a href="http://www.flickr.com/photos/labyrinthx/1955692114/">LabyrinthX</a>)</p>

<p><a href="http://feedads.g.doubleclick.net/~a/tu5K4Uk_gSNQrGFQ-VIq016Bs3U/0/da"><img src="http://feedads.g.doubleclick.net/~a/tu5K4Uk_gSNQrGFQ-VIq016Bs3U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tu5K4Uk_gSNQrGFQ-VIq016Bs3U/1/da"><img src="http://feedads.g.doubleclick.net/~a/tu5K4Uk_gSNQrGFQ-VIq016Bs3U/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kindlerama?a=M3XBQkCuWeE:G1JCESsRsUA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=M3XBQkCuWeE:G1JCESsRsUA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=M3XBQkCuWeE:G1JCESsRsUA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=M3XBQkCuWeE:G1JCESsRsUA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=M3XBQkCuWeE:G1JCESsRsUA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=M3XBQkCuWeE:G1JCESsRsUA:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://kindlerama.com/the-free-ride-is-over-amazon-now-charging-for-direct-to-kindle-conversions/feed</wfw:commentRss>
		<feedburner:origLink>http://kindlerama.com/the-free-ride-is-over-amazon-now-charging-for-direct-to-kindle-conversions</feedburner:origLink></item>
		<item>
		<title>Here’s why everyone is suddenly announcing their blog is available for the Kindle</title>
		<link>http://feedproxy.google.com/~r/kindlerama/~3/APFN2d7BYmg/heres-why-everyone-is-suddenly-announcing-their-blog-is-available-for-the-kindle</link>
		<comments>http://kindlerama.com/heres-why-everyone-is-suddenly-announcing-their-blog-is-available-for-the-kindle#comments</comments>
		<pubDate>Sun, 17 May 2009 17:15:18 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[blogs]]></category>

		<category><![CDATA[eink]]></category>

		<category><![CDATA[ereaders]]></category>

		<category><![CDATA[kindle]]></category>

		<category><![CDATA[rss]]></category>

		<category><![CDATA[subscriptions]]></category>

		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=430</guid>
		<description><![CDATA[Over the past few days, it seems I keep running into the same sort of post over and over on various blogs. The headline is something like &#8220;[Name of blog] now available on your Kindle!&#8221; and then announces that yes, you can now subscribe for $1.99 a month to said blog and receive updates without [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few days, it seems I keep running into the same sort of post over and over on various blogs. The headline is something like &#8220;[Name of blog] now available on your Kindle!&#8221; and then announces that yes, you can now subscribe for $1.99 a month to said blog and receive updates without lifting another finger.</p>
<p>Why is this happening all at once? Because Amazon just launched <a href="https://kindlepublishing.amazon.com">Kindle Publishing for Blogs</a>, which lets anyone with a blog sign up and list their content on the Amazon Kindle Store for free.  (Until now, you had to be invited by Amazon to participate.)</p>
<p><a href="https://kindlepublishing.amazon.com"><img src="http://kindlerama.com/wp-content/uploads/2009/05/k-blogsonamazon.png" alt="k-blogsonamazon" title="k-blogsonamazon" width="480" height="269" class="alignleft size-full wp-image-431" /></a></p>
<p>A few things to note:</p>
<ul>
<li>the $1.99 subscription price is set by Amazon;</li>
<li>blog owners get 30% of that fee, while the rest stays with Amazon;</li>
<li>there are <a href="http://kindlefeeder.com/">other, cheaper options</a> if you read a lot of blogs or you&#8217;re on a tight budget.</li>
</ul>
<p>Is Kindlerama up there on the Amazon Blog Store? <a href="http://www.amazon.com/Kindlerama/dp/B0029ZBH7E/ref=sr_1_1?ie=UTF8&#038;s=digital-text&#038;qid=1242580063&#038;sr=1-1">You betcha!</a> I fully do NOT recommend you subscribe to ANY blogs through Amazon, but in the event that anyone wants to subscribe that way, I&#8217;m not going to deny them.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/coPZoINwejh-u4LM_oLlyZQepD4/0/da"><img src="http://feedads.g.doubleclick.net/~a/coPZoINwejh-u4LM_oLlyZQepD4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/coPZoINwejh-u4LM_oLlyZQepD4/1/da"><img src="http://feedads.g.doubleclick.net/~a/coPZoINwejh-u4LM_oLlyZQepD4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kindlerama?a=APFN2d7BYmg:HxBml2zfJFU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=APFN2d7BYmg:HxBml2zfJFU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=APFN2d7BYmg:HxBml2zfJFU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=APFN2d7BYmg:HxBml2zfJFU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=APFN2d7BYmg:HxBml2zfJFU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=APFN2d7BYmg:HxBml2zfJFU:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://kindlerama.com/heres-why-everyone-is-suddenly-announcing-their-blog-is-available-for-the-kindle/feed</wfw:commentRss>
		<feedburner:origLink>http://kindlerama.com/heres-why-everyone-is-suddenly-announcing-their-blog-is-available-for-the-kindle</feedburner:origLink></item>
		<item>
		<title>How to find cheap summer reading for your Kindle</title>
		<link>http://feedproxy.google.com/~r/kindlerama/~3/I3w0GEMDz8I/how-to-find-cheap-summer-reading-for-your-kindle</link>
		<comments>http://kindlerama.com/how-to-find-cheap-summer-reading-for-your-kindle#comments</comments>
		<pubDate>Sun, 17 May 2009 02:20:43 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
		
		<category><![CDATA[books]]></category>

		<category><![CDATA[resources]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[bargains]]></category>

		<category><![CDATA[cheaper]]></category>

		<category><![CDATA[discounts]]></category>

		<category><![CDATA[kindle]]></category>

		<category><![CDATA[prices]]></category>

		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=424</guid>
		<description><![CDATA[Use Jungle-Search.com to uncover discounted titles on the Amazon Kindle store.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/B000UZJREU?ie=UTF8&#038;ref_=sr_1_9&#038;s=digital-text&#038;qid=1242497567&#038;sr=1-9"><img src="http://kindlerama.com/wp-content/uploads/2009/05/k-dumakey-amazonstore.png" alt="Duma Key by Stephen King on the Amazon Kindle Store" title="Duma Key by Stephen King on the Amazon Kindle Store" width="480" height="301" class="alignleft size-full wp-image-425" /></a></p>
<p>If you&#8217;ve ever tried looking for cheap, high quality books on the Amazon Kindle store, you&#8217;ve probably run into the same frustrating limitations that I have&#8211;namely, that you can&#8217;t set a specific price floor or upper limit when you perform a search. There are so many titles on the Kindle Store that it&#8217;s not practical to manually browse, screen by screen, through the listings. To make matters worse, you can&#8217;t filter out self-published, amateur, and public domain (aka &#8220;can be found for free elsewhere&#8221;) titles that junk up the listings. </p>
<p>Well, guess what? You <em>can</em> sort by specific price ranges <a href="http://www.jungle-search.com/US/?Action=Search&#038;category=133141011&#038;subcategory=154606011&#038;pr1=4.99&#038;pr2=7.99&#038;sort=salesrank#form">if you use Jungle-Search.com</a>! </p>
<p>This third-party website will let you narrow down your search to a particular book category, then set a price range, and then sort the results by the standard Amazon sort options. You can even filter out low-rated books if you trust the Amazon community rating system enough (I don&#8217;t).</p>
<p>I used Jungle-Search this morning to find <a href="http://www.amazon.com/gp/product/B000UZJREU?ie=UTF8&#038;ref_=sr_1_9&#038;s=digital-text&#038;qid=1242497567&#038;sr=1-9">Stephen King&#8217;s Duma Key</a> for $7.99. I only read Stephen King novels every once in a while, but I think he makes for good summer reading, and I was happy to find one of his more widely-acclaimed books at such a reasonable price. Even better, the text-to-speech isn&#8217;t disabled on it, unlike some other Stephen King titles, so I had no qualms about grabbing it for my Kindle.</p>
<p>If you know of any other good ways to find discounted books on the Amazon Kindle store, please add them to the comments below. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/rPS05ts0ybmZcrd-_hu8GTImLp0/0/da"><img src="http://feedads.g.doubleclick.net/~a/rPS05ts0ybmZcrd-_hu8GTImLp0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rPS05ts0ybmZcrd-_hu8GTImLp0/1/da"><img src="http://feedads.g.doubleclick.net/~a/rPS05ts0ybmZcrd-_hu8GTImLp0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kindlerama?a=I3w0GEMDz8I:O0up5zZIJ40:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=I3w0GEMDz8I:O0up5zZIJ40:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=I3w0GEMDz8I:O0up5zZIJ40:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=I3w0GEMDz8I:O0up5zZIJ40:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kindlerama?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kindlerama?a=I3w0GEMDz8I:O0up5zZIJ40:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kindlerama?i=I3w0GEMDz8I:O0up5zZIJ40:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://kindlerama.com/how-to-find-cheap-summer-reading-for-your-kindle/feed</wfw:commentRss>
		<feedburner:origLink>http://kindlerama.com/how-to-find-cheap-summer-reading-for-your-kindle</feedburner:origLink></item>
	</channel>
</rss>
