Deck.js: A JavaScript library for building modern HTML presentations.
41–50 of 63 posts
Re: Deck.js: A JavaScript library for building modern HTML presentations.
#42Earlier quoted context omitted.
Yes, I also find this the major thing holding me back from HTML presentations. I wrote a HTML presentation for a conference and didn't realise this was a problem until I came to present it, and found out there doesn't seem to be any way to cleanly enlarge / shrink HTML. EDIT: After a very quick reply to a bug report, I decided to try zoom in/out in Chrome. For anyone else who hasn't tried this in a very long time, th…
That's good and I'll definitely try Chrome. But, wouldn't it be great if the library/framework just took care of that? In fact, one of the frameworks -- Shining -- referred from the other post has a JavaScript plug-in that seems to do the resizing for different resolutions (although it's implemented in the ugliest way possible, IMO).
Re: Deck.js: A JavaScript library for building modern HTML presentations.
#43This isn't the first such library and I doubt it's the last. Until any authoring tool can export to this format these libraries are always going to be curiosities.
Re: Deck.js: A JavaScript library for building modern HTML presentations.
#44Has anyone investigated something like this to publish eBooks on the web? It looks this could make reading an eBook easy on the web. What are your thoughts?
Re: Deck.js: A JavaScript library for building modern HTML presentations.
#45I like the idea behind this and other projects like it, but I have one main issue with it/them: It isn't trivial to share presentations, which is something that most people will want to do. Sadly the fact that you can build a presentation in HTML (and that people can look at it online) doesn't outweigh sharing a PDF. Don't get me wrong, I'm all for lighter more flexible solutions (which html is), but the market as a…
Note these presentations were made with a different html slide deck utility, but I think that it should be easy to do the same thing with deck.js.
http://bit.ly/mozilla-metrics-mango-brownbag http://bit.ly/mozilla-metrics-bbuzz
Re: Deck.js: A JavaScript library for building modern HTML presentations.
#46Re: Deck.js: A JavaScript library for building modern HTML presentations.
#47What are the docs created in? http://imakewebthings.github.com/deck.js/docs/ Beautiful.. would love to do something similar.
By hand, not generated. But feel free to steal.
For instance, clicking anywhere on the scroll wheel causes the fragments to cycle through. The URL bar goes a bit crazy. Quick scrolling also lags because of this. The back button causes the same effect. Perhaps there is a way to fix all this. But even so I find it creates a jarring user experience.
Re: Deck.js: A JavaScript library for building modern HTML presentations.
#48Earlier quoted context omitted.
Yes, I also find this the major thing holding me back from HTML presentations. I wrote a HTML presentation for a conference and didn't realise this was a problem until I came to present it, and found out there doesn't seem to be any way to cleanly enlarge / shrink HTML. EDIT: After a very quick reply to a bug report, I decided to try zoom in/out in Chrome. For anyone else who hasn't tried this in a very long time, th…
My understanding is that, for a while, browser zoom would only scale em values and (of course) percentages. Pixel values stayed fixed regardless of the zoom. Recently, browsers began scaling pixel values as well and most modern browsers can now zoom quite nicely. [citation needed]
Re: Deck.js: A JavaScript library for building modern HTML presentations.
#49Earlier quoted context omitted.
My understanding is that, for a while, browser zoom would only scale em values and (of course) percentages. Pixel values stayed fixed regardless of the zoom. Recently, browsers began scaling pixel values as well and most modern browsers can now zoom quite nicely. [citation needed]
as usual, opera was first to implement that, a looong time ago. it also has auto fit width/height options, so i think it deserves a try as well.
Re: Deck.js: A JavaScript library for building modern HTML presentations.
#50Has anyone investigated something like this to publish eBooks on the web? It looks this could make reading an eBook easy on the web. What are your thoughts?
"Treesaver® is a JavaScript framework for creating magazine-style
layouts using standards-compliant HTML and CSS."