<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>The Adventures of an Independent Author</title><link>http://authoradventures.blogspot.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheAdventuresOfAnIndependentAuthor" /><description>Exploring the world of writing and book illustration.</description><language>en</language><managingEditor>noreply@blogger.com (R. Scot Johns)</managingEditor><lastBuildDate>Fri, 27 Jan 2012 20:14:25 PST</lastBuildDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">348</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">25</openSearch:itemsPerPage><feedburner:info uri="theadventuresofanindependentauthor" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:copyright>Copyright 2008 - All Rights Reserved</media:copyright><media:thumbnail url="http://www.fantasycastlebooks.com/images/Scot.jpg" /><media:keywords>Beowulf,writing,self,publishing,fantasy,fiction,historical,fiction,epic,fantasy</media:keywords><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Arts/Design</media:category><itunes:owner><itunes:email>noreply@blogger.com</itunes:email><itunes:name>R. Scot Johns</itunes:name></itunes:owner><itunes:author>R. Scot Johns</itunes:author><itunes:explicit>no</itunes:explicit><itunes:image href="http://www.fantasycastlebooks.com/images/Scot.jpg" /><itunes:keywords>Beowulf,writing,self,publishing,fantasy,fiction,historical,fiction,epic,fantasy</itunes:keywords><itunes:subtitle>or, Self-Publishing as a Means &amp; Not an End</itunes:subtitle><itunes:summary>Various ramblings and ravings on writing and publishing by the author of "The Saga of Beowulf."</itunes:summary><itunes:category text="Arts"><itunes:category text="Design" /></itunes:category><feedburner:emailServiceId>TheAdventuresOfAnIndependentAuthor</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>How To Create Fixed-Layout iBooks, Part 5</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/xdcN6uvtsE0/how-to-create-fixed-layout-ibooks-part_27.html</link><category>Tutorial</category><category>iBooks</category><category>Formatting</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Fri, 27 Jan 2012 20:14:25 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-3841158318036957307</guid><description>Now that you have a page created for your iBook file you'll need to tell the reading application what to do with it. This requires three separate files to accomplish, but you'll only need to make them once, and then add in additional information for each new page that you create.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;THE CSS FILE&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
The first of these is the css formatting data for the content on the page. In the sample template you'll actually find two style sheets, one named &lt;i&gt;styles &lt;/i&gt;and the other &lt;i&gt;page02.&lt;/i&gt; If each page in your fixed-layout ebook contains similar formatting for the text you can just create one css file and reuse it for every page. But chances are if you're doing a graphic novel or illustrated book with complex text layouts you'll need to make a different one for every page, as I have done in mine.&lt;br /&gt;
&lt;br /&gt;
However, there will still be certain elements that will apply to every page, such as the page size and full page art positioning. If you open up the &lt;i&gt;styles.css &lt;/i&gt;file here's what you'll find:
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
body {&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;width: 738px;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;height: 985px;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;margin: 0;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;padding:0;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;
&lt;br /&gt;
img {&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;z-index: -1;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;width: 738px;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;height: 985px;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;position: absolute;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;padding: 0;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;margin: 0;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;top: 0;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;       &lt;/span&gt;left: 0;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/blockquote&gt;
This is about a basic a css file as you'll ever see, and more often there will be a whole lot of other stuff in here, providing overall defaults for text styling and placement. For example, you will usually include your chapter header styles and a base paragraph style for the main body text, plus any special formatting you might use in your book, as well as embedded font information and the like. But I decided to save that discussion for the text section instead. For now we'll just set some general defaults for the document.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. The "body" element&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The "body" element defines the page size once again, so these need to match the pixel dimensions you enter in the page content html. This is a bit redundant, but required. The body element specifically defines the overall "container" that will hold your content.&lt;br /&gt;
&lt;br /&gt;
It's also a good idea to set the default margins and padding to "0" just to give you a clean slate to work on. I'll talk about this more when we get to adding text, but in order to fill a page with and image edge to edge you need to remove any margins that might be set by the reading system. Since we're working with one specific program and a limited range of platforms here this isn't really an issue. But in a web based reader, for example, the browser will often add some default settings you don't want, such as base font size and spacing and whatnot. You can zero all that here, but the only one you really need to worry about right now is margin spacing. This way you can add your own margins later when we get to text without having to account for any additional defaults imposed upon your content by the reader.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2. The "img" element&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
One of the fundamental aspects of a fixed-layout ebook is the ability to precisely place images, and to overlay them with text, or even other artwork. Additionally, fixed-layout allows you to completely fill the page with art, with no white space surrounding it at all. This is called "full-bleed" in the print industry, due to the fact that the image is printed slightly larger than the final size, with some of it bleeding past the borders in order to ensure it reaches to the edge when cropped. Here, of course, your image will be exactly the size you make it.&lt;br /&gt;
&lt;br /&gt;
The "z-index" is how you place your page elements in the vertical stack, with "0" being the default. Thus, in order to place your artwork behind the text, you simply drop it down one level by assigning a negative value to the img element. You could, of course, add a positive number to the text layer instead (or in addition), but since there will generally be only one background image, but a lot of text, it's easier just to change the img default to -1. You can then add other layers above this by stacking them in the css for each page.&lt;br /&gt;
&lt;br /&gt;
Again, you need to enter your page dimensions here if you want to create full-bleed backgrounds, and zero out your margin and padding, as well as top and left positioning. You'll also see a "position" element set to "absolute" here, which allows us to place our images exactly using pixel references rather than placement relative to other elements. All your content&amp;nbsp;can now be precisely positioned simply by giving the number of pixels vertically from the top or the bottom, and the number of pixels from either the left or right. Generally you'll use top and left, but sometimes it's easier to work out placement from the nearest edge.&lt;br /&gt;
&lt;br /&gt;
In order to completely fill the page with art, you simply create an image with the same dimensions as the page (such as our cover art) and it will now be placed by default in the upper left corner at "0,0" and fill up the entire page.&lt;br /&gt;
&lt;br /&gt;
You now have a completed cover page with both content and css. But we still have to tell the system how to find these files and when to display them, and this requires two additional pieces to our puzzle.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;THE .NCX FILE&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
The &lt;i&gt;toc.ncx &lt;/i&gt;file is a &lt;i&gt;navigation control xml&lt;/i&gt; document which, as the name suggests, tells the reading system how to navigate the file. In this respect it functions as the table of contents for the file, and this is where the elements that make up the &lt;i&gt;functional &lt;/i&gt;table of contents come from, that is, the one that shows up in the iBooks drop-down box in the upper menu bar and allows you to jump to another section of the book.&lt;br /&gt;
&lt;br /&gt;
You can also include an&amp;nbsp;&lt;i&gt;actual &lt;/i&gt;table of contents as one of your html pages, complete with internal links, but these are generally less useful since you have to navigate to it first before going where you really want to. In addition, illustrated works such as graphic novels and children's books don't commonly employ tables of contents in the standard sense, although heavily formatted fixed-layout ebooks such as textbooks or travel guides will certainly want them.&lt;br /&gt;
&lt;br /&gt;
But either way you will want to (and are in fact required to) include at least a few basic waypoints in the &lt;i&gt;ncx&lt;/i&gt;, in particularly the cover and first page of actual story content. It's a good idea to at least put in chapter markers as well for every major section of the book.&lt;br /&gt;
&lt;br /&gt;
If you open up the &lt;i&gt;toc.ncx &lt;/i&gt;in the sample template you'll see the standard xml declaration/encoding data that we'll discussed before, followed by a new set of references:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN" "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd"&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1" xml:lang="en"&amp;gt;&lt;/blockquote&gt;
The ePub format is actually an amalgamation of several earlier specifications that have been modified and developed through the years, with the&amp;nbsp;&lt;i&gt;.ncx &lt;/i&gt;being an artifact from the original accessibility functions inserted by the Daisy consortium to assist users with sensory or mobility impairments. Thus, the ncx doctype and namespace references point to the daisy.org site for their functionality. You don't need to know what any of this means, but just be aware of it and make sure to add it in.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. The &amp;lt;head&amp;gt; element&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The head element contains the &lt;i&gt;document type definition&lt;/i&gt; (DTD), a name that is wholly unsuited to its function, as nowhere do you actually define the document type within it, or even within this file.&amp;nbsp;There are four lines of meta data that do need to be included here, however, even though only the first two actually apply to ebooks at all.&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;meta name="dtb:uid" content="0"/&amp;gt;&lt;/blockquote&gt;
Every ebook requires a "unique identifier" (uid) to set it apart as a separate digital document, not just from all the other ebooks out there, but as a specific version of this document. You will need to replace the "0" content element here with your own identifier. This can be virtually anything, really, from a website url devoted to this book, to a version number string that includes enough data code (title, author, date, etc) to make it unique to any other ebook.&lt;br /&gt;
&lt;br /&gt;
You can also generate a &lt;i&gt;uid&lt;/i&gt; code using a web-based resource such as &lt;a href="http://www.famkruithof.net/uuid/uuidgen"&gt;UUIDGEN&lt;/a&gt;, which will create a random string based on such factors as your IP address and the date and time. You will also enter this code in the&amp;nbsp;&lt;i&gt;content.opf &lt;/i&gt;we will create next, and the two must match.&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;meta name="dtb:depth" content="1"/&amp;gt;&lt;/blockquote&gt;
This is the only element that actually applies to the table of contents, and simply defines the number of levels in the toc hierarchy. For works of fiction this will almost always be "1" for simple chapter sections, but for non-fiction works there can be several levels of subsections within each chapter. Add one additional number for each subheading you'll be using.&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;meta name="dtb:totalPageCount" content="0"/&amp;gt;&lt;br /&gt;
&amp;lt;meta name="dtb:maxPageNumber" content="0"/&amp;gt;&lt;/blockquote&gt;
These last two are left over from physical print book metadata and are not relevant in ebooks generally, since the number of pages in reflowable ebooks varies greatly depending on the display screen and chosen font size. However, since fixed-layout ebooks do have a specific number of pages, you could enter that information here if you so choose. I'm not sure it will be used anywhere, but as this is metadata it might conceivably be included one day in the iBooks retail page listings for fixed-layout ebooks, so that potential purchasers can know how long the ebook is. This seems quite useful information to me, and since the metadata can be entered one would like to think it might be used.&lt;br /&gt;
&lt;br /&gt;
The "totalPageCount" is the overall number of pages in the file, including front matter and appendices, whereas "maxPageNumber" would be the actual count of numbered pages, minus ancillary material.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2. The &amp;lt;docTitle&amp;gt; element&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Here is one of the two places you'll enter the title of your magnum opus. The other is in the &lt;i&gt;content.opf&lt;/i&gt;, and the two must match.&amp;nbsp;Enter it as you want it to be listed.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3. The &amp;lt;navMap&amp;gt; element&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The "navigation map" section is where you insert the entries in your table of contents, entering "navigation points" for each item you want to show up in the iBooks drop-down menu. Here we have just two, corresponding to the two main elements in our sample template, the cover and first page:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;navMap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;navPoint id="navPoint-1" playOrder="1"&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;navLabel&amp;gt;&amp;lt;text&amp;gt;Cover&amp;lt;/text&amp;gt;&amp;lt;/navLabel&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;content src="cover.xhtml#cover"/&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/navPoint&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;lt;navPoint id="navPoint-2" playOrder="2"&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;navLabel&amp;gt;&amp;lt;text&amp;gt;Chapter 1&amp;lt;/text&amp;gt;&amp;lt;/navLabel&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;content src="page02.xhtml"/&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;lt;/navPoint&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/navMap&amp;gt;&lt;/blockquote&gt;
Each &lt;i&gt;navPoint &lt;/i&gt;has an &lt;i&gt;id&lt;/i&gt;&amp;nbsp;which can be anything, but a simple numbered order is most practical. The &lt;i&gt;playOrder&lt;/i&gt;&amp;nbsp;element is what tells the device how to list the entries, although entering them here in any other order than the way you intend them to show up would be simply idiotic, not to mention confusing.&lt;br /&gt;
&lt;br /&gt;
Within the &lt;i&gt;&amp;lt;navLabel&amp;gt;&amp;lt;text&amp;gt;&amp;nbsp;&lt;/i&gt;element enter the text you want to appear in the table of contents list, exactly as you want it to show up (i.e. &lt;i&gt;capitalized&lt;/i&gt;&amp;nbsp;and spelled correctly for those of you who communicate by text these days).&lt;br /&gt;
&lt;br /&gt;
Finally, the &lt;i&gt;content src&amp;nbsp;&lt;/i&gt;references the content file you create for that page. You can wait until all you content is created to make the .ncx file, or you can add them one by one, which you might want to do in order to test the file as you progress. It's also often easier to do it bit by bit to keep from getting thoroughly confused.&lt;br /&gt;
&lt;br /&gt;
To create subheadings within the table of contents (as specified in the metadata &lt;i&gt;depth&lt;/i&gt; element), you would simply add them below their parent entry, but &lt;i&gt;before &lt;/i&gt;the parent entry's closing tag. So, for example, if you want a second level element beneath the Chapter 1 entry, start a new &lt;i&gt;navPoint &lt;/i&gt;entry after the &lt;i&gt;&amp;lt;content src="page02.xhtml"/&amp;gt;&lt;/i&gt; line, but before the following &lt;i&gt;&amp;lt;/navMap&amp;gt; &lt;/i&gt;closing tag. You can create as many nested levels as you like this way, so long as you specify the number of levels in the metadata section.&lt;br /&gt;
&lt;br /&gt;
Lastly, you can create table of content entries for mid-page subheadings using &lt;i&gt;fragment&amp;nbsp;&lt;/i&gt;references which point to anchors in your document, by adding references after the name of the content source file, such as: &lt;i&gt;..."page02.xhtml#section2"/&amp;gt;. &lt;/i&gt;Of course, you'll need to be sure to add the proper anchor at the &amp;nbsp;specified location in the document, as in &lt;i&gt;&amp;lt;a href="section2&amp;gt;Section Header Title&amp;lt;/a&amp;gt;&lt;/i&gt;.&lt;br /&gt;
&lt;br /&gt;
[By the way, you might notice an error in the template &lt;i&gt;.ncx&lt;/i&gt; here where I used copy and paste to create the second &lt;i&gt;navPoint&amp;nbsp;&lt;/i&gt;entry rather than typing it out again, but neglected to delete the #cover anchor, which I had only added as an example, since you would never actually use one there]&lt;br /&gt;
&lt;br /&gt;
And that completes your &lt;i&gt;toc.ncx &lt;/i&gt;file. At least until you create more content, that is.&lt;br /&gt;
&lt;br /&gt;
NEXT UP: The Content.opf File&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-3841158318036957307?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=xdcN6uvtsE0:lD8ND-5CUCg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-27T21:14:25.737-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/how-to-create-fixed-layout-ibooks-part_27.html</feedburner:origLink></item><item><title>How to Create Fixed-Layout iBooks, Part 4</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/OhQxxhGNdmQ/how-to-create-fixed-layout-ibooks-part_26.html</link><category>Tutorial</category><category>iBooks</category><category>Formatting</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Thu, 26 Jan 2012 06:00:06 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-2612269229145706716</guid><description>So finally we get to put some content in our book! The first thing you must know is that in fixed-layout ebooks there must be a separate file for every single page. Because you'll be placing all your content precisely, you must define the area in which you will be working.&amp;nbsp;This is why deciding on the size and shape of the page is so important, and here is where I'll show you how to do it. In addition, every page must be the same size and shape. Only their content will be different.&lt;br /&gt;
&lt;br /&gt;
In this part we'll create the first page you'll likely want to make, which is the cover. Whereas in Kindle ebooks you are discouraged from including the actual cover image in the file, adding it instead during the upload process, in iBooks you must include it yourself.&lt;br /&gt;
&lt;br /&gt;
Since the cover is generally a single full page image with the title text included it will make an ideal introduction into how to create a fixed-layout page. You can, of course, add the titles and any other text as a separate layer, but we'll save that for later and only focus on the artwork here.&lt;br /&gt;
&lt;br /&gt;
I should mention that Apple frowns on using images that include text, requiring that any text within the ebook be created as an active layer. This is so that functions such as dictionary definitions, searches, highlighting, text-to-speech, or any other accessibility features be fully functional. Otherwise there would be no difference between the basic fixed-layout format and a standard pdf. However, this requirement does not apply to outer covers, or to title pages or other places where highly customized text is desired. Bear this in mind in your textual choices.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;THE FIXED-LAYOUT PAGE&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
If you open up the &lt;a href="http://fantasycastlebooks.com/files/fixed-layout-ibooks-template.epub"&gt;template&lt;/a&gt;&amp;nbsp;&lt;i&gt;cover.xhtml&lt;/i&gt; file in your editor of choice, you'll see something like the following:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-06SfnW9UaTo/TyC2oiqWWRI/AAAAAAAABgs/7-8sp7fbTFg/s1600/CoverXHTML.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-06SfnW9UaTo/TyC2oiqWWRI/AAAAAAAABgs/7-8sp7fbTFg/s1600/CoverXHTML.png" /&gt;&lt;/a&gt;&lt;/div&gt;
The first few lines provide our language declaration, and note that here we include an additional &lt;i&gt;encoding &lt;/i&gt;statement which defines the document as using the "UTF-8" character set. There is also a &lt;i&gt;DOCTYPE&lt;/i&gt; declaration which defines the file language as html, and provides the necessary referents.&lt;br /&gt;
&lt;br /&gt;
Finally, there is an &lt;i&gt;xml:lang&lt;/i&gt; statement defining the coding language as being written in English. This, of course, assumes you're an English speaker writing for an English audience, which I'll also assume since you're reading this. All of your html files should be encoded with this set as shown. Just copy and paste it as is.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;THE HEAD ELEMENT&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
The next section is where you define the characteristics of the page, and link to the style sheet you'll use to format the page contents.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. meta name="viewport"&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Apple uses a feature called the "viewport" in iBooks to define the actual size of a page. This is not necessarily the size of the iPad display itself, although it can be. As I discussed at great length in the last part, your content is best created at a larger size than the actual iPad screen, for several reasons. Foremost this is so that users can zoom the image up to view more detail, such as reading smaller print. But also as I mentioned so the ebook doesn't become obsolete as soon as a higher resolution screen comes out.&lt;br /&gt;
&lt;br /&gt;
That said, you are certainly free to make your book in any size and shape you wish. If you want to keep your file sizes small and have no need or wish for anyone to zoom your pages larger than the iPad screen, then create each page at the&amp;nbsp;default resolution, as I discussed before, so that a single page will fill the screen in portrait orientation without being zoomed. &lt;i&gt;Don't &lt;/i&gt;make each single page the size it will appear in a two-page spread in landscape orientation, because the iPad will zoom it up automatically to fill the screen when viewed as a single page in portrait orientation, and it will look like garbage. But the larger image will look just fine when shrunk to fit beside its opposing page in a two-page spread.&lt;br /&gt;
&lt;br /&gt;
Whatever size you decide on, enter it on the first line here in the "width" and "height" attributes, where the numbers shown are the exact number of pixels that define the size of your page.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2. meta content="text/html"&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This may seem a little bit redundant, since you've already given this information above, but here it refers to the actual content of the page and not the coding language of the document. Or so I've been told. Just put it in.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3. &amp;lt;title&amp;gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This is utterly pointless, since it doesn't show up anywhere. In fixed-layout ebooks there is no actual header in the upper margin (or footers for page numbers either, by the way, so you'll have to put those in yourself if you want them - see my &lt;i&gt;&lt;b&gt;&lt;a href="http://www.datafilehost.com/download-5525256c.html"&gt;Ring Saga&lt;/a&gt;&lt;/b&gt; &lt;/i&gt;sample chapter for an example). I imagine this is what that was meant to be, but as I said it won't appear anywhere, so you can put whatever you like there. Use it as a way to describe the page contents if you like, of put some jokes in for curious ebookworms. It really doesn't matter. I'm not even sure it needs to be there, but I haven't tested it.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;4. link href=&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This is the other line that really matters, as it tells the reading system where to find the formatting information for this page. That data is kept in a separate CSS file, and only the actual page content is located here. CSS (Cascading Style Sheet) is a "stylesheet" as the last element declares, which we'll get to shortly. You can create one and put all your formatting information in it, or make a separate one for every page, or even both, but any formatting that needs to be applied to this page must be referenced here.&lt;br /&gt;
&lt;br /&gt;
The &lt;i&gt;href= &lt;/i&gt;element is the only one you'll need to change, as it must specify the location of the specific style sheet you want to apply to the content of this page. Beat in mind that the css file location is relative to where this page is, so if you've put the html page file and its css file in the same folder all you have to do is list the file name. But if the css is in a separate folder, as in the example, then the relative path must be given. If they're in separate folders, start the line with ".../" which tells the OS to start looking at the root level (such as ".../css/styles.css" for example).&lt;br /&gt;
&lt;br /&gt;
Obviously, we haven't created any css files yet, so just give it a name that makes sense and use that name when we get to that point. Or leave it as is and come back to change it later.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;THE BODY ELEMENT&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Now at last we get to the heart of the matter. The body container holds the actual content of the page, and it's written just like any standard website using html. You'll want to know at least the basics of html, but you don't need a lot. There are hundreds of thousands of quick reference guides out there on the web for free. You can open up ebooks and look at the code it's made of to learn how specific things are done. But for now we'll just keep things simple.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. &amp;lt;div id="cover"&amp;gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
All we want on this cover page is a single image, so our body only has one element, contained within the &lt;i&gt;&amp;lt;div&amp;gt; &lt;/i&gt;tags. Normally you'll just call up the divider using &amp;lt;div&amp;gt; all by itself, closing it with &amp;lt;/div&amp;gt; after your content. But in order for your&amp;nbsp;cover image to show up as a thumbnail on your iBookshelf you need to add the &lt;i&gt;id="cover" &lt;/i&gt;element and attribute. We'll reference this elsewhere - in the &lt;i&gt;content.opf&lt;/i&gt;file - and this is where that file reference will find what it's looking for.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2. &amp;lt;img&lt;/b&gt;&amp;nbsp;...&lt;br /&gt;
&lt;br /&gt;
Since all that's on this page is the cover image, chances are you'll want that image to fill the entire page from edge to edge. To do so, all you need to do is create or resize that image to the exact dimensions of the viewport size you chose for your book.&lt;br /&gt;
&lt;br /&gt;
To insert the image into the page, you call it up using the &lt;i&gt;&amp;lt;img&lt;/i&gt; tag, followed by that file's location, or "source" (src), which you reference just as you did for your (currently nonexistent) css file. Technically, the image file is nonexistent as well, as I haven't told you to put it in the image folder yet. But you can do that now, or any time you like. The template already has folders for images, css, and fonts as well. You can just drag and drop yours into the appropriate one, and then delete the other.&lt;br /&gt;
&lt;br /&gt;
Warning! If you delete the only file in a folder, it will delete the folder too, so put your image in there first before deleting the ones you don't want. Of course, you can recreate the folder, but I just thought I'd mention it to save you time.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3. alt=&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The text you enter into the "alt" element is usually what you would see pop up if you were to hover a mouse over this image. Of course, the iPad has no mouse, and as cannot hover your finger to make this happen, what you write here will never show up anywhere. However, it &lt;i&gt;is&lt;/i&gt; used to vocally describe image content to&amp;nbsp;visually impaired readers who are using verbal accessibility features. So give some thought to what you put here. Most people don't, and I imagine it's a great annoyance to those who would enjoy a bit more information than "front cover". It's unlikely very many visually impaired readers will be avid graphic novel fans, but you never know. I haven't done any research on those statistics, so it's probably best to hedge your bets and add a little something extra. That said, it is required to put &lt;i&gt;something&lt;/i&gt; there, but &lt;i&gt;what&lt;/i&gt; is left entirely up to you. At any rate, that's what "alt" is for.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can now save your file and close it down. Be sure you've added the closing tags at the end or you'll get some nasty error messages upon loading the file into iBooks. Chances are you'll miss some of these (I always do), and it will be a pain to go back in and fix them, so just take a moment now to look the file over before moving on.&lt;br /&gt;
&lt;br /&gt;
Congratulations! You have just created the cover for your book. Unfortunately, the file will not yet load successfully into iBooks, as you have no css, and you're still missing two other crucial files. We'll focus on those next so that you can start to get your work in progress functional enough to have a look at what you've got.&lt;br /&gt;
&lt;br /&gt;
NEXT UP: The CSS File&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-2612269229145706716?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=OhQxxhGNdmQ:URuYaLzJz-0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-26T07:00:06.112-07:00</app:edited><media:thumbnail url="http://2.bp.blogspot.com/-06SfnW9UaTo/TyC2oiqWWRI/AAAAAAAABgs/7-8sp7fbTFg/s72-c/CoverXHTML.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/how-to-create-fixed-layout-ibooks-part_26.html</feedburner:origLink></item><item><title>How to Create Fixed-Layout iBooks, Part 3</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/Z541oLQ14fo/how-to-create-fixed-layout-ibooks-part_7322.html</link><category>Tutorial</category><category>iBooks</category><category>Formatting</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Wed, 25 Jan 2012 05:44:56 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-7989010026767617267</guid><description>Before we can continue building our fixed-layout ebook we'll need some content to put in there. This is, of course, the reason we're here undertaking this project, so I would presume you already have something you want to make an ebook out of, and as we're focusing on fixed-layout format you've likely got some heavy art to include. First, however, you must understand the nature of the medium that you'll be working in.&lt;br /&gt;
&lt;br /&gt;
In standard ebooks the size and placing of elements onscreen can change, which makes everything &lt;i&gt;relative &lt;/i&gt;to everything else. But in fixed-layout ebooks everything is...well... &lt;i&gt;fixed&lt;/i&gt;, and consequently the size and position of every element is &lt;i&gt;absolute. &lt;/i&gt;In order to place those elements accurately, therefore, you must know precisely where you want them to be and how to put them there. This will require a slightly technical explanation, so bear with me for a moment.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;DISPLAY RESOLUTION&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
The current iPad screens contain 1024x768 pixels at a resolution of 132 pixels per inch. However, the pixel density of 132 is irrelevant since the total number of pixels is fixed. In print, a resolution of 100 pixels per inch would make a 1000x1000 pixel image print out at 10" x 10" square, whereas a resolution of 200 pixels per inch would make that exact same image print at only 5" x 5". But on a fixed digital screen both images will appear exactly the same, although a higher resolution image will generally look crisper since the original art will tend to have more detail.&lt;br /&gt;
&lt;br /&gt;
The iPhone4S and iPod Touch have a screen resolution of 960x640 pixels at 326 pixels per inch. With nearly three times the density of pixels, the smaller screen has nearly as many total pixels (614,400) as the larger, but lower resolution iPad (786,432 total), even though the iPhone display is only 3.5" and the iPad nearly three times that at 9.7". This is why the smaller screen has the ability to display almost as much detailed content as the larger one.&lt;br /&gt;
&lt;br /&gt;
To make matters worse, resolution will continue to increase until the larger tablet screens reach the pixel density of the smaller ones. Fortunately for us, 326 pixels per inch is pretty much the upper limit of the human eye's ability to discern individual details, so increasing pixel density further would be pointless. But when the iPad's 9.7" screen reaches the iPhone's level, its total pixel area will be 2529x1897 for a massive total of 4,797,513 pixels, every one of which you'll need to fill with content and color.&lt;br /&gt;
&lt;br /&gt;
Now, some of those pixels can be duplicated, so that, for example, one pixel in a 1024x768 image created today will be displayed by a 4 pixel square in the 264-ppi 2048x1536 display rumored to be coming on the iPad 3 due out this April. Theoretically, the image should look pretty much the same, although in fact it will be zoomed and pixelated and somewhat fuzzy by comparison, since that 1024x768 image will only fill the middle of a screen with &lt;i&gt;four&lt;/i&gt; times as many pixels (twice as many wide, and twice as many high), and it will be the display processor that calculates what color to make those extra pixels, not you. Crisp edges will become fuzzy where black meets white and the display logically selects three shades of gray as a compromise for the three new pixels it must fill in.&lt;br /&gt;
&lt;br /&gt;
More importantly, these are all pixels that could contain more detail and present a clearer, crisper image.&amp;nbsp;For this reason it is recommended that you &lt;i&gt;always &lt;/i&gt;create artwork at the highest resolution possible to future-proof your hard work against the higher resolution screens that are surely coming. In the &lt;i&gt;iBookstore Asset Guide &lt;/i&gt;Apple themselves recommend using images that are "at least twice their intended display size" for this reason, as well as enabling users to zoom in to see more detail.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;FILE SIZE LIMITS&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Complicating matters are two further issues we must take into consideration. First is Apple's two million pixel limit for each individual image. This is apparently not a hard and fast rule, but images larger than this may not display properly, or cause the iBooks app to crash. Given this restriction, the largest single image size legally allowable in the iPad's 4:3 aspect ratio would be 1224x1633, a total of 1,998,792 pixels. Of course, you can place more than one of these on a page, and two of them side by side makes up a full landscape spread. But this brings up our next consideration, which is total file size.&lt;br /&gt;
&lt;br /&gt;
Since .epub files use .zip compression in their packaging, they must adhere to the zip archive's current 2 Gb limit, and this &lt;i&gt;is &lt;/i&gt;a hard and fast rule which cannot be broken. Now, two gigs is a pretty enormous file, so there's really not a lot of concern here. But as files get bigger and enhanced ebooks include more content, it becomes increasingly possible this limit might be reached, particularly if a lot of video is embedded. The 28 images included in my &lt;i&gt;&lt;b&gt;&lt;a href="http://www.datafilehost.com/download-5525256c.html"&gt;Ring Saga&lt;/a&gt;&lt;/b&gt;&lt;/i&gt; sample chapter bring its total size to over 24 Mb - a long way off from two gigs, but it's only one chapter of a proposed 450-500 page project, each page of which is roughly 1 Mb at a quality setting of 10 in Photoshop. More compression can, of course, bring these file sizes down, and may be necessary for the final complete ebook. But where quality is concerned, the less compression the better. It's a compromise each ebook artist will have to make for themselves. And if screen resolution continues to increase, even these image sizes will be too small.&lt;br /&gt;
&lt;br /&gt;
The bottom line is that when you're creating high quality artwork for a graphic novel or illustrated ebook with full-page images, you should ideally create them as close to the two million pixel limit as possible and work from there. I create my original artwork at upwards of 4000x3000 pixels or so and then shrink to fit. The iPad, by the way, automatically resizes larger images to fit the screen, in whichever orientation it's being viewed. You can double-tap to view full screen, or pinch and zoom to view the image at full size.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;ACTUAL IPAD SCREEN SIZE&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Although the iPad's total screen size is 1024x768, Apple's "recommended page size" in the &lt;i&gt;Asset Guide &lt;/i&gt;is only 985x738, due to space taken up by the faux book pages and menus. Consequently, this is the size I've used in the template to give you the official example. However, since the upper and lower menus go away (leaving blank space above and below the pages), if you want to completely fill a horizontal view with a two-page spread, the actual &lt;i&gt;optimized &lt;/i&gt;page size you should use is 1024x682, or increments thereof. At this aspect ratio, the maximum image size within the two million pixel limit would be 1732x1154 (1,998,728 pixels).&lt;br /&gt;
&lt;br /&gt;
Recent updates have included the option to turn off the faux book borders in standard iBooks editions, via the font display menu, but since this menu is not available in fixed-layout iBooks, the faux book pages are there whether you want them or not. This may change at some point down the line, of course, particularly seeing that the new .ibooks format no longer has them (although they may just be turned off in the few textbooks I've looked at). But for the time being, you'll want to take them into consideration when creating your art layouts, as I have done above, since removing them will slightly alter the full page aspect ratio.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;SPANNING IMAGES&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Fixed-layout iBooks actually allow you to use a single image to fill a two-page spread by spanning the image across the pages. However, given all I've just said I highly recommend against this, since Apple's pixel limit only applies to each individual image. If you use one image to fill two pages, you have effectively cut the maximum size of your artwork in half, with only one million pixels per page. This is still enough to fill up the pages currently, but only just, and tomorrow it will look like crap. Additionally, it's a whole lot of extra effort and confusion to format for no real good reason. It is vastly easier to cut an image precisely in half in Photoshop than to span it across two pages. You have to create two separate page files either way, and the seams match up perfectly. This is what I've done in the &lt;i&gt;&lt;a href="http://www.datafilehost.com/download-5525256c.html"&gt;&lt;b&gt;Ring Saga&lt;/b&gt;&lt;/a&gt; &lt;/i&gt;sample, so have a look at that as an example.&lt;br /&gt;
&lt;br /&gt;
However, in the interest of giving you a full range of options, I'll include the information anyway, as there may be occasions when it could be handy. For example, if a smaller image runs across two pages of, say, a magazine-style layout, or a travel guide or some such, particularly since this would allow you to adjust the image placement without having to go back in to Photoshop and crop it up again.&lt;br /&gt;
&lt;br /&gt;
But I won't get into that just yet. First we'll build some single pages.&lt;br /&gt;
&lt;br /&gt;
NEXT UP: Creating Your Cover&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-7989010026767617267?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=Z541oLQ14fo:rlMiEam59Oo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-25T06:44:56.747-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/how-to-create-fixed-layout-ibooks-part_7322.html</feedburner:origLink></item><item><title>How to Create Fixed-Layout iBooks, Part 2</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/_rXMXcq4Nxk/how-to-create-fixed-layout-ibooks-part_24.html</link><category>Tutorial</category><category>iBooks</category><category>Formatting</category><category>Fixed Layout</category><category>eBooks</category><category>ePub</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Wed, 25 Jan 2012 05:51:49 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-7870281196242493318</guid><description>Today we'll be tearing apart an ePub file to look at what's inside, and then starting at the top and working our way down the list of contents one by one. If you haven't downloaded the &lt;a href="http://fantasycastlebooks.com/files/fixed-layout-ibooks-template.epub"&gt;free template&lt;/a&gt; file yet, then do so now, as I'll be using it to describe the contents of a standard iBooks file. You can also download my &lt;b&gt;&lt;a href="http://www.datafilehost.com/download-5525256c.html"&gt;&lt;i&gt;Ring Saga&lt;/i&gt;&lt;/a&gt;&lt;/b&gt;&amp;nbsp;sample chapter and have a look inside if you want to see a somewhat more complex file. It's encryption-free, so you can open it up and look at all the content.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;OPENING THE FILE&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
As I mentioned previously, an iBooks file is just a slightly modified .epub, which itself is just a .zip archive with the extension changed. Consequently, you can open an .epub the same way you open any .zip file. You can either change the .epub extension back to .zip if you want to, or you can just right-click on the .epub and select "Extract" or "Open with" whatever zip program you use. I recommend &lt;a href="http://www.7-zip.org/"&gt;7-Zip&lt;/a&gt;, which lets you modify the contents of an .epub without changing the extension or extracting the files. You can also just drag and drop new files into it, and delete ones that are in there. Other compression programs might do this too, but I haven't tried them, so you're on your own there.&lt;br /&gt;
&lt;br /&gt;
The other program you'll want is &lt;a href="http://notepad-plus-plus.org/"&gt;Notepad++&lt;/a&gt;, or something similar which has numbered lines and search/replace functions. Don't use Windows Notepad as it doesn't have these features and will totally garble your files. You can use any webpage builder you might have, such as Dreamweaver or whatnot, but since you'll be opening and closing it a lot and often, you'll want something that loads and opens files quickly. Whichever editor you choose, be sure to add it as the default editor in 7-Zip (Tools / Options / Editor) so that you can right-click and select "edit" to open compressed files in the editor without extracting the files.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;THE FILE STRUCTURE&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
When you look inside the template, what you'll see at the root level is one file and two folders (whose contents I'll also disclose here for a complete overview of where we're going:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;mimetype&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;/META-INF/&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; container.xml&lt;br /&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;com.apple.ibooks.display-options.xml&lt;br /&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;/OEBPS/&lt;br /&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /css/&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;page02.css&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;styles.css&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /fonts/&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Storybook.ttf&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /images/&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bookpage.jpg&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cover.jpg&lt;/div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; content.opf&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cover.xhtml&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; page01.xhtml&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; page02.xhtml&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; toc.ncx&lt;br /&gt;
&lt;br /&gt;
This is the basic ePub file structure, all of which must be in an iBooks file (except for the custom font), although the names of the content files themselves can be unique to your book project, with the exception of the META-INF folder and its contents, which must be named exactly as shown. And&amp;nbsp;of course there will likely be a whole lot of additional files in there before you're done, possibly including a few varieties not listed here.&amp;nbsp;But more on that later. First things first...&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; font-weight: bold;"&gt;THE MIMETYPE FILE&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
The &lt;i&gt;mimetype&lt;/i&gt; file tells the reading system what type of file it's looking at. If you right-click and select "edit" to open this file you'll see a single line of text:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
application/epub+zip&lt;/blockquote&gt;
This tells the device's operating system that the file is an epub/zip archive, which tells it a lot about it's structure that the contents are compressed. You can create this file from scratch in your editor, but you can also just use this one, as they're mostly all the same. The new .ibooks files have a new mimetype:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
application/x-ibooks+zip&lt;/blockquote&gt;
which I imagine tells the iBooks application to apply a whole new set of rules to the contents. This also technically makes it no longer an epub file, although the general structure is pretty much the same. As an experiment I changed my &lt;i&gt;Ring Saga&lt;/i&gt; mimetype to this and loaded it into iBooks. The file opened with the super-cool new hardback cover animation, but there wasn't anything else inside, so I've got some work to do yet in figuring that out. I'll let you know when I work it out. But from this we can discern that one of those new rules is that .ibooks files get the nice new glossy hardback cover!&lt;br /&gt;
&lt;br /&gt;
If you choose to create your own &lt;i&gt;mimetype&lt;/i&gt; file there are three stipulations you must observe:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
1.&amp;nbsp;The &lt;i&gt;mimetype&lt;/i&gt; file&amp;nbsp;must not be compressed or encrypted&lt;br /&gt;
2.&amp;nbsp;There must be nothing else in the file but the one line of text&lt;br /&gt;
3.&amp;nbsp;It must be the first file in the zip archive&lt;/blockquote&gt;
The best way to achieve these requirements is to create a zip archive with just the &lt;i&gt;mimetype&lt;/i&gt; file in it, using no compression when you add it, and then to add in all the other files later, with compression. Encryption is an issue I won't even begin to get into here.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; font-weight: bold;"&gt;THE CONTAINER FILE&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Like the &lt;i&gt;mimetype&lt;/i&gt; file, the&lt;i&gt; container.xml&lt;/i&gt; must be named exactly that. In addition, it &lt;i&gt;must&lt;/i&gt; be in a folder named &lt;i&gt;META-INF&lt;/i&gt;, so that the OS knows where to find it. The sole function of the container file is to tell the device where to find the .opf (which seems a somewhat redundant step if you ask me). Looking inside the &lt;i&gt;container.xml&lt;/i&gt; file here is what you'll see:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-WX24SPDxdXs/Tx5GMI5n71I/AAAAAAAABgU/4QvjWZF60TY/s1600/ContainerXML.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-WX24SPDxdXs/Tx5GMI5n71I/AAAAAAAABgU/4QvjWZF60TY/s1600/ContainerXML.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
This is the first of many files where we need to explain some things to the computer so it understands what we're saying and what to do with the information.&lt;br /&gt;
&lt;br /&gt;
The first two lines are declarations, stating what language we're speaking and giving a namespace reference (xmlns), which is a specific set of operating rules, more or less:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;?xml version="1.0"?&amp;gt;&lt;br /&gt;
&amp;lt;container version=1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container"&amp;gt;&lt;/blockquote&gt;
Within this is contained the rootfile path, which as I said tells the system where to look for the file that contains a listing of the ebook's contents, and what type of file that is:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;rootfile&amp;nbsp;full-path="OEBPS/content.opf" media-type="application/oebps-package+xml"/&amp;gt;&lt;/blockquote&gt;
Looking at our file structure above, you'll see that the &lt;i&gt;content.opf&lt;/i&gt; is in the OEBPS folder, just like our path data says here. This file can actually be anywhere and named anything you like, so long as you say so here.&amp;nbsp;The media-type, however, must read exactly as given, since it describes the target's file type, which is an Open eBook Publication Structure (OEBPS) package written in&amp;nbsp;eXtensible Markup Language (XML). We'll talk about the .opf itself later. Be sure to include both the &amp;lt;/rootfiles&amp;gt; and &amp;lt;/container&amp;gt;&amp;nbsp;closing tags as shown in the image.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; font-weight: bold;"&gt;THE COM.APPLE FILE&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
This is a file completely unique to Apple's iBooks, which consists of a set of display options that tell iOS devices how to present the content. I've included all of the triggers that I am aware of in the template file, along with some notes (in green) giving the allowable choices. However, the only ones required are these:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;display_options&amp;gt;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;     &lt;/span&gt;&amp;lt;platform name="*"&amp;gt;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;          &lt;/span&gt;&amp;lt;option name="fixed-layout"&amp;gt;true&amp;lt;/option&amp;gt;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;     &lt;/span&gt;&amp;lt;/platform&amp;gt;&lt;br /&gt;
&amp;lt;/display_options&amp;gt;&lt;/blockquote&gt;
The platform name "*" means all devices, with the only two other options being either "iphone" for handheld devices only (including the ipod touch) or "ipad" for tablet only content. This allows you to specify different display options for different platforms. I'll give an example using the remaining options:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;display_options&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;platform name="*"&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;option name="fixed-layout"&amp;gt;true&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;option name="specified-fonts"&amp;gt;true&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/platform&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;platform name="ipad"&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;option name="open-to-spread"&amp;gt;true&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;option name="orientation-lock"&amp;gt;landscape-only"&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;option name="interactive"&amp;gt;true&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/platform&amp;gt;&lt;br /&gt;
&amp;lt;/display_options&amp;gt;&lt;/blockquote&gt;
So here we have one set of options that apply to all platforms and three that apply only to the ipad. This would create an ebook with a fixed-layout and custom fonts on all devices, but which would only open as a spread on the ipad, and only in landscape mode, and which would have its interactive content disabled on handheld devices (since "true" is only chosen for the iPad and "false" is the default).&lt;br /&gt;
&lt;br /&gt;
Most of these have "true/false" choices, with "false" as the default. Taking them one by one:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;"&lt;b&gt;fixed-layout&lt;/b&gt;" [true/false]&amp;nbsp;- this must be set to "true" for any of what we're about to do to work. This is the tag that tells iBooks to use fixed-layout properties, and so is required.&lt;/li&gt;
&lt;li&gt;"&lt;b&gt;specified-fonts&lt;/b&gt;"&amp;nbsp;[true/false]&amp;nbsp;- you can embed your own fonts into your ebook if you want something beyond what's offered on the ipad, although you must have the appropriate rights to do so. More on this when we get into the fonts folder.&lt;/li&gt;
&lt;li&gt;"&lt;b&gt;open-to-spread&lt;/b&gt;"&amp;nbsp;[true/false]&amp;nbsp;- this tells iBooks whether or not to open to a full two-page spread or zoom to a single page size, and is set to&amp;nbsp;"false" by default. However, "false" does &lt;i&gt;not&lt;/i&gt; mean you'll see only that single page, but that the starting page will be zoomed to&amp;nbsp;its largest possible height or width, with the opposing page content flowing beyond the edges of the frame. Depending on the size of your book's pages you may see most, if not all, of a two page spread in non-spread mode, particularly in landscape orientation.&amp;nbsp;And most unfortunately, for a cover image the left page will still appear, it will just be blank. This has been fixed in the new .ibooks format, but here there is no way to have just the cover itself appear, nor is there a way to place rear cover content on that blank left page. See my &lt;i&gt;&lt;a href="http://www.datafilehost.com/download-5525256c.html"&gt;&lt;b&gt;Ring Saga&lt;/b&gt;&lt;/a&gt; &lt;/i&gt;sample for my work around to that.&amp;nbsp;With this option set to "true" you'll see the full two-page spread no matter which way you turn the device. Which brings us to...&lt;/li&gt;
&lt;li&gt;"&lt;b&gt;orientation-lock&lt;/b&gt;" [portrait-only/landscape-only/none] - this allows you to choose just one orientation in which your ebook can be viewed, which can be beneficial if your book has odd sized pages (such as a photo album with pages wider than they are tall), or you're aiming for handheld-only devices only where you might want single pages viewed in portrait mode only.&lt;/li&gt;
&lt;li&gt;"&lt;b&gt;interactive&lt;/b&gt;"&amp;nbsp;[true/false] - this is an option which allows scripted content to be added and made active. Again, "false" is the default setting, so you must tell it if you're adding scripted content such as java or canvas. This does not apply to anything that's inherent in iBooks itself, such as pinch-and-zoom or tapping and swiping, but only to more complex content such as finger-painting or movable images that require scripted code.&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
As mentioned, aside from the "fixed-layout" option itself, you only need to add in others if they apply to your book. Just leave out the rest. But this gives you some leverage in how your work is presented to the world, which can make a lot of difference.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So that's it for the META-INF folder. There are other files that can find there way in here, but none you'll need to mess with, as they mainly involve encryption controls. Some ebooks will put in manifest and metadata files here, but those are best left in the .opf where they belong (and are required). These are all you'll need for now, and that's as far as we'll be going for the moment.&lt;br /&gt;
&lt;br /&gt;
NEXT UP: Creating Your Content&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-7870281196242493318?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=_rXMXcq4Nxk:So5lZCWLrSA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-25T06:51:49.605-07:00</app:edited><media:thumbnail url="http://4.bp.blogspot.com/-WX24SPDxdXs/Tx5GMI5n71I/AAAAAAAABgU/4QvjWZF60TY/s72-c/ContainerXML.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/how-to-create-fixed-layout-ibooks-part_24.html</feedburner:origLink></item><item><title>Call for Beta Readers! Rhinegold, Chapter 1 - iBooks Edition</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/inUD73iT-r4/call-for-beta-readers-theft-of.html</link><category>iBooks</category><category>The Ring Saga</category><category>Downloads</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Wed, 25 Jan 2012 06:04:56 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-4080823102454270879</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-OT7vn1XoPh0/Txz3J237GPI/AAAAAAAABgM/Hbip7NFIwUw/s1600/Rhinegold-iBooks.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="250" src="http://4.bp.blogspot.com/-OT7vn1XoPh0/Txz3J237GPI/AAAAAAAABgM/Hbip7NFIwUw/s320/Rhinegold-iBooks.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
For anyone with an iPad who is interested, you can now &lt;a href="http://www.datafilehost.com/download-5525256c.html" target="_blank"&gt;download&lt;/a&gt; the opening chapter of my illustrated novel project&amp;nbsp;&lt;i&gt;&lt;b&gt;The Curse of the Rhinegold&lt;/b&gt; &lt;/i&gt;in fixed layout format for iBooks. The file is available for free for a limited time, so get your copy now before it's gone.&lt;br /&gt;
&lt;br /&gt;
The story is based on Richard Wagner's opera &lt;i&gt;&lt;b&gt;The Ring of the Nibelung&lt;/b&gt;, &lt;/i&gt;which is itself based on old Norse mythology, and was used by Tolkien as both source and inspiration for his Middle Earth stories. While I'm following Wagner's basic structure, I'm also bringing in a lot of the mythological material he left out, including ultimately the final apocalypse of the world known as Ragnarok.&lt;br /&gt;
&lt;br /&gt;
The book is an experiment in creating a full color, fully illustrated novel for an older audience. I use the graphic novel loosely, since this has come to denote a longer work in the comics medium. But I have never like dialogue bubbles, and prefer a lot more narrative than standard graphic novels offer. So my intention here was to try and bridge the gap, to present a proper novel in a highly illustrated "graphic" format. I look forward to your feedback, as it will help me determine if the project has been successful, and to shape its future course.&lt;br /&gt;
&lt;br /&gt;
Chapter 1 is 22 pages long, plus full jacket cover, title page, and an afterword addressed to beta readers.&amp;nbsp;The file is 24.2 megabytes, optimized for the highest quality graphics, with images at 1788 x 1118 pixels (just under 2 million pixels each) to future proof them against increased screen resolution in the coming months. This project is an experiment in creating a full color, full bleed illustrated fantasy novel for a older audience (i.e. it is not a children's picture book, although young adults have read and enjoyed it so far). You can learn more about it on the &lt;a href="http://fantasycastlebooks.com/"&gt;Fantasy Castle Books&lt;/a&gt; website, or just download it and have a look. It won't cost you anything but time.&lt;br /&gt;
&lt;br /&gt;
As with the initial PDF file, I'm extending the beta reader offer to this new iBooks edition. To anyone who sends in a review or critical comments on this chapter I will send a limited edition autographed chapbook of this section, as well as the next chapter in iBooks format as soon as it's complete. The second and subsequent chapters will &lt;i&gt;not&lt;/i&gt; be made available online, and will only be free to those who have reviewed the earlier sections. For each chapter you critique you will receive the next one free.&amp;nbsp;For those who send in comments or reviews on all five chapters of Book One, you will earn a signed print edition of the final published book, as well as the finished ebook in the format of your choice.&lt;br /&gt;
&lt;br /&gt;
For more details see the final pages of the sample chapter download.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;UPDATE 1/23/12&lt;/b&gt;&lt;/span&gt;:&lt;br /&gt;
&lt;br /&gt;
For anyone who downloaded the file yesterday but only got a corrupted file, the sample chapter has now been moved to a new host, as Yahoo has doing something funky to zip/epub files. I'm in the process of moving my website to a new host, so I'll update the links as soon as possible. For now you'll have to use the external host's link. Sorry for the inconvenience.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-4080823102454270879?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=inUD73iT-r4:i_qmF8mk1-w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-25T07:04:56.823-07:00</app:edited><media:thumbnail url="http://4.bp.blogspot.com/-OT7vn1XoPh0/Txz3J237GPI/AAAAAAAABgM/Hbip7NFIwUw/s72-c/Rhinegold-iBooks.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/call-for-beta-readers-theft-of.html</feedburner:origLink></item><item><title>How to Create Fixed-Layout iBooks, Part 1</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/a1ddwb2GzAE/how-to-create-fixed-layout-ibooks-part.html</link><category>Tutorial</category><category>iBooks</category><category>Formatting</category><category>Fixed Layout</category><category>eBooks</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Wed, 25 Jan 2012 05:49:36 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-7582167528171001966</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-g4WqZ13I1D8/Txdx08uwi4I/AAAAAAAABfg/KYS_NMysUYw/s1600/Rhinegold-iBooks.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="312" src="http://3.bp.blogspot.com/-g4WqZ13I1D8/Txdx08uwi4I/AAAAAAAABfg/KYS_NMysUYw/s400/Rhinegold-iBooks.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
With the new iBooks Author application only available for Mac users, the vast majority of us are left to fend for ourselves when it comes to making fixed-layout ebooks. This is probably just as well if you're at all like me and prefer to do things yourself and have complete control over the end result, although it's not all that difficult if you take it step by step and have a fair amount of patience (and good attention to details). While iBooks Author looks like it has some nice features, it requires a trade off in rights to the final product that I'm not willing to make just yet, particularly when there are other options available.&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;br /&gt;&lt;/div&gt;
For the past few months I've been working out how to build fixed layout ebooks for the iBooks platform in order to replicate the layout I've created for my illustrated novel project, &lt;i&gt;&lt;a href="http://fantasycastlebooks.com/"&gt;&lt;b&gt;The Ring Saga&lt;/b&gt;&lt;/a&gt;. &lt;/i&gt;Since my intention is to produce the four-volume series as&amp;nbsp;a full-color&amp;nbsp;print edition in the standard 5.5" x 8.5" "perfect bound" format as well as in various digital editions, I needed to produce the art and page layouts in the print edition aspect ratio and reproduce them as ebooks from that. For a full color, heavily illustrated project such as this, the iBooks fixed layout format for the iPad was the obvious place to start when it came to creating the digital editions.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;WHAT IS FIXED-LAYOUT?&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
The essence of a fixed-layout ebook, from a practical point of view, is that - as the name implies - it allows&amp;nbsp;for the creation/replication of exact graphic design layout which the reader cannot alter, as opposed to the standard "reflowable" formats which allow the end user to change the font and text size, for example. This is incompatible with highly formatted layouts such as graphic novels and magazines, and simply unacceptable to many graphic design departments who've spent decades (if not centuries) refining the arts of composition, typography, and illustration.&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;br /&gt;
Fixed-layout also allows for "full-bleed" (edge-to-edge) artwork and the layering of multiple elements on top of one another, placed precisely using XML, a relatively basic subset of HTML, and CSS for styling. You don't need to know very much of this code to make an ebook work, but of course the more you do know, the more complex and stylized your formatting can be. iBooks also allows both javascript and canvas for incorporating interactive elements, although this requires a far more extensive knowledge of those programming languages than the average author generally has. I'll include a few examples of scripting code that you can copy and customize for your own use as we go along.&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;br /&gt;
Apple's fixed-layout iBooks format is an ePub file with a few additional options and requirements that make it only viewable on iOS devices, but also incorporates all the nice features inherent in the iBooks app, such as pinch and zoom, animated page turns, and automatic reorientation. Both Barnes &amp;amp; Noble's NookColor/Tablet and Amazon's Kindle Fire have fixed-layout formats, but B&amp;amp;N have thus far been very restrictive in allowing anyone but trade publishers to use their format, and Amazon have only just recently released the specs for their new KF8 format, which is still a work in progress, with the comics portion still forthcoming. And of course they both only have 7" screens, which is too small to adequately display more than a single book page at a time. This is not prohibitive, but it isn't ideal either, particularly if you want to reproduce the two-page layout of a print edition.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;THE TEMPLATE&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; font-size: x-small;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;My intention here is to share enough of what I've learned to aid you in producing your own fixed layout iBooks from scratch, without the need of an app or conversion service to do the work for you. To make this easier, I've created a sample template file that you can &lt;a href="http://fantasycastlebooks.com/files/fixed-layout-ibooks-template.epub"&gt;download&lt;/a&gt; and use as the starting point for your own projects. In a series of subsequent posts I will break this file down into its component parts and explain them as plainly as possible, giving examples of the various code elements and describing the options available for each.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;RESOURCES&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
There are some good resources available to assist in learning the fixed layout format, but none of them discuss in much detail the formatting options allowed or the reasons for them. I'll try to do that here. But I won't go into HTML or CSS beyond the necessary basics, and a few specifics that apply to iBooks, since the rest is common web code known to most, or easily learned elsewhere. In addition, I won't be discussing anything that applies solely to standard "reflowable" ebooks, or how to format your manuscript with headings and sections and the like. This tutorial is to help you create an illustrated ebook with "live" text, such as a children's book or graphic novel, for the iBooks platform. I plan to do subsequent tutorials for the Kindle Fire's KF8 format, and the Color Nook tablets, if interest warrants.&lt;br /&gt;
&lt;br /&gt;
Before we begin, here are some useful ePub resources you might consult:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://idpf.org/epub"&gt;International Digital Publishing Forum&lt;/a&gt; (IDPF) - complete ePub specs reference&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wiki.mobileread.com/wiki/EPub"&gt;MobileRead ePub Wiki&lt;/a&gt;&amp;nbsp;- discussion and examples of the ePub file structure&lt;/li&gt;
&lt;li&gt;&lt;a href="http://epubsecrets.com/epub-the-language-of-ebooks-a-primer.php"&gt;ePub: The Language of eBooks - A Primer&lt;/a&gt; - guest post by Iris Febres explaining ePub&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.ibm.com/developerworks/xml/tutorials/x-epubtut/index.html"&gt;Build a Digital Book With ePub&lt;/a&gt; - tutorial by Liza Daly of ThreePress&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.hxa.name/articles/content/epub-guide_hxa7241_2007.html"&gt;HXA ePub Format Construction Guide&lt;/a&gt; - outdated and overly complicated, but informative&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.jedisaber.com/eBooks/Introduction.shtml"&gt;JediSaber's ePub Tutorial&lt;/a&gt; - A bit antiquated, but filled with useful information&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
When it comes to fixed-layout iBooks specifically, the resources are more scarce:&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=ibookstoreassetguide&amp;amp;source=web&amp;amp;cd=1&amp;amp;ved=0CCAQFjAA&amp;amp;url=http%3A%2F%2Fwww.mobileread.com%2Fforums%2Fattachment.php%3Fattachmentid%3D74234%26d%3D..&amp;amp;ei=iosXT6f3McHhiAKy8LjxDw&amp;amp;usg=AFQjCNESXWpLniQtseAzhCRBUUQq_Af63w"&gt;iBookstore Asset Guide&lt;/a&gt;&amp;nbsp;(PDF)&amp;nbsp;- Apple's own documentation, which includes a very sketchy section on creating fixed-layout ebooks&lt;/li&gt;
&lt;li&gt;&lt;a href="http://next.blurb.com/2011/02/17/how-to-make-an-ipad-photo-book/"&gt;How To Make An iPad Photo Book&lt;/a&gt;&amp;nbsp;- the only online tutorial I've found on the subject, with just enough to get you started&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.pigsgourdsandwikis.com/2011/02/fixed-layout-epubs-for-ipad-and-iphone.html"&gt;Liz Castro&lt;/a&gt; has a book out about making ePub files, with a fixed-layout supplement available for five bucks more. Also be sure to pick up her Read Aloud mini-guide, if only so you can take a look at her Aesop's Fables sample.&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Other than that, there isn't much information available on how to produce high quality iBooks in this format. I'll cover the essentials, but knowing more about the underlying ePub format is recommended if you really plan to get your hands dirty. To that end, there's nowhere better to go than the IDPF site, where you can read through the entire code specification top to bottom. It's pretty dry reading and hard going at times, but quite enlightening nonetheless.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
NEXT UP: The File Structure&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-7582167528171001966?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=a1ddwb2GzAE:Py20AXibNqI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-25T06:49:36.294-07:00</app:edited><media:thumbnail url="http://3.bp.blogspot.com/-g4WqZ13I1D8/Txdx08uwi4I/AAAAAAAABfg/KYS_NMysUYw/s72-c/Rhinegold-iBooks.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/how-to-create-fixed-layout-ibooks-part.html</feedburner:origLink></item><item><title>iBooks Author Update</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/vrpHrE5vnDI/ibooks-author-update.html</link><category>iBooks</category><category>Self-Publishing</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Fri, 20 Jan 2012 18:47:26 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-5077498408825900618</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-2-1wFobPRpQ/TxoYUTXwu-I/AAAAAAAABgE/luHZHH5Q_4Y/s1600/buildbook.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="221" src="http://4.bp.blogspot.com/-2-1wFobPRpQ/TxoYUTXwu-I/AAAAAAAABgE/luHZHH5Q_4Y/s320/buildbook.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
So my initial reaction to the release of iBooks Author yesterday was essentially one of frustration. What at first appeared to be a reasonably decent - even &lt;i&gt;exciting&lt;/i&gt;&amp;nbsp;- application for creating ebooks for the iBooks platform was quickly rendered mute by its virtual unavailability to the vast majority of computer users, including me. So utterly idiotic was Apple's decision to make this a Mac-only app that it completely overshadowed all other considerations at the time. It just seemed so plainly obvious to me when advance reports began to leak of Apple's intention to seriously compete in the ebook market that the only logical move that made any sense at all to me would be to open up the iBooks platform to a wider audience of content creators as Amazon have done so successfully.&lt;br /&gt;
&lt;br /&gt;
But Apple's intention was, in fact, to make content creators come to them, and not the other way around at all. The&amp;nbsp;astounding stupidity of this is&amp;nbsp;just mind-boggling beyond belief. To think you have that kind of clout when you hold less than 5% of the market you're aiming at is one of the most misguided business notions I have ever heard (and there has certainly been plenty of stupidity in the business world of late). To create a product almost no one can use and expect it to somehow alter the fabric of reality is just complete insanity.&lt;br /&gt;
&lt;br /&gt;
What I hadn't really given due consideration to was the fine print in the end user licensing agreement, which stipulates quite clearly that any content created using iBooks Author can &lt;i&gt;only&lt;/i&gt; be sold via the iBookstore: that is, not on Smashwords, not on your own website, not anywhere else...&lt;i&gt;ever.&lt;/i&gt; Like many (if not most) potential users I more or less blew this off. Since an iBook can only be read on an iOS device it didn't seem to make all that much difference, as the iBookstore is obviously the best place to sell that content. After all, you can purchase Kindle ebooks all over the place, but the place most readers purchase them is right on their Kindle. Why not the same for iBooks? The difference, of course, is that Amazon does not &lt;i&gt;require &lt;/i&gt;you to sell Kindle ebooks on the Kindle, or even on Amazon at all, and aside from the exclusive Library Lending program, you're free to sell them anywhere.&lt;br /&gt;
&lt;br /&gt;
But Apple are taking a different tack entirely, one that might be called totalitarian by some, and just plain dumb by any moderately educated business analyst. Perhaps they think that just because they've made the application free people will rush out and buy their relatively overpriced hardware in droves so that they can use it. And maybe they're right. But I highly doubt it.&lt;br /&gt;
&lt;br /&gt;
The more real and serious implications of this move were pointed out quite clearly in a post by Dan Wineman over at &lt;a href="http://venomousporridge.com/post/16126436616/ibooks-author-eula-audacity"&gt;Venomous Porridge&lt;/a&gt; yesterday, which boil down to the fact that Apple are in essence claiming sole rights to all output from its software, not just to the use of the software itself. This has vast legal implications for creative content beyond just this instance, which could set a precedent for digital content that might have lasting repercussions that are difficult to reverse. More importantly, it has immediate and practical implications for authors who want to retain full rights and control of their work. If you create content via iBooks Author then Apple gain sole and final distribution rights to that work.&amp;nbsp;One can only imagine the lawsuits just waiting in the wings the first time an iBooks release becomes a million seller and that author wants to add the book to other platforms, or sign with a traditional publisher for worldwide publication rights.&lt;br /&gt;
&lt;br /&gt;
As I mentioned yesterday, I had ordered a Mac Mini in order to upload my content to the iBookstore. Today I cancelled that order. Not only that, but I've started writing a tutorial on how to create your own fixed layout iBooks using a template I have uploaded to &lt;a href="http://www.fantasycastlebooks.com/"&gt;my website&lt;/a&gt;. I'll post the first part tomorrow, and continue so long as there is interest.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-5077498408825900618?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=vrpHrE5vnDI:jVy5qdZUJJ4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-20T19:47:26.326-07:00</app:edited><media:thumbnail url="http://4.bp.blogspot.com/-2-1wFobPRpQ/TxoYUTXwu-I/AAAAAAAABgE/luHZHH5Q_4Y/s72-c/buildbook.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/ibooks-author-update.html</feedburner:origLink></item><item><title>iBooks Author: Awesome &amp; Disappointing</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/FCM_Vpi4OEg/ibooks-author-awesome-disappointing.html</link><category>iBooks</category><category>Self-Publishing</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Thu, 19 Jan 2012 19:54:48 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-2370333914228961077</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-36PgM9K6CQM/Txim5lA77VI/AAAAAAAABfs/-HASdZNX314/s1600/iAuthor.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-36PgM9K6CQM/Txim5lA77VI/AAAAAAAABfs/-HASdZNX314/s1600/iAuthor.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
According to many news headlines, Apple "made their bid today" for a larger presence in the self-publishing space with the introduction of iBooks Author, a Mac app that lets content creators do just that: create rich, interactive ebooks with a simple drag-and-drop interface. The new tool was launched at a New York press conference this morning, along with iBooks 2 and an upgraded iTunes U, both of which now feature enhanced textbook sections, as Apple follow up on Steve Jobs' desire to reinvent the education space with digital content.&lt;br /&gt;
&lt;br /&gt;
But while iBooks Author does indeed look promising, it leaves a great deal to be desired, both in terms of functionality and accessibility, and one must question whether it can ever hope to achieve what these latest headlines are touting. While the Author app will likely prove more than adequate for the majority of book content creators, it's essentially a dot-to-dot, fill-in-the-blanks production tool, with templates that are bound to make a lot of its output look alike. For textbooks and most standard fiction this is fine, but it eliminates much of the creativity involved in making content with complex layouts. Based on the promotional images and video released today, it appears to handle full-page images with overlaid text to some degree, and the image word wrap function is impressive. But the font selections are limited to those available on the iPad, and interactivity is little more than simple pinch and zoom and standard tap functions that trigger events like photo galleries and videos. Rotating 3D models are interesting, in a limited way, but I'm curious to see how the glossary feature works, and there's a lot that can be done with layered images and some scripting if you know how (java and html code are allowed, but not something many authors are familiar with). But of course, I can't really know how well it works, since I'm unable to use it. Which brings me to my main point, concerning accessibility.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: right; margin-left: 1em; text-align: right;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-MC_qFZpOQcI/Txix6C4PvOI/AAAAAAAABf8/v02wFLIxvRA/s1600/Market+Share.png" imageanchor="1" style="clear: right; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-MC_qFZpOQcI/Txix6C4PvOI/AAAAAAAABf8/v02wFLIxvRA/s1600/Market+Share.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Source: &lt;a href="http://netmarketshare.com/"&gt;netmarketshare.com&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
The primary mark against iBooks Author as a useful tool for content creators in general, and self-published authors specifically, is its immensely restricted availability: it's only being released through the Mac app store, for OS X Lion only (not even Apple's own iOS), leaving 93.6% of the world's computer users out of luck. Had Apple at least made it available as an iPad app they could have targeted well over half of the tablet market, particularly given that their Pages word processing app is already on there, providing authors with all the tools they might need to create rich content for the iBookstore right on their iPads. But with only 6.4% of computer users (and thus, one must infer, authors) having access to a Mac, one can hardly call this a "bid to own publishing's future," as today's &lt;a href="http://latimesblogs.latimes.com/technology/2012/01/apple-ibooks-author-free-mac-app.html"&gt;L.A. Times&lt;/a&gt; business section put it. The figures are even more skewed in the education field that Apple seems to be aiming for here, with less than 5% of schools and offices using Macs.&lt;br /&gt;
&lt;br /&gt;
Still, it's a really sweet looking piece of software which is bound to lure in at least a few new Mac OS users. I can say that with some certainty because I bought my first Mac today, in the form of a Mac Mini, which is about the cheapest you can get into an OS X product. I had been contemplating this for some time, not as a jump to Mac, or even because of this new app, but simply as the only practical means of uploading my content to the iBookstore when it's ready, since iTunes Connect is also only available for the Mac. People complain about the proprietary nature of Amazon's Kindle format (with some justification), but Apple is truly even worse, since you can at least read Kindle ebooks on other hardware via apps, and Mac users can create and upload Kindle content. Not so with Apple. With them it's Mac or nothing. Which is why they have just 4% of the ebook market currently, and will never come close to competing with Amazon in terms of publishing. They may sell a lot of tablets, but they'll never sell very many ebooks until they open up the platform to &lt;i&gt;all &lt;/i&gt;of&amp;nbsp;the people who produce them.&lt;br /&gt;
&lt;br /&gt;
You can learn more about this new app and view a promo video on the &lt;a href="http://www.apple.com/ibooks-author/"&gt;iBooks Author&lt;/a&gt; page.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-2370333914228961077?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=FCM_Vpi4OEg:GpOR_FTaIx8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-19T20:54:48.393-07:00</app:edited><media:thumbnail url="http://1.bp.blogspot.com/-36PgM9K6CQM/Txim5lA77VI/AAAAAAAABfs/-HASdZNX314/s72-c/iAuthor.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/ibooks-author-awesome-disappointing.html</feedburner:origLink></item><item><title>Ebooks Take Over USA Today Top 50</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/g8lhMucKjJ0/ebooks-take-over-usa-today-top-50.html</link><category>eBook Sales</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Fri, 13 Jan 2012 09:26:09 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-4846592855426135655</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://www.usatoday.com/life/books/news/story/2012-01-09/ebooks-sales-surge/52458672/1" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-2Qul3N99CAI/TxBmGSiYkrI/AAAAAAAABfI/8vc2I-zSLHI/s1600/E-books+sales+%25E2%2580%2593+USATODAY+%2528Truncated%2529.png" /&gt;&lt;/a&gt;&lt;/div&gt;
This is part of a new graphic put out by &lt;a href="http://www.usatoday.com/life/books/news/story/2012-01-09/ebooks-sales-surge/52458672/1"&gt;USA Today&lt;/a&gt; this week, showing the rise of ebook sales up the bestseller charts. The full chart shows dates running back to July 2009 when Amazon's ebook sales were first added to the bestseller charts, but entries in the top fifty were essentially non-existent until last January, so I haven't included that portion of the chart here. However, you can click though on the image to view it over at USA Today.&lt;br /&gt;
&lt;br /&gt;
The only important points missing from the truncated chart above are the inclusion of Barnes &amp;amp; Noble ebook sales in December of 2009, and Sony's in February 2010, plus the singular event when &lt;i&gt;I, Sniper &lt;/i&gt;by Stephen Hunter became the first ebook to crack the top 50, coming in at #48 on January 1st, 2010.&lt;br /&gt;
&lt;br /&gt;
Points noted on the chart above include:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;First ebooks crack the Top 10 as post-holiday sales explode&lt;/li&gt;
&lt;li&gt;Kobo ebook sales added (no significant impact in the U.S.)&lt;/li&gt;
&lt;li&gt;Ebook sales begin to dip as holiday shoppers buy print books as gifts instead (and a whole lot of e-reading devices)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Ebooks outsell print editions for every title in the Top 10, including 42 of the top 50 best selling titles&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
As with this week last year, ebook sales have increased exponentially after a holiday season in which literally millions of new e-reading devices were received as gifts. Forrester Research estimates that Amazon has sold some five million Kindle Fires since its launch in mid November, with Barnes &amp;amp; Noble adding two million new Nook Tablets to the fray. Apple, meanwhile, sent out around forty million iPads last year, although it's difficult to determine how many will be used to read ebooks.
&lt;br /&gt;
&lt;br /&gt;
With digital editions overtaking print for the top spots on the bestseller charts, print is destined to decline even faster in the coming year, as print sales have largely been held up by the million-selling titles. Initial figures from the U.S. Census Bureau show that print sales fell by 9% in 2011, due in part to the demise of Borders, who sold their final book in September. But if post-holiday ebook sales remain as stable this year as they did throughout the past year, ebooks might well achieve market dominance this year.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-4846592855426135655?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=g8lhMucKjJ0:bQkXxTQ9jYM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-13T10:26:09.838-07:00</app:edited><media:thumbnail url="http://3.bp.blogspot.com/-2Qul3N99CAI/TxBmGSiYkrI/AAAAAAAABfI/8vc2I-zSLHI/s72-c/E-books+sales+%25E2%2580%2593+USATODAY+%2528Truncated%2529.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/ebooks-take-over-usa-today-top-50.html</feedburner:origLink></item><item><title>Amazon Reveals Library Loan Royalties</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/S3LDUONGH0s/amazon-reveals-library-loan-royalties.html</link><category>e-Lending</category><category>Statistics</category><category>Self-Publishing</category><category>Kindle</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Fri, 13 Jan 2012 10:59:02 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-3225610621118441261</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-bur0HQ_zjo8/Tw93L9ChnjI/AAAAAAAABeo/A4fKdoPQZDk/s1600/Amazon_Kindle_library.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-bur0HQ_zjo8/Tw93L9ChnjI/AAAAAAAABeo/A4fKdoPQZDk/s1600/Amazon_Kindle_library.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
In a somewhat unprecedented move, Amazon has publicly revealed some very specific financial figures in a press release today. These concern the Kindle Library Lending Program and its fledgling counterpart, Kindle Select, in which authors are given a share of a half million dollar pot each month for every ebook they have enrolled in the program that is borrowed, based on the total number of loans that month.&lt;br /&gt;
&lt;br /&gt;
December was the inaugural launch of the Kindle Select program, and until today no one knew how much to expect each loan to earn, as there were too many unknown variables, such as how many total loans there would be, how many titles would be enrolled in the program, and how those loans would be distributed among the current offerings. Would the top ten ebooks get the lion's share? Would everybody get a little? And how would anybody really know if Amazon never offered up the numbers? I floated some estimates in a &lt;a href="http://authoradventures.blogspot.com/2011/12/sob-on-kindle-lending-library.html"&gt;post last month&lt;/a&gt;, but made no predictions. Amazon used the figure of 100,000 ebooks borrowed for their example.&lt;br /&gt;
&lt;br /&gt;
The actual figure was 295,000.&amp;nbsp;Thus, dividing the $500,000 pot by 295,000 loans results in a payout of $1.70 per&amp;nbsp;ebook borrowed. And thus ends the speculation.&lt;br /&gt;
&lt;br /&gt;
Now let me put that in perspective a bit. On a $2.99 ebook with a 70% royalty, an author receives $2.09 for each book sold, &lt;i&gt;minus &lt;/i&gt;the download fee, which is .10 cents per megabyte. My "Complete Edition" ebook is 2.31 Mb, so .35 cents is taken out, leaving me with $1.74 - only four cents more than I now make when the book is loaned instead of purchased. This effectively increases my revenue, and brings new readers to my work. It's a win-win situation.&lt;br /&gt;
&lt;br /&gt;
Let me put it in even more perspective. On a .99 cent book with a 35% royalty (the only royalty allowed for that price point), the author receives .35 cents. Total. But for each time that same ebook was &lt;i&gt;borrowed&lt;/i&gt;&amp;nbsp;in December, they will receive... yep, $1.70. More than the cost of the ebook. Nearly five times the royalty paid out for a &lt;i&gt;sale&lt;/i&gt; of that same ebook. Thus, rather than having to sell 100 books you can now loan out just 20 and make the same amount of money.&lt;br /&gt;
&lt;br /&gt;
Now let me put this in another light. The average royalty for a traditionally published author is 10% on hardback sales up to 250,000 copies (12-15% for higher sales volume), and 6% for paperbacks. &lt;i&gt;Minus&lt;/i&gt; 15% taken by the agent. Thus, for a $25 hardback the author receives $2.13 per copy sold ($2.50 minus 15%), but only when and &lt;i&gt;if&lt;/i&gt; their advance has earned out (a $20,000 advance, for example, would require sales of over 9390 copies to start paying royalties; until then the author receives nothing beyond the advance). For a hardback book sold to a library to loan out innumerable times, that author receives... yep, $2.13. Total. Regardless of how many times that book is taped back together and checked out of that library.&amp;nbsp;And that hardback is only available for sale for a short period of time, giving them a small window of opportunity to make that advance. After the paperback comes out our same author receives an average royalty of 6%, which on the average $6.50 title is just .39 cents... $1.31 &lt;i&gt;less &lt;/i&gt;than our ebook author has just received for loaning out their title via Amazon.&lt;br /&gt;
&lt;br /&gt;
For anyone that doesn't understand what Amazon is doing here, let me spell it out: they are &lt;i&gt;buying &lt;/i&gt;authors. They are drawing authors in and stocking their shelves with exclusive content by paying out the best royalties in the business, giving them the best terms, the best tools, and the best distribution platform you could ever want: instant access, everywhere. Because of this, 75,000 titles are now enrolled in the Kindle Select program, up from 5000 available on launch. &lt;i&gt;Exclusively&lt;/i&gt;. Meaning, you can't get those ebooks elsewhere. That is a requirement of the program.&lt;br /&gt;
&lt;br /&gt;
And, just to make it more enticing, they have now just sweetened the deal: $200,000 more has been added to the pot&amp;nbsp;for January, bringing the total to $700,000 that will go out to authors enrolled in the Kindle loan program this month. That would bring the royalty for those same 295,000 borrows to $2.38 instead of $1.70, more than the average traditionally published authors earns for selling hardbacks.&lt;br /&gt;
&lt;br /&gt;
Of course, the more hardbacks an author sells, the more they earn. In this case, the more ebooks are loaned out the less each one earns. But for those that are loaned out in large numbers, the paycheck can be quite nice. Today's press release offered a few examples:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;The top ten borrowed authors earned a total of $70,000 in December&lt;/li&gt;
&lt;li&gt;Paranormal romance author Carolyn McCray received $8250&lt;/li&gt;
&lt;li&gt;Romance writer Amber Scott's paycheck will be $7650&lt;/li&gt;
&lt;li&gt;16 year old children's book author Rachel Yu will get $6200&lt;/li&gt;
&lt;li&gt;Plus, &lt;i&gt;sales&lt;/i&gt; for KDP Select authors have risen by an average of 26%&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Other publishers and book distributors are going to have a really tough time competing with this kind of stuff. Complain all you like about the megalithic empire that is Amazon, I defy you to name a single other entity that has done so much to get so many books in front of so many readers, and pay those authors for it.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Oh, and by the way, my payday will come to just a little over twenty dollars.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-3225610621118441261?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=S3LDUONGH0s:QltNaryMKnY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-13T11:59:02.012-07:00</app:edited><media:thumbnail url="http://1.bp.blogspot.com/-bur0HQ_zjo8/Tw93L9ChnjI/AAAAAAAABeo/A4fKdoPQZDk/s72-c/Amazon_Kindle_library.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/amazon-reveals-library-loan-royalties.html</feedburner:origLink></item><item><title>KF8 &amp; KindleGen2 Released</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/RB-U_C90Xj4/kf8-kindlegen2-released.html</link><category>Tech News</category><category>Kindle</category><category>Formatting</category><category>Fixed Layout</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Wed, 11 Jan 2012 21:18:01 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-7186339349688113093</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-fSbtZdab2SU/Tw5h7mY6KMI/AAAAAAAABeg/4et2tqQriqY/s1600/tumblrules.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="232" src="http://4.bp.blogspot.com/-fSbtZdab2SU/Tw5h7mY6KMI/AAAAAAAABeg/4et2tqQriqY/s320/tumblrules.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
Amazon today finally released to the public the long awaited and much anticipated tools to produce ebooks in the new KF8 format, including a new Kindle Previewer, an upgrade to KindleGen 2, and a plug-in for InDesign that allows for KF8 export (minus a few of the enhanced features, such as Text Pop Ups and Panel Views). Links to each of these are provided below, as well as the associated documentation.&lt;br /&gt;
&lt;br /&gt;
In addition, Amazon sent out a new survey to self-published authors today, which seeks to gather&amp;nbsp;data&amp;nbsp;on what they are looking for in a self-publishing service, what their past experiences have been, if any, with their own or other services, and asks for ratings of Amazon's offerings in this area if any have been used. So collectively it appears as if Amazon are poising themselves to actively champion the self-publishing cause, via a new enhanced format, new devices on which to distribute them, the tools with which to create them, and information on how best to serve the needs of content creators. I have, of course, completed the survey, with ample notes and commentary.&lt;br /&gt;
&lt;br /&gt;
With the new format specs and tools having just come out today, it will take me a few days to sort through it all and test it out. I have nearly completed an iBooks fixed layout edition of my opening sample chapter, which I plan to upload early next week for your perusal, and as soon as I work out how to create an accurate KF8 version I'll upload that as well. Meanwhile, here are the links Amazon provided today, should you wish to go cavorting through some ebook code yourself...&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/gp/feature.html?docId=1000729511"&gt;Kindle Format 8 Home Page&lt;/a&gt; - now includes links to the Previewer, KindleGen, and Guidelines&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/gp/feature.html/ref=amb_link_357628042_1?ie=UTF8&amp;amp;docId=1000765211&amp;amp;pf_rd_m=ATVPDKIKX0DER&amp;amp;pf_rd_s=center-6&amp;amp;pf_rd_r=1V1W8VF9QS5R0YZ1JCJY&amp;amp;pf_rd_t=1401&amp;amp;pf_rd_p=1343256962&amp;amp;pf_rd_i=1000729511"&gt;KindleGen2&lt;/a&gt; - Comand-line application for creating KF8/Mobi ebooks from X/HTML and EPUB&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/gp/feature.html/ref=amb_link_357628042_2?ie=UTF8&amp;amp;docId=1000765261&amp;amp;pf_rd_m=ATVPDKIKX0DER&amp;amp;pf_rd_s=center-6&amp;amp;pf_rd_r=1V1W8VF9QS5R0YZ1JCJY&amp;amp;pf_rd_t=1401&amp;amp;pf_rd_p=1343256962&amp;amp;pf_rd_i=1000729511"&gt;Kindle Previewer&lt;/a&gt; - Graphic interface for the viewing, converting, and validation of KF8 ebooks&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/gp/redirect.html/ref=amb_link_359605182_2?location=http://kindlepreviewer.s3.amazonaws.com/UserGuide.pdf&amp;amp;token=352642F9DC76D91F3800C082C701D431D1D554EF&amp;amp;pf_rd_m=ATVPDKIKX0DER&amp;amp;pf_rd_s=center-8&amp;amp;pf_rd_r=0ZBM6HARQBTFX9V963JZ&amp;amp;pf_rd_t=1401&amp;amp;pf_rd_p=1342426702&amp;amp;pf_rd_i=1000765261"&gt;Kindle Previewer documentation&lt;/a&gt;&amp;nbsp;(PDF) - just in case you want to read it first&lt;/li&gt;
&lt;li&gt;&lt;a href="http://kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines.pdf"&gt;Kindle Publishing Guidelines&lt;/a&gt;&amp;nbsp;(PDF) - newly revised to include the KF8 format, with complete instructions on how to self-publish on Amazon&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/gp/feature.html/ref=amb_link_359603402_3?ie=UTF8&amp;amp;docId=1000765271&amp;amp;pf_rd_m=ATVPDKIKX0DER&amp;amp;pf_rd_s=right-4&amp;amp;pf_rd_r=0ANQQ5XNDNWCN4TA05TM&amp;amp;pf_rd_t=1401&amp;amp;pf_rd_p=1342417002&amp;amp;pf_rd_i=1000765211"&gt;Kindle InDesign Plugin (Beta)&lt;/a&gt; - includes KF8 support, minus enhanced features mentioned above, but with updates to be forthcoming&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/gp/redirect.html/ref=amb_link_359606562_1?location=http://kindlegen.s3.amazonaws.com/KindlePluginForAdobeInDesign_PublishingGuidelines.pdf&amp;amp;token=321FBC360D6D2CE41E4ED829508B1F8017D89641&amp;amp;pf_rd_m=ATVPDKIKX0DER&amp;amp;pf_rd_s=center-8&amp;amp;pf_rd_r=0VY3Q7RZ4G1S3SEYZXJK&amp;amp;pf_rd_t=1401&amp;amp;pf_rd_p=1342433842&amp;amp;pf_rd_i=1000765271"&gt;Kindle Plugin for Adobe InDesign documentation&lt;/a&gt;&amp;nbsp;(PDF) - again, for perusing first to see if it's what you need&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kdp.amazon.com/self-publishing/help?topicId=A2RYO17TIRUIVI"&gt;Simplified Format Guide&lt;/a&gt; - A step-by-step online reference for building KF8 ebooks from Word documents (the link to an HTML-based version isn't currently working)&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
More info will be posted as I have it.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-7186339349688113093?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=RB-U_C90Xj4:W9EMz1P9V0A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-11T22:18:01.861-07:00</app:edited><media:thumbnail url="http://4.bp.blogspot.com/-fSbtZdab2SU/Tw5h7mY6KMI/AAAAAAAABeg/4et2tqQriqY/s72-c/tumblrules.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/kf8-kindlegen2-released.html</feedburner:origLink></item><item><title>The Growing Value of Reader Reviews</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/FbA-fqcoqys/growing-value-of-reader-reviews.html</link><category>Reviews</category><category>Publishing</category><category>Self-Publishing</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Tue, 10 Jan 2012 15:44:53 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-3453205098074888052</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-UKgP4g0YRsA/TwyKRDPJ6rI/AAAAAAAABeI/J_5_-b4ZHYA/s1600/mountain_of_books_WB.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="540" src="http://3.bp.blogspot.com/-UKgP4g0YRsA/TwyKRDPJ6rI/AAAAAAAABeI/J_5_-b4ZHYA/s640/mountain_of_books_WB.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
Carrying on from where I left off yesterday, it has become increasingly apparent that with the mass influx of new reading material on the market the average reader is rapidly becoming overwhelmed with choices. In a sea of three million new titles sorting out what's good from what is utter dreck is getting harder every day. This is the primary reason people tend to read the same few authors and titles that everyone else is reading, which is to say, what's currently being promoted heavily by the major trades via talk shows and magazine ads. It helps us sort through the ever-growing pile of work of only minor value or peripheral interest, works for which in business terms the potential return does not justify a large investment to promote. Consequently, more mainstream books are promoted, and works of "lesser interest" are left behind to wallow in obscurity.&lt;br /&gt;
&lt;br /&gt;
Of course, many of those "minor" works are truly great. Not every great book has a huge potential audience: some genres and subjects are by their very nature smaller than others. But that does not imply no good work can be written on those subjects. Young adult vampire novels, for example, have a very large audience, while stories about, say, Sumerian mythological deities do not. That does not imply that all vampire novels are inherently excellent, and all (if there are any) newly written fiction concerning ancient Mesopotamian myths and legends are inherently bad. The latter will just never be read (or likely even published) because no viable publisher would ever put much effort into promoting it (unless it's been turned into a modern-day archaeological thriller by a major author, that is). Because of this, subjects of significant literary &lt;i&gt;interest&lt;/i&gt; have become very narrow and overburdened with replicated content (much of it utter rubbish), while subjects with just as much potential literary &lt;i&gt;value &lt;/i&gt;have been ignored and overlooked, even while some of it is extremely good (and often more imaginative).&lt;br /&gt;
&lt;br /&gt;
This has been the state of affairs for much of the modern era, with a few narrow subjects such as crime thrillers and horror stories being promoted with lavish budgets and high praise from mainstream book reviewers while the vast majority of subject categories go unnoticed, aside from a handful of literary book reviewers who might take a fancy to a work of a more quirky nature. There has been, for example, an earnest and heartfelt effort to support small press publishers who produce works of social or personal drama, with the occasional Oprah selection of the month gaining incandescent notoriety. In general, though, the bestseller lists are populated with the same old dreck just written with different words.&lt;br /&gt;
&lt;br /&gt;
That condition has been exacerbated by the literal flood of unfiltered material now inundating the world through self-publishing venues, much of which is drivel, but some among it bound to be quite good, if not astounding (while also odd, unconventional, or geared toward a rather narrow audience). Until now, one could place at least some minor faith in the traditional system which gleans (however inefficiently) through a virtual mountain of submissions to filter out the "best" of what's been written. Or so we would like to think. Define "best" how you like, but for the major trades this means "most potential return on investment" since they are, after all, first and foremost a business. However that may be, the enforcement of that filter has now been removed altogether (or rather, bypassed, as it were), and a veritable landslide of literary muck has been unleashed upon an unsuspecting public.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-LQWdhR0QAmE/TwyfFs-LfnI/AAAAAAAABeQ/Py8WEMR80aw/s1600/mountain-of-books.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-LQWdhR0QAmE/TwyfFs-LfnI/AAAAAAAABeQ/Py8WEMR80aw/s640/mountain-of-books.jpg" width="560" /&gt;&lt;/a&gt;&lt;/div&gt;
The question then, is how do we now discern what is of value when the traditional system has been usurped? Of course, the traditional system is still there, slogging away, so one answer is simply to keep doing what we've always done, and read what everyone else is reading, which is to say, what the six main publishers promote. Eventually all this other stuff will go away if no one pays it any mind, and we can go about our business knowing greater minds are deciding what is best for us in a comfortably &lt;i&gt;Brave New World&lt;/i&gt; (ironically, Huxley postulated a world in which "the truth would be drowned in a sea of irrelevance,"* where the general populace, unable to distinguish literary value for themselves, are reduced to passively accepting what is given them) [*Neil Postman, &lt;i&gt;Amusing Ourselves To Death&lt;/i&gt;, 1985]. Sadly, that is not too far from the truth today.&lt;br /&gt;
&lt;br /&gt;
But there is an alternative. There is another system already in place that can help us with our burden. It is built upon that most sacred and cherished of all commodities we possess: our own opinions, and those of others like ourselves. This system is made functional and relevant via the vast network of reader reviews on public sites like Goodreads, LibraryThing, book review blogs, and most importantly, online book retailers such as Amazon, whose reader review and recommendation engine is unparalleled. The more you read, the more you rate and review, the better the recommendations you receive. Social circles such as Goodreads help you discover books by seeing what others with interests similar to your own have read and rated. And of course, blogs that review books are a fundamental source for learning what is good and why.&lt;br /&gt;
&lt;br /&gt;
In a world where every reader rated or reviewed each book they've read no good book would ever go undiscovered. Even in a year with over three million titles published, very few of those will go entirely unread by someone. But a great many of them will remain&amp;nbsp;&lt;i&gt;unreviewed&lt;/i&gt;, leaving the rest of us to wonder as to their quality, and casually pass them by.&lt;br /&gt;
&lt;br /&gt;
The value of a book review is difficult to understate (and here I should specify that I mean reviews by &lt;i&gt;readers&lt;/i&gt; unaffiliated with, and thus uninfluenced by, the publishing world, which casts a wide shadow over the media empires they control, including periodicals and TV stations). Even a simple one-to-five star rating tells the next potential reader much, particularly when it's an average based on a larger number of ratings. It also helps the author quite considerably in determining how their writing is received, and thus in trying to decide whether or not to bother writing another. A book that has no stars and no reviews is a book that few will ever read. It's an unknown quantity, an unnecessary risk in a world of opportunity, a gamble with those two other great commodities most of us have in short supply: our time and our money. But a minute spent rating a book that you've just read can save another reader (or yourself when selecting a book that others have rated and reviewed) a week or more of wasted time reading something that should never have been released in the first place, self-published or otherwise.&lt;br /&gt;
&lt;br /&gt;
The days of benevolent gatekeepers looking out for our literary welfare are long gone. Regardless of whether it's independent or traditional, there is no one now evaluating the actual&lt;i&gt; merit&lt;/i&gt; of what is being published but ourselves. Trade publishers tend to look at &lt;i&gt;monetary&lt;/i&gt; rather than &lt;i&gt;literary&lt;/i&gt; value, and self-published works are released &lt;i&gt;regardless &lt;/i&gt;of value. Any given book published today can span the gamut of value, both monetary&lt;i&gt; and&lt;/i&gt; literary. There is no real way to know unless someone has actually read the book and made the effort to give it an honest review.&lt;br /&gt;
&lt;br /&gt;
And lest you think perhaps nobody pays attention to reader reviews, let me offer this bit of wisdom from personal experience: when Amazon recently added U.S. reviews to their U.K. site, my sales multiplied virtually overnight. No one in the U.K. had bothered to add a single review or rating to my debut novel, even though I'd sold well over a hundred copies there last year. With my U.S. reviews now available on the U.K. site my sales increased &lt;i&gt;sevenfold&lt;/i&gt;, and I am currently on track to sell 780 copies this year just in the U.K. alone. Of course, some of that increase is likely due to holiday Kindle gifts that would have occurred regardless, but the effect was immediate and obvious when the reviews first appeared: seeing the increase in my sales report is what caused me to go looking at my book page on Amazon UK in the first place, to see if they had put the book on sale or something. They hadn't, but by adding the reviews they were helping to promote it in a very significant way.&lt;br /&gt;
&lt;br /&gt;
So please, for your own sake, and the sake of every dedicated reader out there, take two minutes to rate each book you read this year, so that all of us can gain a better sense of what is out there worth our time. Better, take ten minutes and write a short review, describing what you liked or disliked, and why. This is particularly important for books with few or no reviews, as your opinion will carry a lot of weight with future viewers of that page. That being said, the opposite is true: if there are already over a hundred reviews don't bother adding your own as it will only be drowned out by the cacophony of voices, and clearly one more opinion is not needed. Certainly write one if you feel you have something of value to add to the conversation. But one more review of &lt;i&gt;The Hunger Games &lt;/i&gt;won't convince anybody one way or the other, so save that for the fan sites. Instead, spend the effort posting your reviews of lesser read material, whether good or bad. Who knows, maybe you'll discover the next great work and start a literary landslide.&lt;br /&gt;
&lt;br /&gt;
P.S. To all the book review bloggers out there, my heartfelt thanks and keep up the good work. You're serving a critical social function that's becoming more important every day.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-3453205098074888052?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=FbA-fqcoqys:5XkUzxA8GdU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-10T16:44:53.062-07:00</app:edited><media:thumbnail url="http://3.bp.blogspot.com/-UKgP4g0YRsA/TwyKRDPJ6rI/AAAAAAAABeI/J_5_-b4ZHYA/s72-c/mountain_of_books_WB.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/growing-value-of-reader-reviews.html</feedburner:origLink></item><item><title>Book Publication Statistics 2002-2010</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/ovmFBd_v8ac/book-publication-statistics-2002-2010.html</link><category>Publishing</category><category>Statistics</category><category>Self-Publishing</category><category>Book News</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Tue, 10 Jan 2012 14:42:17 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-3860743928567061371</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-KTvfbLZ6JOA/TwnfdzjF6sI/AAAAAAAABdo/ovQSEcC5r5M/s1600/ebooks+are+different.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-KTvfbLZ6JOA/TwnfdzjF6sI/AAAAAAAABdo/ovQSEcC5r5M/s1600/ebooks+are+different.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
Just ten years ago, in 2002, a total of 247,777 new books were published in the U.S. That figure was well over double the 104,124 titles published nine years earlier in 1993. A virtual literary boom one might say. Until one compares the statistics of today.&lt;br /&gt;
&lt;br /&gt;
According to the running tally over at&amp;nbsp;&lt;a href="http://www.worldometers.info/books/"&gt;Worldometers&lt;/a&gt;, 23,653 books have been published worldwide thus far, in just the first &lt;i&gt;7 days&lt;/i&gt; of this year. In the U.S. alone total book publications for 2011 are estimated to have reached a staggering 3,092,740, according to Bowker's latest ISBN registration data. And that's just for titles with official ISBNs: a large percentage of self-published titles released via Amazon and Barnes &amp;amp; Noble (among others) are never assigned an ISBN, and thus are not tracked by Bowker or included in these figures. Meanwhile, aggregators such as Smashwords hand out ISBNs like Halloween candy to anyone that wants one: Smashwords alone produced &lt;a href="http://blog.smashwords.com/2011/12/smashwords-year-in-review-2011.html"&gt;92,500&lt;/a&gt; titles last year, up from 28,800 in 2010.&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: right; margin-left: 1em; text-align: right;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-fket52B98i8/Twnrn_IwqQI/AAAAAAAABdw/YF1GjMxpVkw/s1600/Bowker+Book+Stats+2002-2010+Selected+Years.png" imageanchor="1" style="clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-fket52B98i8/Twnrn_IwqQI/AAAAAAAABdw/YF1GjMxpVkw/s1600/Bowker+Book+Stats+2002-2010+Selected+Years.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;div class="separator" style="clear: both; font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: center;"&gt;
&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: xx-small;"&gt;&lt;i&gt;*Non-traditional consists largely of reprints, often public domain, and other titles printed on-demand.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
The chart above is taken from the latest &lt;a href="http://www.bowker.com/index.php/book-industry-statistics"&gt;Bowker&lt;/a&gt; stats, which I've truncated from a larger version showing every year from 2002-2010 (available in pdf &lt;a href="http://www.bowkerinfo.com/pubtrack/AnnualBookProduction2010/ISBN_Output_2002-2010.pdf"&gt;here&lt;/a&gt;) to highlight a few major points along the way. From 2002 to 2006 book production was fairly flat, remaining below 300,000 titles released each year. But in 2007, the year the first Kindle was released, new book titles jumped to 407,646, skyrocketing within two years to well over a million for the first time, and nearly tripling again just a year after that, bringing us to our current state of affairs: a market literally awash in literary matter. Thus, in just a single decade the number of books produced annually has increased by 1148%, most of it in just the last two years.&lt;br /&gt;
&lt;br /&gt;
But even more telling is the second line from the bottom on the chart, which shows the number of "non-traditional" books produced, a figure that has leaped exponentially from just 32,639 titles released independently ten years ago to a mind-boggling 2,776,260 last year - an 8406% increase! According to Bowker's note, while many of these are public domain and back-list titles being hauled out in new editions (mainly in ebook format to take advantage of the Kindle/iPad boom), a great many are new self-published works being released for the first time via ebook or print-on-demand services such as CreateSpace and Lightning Source. If you compare these numbers with the total figures for each year (or the subtotal on the line above) you'll see that they make up the lion's share of growth within the industry: traditional print accounted for only 316,480 titles released last year (just 47% growth over 2002), compared to 2.7 million non-traditional titles.&lt;br /&gt;
&lt;br /&gt;
Of course, these are &lt;i&gt;unit &lt;/i&gt;figures, not sales statistics. While traditional print publishing is in decline (see &lt;a href="http://authoradventures.blogspot.com/2012/01/print-book-sales-continue-to-decline.html"&gt;my last post&lt;/a&gt; for stats on that), it still accounts for a large majority of book industry revenues. But that is changing rapidly as well. If each non-traditional title published last years sells on average just five copies each, that's nearly 14 million books sold, which is nothing to scoff at. And that is something Amazon clearly understands: they don't care who wrote them or produced them or who gets the royalty check...it could be one publisher or half a million different ones, it's all the same to them. A million candles burning steadily make a great deal of light, while the scattered illumination of random bonfires burning here and there cast fleeting brilliance that soon fades.&lt;br /&gt;
&lt;br /&gt;
And that's something career authors also understand. The retirement fund won't come for most of us from selling millions of a single title or from small advances that won't ever pay out, but from slow and steady sales on a growing catalog of backlist titles you control and a fan base that will read each new book you put out. Looking at the numbers from this chart would seem to suggest the plight of independent authors is hopeless as their small output is swallowed up by an ever-growing sea of titles readers have to choose from. But in fact, just the opposite is true, because ten years ago the hope most authors had of being read was even less. It's estimated that the odds of getting published via the traditional submission route are less than 1% (the average literary agency receives 150-200 queries a day, follows up on less than 50, reads no more than the first three pages of most, and accepts no more than one per agent per week to represent, of which a good agent can sell 1 in 4, meaning the average agent sells less than twelve manuscripts to publishers each year). That leaves roughly 99.5% of manuscripts to rot away in the slush pile, unread.&lt;br /&gt;
&lt;br /&gt;
But America is now the great slush pile, and the reader is the literary agent who buys or passes on a manuscript. Traditional publishers are no longer the arbiters of literary opinion, as the end user has the final say, literally, via online book reviews and ratings. I had originally intended to title this post "The Growing Value of Book Reviews" ... or, "The Increasing Importance of Reader Opinions" or some such, and talk about how the end consumer has now become the great literary filter of our culture. How at last it is the readers who decide what books are worthy of their time and attention (and their hard earned pay). How every author has just as much opportunity to reach an audience as any other, and will succeed or fail based solely on the merit of their work. But I'll save that for another day, as this post has gone on long enough, and I've got another book (or two) to write.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-3860743928567061371?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=ovmFBd_v8ac:zOtyX9JhALE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-10T15:42:17.348-07:00</app:edited><media:thumbnail url="http://4.bp.blogspot.com/-KTvfbLZ6JOA/TwnfdzjF6sI/AAAAAAAABdo/ovQSEcC5r5M/s72-c/ebooks+are+different.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/book-publication-statistics-2002-2010.html</feedburner:origLink></item><item><title>Print Book Sales Continue to Decline</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/6DSmuwYZC5k/print-book-sales-continue-to-decline.html</link><category>Sales</category><category>Book News</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Thu, 05 Jan 2012 12:15:16 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-758781901427021882</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;/div&gt;
&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-i4dRZbmpG20/TwYEso_QfXI/AAAAAAAABdg/dntYVaPnU1E/s1600/Print+Decline+Accelerated+In+2011+%2528fixed%2529.png" imageanchor="1" style="clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-i4dRZbmpG20/TwYEso_QfXI/AAAAAAAABdg/dntYVaPnU1E/s1600/Print+Decline+Accelerated+In+2011+%2528fixed%2529.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Print Book Sales Comparison 2010 to 2011 [Source: PW]&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Neilsen BookScan have reported their final print book figures for 2011, and as you can see by the numbers in the column on the right, it's not good news for traditional print. Overall decline was double that of last year's 4.5%, in large part due to Borders closing. A slight pre-holiday rise in print sales was offset by a&amp;nbsp;30% decline in the final week of 2011 as owners of new e-readers turned their attention to ebooks.&lt;br /&gt;
&lt;br /&gt;
Hardest hit this year were Adult Fiction and Mass Market Paperbacks, with each declining by double digits, at -17.7% and -23% respectively. These are, of course, the categories with the largest increase in digital sales.&amp;nbsp;We should see the AAP stats in the coming weeks, which will give us the figures for ebooks. This will tell the other side of the story, which should all be positive.&lt;br /&gt;
&lt;br /&gt;
BookScan data represents roughly 75% of the book trade, with a quarter of the market not reporting. Aside from total income, non-corporate entities are not required to report their sales data, so these figures don't include the tens of thousands of indie publishers out there. However, they do account for the majority of book sales and consequently tell us much about the current trends and trade winds.&lt;br /&gt;
&lt;br /&gt;
Those winds are blowing fiercely in a fairly consistent direction. According to &lt;a href="http://www.publishersweekly.com/pw/by-topic/industry-news/financial-reporting/article/50024-print-decline-accelerated-in-2011.html"&gt;Publisher's Weekly&lt;/a&gt; sales of Mass Market Paperbacks have fallen 60% since 2008. Meanwhile, this summer's &lt;a href="http://www.publishers.org/bookstats/formats/"&gt;BookStats&lt;/a&gt; report showed ebook sales had grown by 1039% between 2008 and 2010, with revenue increasing 1274%. And 2011 will likely add a fair amount to that.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-758781901427021882?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=6DSmuwYZC5k:TmycgOtV7Vs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-05T13:15:16.691-07:00</app:edited><media:thumbnail url="http://3.bp.blogspot.com/-i4dRZbmpG20/TwYEso_QfXI/AAAAAAAABdg/dntYVaPnU1E/s72-c/Print+Decline+Accelerated+In+2011+%2528fixed%2529.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/print-book-sales-continue-to-decline.html</feedburner:origLink></item><item><title>Amanda Hocking on USA Today [Updated]</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/qYJztjeeq5A/amanda-hocking-on-usa-today.html</link><category>Book News</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Thu, 05 Jan 2012 16:41:10 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-2707318502160082421</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-lqgmHC1zos8/TwM3Qk3Z-JI/AAAAAAAABck/QeoWBR2Cxsg/s1600/SWITCHED+frontcover+2.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-lqgmHC1zos8/TwM3Qk3Z-JI/AAAAAAAABck/QeoWBR2Cxsg/s320/SWITCHED+frontcover+2.jpg" width="211" /&gt;&lt;/a&gt;&lt;/div&gt;
With the first book of her Trylle trilogy being published by St. Martin's Press today,&amp;nbsp;&lt;a href="http://www.usatoday.com/life/books/news/story/2012-01-03/amanda-hocking-self-published-author/52345642/1?utm_source=Publishers+Weekly%27s+PW+Daily&amp;amp;utm_campaign=08578901a3-UA-15906914-1&amp;amp;utm_medium=email"&gt;USA Today&lt;/a&gt; did a nice long piece on Amanda Hocking this morning. The self-pubbed rags-to-riches princess signed a seven figure deal ($2 million) last March for four new books and the rights to reprint the Trylle series that held positions on the USA Today bestseller list for 50 weeks, selling well over a million copies.&lt;br /&gt;
&lt;br /&gt;
Nine months after signing with St. Martin's,&amp;nbsp;the first book in the series,&amp;nbsp;&lt;i&gt;Switched,&amp;nbsp;&lt;/i&gt;comes out today in new print and ebook editions containing "extended scenes and bonus content" according to the press materials, which for this first part consists of a new short story entitled "The Vittra Attacks." The print edition is getting a first printing of 250,000, which is, I think, frankly overzealous for a book that almost everyone interested in already owns. The remaining books in the series are due on Feb. 28 and April 24, with a Hollywood movie in the works (which means at least a year away). Her first new book for St. Martin's - &lt;i&gt;Wake&lt;/i&gt;, part one of the 4-book &lt;i&gt;Watersong &lt;/i&gt;series - is set for release on August 21st, and is about as guaranteed a bestseller as there could ever be. Expect to see a first printing in the millions on advance orders alone.&lt;br /&gt;
&lt;br /&gt;
I only mention this as news due to Hocking's origins as a self-pubbed author and the subsequent whirlwind of publicity her success has caused. I thought it might be interesting to follow up on what has happened since. As you can see from the picture above the cover has received an update - the sickly green covers of the previous editions were frankly lame, and these new romance-looking ones will appeal more to the younger female audience that made&amp;nbsp;&lt;i&gt;Twilight &lt;/i&gt;such a success. Her&amp;nbsp;website has also received a professional polish, and according to the article she's being prepped for an "international media blitz," so expect to be seeing a lot of her on talk shows in the near future.&lt;br /&gt;
&lt;br /&gt;
The books are being released at $8.99 for both print and ebook versions (the ebook was $2.99 before, and originally only .99 cents as I recall), and currently list on Amazon's rankings at 14,000 and 12,000 respectively (as of noon Eastern Time). That means she's only sold about 10-15 copies of each edition so far today, give or take (from personal experience I can tell you that ten copies in a day will put you at about 10-13,000, depending on how many other books are selling at the same time - right now I'm at 23,000 having sold ten books in two days). So not a great rush to read the new "bonus" short story going on so far. Of course, almost everyone who's interested in this genre has already bought the book, so one bonus chapter won't likely entice very many to spend three times as much as they did for the entire story in the first place.&lt;br /&gt;
&lt;br /&gt;
UPDATE: Later That Same Evening...&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Switched&lt;/i&gt; is currently #18 in print and #786 in ebooks, so that goes to show you how little I know. A lot can change in a day.&lt;br /&gt;
&lt;br /&gt;
SECOND UPDATE: Sometime Around Noon the Next Day...&lt;br /&gt;
&lt;br /&gt;
After its initial surge last night sales of&amp;nbsp;&lt;i&gt;Switched &lt;/i&gt;have slackened off somewhat, dropping it to #615 in print and #1228 in ebooks. Meanwhile, my book continues to sell steadily in moderate quantities, bringing me to #16,997 in ebooks, which isn't bad considering I only have the one title published, but leaves a lot of room for growth.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-2707318502160082421?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=qYJztjeeq5A:q3mpRKlwnQ8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-05T17:41:10.583-07:00</app:edited><media:thumbnail url="http://2.bp.blogspot.com/-lqgmHC1zos8/TwM3Qk3Z-JI/AAAAAAAABck/QeoWBR2Cxsg/s72-c/SWITCHED+frontcover+2.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/amanda-hocking-on-usa-today.html</feedburner:origLink></item><item><title>Apple To Offer Self-Publishing On iBooks?</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/c0zzITHbiHI/apple-to-offer-self-publishing-on.html</link><category>iBooks</category><category>Tech News</category><category>Self-Publishing</category><category>Publishing News</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Tue, 03 Jan 2012 12:37:13 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-8339086879355734224</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-dZ2Yr9gQR2Q/TwNbsfFEXRI/AAAAAAAABc8/eyebNjRjmwo/s1600/54061v1-max-150x150.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-dZ2Yr9gQR2Q/TwNbsfFEXRI/AAAAAAAABc8/eyebNjRjmwo/s1600/54061v1-max-150x150.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
Rumors are floating about like Autumn leaves in a blustery whirl today (it's an Apple tree) as speculation swirls around Apple's announcement of a press event later this month in New York, apparently aimed at publishers. Numerous tech blogs (&lt;a href="http://allthingsd.com/20120102/not-the-ipad-3-or-new-apple-tv-but-apple-planning-media-related-event-in-the-bigger-apple-this-month/"&gt;AllThingsD&lt;/a&gt;,&amp;nbsp;&lt;a href="http://goodereader.com/blog/tablet-slates/apple-to-launch-new-self-publishing-program-later-this-month/?utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=apple-to-launch-new-self-publishing-program-later-this-month"&gt;GoodEReader&lt;/a&gt;, &lt;a href="http://techcrunch.com/2012/01/02/this-months-apple-event-to-focus-on-publishing-and-ibooks/"&gt;TechCrunch&lt;/a&gt;, &lt;a href="http://www.cmswire.com/cms/mobile/apple-hits-1-billion-apps-a-week-starts-2012-with-focus-on-ebooks-013989.php?utm_source=Publishers+Weekly%27s+PW+Daily&amp;amp;utm_campaign=08578901a3-UA-15906914-1&amp;amp;utm_medium=email"&gt;CMSWire&lt;/a&gt;) are reporting that "sources" have confirmed the event will focus on improvements to iBooks and the iBookstore publishing platform. As always, however, no specifics are forthcoming as yet (that's what the media event is for), although one source states that Apple plans to launch a new self-publishing program to compete with Amazon KDP and Barnes &amp;amp; Noble's PubIt, among others, so of course this is what most of the rumors are about.&lt;br /&gt;
&lt;br /&gt;
However, one other possibility no one has mentioned yet is ebook lending. If Apple's intention is to battle head-to-head with Amazon's new exclusivity agreement for the Kindle Library Lending Program, there is a possibility that they have reached agreements with at least a few of the major trades to offer ebook lending via libraries. This is pure speculation, of course (but then so is everything else), but it would make great sense given Apple's relatively close ties to the Big Six and their need to respond to Amazon's efforts to draw away top authors with the lure of lending royalties. After all, a six million dollar pot is a pretty big carrot. Were I an Apple executive in charge of iBooks content I would want to nip that in the bud right quick. Garnering ebook lending deals with publishers who have rejected Kindle lending would be a massive shot across the bow of Amazon's flagship.&lt;br /&gt;
&lt;br /&gt;
That said, a self-pub program would make the most sense, and certainly be most welcome to a great many independent authors, as Apple are the most locked down retail avenue out there. Getting ebooks into the iBookstore is difficult at best, requiring a $250 up-front fee and a Mac running OSX, or a third-party aggregator who take a cut of profits, whereas Amazon has gone to great lengths to make it as cheap and easy as possible for everyone to publish to the Kindle. In this respect, Apple have fallen ever further behind, even while the iBooks format surges ahead in terms of format quality. But if they truly want the iBookstore to succeed, they need to open it up to a larger market, and that includes independent self-pubbed authors who use Windows.&lt;br /&gt;
&lt;br /&gt;
Whether or not this will happen is yet to be seen, particularly given Apple's penchant for relatively strict "quality" control, and it's unlikely they will ever completely open the floodgates, since (unlike Amazon) they've always had very rigid gatekeepers and high admission fees. But until they do it's unlikely that they'll ever gain a serious hold on the ebook market: the recent &lt;a href="http://authoradventures.blogspot.com/2011/12/ebook-publishing-infographic-analysis.html"&gt;Aptara survey&lt;/a&gt; I discussed last month shows Apple with only a 4% share of the digital trade book market while Amazon has 56%, even though Apple sells vastly more iOS devices than Amazon sells Kindles. Granted, Kindles are designed primarily as eReaders and free Kindle apps are available for every platform, but even so one would think that Apple could sell more than 4% after nearly two years in the business. Clearly their strategy has failed and it's time to rethink the future.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-8339086879355734224?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=c0zzITHbiHI:eaUsFt5BSFU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-03T13:37:13.265-07:00</app:edited><media:thumbnail url="http://4.bp.blogspot.com/-dZ2Yr9gQR2Q/TwNbsfFEXRI/AAAAAAAABc8/eyebNjRjmwo/s72-c/54061v1-max-150x150.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/apple-to-offer-self-publishing-on.html</feedburner:origLink></item><item><title>Predictions for 2012</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/S1LH2AZHZ4s/predictions-for-2012.html</link><category>Random Nonsense</category><category>Predictions</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Mon, 02 Jan 2012 08:31:46 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-3128162419968321380</guid><description>And here are a few thoughts on what we might see in the coming year...&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. EPUB 3 will fail to heal the digital format fracture&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
As much as authors and publishers would love to see a standard one-size-fits-all ebook format, that’s just never gonna happen, because the business interests of ebook retailers can overrule it via proprietary e-readers. Even ePub based fixed-layout books are already fractured into multiple formats with their own unique specifics, and that trend will continue for a good long while so long as Apple, Amazon and B&amp;amp;N hold the cards. The high ideal of a single universal standard for all ebooks is unrealistic, if only because it is simply too constraining for the pace of today’s artistic exploration. By the time EPUB3 is fully integrated into the next generation e-readers, technical advances will have rendered it outdated. The pace of universal adoption is just too slow to keep up with individual discovery and invention. My prediction is that the ebook market will fragment even further as the power players move to consolidate their hold on their segment of the market and others move in to claim their share.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2. Conversion services flourish as pubs embrace fixed layouts&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Graphic designers and art departments have been cringing since the advent of reflowable text, which removes their ability to determine the final look of an ebook page. This is fine for prose works and basic textbooks, but leaves much to be desired for true art book aficionados and typographers. A well crafted book layout can be a work of art, a thing of beauty, or just functionally efficient. With fixed layout formats all those book designers can now rest easy knowing their art departments are no longer in danger of disappearing or being downsized. Not only that, but there is a new burgeoning market just now opening up (exploding might be a more descriptive adjective) that didn't even exist four years ago, and that is the service of converting authors' manuscripts into digital editions. The advent of fixed layout - and its requisite set of unique skills - is creating a new market for artistically inclined code writers and graphic designers with web building skills. The major trades are in the midst of building (or revamping) in-house departments, but all those millions of independent self-pubs need somewhere to go that does more than just grind their document into e-burgers.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3. The Kindle 5 will have a color Mirasol/eInk screen&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The Kindle 4/Touch will be the last black and white eInk reader we'll see from Amazon. Color reflective technology is good enough now to be acceptable to ebook readers, both in terms of speed and image quality...or at least it will be by the end of 2012 when the next Kindle line is due. Grayscale screens are the black and white televisions of today, and they'll all be junk tomorrow (or at least by next year anyway, since a lot of people tend to keep their old TVs around awhile). Consequently, there will be a smaller lineup of models next time, with a low-end color touchscreen reader and a mid-ground Fire 2 update. Buttons will be gone for good (and good riddance to them, too).&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;4. 10" Kindle Tablet will debut at $399&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Amazon will also introduce a new high-end full size tablet this year to compete directly with the iPad. The Kindle Fire is a nice mid-size sedan, but the iPad is a Hummer. With a growing app store and a full complement of multimedia content, the color Kindle Fire just cries out for more legroom. It's a nice one-handed reading device and suited better to small kid's hands for games and movies than a full size tablet, but it's just too small to do much else with comfortably for any length of time (and woefully poor at doing some thing altogether, although it will improve with updates). In addition to which, illustrated books and magazines simply demand a larger screen to fully appreciate and enjoy their page layouts, and since Amazon is first and foremost a book retailer, they would be remiss in addressing this segment of the market. The price point is a reasonable guess as a competitive price that's low enough to be a good deal and high enough to be conceivable.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;5. Publishers will come on board for library lending&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The public is just too demanding to ignore, and they want to borrow ebooks plain and simple. Being able to gift or resell your used ebooks is still a few years off so I'll reserve those predictions for another day, but library lending is an issue that needs to be dealt with now. 2011 was a watershed year for libraries as they finally came to grips with the changing landscape and began to confront the many problems it presents. But publishers have not been helping and so their hands are tied. But as print becomes less cost effective publishers will begin to see the light. Why print an expensive hardcover for a few thousand libraries when a digital file beamed out will cost you almost nothing and net you just as much? Libraries don't get ebook licenses for free, so it's just a matter of time before the major trades realize they're sitting on a cash cow here. Surveys show consistently that readers increase consumption as access becomes easier. More loans = more licenses = more good word of mouth from happy readers = more potential sales. It's really not a hard equation.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;6. Ebook prices will increase, stabilizing into three pricing tiers&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
As print book sales decline ebooks will simply have to fill the void, so ebook prices will go up. More and more of the overall production costs (i.e. editorial, layout, marketing, etc.) will be laid on the shoulders of the digital editions, making their effective costs increase. Ultimately ebooks must pull their weight and pay their fair share. But those costs are not the same for every title or publisher across the board, so they will fall into three main categories and be priced accordingly:

&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;.99 / $2.99 - These are your self-pubs and independents looking to gain entry and build or maintain their following, as well as daily specials and discount backlist titles and classics&lt;/li&gt;
&lt;li&gt;$7.99 / $9.99 - Mid-list authors and backlist titles by top authors, as well as a handful of the top selling independents; successful self-pubs will start to move up into this category&lt;/li&gt;
&lt;li&gt;$12.99 / $14.99 - Bestselling titles by top authors and new releases by trade pubs, as well as major author catalog and new enhanced ebooks&lt;/li&gt;
&lt;/ol&gt;
There will still be ebooks listed at every other imaginable price - particularly in the $4.99-$5.99 range for overzealous self-pubs - but few of these will sell more than a handful. The major trades just can't afford to go much lower than $7.99 and hope to support their massive infrastructure, and they don't want to drop new titles below ten bucks. But readers have shown they won't buy books much over that by anyone but the top draws, so eventually $12.99 will become the go-to price for new releases, with mid-list coming in just under ten. It may take another year for this to solidify, but that's the direction it will be heading in due time.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;7. A self-pubbed author will reach the &lt;i&gt;N.Y.T.&lt;/i&gt; Top 10 with a $9.99+ title&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
While several self-published authors have achieved Top 10 status this year on one list or another, they have mainly been for bottom-tier price point titles, with a few $4.99 or so oddities thrown in. Nearly all top selling self-pubbed titles go for .99 cents, with a reasonable amount at $2.99. But for the first time a self-pubbed author will climb the &lt;i&gt;New York Times &lt;/i&gt;bestseller&amp;nbsp;list on the back on a top tier price this year, and I'm not talking about someone who's jumped ship from traditional publishing to go it alone on the strength of their name - I'm talking about a full-fledged independent up-by-their-bootstraps kind of author who did all the work themselves and has not yet found success. And it may very well be someone who's all but unknown today. They will make beaucoup bucks and trigger an exodus of mid-list trade pub authors to independent publishing.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;8. Ebooks will account for 50% of the trade book market by year's end&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This is almost a no-brainer. We hit 20% a year ago (23.5% in January), and given the continuing trend of exponential growth throughout the year, coupled with rapidly declining print sales, when 2011's final figures come in it's almost certain to be close to double that. I'm guessing 35% to be conservative. Of course, it depends on if you're counting units or dollars (ebook dollars add up much slower due to their lower average retail price), but either way we're fast approaching market dominance for digital, which will occur within the next two years, if not this year.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;9. Major trade publisher files for bankruptcy&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This is just a wild throw that I'm tossing out there on a lark. It's bound to happen eventually given the volatile and wildly unpredictable nature of book successes and failures, and the unstable nature of the market. The digital transformation is certain to unhinge the stability of at least one of the more conservative major trade publishers, who will flounder under badly outdated leadership and get left behind as they cling to a broken business model. The trigger for this might be the departure of a star author (or three) who goes solo when better ebook terms cannot be met, or just the failure of several expected hits. Don't laugh. No one thought Borders would go belly up (or Circuit City or CompUSA, for that matter). Yes, publishers are huge. They have tons of money. But it takes a lot to keep them going, too. Of course, it would take years to get to the bankruptcy stage, but the seeds are already planted and things are moving swiftly. A few missteps in business and things can turn from bad to worse right fast if you're not careful. Unlike banks, publishers are not too big to fail. And you know the saying, the bigger they are...&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;10. An all-new breed of e-book emerges&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This is actually something I'm very excited about, as regular readers of this blog should know. The fact that ebooks are in fact an entirely different medium from print books will stimulate creative minds to find altogether new and unexpected ways to present content. Authors will begin to look at ebooks as the starting point, rather than something a book is turned into. And when you start with the digital format as your palette, all manner of possibilities present themselves. New forms will evolve that are neither book nor game nor social media, but all of them combined with something more to take us places that we've never been in ways we've never got there. I can't tell you what it will look like, because no one knows what it will be yet - but when it gets here we'll all know, because everyone will want one and everyone else will try to copy it.&lt;br /&gt;
&lt;br /&gt;
These are just some thoughts on the direction things are going. Some are more plausible than others. Some are wild hypothesis and others almost certain. Many of them are certain to be horribly off their mark, as the target just keeps shifting every day, bringing an endless stream of surprises. But then, that's what makes predictions so much fun. If they were certainties, this would be a news report instead. Come back next year and we'll see what the world really looks like.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-3128162419968321380?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=S1LH2AZHZ4s:Af7uFDgvP7I:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-02T09:31:46.549-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2012/01/predictions-for-2012.html</feedburner:origLink></item><item><title>The Publishing Year In Review</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/7YNlRjCL9CE/publishing-year-in-review.html</link><category>Publishing</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Sat, 14 Jan 2012 09:54:19 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-7801919999886064810</guid><description>&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;A quick look back at the mile markers of 2011:&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;January&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Post-holiday ebook sales spike to 23.5% of all U.S. trade book sales&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon now selling more ebooks than paperbacks&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Kindle Singles launches&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon extends 70% royalty option to Canada&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;February&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;U.S. ebook sales up 202% over previous year&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Barnes &amp;amp; Noble selling twice as many ebooks as print books online&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Apple begins enforcing new in-app purchase rules requiring 30% cut&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Apple and the "Agency Five" publishers come under investigation for price fixing&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Random House last of "Big Six" to adopt the agency pricing model&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Harper-Collins caps library ebook loans at 26, to the chagrin of everyone else&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;March&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;iPad 2 launched: it sells in massive numbers without slowing throughout the year&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon launches Appstore (and is subsequently sued by Apple over the name - unsuccessfully)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Google Books settlement rejected by Federal judge&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Self-pubbed author Amanda Hocking signs 7-figure deal for four books&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Self-pubbed author Barry Eisler turns down half million dollar deal&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;The New York Times bestseller list includes self-published books&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;April&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon offers local library loans through OverDrive&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;May&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon now selling more Kindle ebooks than all print books combined&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon hires trade vet Larry Kirshbaum to head its publishing division&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Barnes &amp;amp; Noble launch the eInk Nook Touch ereader&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Kobo also launch an eInk touchscreen reader&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Random House reaches 2 million ebook sales&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;IndieReader introduces list of bestselling self-published books&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;June&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Pottermore launches (without any content or apparent plan)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;John Locke becomes first self-published author to sell a million Kindle ebooks&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;July&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Borders is liquidated&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon buys The Book Depository&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Google launches the iRiver Story ereader, but no one cares&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;August&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon launches a web-based reader to counter Apple's in-app purchase policy&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon launches Kindle Indie Bookstore, featuring Kindle Direct Publishing titles&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Apple and the "Agency Five" publishers hit with multiple civil lawsuits&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Steve Jobs steps down as CEO of Apple&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;John Locke signs deal with Simon &amp;amp; Schuster for print distribution&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;September&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon launches the new Kindle line, with prices ranging from $79 to $199 for the 7" Kindle Fire tablet&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Barnes &amp;amp; Noble stocks plunge as a result&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Prices of ebook readers plunge as well&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;October&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Death of Steve Jobs&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Wall Street Journal launches ebook bestseller list&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;ePub 3 spec finalized&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon announces KF8 (Kindle Format 8), but doesn't release the specs&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Kobo releases the Kobo Vox 7" tablet reader&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Apple partners with Bookwire to include European content in iBookstore&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;November&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Kindle Lending Library launches as part of the Amazon Prime program&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Penguin pulls new titles from Overdrive library lending program&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;B&amp;amp;N launch the 7" Nook Tablet, but inexplicably keeps making the Nook Color&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amanda Hocking joins the Kindle Million Club&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;December&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;EU begins investigation into Apple/Agency 5 price fixing&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon introduces KDP Select, an exclusive library loan program for KDP authors&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon buys 450 Marshall Cavendish children's titles&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon price check app causes flurry of retailer agitation&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Amazon selling over a million Kindles a week&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Sales continue to decline at Barnes &amp;amp; Noble, dragged down by fading print book sales&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;More than a million ebooks were published this year, eight times that of the previous year&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;And those are just some of the main events of 2011. All in all a rather busy year. Stay tuned for the next round...it's shaping up to be a doozy.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-7801919999886064810?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=7YNlRjCL9CE:2MKFDytN0pA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-14T10:54:19.038-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2011/12/publishing-year-in-review.html</feedburner:origLink></item><item><title>SkyNews on the Rise of eBooks</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/_NaRl2mOJ6k/skynews-on-rise-of-ebooks.html</link><category>eReaders</category><category>eBook Sales</category><category>Tech News</category><category>eBooks</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Sat, 31 Dec 2011 11:57:48 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-4190783181177957997</guid><description>&lt;a href="http://news.sky.com/home/uk-news/article/16137474"&gt;SkyNews HD&lt;/a&gt; brings us this video report from the UK concerning the rapid rise of ebooks...
&lt;br /&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen="" frameborder="0" height="325" src="http://video.sky.com/embed/external/16137516" width="570"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-4190783181177957997?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=_NaRl2mOJ6k:ALfqS3oWvyE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-31T12:57:48.513-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2011/12/skynews-on-rise-of-ebooks.html</feedburner:origLink></item><item><title>iPad 3 Screen Specs</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/Kt2xiT-o5qo/ipad-3-screen-specs.html</link><category>eReaders</category><category>iPad</category><category>Tech News</category><category>Tablets</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Fri, 30 Dec 2011 10:54:41 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-5370099825001219648</guid><description>&lt;div style="text-align: right;"&gt;
&lt;/div&gt;
&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-8cXX0n-fVb4/TvzjpAVPQ8I/AAAAAAAABcY/0ncq6ZnODZU/s1600/ipad-3-concept-designs.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-8cXX0n-fVb4/TvzjpAVPQ8I/AAAAAAAABcY/0ncq6ZnODZU/s1600/ipad-3-concept-designs.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;The All-New&amp;nbsp;Frameless&amp;nbsp;Holophonic Projection iPad 3D&lt;br /&gt;
[Source: Someone's Imagination]&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
As always there has been a lot of grist and speculation being churned out lately by the rumor mill about the many possible improvements we'll be seeing when the iPad 3 debuts this spring. With some honest competition finally appearing in the form of the Kindle Fire (albeit not directly, but for a portion of the market nonetheless), Apple can now start bringing out some of the innovations they've been holding in reserve for just such an eventuality, such as higher resolution display screens.&lt;br /&gt;
&lt;br /&gt;
But while many (if not &lt;i&gt;most&lt;/i&gt;) of the rumors floating about remain just that - rumor only, and nothing more - at least two of them have received some support of late, and one a reliable debunking. According to Apple supply &lt;a href="http://www.digitimes.com/news/a20111228PD215.html"&gt;sources&lt;/a&gt; there will be no 7" iPad going toe to toe with Amazon&lt;i&gt; et al.&lt;/i&gt; in 2012, supporting Steve Jobs' assertion (at least for the time being) that the smaller form factor does not lend itself well enough to the tablet environment for Apple to pursue in earnest. That move (&lt;i&gt;if true&lt;/i&gt;) will leave Amazon with at least a year of market domination in the 7" sector (barring a late-year release of a 7" iPad), and possibly delineate a &lt;i&gt;reading / personal entertainment&lt;/i&gt; tablet sector from a broader &lt;i&gt;computing / multi-use&lt;/i&gt; tablet market by year's end.&lt;br /&gt;
&lt;br /&gt;
And while rumors suggest Apple will continue to provide the iPad 2 at a lower price after the introduction of the newer model, it's extremely unlikely to go lower than $399, which is still fully twice the price of a Kindle Fire. But you never know. It's possible the entry-level iPad 3 will debut at that price with the iPad 2 reduced to $299 or so. But I doubt it. Still, everyone was fairly shocked when the first iPad hit the street at $499, so Apple's not exactly behind the curve here. But this is all mere speculation, just more grist for the ever-grinding mill. Chew on it as you see fit.&lt;br /&gt;
&lt;br /&gt;
As for what we &lt;i&gt;will &lt;/i&gt;most likely see (rated "high probability" by &lt;a href="http://news.cnet.com/8301-13924_3-57349890-64/next-gen-ipad-sorting-out-screen-battery-chip-timing-rumors/?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20&amp;amp;tag=nl.e703"&gt;CNET&lt;/a&gt;), the supply chain source corroborated &lt;a href="http://authoradventures.blogspot.com/2011/12/tablet-display-resolution-soon-to.html"&gt;earlier reports&lt;/a&gt; of a higher resolution screen in the form of a QXGA standard 2048x1536 display (produced by Sharp, Samsung and LG), which retains the prior models' 9.7" size. That fully doubles the current screen resolution of 132 ppi to 264, making it the first truly high resolution tablet capable of displaying HD video and images (by comparison, the iPhone/iPod Retina display packs in 326 pixels per inch). This will provide both opportunities and challenges for content creators who don't want products designed for the iPad 2's lower resolution to show up pixelated on the newer screens as have iPhone apps installed on an iPad in the past. In addition to this news, the source reports that Menebea will provide dual-LED backlight units to enhance the tablet's brightness, supported by batteries with up to 14,000 milliampere-hour capacity (current iPad batteries are rated at 6500 mAh).&lt;br /&gt;
&lt;br /&gt;
Finally, Samsung will continue to supply the iPad's processing power in the form the quad-core A6 chip rather than the iPad 2's dual-core A5. This additional computing power (and battery life) will be relied on heavily to display &lt;i&gt;four &lt;/i&gt;times as many pixels just as smoothly on the iPad 3 (2x2 = 4 pixels where there was only 1 before; thus, 1024x768 = 786,432 pixels, while 2048x1536 = 3,145,728 pixels). So while the increased quality of a higher resolution display is truly exciting, it poses a serious dilemma for graphic artists and illustrators working to produce ebooks with a file size that's not outlandish. There is, after all, only so much memory available for storage on these devices, and even with Apple's current 2 Gb limit on file size, fully illustrated ebooks and graphic novels of even half that size will fill up 16 gigs right quick.&lt;br /&gt;
&lt;br /&gt;
Now, it would take a fair amount of hi-rez images to reach 2 gigs, but with enhanced audio and video and some animations it's not outside the realm of possibility that we will start to hit those limits in the not too distant future. The recent &lt;i&gt;Yellow Submarine &lt;/i&gt;ebook comes in at 320 megs, and that was done with vector graphics for the most part (which are suited to that style), whereas my &lt;i&gt;&lt;a href="http://www.fantasycastlebooks.com/RingSaga-Book1-Scene1.html"&gt;Ring Saga&lt;/a&gt;&lt;/i&gt; project is all full color bitmapped images that create even larger file sizes: just 22 pages and an outer cover at 2700x3375 resolution comes in at 48 Mb with high quality jpeg compression. Those sizes may have seemed a bit excessive before, but now a full-bleed image for a two-page layout will need to be &lt;i&gt;at least&lt;/i&gt; 2048x3072 in size in order for each half to fill the screen in vertical orientation on the iPad 3 (presuming these specs are accurate). I'll obviously shrink those hi-rez images for the final iPad version anyway, but nowhere near as much now as I would have done before this news came out. And I'm glad it did, because it may have saved me a whole lot of work in the coming months redoing everything that I've just done.&lt;br /&gt;
&lt;br /&gt;
UPDATED 1/30/11 to include current iPad battery specs, Retina display pixel comparison, and today's CNET analysis.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-5370099825001219648?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=Kt2xiT-o5qo:I7wgoXUtpMs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-30T11:54:41.391-07:00</app:edited><media:thumbnail url="http://2.bp.blogspot.com/-8cXX0n-fVb4/TvzjpAVPQ8I/AAAAAAAABcY/0ncq6ZnODZU/s72-c/ipad-3-concept-designs.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2011/12/ipad-3-screen-specs.html</feedburner:origLink></item><item><title>ePub File Icon</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/TuR6aCxOMqE/epub-file-icon.html</link><category>ePub</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Tue, 27 Dec 2011 10:34:46 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-4832735445013155278</guid><description>&lt;a href="http://fantasycastlebooks.com/images/ePubIcon256x.ico" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://4.bp.blogspot.com/-qNxdHosP_Z8/TvoDr0VYNGI/AAAAAAAABcA/hf6jY_v5U8Y/s200/ePub+Icon+256x256.png" width="200" /&gt;&lt;/a&gt;
Lately I've grown tired of seeing the default Windows system icon representing .epub files, and decided to go looking for a new one. Since the official ePUB logo was revealed well over a year ago - way back in April of 2010, in fact, when Ralph Burkhardt's design was chosen as the winning entry - I would have thought by now an official icon would appear on .epub files in system folders. But sadly that's not the case. Not only that, but I couldn't readily find a good one based on the official logo. So I made one. Now all my .epub files are represented by this readily recognizable little green "e", to which I've added a bit of style in Photoshop.&lt;br /&gt;
&lt;br /&gt;
Right-click the image above to download the linked icon file (not the .png image itself, but the file it links to), which is a 256 x 256 .ico file. For Windows 7 users you'll have to use a file manager such as &lt;a href="http://www.nirsoft.net/utils/file_types_manager.html"&gt;FileTypesMan&lt;/a&gt; to change the default icon, since the "change icon" option is for some inexplicable reason no longer available in folder options or context menus for anything but shortcuts. In lieu of an official icon this should hold you over in the meantime.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-4832735445013155278?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=TuR6aCxOMqE:ySCD-MCGtMA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-27T11:34:46.470-07:00</app:edited><media:thumbnail url="http://4.bp.blogspot.com/-qNxdHosP_Z8/TvoDr0VYNGI/AAAAAAAABcA/hf6jY_v5U8Y/s72-c/ePub+Icon+256x256.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2011/12/epub-file-icon.html</feedburner:origLink></item><item><title>New KDP List Price Requirements</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/181bjSZbH0A/new-kdp-list-price-requirements.html</link><category>Self-Publishing</category><category>Kindle</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Mon, 26 Dec 2011 17:25:30 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-4678352317176104796</guid><description>&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-cjHf2S9AcX0/Tvj0vyqbQmI/AAAAAAAABbE/WBWJ8G4ZQPA/s1600/Amazon.png" imageanchor="1" style="clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-cjHf2S9AcX0/Tvj0vyqbQmI/AAAAAAAABbE/WBWJ8G4ZQPA/s1600/Amazon.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;The new pricing structure for Amazon KDP's 35% royalty option [Credit: Amazon]&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Authors distributing their works through Kindle Direct Publishing should be aware that Amazon has recently altered their ebook pricing structure for the 35% royalty option to include restrictions based on file size. As you can see from the screen cap above there are now three divisions within the 35% option, requiring new minimum prices for files over 3Mb in size, with $1.99 as the new minimum list for those between 3 and 10 megs, and $2.99 as the lowest allowable price for files over 10 megabytes in size.&lt;br /&gt;
&lt;br /&gt;
Until now there were no conditions set on the size of an ebook file in the 35% margin and no delivery charge associated with the file delivery, so that for a .99 cent title an author receives .35 cents, regardless of the file size. Ebooks receiving the 70% royalty have always been subjected to a .15 cents per megabyte bandwidth fee for the initial download, which is one reason the minimum price for this option has been $2.99 from the start. By comparison, at .15 cents per megabyte a .99 cent title at the 35% royalty would cost more to deliver than its profit margin affords at sizes over 2.3 megs. As a practical example, the file for&amp;nbsp;&lt;i&gt;&lt;a href="http://www.amazon.com/gp/product/B001J53U66?ie=UTF8&amp;amp;tag=fantcastbook-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B001J53U66"&gt;The Saga of Beowulf&lt;/a&gt; &lt;/i&gt;is 2.31 Mb (640 pages in print, with a half dozen images), which deducts exactly .35 cents from my profit for each purchase.&lt;br /&gt;
&lt;br /&gt;
With ebook files beginning to increase in size (often dramatically) as multimedia content is added, the logic here is obvious: Amazon is looking to a future when ebooks sold in KF8's more content-rich format will frequently contain enhanced audio-visual content, and thus require greater bandwidth to deliver - the addition of a single video, for example, can swell the file size to 50 megs or better depending on its length and compression ratio, and even shorter graphic novels will be hard pressed to come in at much less than that and keep the image quality decent. But since Whispersync delivery is free to users, the added cost must come from somewhere. Consequently, Amazon is making something of a preemptive move here as it eyes the future.&lt;br /&gt;
&lt;br /&gt;
The most obvious and practical result of this new policy is that for titles with files larger than 3 Mb the .99 cent price point is now no longer an option. Amazon is essentially stating that going forward .99 cent titles are restricted to basic text-only ebooks of a reasonable length (or very short works with a handful of images). In essence, there will be no such thing as a .99 cent enhanced ebook on Amazon.&amp;nbsp;For larger books, prices must be higher.&lt;br /&gt;
&lt;br /&gt;
But the most interesting thing about this structure change is that while at first glance it appears to put a heavy limitation on the 35% option, in fact the 35% rate is by far the more profitable&amp;nbsp;for larger files. A 10 Mb file at 70% will cost the author $1.50 in delivery fees, leaving only .59 cents on a $2.99 title after Amazon deducts their 30% share, whereas the same ebook at the 35% rate would net the author $1.05 - .46 cents more! And of course, the difference only goes up as file size increases: a 50 meg file at 70% will cost the author a whopping $7.50 for delivery alone! This effectively eliminates the 70% royalty as a possibility for enhanced ebooks, which is why Amazon has just raised the bottom line for the other option.&lt;br /&gt;
&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-CbC6L1R5cUI/TvkYLYxxK8I/AAAAAAAABb0/53nNDHv7LZ0/s1600/KDP+Rate+Comparison.png" imageanchor="1" style="clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-CbC6L1R5cUI/TvkYLYxxK8I/AAAAAAAABb0/53nNDHv7LZ0/s1600/KDP+Rate+Comparison.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;KDP Royalty Rate Comparison for Various File Sizes&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
As you can see from the table I made above, in practical terms 7 Mb is the dividing line for a $2.99 list title. At that size the 70% royalty nets $1.04 after delivery fee is charged, a penny less than the same $2.99 title with the 35% margin chosen. One can always raise the price, but that has drawbacks of its own each author will have to justify for themselves. For an ebook listed at $4.99 the dividing line increases to a 12 Mb file, with the 70% royalty netting six cents less at that point than the 35% option, but sales will also likely drop by half due to the higher price, depending on your popularity as an author, so you'll have to take that into consideration as well.&amp;nbsp;Of course, if you're a well known author none of this will matter to you much, as you're probably charging $15 or better for your books, and unlikely to be reading this anyway.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-4678352317176104796?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=181bjSZbH0A:C52Qi2ej0w0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-26T18:25:30.408-07:00</app:edited><media:thumbnail url="http://1.bp.blogspot.com/-cjHf2S9AcX0/Tvj0vyqbQmI/AAAAAAAABbE/WBWJ8G4ZQPA/s72-c/Amazon.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2011/12/new-kdp-list-price-requirements.html</feedburner:origLink></item><item><title>Kindle Updates</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/hFf_-0u3GbY/kindle-updates.html</link><category>eReaders</category><category>Tech News</category><category>Kindle</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Sat, 24 Dec 2011 12:29:30 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-9028408029475639872</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-Ik3b4L7FeZA/TvY2Btz8PGI/AAAAAAAABa4/Msjjd4gkJyw/s1600/kindle-fire-on-fire1-300x255.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-Ik3b4L7FeZA/TvY2Btz8PGI/AAAAAAAABa4/Msjjd4gkJyw/s1600/kindle-fire-on-fire1-300x255.png" /&gt;&lt;/a&gt;&lt;/div&gt;
The Kindle Fire has been out for just five weeks now, and Amazon this week released its third firmware update, to version 6.2.1. As with the first two, this one installs automatically "over-the-air" while the Fire is asleep, so there's no need to install manually (although you can), nor do you need to "ok" the update: it rolls out whether you want it to or not as long as you're in wi-fi range.&lt;br /&gt;
&lt;br /&gt;
It may seem unusual to update a product so often, and so soon, after its release, but I take this as a sign that Amazon is listening to customer feedback and working rapidly to effect repairs. That they want to continually improve the device rather than make their customers wait for next year's revision is a major benefit for users, who can purchase the Kindle knowing they'll receive continued product support. Unlike most hardware devices on the market today, the Kindle Fire is a continually improving machine, not just something you buy today and throw away tomorrow. The device I have today is better than the one I purchased last month, which is a trend I hope to see continue.&lt;br /&gt;
&lt;br /&gt;
Improvement #1: UI&lt;br /&gt;
&lt;br /&gt;
The primary focus of this latest update was to address issues with the user interface, from inconsistent touch response to the touchy carousel, and this is the first and most obvious fix this update has changed. The interface is much more smooth and consistent, and the carousel now stops much quicker on a chosen item, allowing it to be selected more easily. Before, the carousel moved so smoothly that it was difficult to stop, which often made for a frustrating experience. In addition, you can now remove items from the carousel by clicking and holding on its image.&lt;br /&gt;
&lt;br /&gt;
Improvement #2: Password Lock&lt;br /&gt;
&lt;br /&gt;
One of the complaints parents in particular have had is the inability to restrict access to Wi-Fi so as to keep young fingers from wandering where they ought not go (or buying what they shouldn't using one-click purchasing). This certainly makes sense for a multi-user household where children might use the device for reading and playing games, but in order for them to watch movies Wi-Fi would have to be turned on, since there's not enough memory to store more than one or two videos onboard.&lt;br /&gt;
&lt;br /&gt;
Improvement #3: Browser/Streaming Performance&lt;br /&gt;
&lt;br /&gt;
Which brings up the streaming/browser issue. I've only watched a few movies on the Fire just to check it out, and it's always worked flawlessly for me, so I can't quite understand the few complaints I've read of burps and glitches in the video, or slow browser performance. My guess is that the video glitches are due more to low Wi-Fi bandwidth, since to stream video smoothly on any device you need a 7 Mb or better connection, which many people don't yet have, and no hotels that I've stayed in. I have a 12Mb connection at home and the browser loads just fine. Side by side tests with my iPad 2 have had the Kindle Fire load pages faster than the iPad for sites I visit regularly, though not for others (and the 7" size is often an issue with selecting links). This tells me the "Silk" aspect of the Kindle browser is functioning just fine, anticipating my next move before I make it. The more you use the Silk browser, in fact, the faster it gets as it learns your preferences and pre-loads them for you behind the scenes. I suspect that users will begin to find it loading faster as time goes by, and will assume it's due to the firmware update. At any rate, this new update has supposedly improved video streaming performance for those who have had issues, but I can't corroborate that since I haven't had any myself.&lt;br /&gt;
&lt;br /&gt;
Complaint #1: Rooting&lt;br /&gt;
&lt;br /&gt;
The new update comes with one drawback for some users, which is that it undoes previous hacks that allow access to the Fire's inner workings, and prevents some of those hacks from being reintroduced. To me this is a completely bogus complaint, firstly because it only applies to a tiny fraction of Kindle Fire users, and secondly those users are trying to make the device into something it is not, and has never been intended to be. Amazon is selling a product with a given spec, openly divulging what the device contains and how it is intended to be used before you buy it. It is certainly the owner's right to modify a product they have purchased, but to expect the manufacturer to support those actions is ridiculous. If you want to remove the airbags from your car and turn it into a rally racer that's your business, but it voids the warranty and expunges the company of any responsibility for what occurs thereafter. If you want to root around in your device, then complain that Amazon's updates undermine your efforts to do so, then turn off your Wi-Fi and have at it; but you'll have to do so at the expense of all the other features that it offers, like Whispersync and Cloud storage, because Amazon only offers those under certain terms, and they say so right up front. It's the height of folly to think that Amazon's software engineers are going to work their updates around user hacks.&lt;br /&gt;
&lt;br /&gt;
Kindle App Updates&lt;br /&gt;
&lt;br /&gt;
Amazon also rolled out updates to the Kindle app for iOS this week, which includes Kindle Cloud access and Send-To-Kindle email function, support for the Kindle Fire's line of 400+ periodicals, as well as support for PDF and Kindle Print Replicas, which is Amazon's own PDF format, used primarily for textbooks with complex layouts. Unlike standard PDFs on Kindle devices, KPR allows you to annotate and highlight text just like any other Kindle book, as well as allowing them to be shared. All PDFs now have support for Table of Contents and Thumbnail browsing, as well as vastly improved page turn and render speed. Finally, a few new tabs in the main library screen allow you to isolate your personal Documents, Newsstand, or eBooks, as well as showing All Items as before.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-9028408029475639872?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=hFf_-0u3GbY:6Mayb8MFdqE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-24T13:29:30.239-07:00</app:edited><media:thumbnail url="http://3.bp.blogspot.com/-Ik3b4L7FeZA/TvY2Btz8PGI/AAAAAAAABa4/Msjjd4gkJyw/s72-c/kindle-fire-on-fire1-300x255.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2011/12/kindle-updates.html</feedburner:origLink></item><item><title>October Sales Figures Are In</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/gKh7-Q9XOCI/october-sales-figures-are-in.html</link><category>Book Sales</category><category>eBook Sales</category><category>Publishing News</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Fri, 23 Dec 2011 16:16:02 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-7736949719594222774</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-LkG94cY_zjg/TvUCnf1AqzI/AAAAAAAABaU/9-W6iULcrqE/s1600/aap-october.jpg" imageanchor="1" style="clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-LkG94cY_zjg/TvUCnf1AqzI/AAAAAAAABaU/9-W6iULcrqE/s1600/aap-october.jpg" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;January-October Book Sales 2010 vs. 2011 [Credit: AAP via GalleyCat]&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;The &lt;a href="http://www.publishers.org/"&gt;AAP&lt;/a&gt; has just released updated sales figures for the publishing trade through October, which shows a continuing trend toward digital. While overall revenue is down slightly for the year (-4.5%), ebooks once again gave the strongest showing with an&amp;nbsp;increase of 131% over the same period last year, while all print sectors were down (religious titles are not broken out between print and digital, so the ratio here is unknown). Digital audio downloads also posted a gain of 28.8%, while their equivalent physical editions fell by 10.6%.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;&lt;br /&gt;
For October alone, ebooks actually lost a bit of traction, showing only a "modest" +81.2% gain, their worst month this year, and the first drop below a 100% gain. For the record, here are the monthly gains for ebooks so far this year:
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;January: +115.8&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;February: +202.3&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;March: +145.7&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;April: +157.5&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;May: +146.9&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;June: +167&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;July: +105.3&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;August: +116.5&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;September: +100.9&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;October: +81.2&lt;/span&gt;&lt;/li&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/ul&gt;
&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;However, while digital continues to climb, it should be remembered that it still makes up a fraction of the overall book market, with all sectors still including in the single ebook figure while print is divided out among its several categories. The chart below gives a bigger picture of the current situation, showing ebook sales gaining rapidly, but as yet accounting for barely 20% of total sales. Still, it's the only one that's going up, and that's not likely to change for at least a few more years.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;
&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-97xMelKGUAg/TvUVhT4xH0I/AAAAAAAABag/eV5ZtaA3cZU/s1600/New+Stats+E-Book+Revs+Up+131%2525+YTD%252C+But+Overall+Trade+Sales+Decline++paidConten_2011-12-23_16-02-39.png" imageanchor="1" style="clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-97xMelKGUAg/TvUVhT4xH0I/AAAAAAAABag/eV5ZtaA3cZU/s1600/New+Stats+E-Book+Revs+Up+131%2525+YTD%252C+But+Overall+Trade+Sales+Decline++paidConten_2011-12-23_16-02-39.png" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;Total Sales Volume YTD 2010 vs. 2011 [Credit: &lt;a href="http://paidcontent.org/article/419-new-stats-e-book-revs-up-153-over-last-year-digital-audio-growing-/"&gt;paidContent.org&lt;/a&gt;]&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-7736949719594222774?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=gKh7-Q9XOCI:wsbxZNNCFIw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-23T17:16:02.842-07:00</app:edited><media:thumbnail url="http://3.bp.blogspot.com/-LkG94cY_zjg/TvUCnf1AqzI/AAAAAAAABaU/9-W6iULcrqE/s72-c/aap-october.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2011/12/october-sales-figures-are-in.html</feedburner:origLink></item><item><title>Charlie Brown Christmas Free eBook App</title><link>http://feedproxy.google.com/~r/TheAdventuresOfAnIndependentAuthor/~3/kh_n1M6W2eU/charlie-brown-christmas-free-ebook-app.html</link><category>Enhanced</category><category>Kindle</category><category>eBooks</category><author>noreply@blogger.com (R. Scot Johns)</author><pubDate>Fri, 23 Dec 2011 09:33:10 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6053828621392410142.post-7118080994325753410</guid><description>&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://www.amazon.com/Loud-Crow-Interactive-Inc-Christmas/dp/B00696GNC8/ref=/ref=cm_cd_t_pb_i" imageanchor="1" style="clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-ckgHe7hH7rM/TvS0uR3zrII/AAAAAAAABZw/5sTjA-mN_xQ/s1600/81GYw4EqRjL._SL500_AA300_.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Click to get the app!&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Today's free app for the Kindle Fire is a really fun and festive interactive ebook app that recreates the classic animated short as a digital pop-up book. The story is narrated by Peter Robbins, the voice of the original Charlie Brown character, with additional dialogue from the original TV feature. The digitally remastered illustrations appear as beautifully rendered pop-up cutouts, all of which can be interacted with in various ways to enhance the story, triggering character-specific dialogue and actions such as opening a mailbox or throwing down a megaphone.&lt;br /&gt;
&lt;br /&gt;
Other features include a paint can that lets you finger paint on the screen, a lesson that teaches you to play Jingle Bells on Schroeder's piano, and a game in which you decorate a Christmas tree. Snowflakes can be caught and stars sent shooting across the sky with musical accompaniment. The final choral singalong allows you to add additional vocal notes by tapping each character, causing them to join in with the carol. Along the way there are twelve special ornaments to collect which are hidden among the scenes, with one being "unlocked" each day in a countdown to Christmas; collecting all of them rewards you with a "spectacular prize" at the end, and since there are only two days left till Christmas, all but one of the ornaments can now be found. We'll have to wait until tomorrow to find the last of them and discover what surprise is revealed.&lt;br /&gt;
&lt;br /&gt;
The ebook app was created by Loud Crow, the makers of the award-winning PopOut! Tale of Peter Rabbit. Both for kids and kids-at-heart this richly illustrated storybook is sure to bring much joy and kindle inner warmth this Christmas season.&lt;div class="blogger-post-footer"&gt;&lt;iframe src="http://rcm.amazon.com/e/cm?t=fantcastbook-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0982153805&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6053828621392410142-7118080994325753410?l=authoradventures.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?a=kh_n1M6W2eU:kfLraO-o5hQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheAdventuresOfAnIndependentAuthor?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-23T10:33:10.195-07:00</app:edited><media:thumbnail url="http://3.bp.blogspot.com/-ckgHe7hH7rM/TvS0uR3zrII/AAAAAAAABZw/5sTjA-mN_xQ/s72-c/81GYw4EqRjL._SL500_AA300_.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://authoradventures.blogspot.com/2011/12/charlie-brown-christmas-free-ebook-app.html</feedburner:origLink></item><copyright>Copyright 2008 - All Rights Reserved</copyright><media:credit role="author">R. Scot Johns</media:credit><media:rating>nonadult</media:rating><media:description type="plain">or, Self-Publishing as a Means &amp; Not an End</media:description></channel></rss>

