Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Building a Book

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42858
    Infaustment
    Member

    Oh boy. So first the explanation. I’m trying to make a fullscreen (or fauxscreen) book with a page turning effect. On each page it initially prints the page title and the first line of text. Clicking an area in the page will then reveal/print the next section of text. This proceeds until all text on the page is displayed. You can then go to the next page if you want. The background of the pages will be a custom image. On the left is a sidebar that will slide out when hovered over. In the sidebar are links to the separate pages. The sidebar will also have a custom background.

    I’m pretty sure I’ve figured out how to do this across jquery, css, etc. However…It’s…alot. Before I jump in to this and spend an untold amount time coding/troubleshooting…I wanted to know if there was an easier way to do this in another program. I was thinking that maybe Flash would let me do something similar.

    #125312
    chrisburton
    Participant

    I don’t think reverting back to old technology will be beneficial to you.

    From what you’ve described, it doesn’t sound like you’d have that much trouble doing this. What about using Ajax to load in the next page of text and maybe using some sort of jQuery to flip the page (like this – use arrow keys or drag the corner)?

    #125314
    tomrogers123
    Member

    What you are describing is spookily similar to the feature-set of [FlippingBook](http://flippingbook.com/ “”). The only 2 major downsides are the a) the service costs money and b) it does use Flash. However, depending on your point of view, these compromises may be acceptable given that (as you eluded) it would be really challenging to hand-craft a solution to the level of quality that they have.

    #125318
    chrisburton
    Participant

    @tomrogers123 What about turn.js which I mentioned above? If he doesn’t need support for IE7 and below, I’d go with that. Plus, the commercial license is considerably less compared to FlippingBook.

    #125343
    Infaustment
    Member

    Much appreciated for the replies, guys. I think I’m gonna end up going with turn.js or something like it, and just go through as many languages as need be.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Other’ is closed to new topics and replies.