For my technical book, I was getting frustrated with the page breaks interrupting the code sections in weird places. There's a bit of a hack you can do to create a continuous single-page PDF if you're generating your book from html/css: @page { size: 216mm 17600mm; } That tells the PDF printer to make the page 8.5 inches wide and really really long. It's dirty, but it works! Derek Sivers said this about it when I sen…
I hadn't ever thought about a continuous PDF, that's a good idea, and should be a snap with Docverter. Looks like a good book, good luck on your launch!
Adventures in Self Publishing
51–58 of 58 posts
Re: Adventures in Self Publishing
#52Re: Adventures in Self Publishing
#53Earlier quoted context omitted.
Would you mind telling us how long it took you to write? The impression I get is that people routinely underestimate how long good writing takes by orders of magnitude. Thanks again for publishing this.
Having written a Ruby book I would definitely agree, even though my book was very modest in size it took an order of magnitude more work than I had expected. Coming up with code examples, editing, creating a book cover, not to mention how grueling it can be to write especially after a long day of coding.
Re: Adventures in Self Publishing
#54For my technical book, I was getting frustrated with the page breaks interrupting the code sections in weird places. There's a bit of a hack you can do to create a continuous single-page PDF if you're generating your book from html/css: @page { size: 216mm 17600mm; } That tells the PDF printer to make the page 8.5 inches wide and really really long. It's dirty, but it works! Derek Sivers said this about it when I sen…
Re: Adventures in Self Publishing
#55Earlier quoted context omitted.
Sort of. I've done affiliate stuff before but I don't like the vibe it gives off. Selling the products directly in a more publisher-esque way feels more honest, although I'm not entirely sure why.
I think "affiliates" may have a bad vibe, but you could message it in a way that wouldn't. I know Gumroad is coming out with some functionality along those lines and they call it "tastemakers" or something similar. I bet you could significantly increase your revenue by working directly with authors—though if you try to republish their books it would be more work for them. Just work with one author a month, whose book…
Re: Adventures in Self Publishing
#56Earlier quoted context omitted.
Having written a Ruby book I would definitely agree, even though my book was very modest in size it took an order of magnitude more work than I had expected. Coming up with code examples, editing, creating a book cover, not to mention how grueling it can be to write especially after a long day of coding.
All that and not even a single link to it? Where's the shameless self-promotion slash example?
Re: Adventures in Self Publishing
#57I keep churning a couple of book ideas over in my head, and probably should put them out for testing, to see which one would work in practice. One about physics in the "Learn X the Hard Way" style, one about Facebook page/group management since that's what I was doing with a bunch of side projects, but it's a very quicksand topic. https://leanpub.com/u/imrehg
In the meantime, trying to help a friend to turn his paper-book into ebook, which comes with its own can of worms. How to Start a Business in Taiwan https://leanpub.com/startabusinessintaiwan
Re: Adventures in Self Publishing
#58Earlier quoted context omitted.
Having written a Ruby book I would definitely agree, even though my book was very modest in size it took an order of magnitude more work than I had expected. Coming up with code examples, editing, creating a book cover, not to mention how grueling it can be to write especially after a long day of coding.
All that and not even a single link to it? Where's the shameless self-promotion slash example?