| 
 | |||||||
| View Poll Results: How important are page numbers in Kindle Books? | |||
| Very important - I tend to avoid those books and forget the author |      | 16 | 8.56% | 
| Nice to have - I use them if they are there |      | 57 | 30.48% | 
| Not important at all - get over yourself. |      | 114 | 60.96% | 
| Voters: 187. You may not vote on this poll | |||
|  | 
|  | Thread Tools | Search this Thread | 
|  04-05-2016, 05:27 PM | #181 | 
| Resident Curmudgeon            Posts: 80,746 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  04-05-2016, 05:59 PM | #182 | 
| Loving life            Posts: 1,431 Karma: 7991496 Join Date: Mar 2009 Location: Hot Springs Village, Arkansas Device: PaperWhite 6 SE, Fire HD8 | 
			
			The way I read my books page numbers mean nothing to me. I set down and read a complete chapter, then I decide if I have time to read another chapter. I stop only at the end of chapters I turn to the first page of the next chapter and either read the next chapter or close the book for the time being. I also do not bookmark or make notes. I am reading for pleasure to lower stress, so I do not stress over page numbers.
		 | 
|   |   | 
|  04-05-2016, 06:07 PM | #183 | |
| Ex-Helpdesk Junkie            Posts: 19,421 Karma: 85400180 Join Date: Nov 2012 Location: The Beaten Path, USA, Roundworld, This Side of Infinity Device: Kindle Touch fw5.3.7 (Wifi only) | Quote: 
 Or the simple fact that most people associate books with the words in them, not the specific file that contains them. | |
|   |   | 
|  04-05-2016, 06:42 PM | #184 | 
| Grand Sorcerer            Posts: 7,452 Karma: 7185064 Join Date: Oct 2007 Location: Linköpng, Sweden Device: Kindle Voyage, Nexus 5, Kindle PW | 
			
			Yes.  And if you find something really useful why discus it on forums. It is the bad things that get discussed mostly.
		 | 
|   |   | 
|  04-05-2016, 06:45 PM | #185 | |
| Grand Sorcerer            Posts: 7,452 Karma: 7185064 Join Date: Oct 2007 Location: Linköpng, Sweden Device: Kindle Voyage, Nexus 5, Kindle PW | Quote: 
 | |
|   |   | 
|  04-05-2016, 07:42 PM | #186 | 
| Bookaholic            Posts: 14,391 Karma: 54969924 Join Date: Oct 2007 Location: Minnesota Device: iPad Mini 4, AuraHD, iPhone XR + | |
|   |   | 
|  04-05-2016, 08:36 PM | #187 | |||||
| Wizard            Posts: 2,306 Karma: 13057279 Join Date: Jul 2012 Device: Kobo Forma, Nook | Quote: 
 Then after I post, there is always a period of "oh crap, I could have said that better" or "oh crap, I forgot to discuss this little thing", so I reread/reedit the post for about an hour (if you take a look at the times, you can see I posted that last one at 06:37AM and didn't finish editing it until 08:14AM  ). I don't mind spending much time on these larger, more informative posts, because I find they are helpful... and if it doesn't help anyone else, I can always just reference it for myself in the future.  Quote: 
 I used to post detailed debates on an old forum, and their server used to go down quite often (and it would eat your posts), so I got in the habit of keeping a copy saved for a few days just in case. And back then I used to write baby-sized posts.  Quote: 
 In AZARDI, the page numbers could appear in the book along these lines (according to user preferences): http://www.infogridpacific.com/blog/...ak2_online.png http://www.infogridpacific.com/blog/...ak3_online.png or potentially you can view page numbers in an alternate format like this: http://www.infogridpacific.com/blog/...nav_online.png It is up to the device/reader software to support this type of stuff (and then the people creating the files to insert the code... which we covered, is a giant pain in the ass to do). And you have to think of the really hard edge cases. One that comes to mind is footnotes in the physical book that reflow over multiple pages. There is no good way to mark this up properly in an ebook. In the ebook you may know that "Footnote 10 began on page 324", but you would have no clue that in the physical (hardcover) of the book, the footnote also travelled across the bottom of pages 325-326. Or another one might be Newspaper or Magazine material where they may have multiple articles on a single page, and then the article splits and says "(Continued on Page A3)". It would be absolute MADNESS trying to force those spaghetti nest of page numbers onto the ebook. Quote: 
 Let me add one more potential case of the actual backend code of the book changing: A lot of the ebooks that I work on is cleaning up crappily converted EPUBs. I will go through and fix OCR errors, correct footnotes, change hideous JPGs of Greek letters to actual Unicode Greek characters, digitize formulas, change images of Tables -> HTML versions, clean the code itself in the backend, [...]. Then we (as publishers) rerelease an updated "version 2.0" of the ebook. Depending on how extensive the code fixes are, you can imagine that this could drastically change the size of the HTML files (and would throw off the Byte Method page numbering). As a real life example, back in 2013 I worked on The Great Austrian Economists by Randall Holcolmbe (Before/After pictures + some discussion posted here): https://www.mobileread.com/forums/sho...06#post2672206 Here is a single set of example images if you are too lazy to click on the link: Original PDF Scan: https://www.mobileread.com/forums/att...0&d=1383241259 Old EPUB: https://www.mobileread.com/forums/att...1&d=1383241259 New EPUB: https://www.mobileread.com/forums/att...5&d=1383241264 I just took a look at one of the largest EPUB redo projects I ever handled, and the ADE "pages" went from 3627 "pages" (Before) -> 3614 "pages" (After), just from the sheer amount of code cleanup + corrections. I also ran it through KindleGen and it went from 73190 "locations" (Before) -> 71266 "locations" (After). I also tested the first version of A Dance With Dragons that I purchased from B&N, and it was 1100 ADE "pages", the later version was 1101 ADE "pages". Most of what changed was minor typo corrections + different code for lists (went from <li> to using <div>). You can probably extrapolate the hideous InDesign/Quark code cleanup (I don't feel like hunting down one of those books right now), but you can see from my Example #1-#3 above how the Kindle "locations" could easily be thrown off (and ADE's algorithm too, although not as wildly). In the future, maybe a lot of other ebooks will be changing images of formulas to MathML... that is also going to throw off the Byte Method of page numbers. Quote: 
   Last edited by Tex2002ans; 04-05-2016 at 10:13 PM. | |||||
|   |   | 
|  04-05-2016, 08:46 PM | #188 | |
| Just a Yellow Smiley.            Posts: 19,161 Karma: 83862859 Join Date: Jul 2015 Location: Texas Device: K4, K5,  fire, kobo, galaxy | Quote: 
 4 page index. Note 47 is the total page count. | |
|   |   | 
|  04-05-2016, 10:27 PM | #189 | |
| Wizard            Posts: 2,306 Karma: 13057279 Join Date: Jul 2012 Device: Kobo Forma, Nook | Quote: 
 Contact me via PM if you are interested.  I charge per word, and then it depends on the complexity of the work (formulas, images, tables, double-columns, [...]). | |
|   |   | 
|  04-05-2016, 10:28 PM | #190 | 
| Ex-Helpdesk Junkie            Posts: 19,421 Karma: 85400180 Join Date: Nov 2012 Location: The Beaten Path, USA, Roundworld, This Side of Infinity Device: Kindle Touch fw5.3.7 (Wifi only) | |
|   |   | 
|  04-06-2016, 03:10 AM | #191 | 
| Award-Winning Participant            Posts: 7,402 Karma: 69116640 Join Date: Feb 2010 Location: NJ, USA Device: Kindle | 
			
			Cinisajoy, did you buy stock in this thread or something?  Do you make more money the longer it gets?  Is that why you quote each massive post in full to make a one line reply?
		 | 
|   |   | 
|  04-06-2016, 11:37 AM | #192 | 
| Just a Yellow Smiley.            Posts: 19,161 Karma: 83862859 Join Date: Jul 2015 Location: Texas Device: K4, K5,  fire, kobo, galaxy | |
|   |   | 
|  04-06-2016, 11:49 AM | #193 | 
| Award-Winning Participant            Posts: 7,402 Karma: 69116640 Join Date: Feb 2010 Location: NJ, USA Device: Kindle | |
|   |   | 
|  04-06-2016, 11:56 AM | #194 | 
| Just a Yellow Smiley.            Posts: 19,161 Karma: 83862859 Join Date: Jul 2015 Location: Texas Device: K4, K5,  fire, kobo, galaxy | |
|   |   | 
|  04-06-2016, 12:38 PM | #195 | 
| Award-Winning Participant            Posts: 7,402 Karma: 69116640 Join Date: Feb 2010 Location: NJ, USA Device: Kindle | |
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Page numbers gone in AZW3 books | Katsunami | Calibre | 1 | 09-03-2013 11:25 AM | 
| Kindle (AZW3/MOBI) ebooks with "real page numbers" to PDF with same page numbers? | abvgd | Conversion | 2 | 05-24-2013 01:24 PM | 
| Adding Page Numbers to books on Kindle? | jimwoods | Calibre | 1 | 02-17-2013 04:06 AM | 
| Glo Page Numbers on Side-loaded books | Davidsc | Kobo Reader | 8 | 02-09-2013 07:00 PM | 
| page numbers in ALL kindle books? | oecherprinte | Amazon Kindle | 8 | 09-30-2011 11:23 AM |