• Complain

David Deley - Advanced Kindle Formatting: With Easy HTML

Here you can read online David Deley - Advanced Kindle Formatting: With Easy HTML full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2013, publisher: David W. Deley, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Advanced Kindle Formatting: With Easy HTML
  • Author:
  • Publisher:
    David W. Deley
  • Genre:
  • Year:
    2013
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Advanced Kindle Formatting: With Easy HTML: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Advanced Kindle Formatting: With Easy HTML" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

HTML is the language e-books are written in. Any file you send to Amazon Kindle Direct Publishing, no matter what the format, eventually gets converted to HTML at some point. Thus, to have complete control over the formatting of your book, HTML is the language to use.HTML is easy and simple if you do it yourself. This book has many examples, starting with the simplest book that just says, Hello world! It gives examples showing how to make spans of text italic, bold, underlined, strikethrough, how to make text large or small, select a monospace font, designate paragraphs, add a chapter title, make the title large, and center the title.Well build up our repertoire of concepts and skills, one step at a time, as we slowly and gently grow our book. We will finish with a book in the Open Publication Format (OPF), which is the input format for Amazons KindleGen program. We also cover the NCX navigation file that allows the user to easily navigate your book.We will format our text so that it looks nice on all Kindles, both the older black and white Kindles, and the newer color Kindles. Then, after weve finished formatting our book for Kindle, well be in a position where with just a few modifications we can convert our book to the EPUB format and publish it for the Barnes & Noble Nook e-reader and other non-Kindle e-readers which use the EPUB format.This book includes a very comprehensive and in-depth examination of the Kindle file format, including a complete byte by byte internal examination of a sample Kindle file (chapter 20).This book is for people who have at least a modicum of technical ability, and are bright enough to understand something once its clearly and correctly explained. You dont have to know HTML, and you dont have to be a computer programmer. If you know the basics of using a computer, and just need someone to clear up all this confusion and explain, in a simple and easy to understand way, how to properly format your Kindle book and get it ready for publishing, then this is the book for you.

David Deley: author's other books


Who wrote Advanced Kindle Formatting: With Easy HTML? Find out the surname, the name of the author of the book and a list of all author's works by series.

Advanced Kindle Formatting: With Easy HTML — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Advanced Kindle Formatting: With Easy HTML" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Advanced
Kindle
Formatting

by
David W. Deley

Second Edition: September 2013
DEDICATION To my father who always believed in me and made this possible - photo 1
DEDICATION

To my father, who always believed in me, and made this possible.

CONTENTS
  • (Kindle Keyboard)
  • (Kindle Touch)

Paragraph Tag

Tag
  • Tag to Span an Area Larger Than a Paragraph in an e-book
  • e.g. Picture 2
    • Picture 3
    • Picture 4
  • Picture 5


  • Italics
  • Bold
  • Underline
  • Strikethrough
  • Centering Text
  • Font Size
CONTENTS AT A GLANCE

Paragraph Tag

Tag


Advanced Kindle Formatting With Easy HTML - image 6
SECTION I:
PRELIMINARIES
* * *
Advanced Kindle Formatting With Easy HTML - image 7
CHAPTER 1
Introduction
Youre an author and you wish to publish your book on AmazonsKindle Direct - photo 8

Youre an author and you wish to publish your book on AmazonsKindle Direct Publishing (KDP) website. All you need to do is convert yourbook to Amazons Kindle file format and tailor it so it looks right on theKindle.

And theres the rub. Amazons Kindle file format is largelyundocumented. Plus the documentation available from Amazon isnt alwayscorrectsometimes its just complete nonsense.

Amazons Erroneous Documentation

For example, Amazons list of Kindle Supported HTMLTags includes tags which dont work on many Kindles, giving new meaning to the wordsupported.

Heres another example. Amazons Kindle Direct Publishing website claims, in twodifferent places, that:

Amazon Kindle Direct Publishing supports text in the'Latin-1' (ISO-8859-1) format and all characters in that character set. Theonly characters from that set not currently supported are: spades, clubs,hearts, up-arrow, down-arrow, alpha, beta, gamma.

The problems with this statement are:

  1. The 'Latin-1' character set referred to doesnt have characters forspades, clubs, hearts, up-arrow, down-arrow, alpha, beta, or gamma.
  2. Every Kindle, all the way back to the very first generation Kindle, candisplay those characters. Here, have a look:
    { }
  3. Kindle doesnt support the 'Latin-1' character set. Instead Kindle supportsa close relative known as CP-1252 (also known as Windows-1252 or WinLatin).

Actually, Kindle supports two different character sets:

  1. CP-1252 (also known as Windows-1252 or WinLatin)
  2. UTF-8

Which character set the Kindle uses is determined by the 2-byte Text Encodingfield in the MOBI header of the *.mobi or *.azw file. The two options are:

  1. 04E4 (Decimal 1252) = CP-1252
  2. FDE9 (Decimal 65001) = UTF-8

Kindlegen by default creates *.mobi files using the UTF-8 character set.There is a switch option, "-western", which can be added to the command lineto force build of Windows-1252 book. However, the switch doesnt work! Even if the "-western"switch is specified, and KindleGen acknowledges that it sees the "-western"switch, when you look inside the resulting .mobi file that KindleGen createsyoull see that KindleGen still sets the Text Encodingfield of the MOBI header to UTF-8 and uses UTF-8 encoding internally. Thisstarted with KindleGen version 2.3. The earlier KindleGen version 1.2 didcreate a CP-1252 encoded book if the "-western" option was specified.Ive no idea why they decided to quietly abandon CP-1252 and forceUTF-8, but thats how it is for now.

So, where does this leave the befuddled author or publisher who justwants to format their book for the Kindle e-reader? Rather confused Id say.Thats why I wrote this bookto clear up all this confusionand explain, in a simple and easy to understand way, for people who are notnecessarily experts but who are technically savvy enough to understandsomething once its clearly and correctly explained, how to properlyformat your kindle e-book and get it ready for publishing.

Kindle Bugs Advanced Kindle Formatting With Easy HTML - image 9

In addition to Amazons erroneous documentation, the Kindle e-reader has afew bugs in it. Now a programmer such as myself will never admit to there beingbugs in one of our programs. We just rename themfeatures, at least until they get fixed, at which point werename them enhancements. But in all honesty theyrejust outright bugs, and Kindles have their share of bugs which make evencorrectly formatted text display incorrectly.

Reality is what it is. A program does what it does, and if itdoesnt do what you expected it to do then theres bound to besome disappointment. I will point out the various Kindle bugs and explain how to avoidthem.

Problems Authors and Publishers are Having

Big companies and individuals alike are having problems formattingtheir e-books. Heres a typical example of the types of problems authorsand publishers are experiencing:

An author writes his book using Microsoft Word.The book looks OK in Kindle Previewer. He publishes his book, only todiscover to his horror that in the preview of his book on Amazonswebsite, the preview text switched to bold face half way through the preview,and stayed bold for the rest of the preview. Inexplicable.

This problem was caused by the way Amazon strips out the first10% of your book for its preview, combined with the way Microsoft Wordcreates huge ugly code bloat that wasnt designed to have the first 10% ofit stripped off. Bizarre problems like this can pop up if you allow programsto format your book.

Even big publishing companies are having trouble getting their books todisplay correctly. For example, a book from a major publishing company, originallypublished in hardback, and later published in paperback, was also madeavailable in Amazons Kindle format. The Kindle version of the book had a curious tendency tosomewhat randomly change the displayed text size. I would adjust the displaytext size to a size I liked, then later Id notice the text size hadchanged. Id readjust the display text size back to the size I liked,only to later notice the text size had changed once again. This became a bitannoying after awhile. I also noticed if I followed a hyperlink to a footnotereference, and then returned to the main text, sometimes, but not always, thetext size was different.

I had a look at the books free sample (the free samples Amazonprovides are not DRM protected) and discovered the problem was the result ofthe publisher spanning each chapter of the book with a font sizespecification. Not only should you never specify a default font size for anentire chapter, you should never span any section of text longer thana few pages. Stick with formatting at the paragraph level to avoid theseseemingly mysterious problems. Ill explain why later on whenhave a look under the hood of the Kindle e-reader. (See

tagfor a complete explanation.)

So even the big companies dont always know how to formattheir e-books properly, which is unfortunate, because properly formattinga book for Amazons Kindle e-reader is easy, once you understand thesimple concepts behind HTML.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Advanced Kindle Formatting: With Easy HTML»

Look at similar books to Advanced Kindle Formatting: With Easy HTML. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Advanced Kindle Formatting: With Easy HTML»

Discussion, reviews of the book Advanced Kindle Formatting: With Easy HTML and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.