making robust Bridging the Gap Between Standards and the - - PowerPoint PPT Presentation

making robust
SMART_READER_LITE
LIVE PREVIEW

making robust Bridging the Gap Between Standards and the - - PowerPoint PPT Presentation

making robust Bridging the Gap Between Standards and the Marketplace digital books Dave Cramer Phil Madans Hachette Book Group Monday, February 11, 13 first Case Study: L.A. Noire Monday, February 11, 13 ADE (and intended design)


slide-1
SLIDE 1

making robust digital books

Bridging the Gap Between Standards and the Marketplace

Dave Cramer Phil Madans Hachette Book Group

Monday, February 11, 13
slide-2
SLIDE 2

first

Case Study: L.A. Noire

Monday, February 11, 13
slide-3
SLIDE 3

ADE (and intended design)

Monday, February 11, 13
slide-4
SLIDE 4

iBooks

Monday, February 11, 13
slide-5
SLIDE 5

Simon says font-family: monospace;

<?xml version="1.0" encoding="UTF-8"?> <display_options> <platform name="*"> <option name="specified-fonts">true</

  • ption>

</platform> </display_options>

Monday, February 11, 13
slide-6
SLIDE 6

That’s Better.

Monday, February 11, 13
slide-7
SLIDE 7 Monday, February 11, 13
slide-8
SLIDE 8

“excuse me, can you tell me what reading system you are?”

second

Monday, February 11, 13
slide-9
SLIDE 9

Browser Detection

Mozilla/5.0 (iPad; U; CPU OS 3_2_1 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Mobile/7B405

Monday, February 11, 13
slide-10
SLIDE 10

Media Queries

@media not amzn-mobi { .exclamation { content: "hooray!"; } } @media amzn-mobi { .exclamation { content: "fiddlesticks!"; } }

Monday, February 11, 13
slide-11
SLIDE 11

@Supports

@supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) { section { display: -webkit-flex; display: -moz-flex; display: flex; … } }

Monday, February 11, 13
slide-12
SLIDE 12

A designer knows she has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.

third

Monday, February 11, 13
slide-13
SLIDE 13

in theory, there’s no difference between theory and practice, but in practice there is.

fourth

Monday, February 11, 13
slide-14
SLIDE 14

epubpreflight

Could we combine information from the BISG EPUB3 support grid with profiling of a given title, to see what features it uses, and which reading systems support those features?

Monday, February 11, 13
slide-15
SLIDE 15 Monday, February 11, 13
slide-16
SLIDE 16

the end

Acknowledgments: Lawrence Peter Berra Antoine de St. Exupéry Baldur Bjarnason

Monday, February 11, 13