KF8 and iBooks Author: Up and Running Adam Witwer Sanders - - PowerPoint PPT Presentation

kf8 and ibooks author up and running
SMART_READER_LITE
LIVE PREVIEW

KF8 and iBooks Author: Up and Running Adam Witwer Sanders - - PowerPoint PPT Presentation

KF8 and iBooks Author: Up and Running Adam Witwer Sanders Kleinfeld Five Key Facts About KF8 KF8 stands for Kindle Format 8, and is the latest version of the Mobi format for Kindle devices. KF8 adds increased design capabilities


slide-1
SLIDE 1

KF8 and iBooks Author: Up and Running

Adam Witwer Sanders Kleinfeld

slide-2
SLIDE 2

Five Key Facts About KF8

  • KF8 stands for “Kindle Format 8”, and is the latest

version of the Mobi format for Kindle devices.

  • KF8 adds increased design capabilities for complex

content, and brings Mobi closer to EPUB. KF8 does not support audio/video.

  • KF8 is supported natively only on Kindle Fire.
  • But KF8 is backward-compatible with all other Kindle

devices.

  • KF8 enables distinct book design for Kindle Fire and

Kindle eInk/App via @media queries.

slide-3
SLIDE 3

Fixed Layout of Content

slide-4
SLIDE 4

“Pop-up” text…

slide-5
SLIDE 5

…and “pop-up” panels

slide-6
SLIDE 6

@media queries

With Kindlegen 2.3, you can use @media queries to earmark CSS specifically for KF8-enabled devices (Kindle Fire) or classic Mobi devices (Kindle eInk, Kindle for iOS)

@media amzn-mobi { h1 { font-size 20pt; text-indent: 0; margin-top: 0; margin-bottom: 10px; } }

@media amzn-kf8

{ h1 { font-size: 1.5em; font-weight: bold; font-family: "Free Sans Bold", sans-serif; margin-top: 20px !important; } }

slide-7
SLIDE 7

@media queries

Kindle eInk Kindle Fire

slide-8
SLIDE 8

WHEN GOOD MEDIA QUERIES GO BAD

slide-9
SLIDE 9
slide-10
SLIDE 10
slide-11
SLIDE 11

O’REILLY’S KF8 WORKFLOW

slide-12
SLIDE 12

Five Key Facts About iBooks Author

  • iBooks Author files can be read only on iBooks 2.0

for iPad.

  • There is no better tool for creating ebooks that are

digital first, use dynamic page designs, and are truly interactive.

  • You cannot export a print-ready PDF or any

standard ebook formats.

  • You must enter into an agreement with Apple.
  • You will only be able to sell your book in the

iBookstore.

slide-13
SLIDE 13

EULA

Apple Unmasks the Death Star: iBooks Author

  • - ExtremeTech

Apple’s Mind-Bogglingly Greedy and Evil License Agreement --ZDNet The Dark Side of Apple’s Digital Texbook Utopia

  • - Washington Post

iBooks Author: You Work for Apple Now

  • - PC Magazine
slide-14
SLIDE 14

!!!

“If you want to charge a fee for a work that includes files in the .ibooks format generated using iBooks Author, you may only sell or distribute such work through Apple, and such distribution will be subject to a separate agreement with Apple. This restriction does not apply to the content of such works when distributed in a form that does not include files in the .ibooks format.”

slide-15
SLIDE 15

A SHORT TOUR

slide-16
SLIDE 16

LANDSCAPE

slide-17
SLIDE 17

PORTRAIT

slide-18
SLIDE 18

iBooks Author Workflow

slide-19
SLIDE 19

iBooks Author Workflow: What’s Missing?