Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Do you know a framework for making presentations using only HTML5 and javascript technologies?
I'm not talking about "export" features of various presentation software (powerpoint or OOo presentation).

Some requirements for the presentations made with this "framework":

  • take advantage of the latest HTML5 features (audio, video, canvas?)
  • same with CSS3 (font support, gradient, shadows, transitions and transformations)

If there's no such thing, example of good presentations or pointers on the subject would be appreciated.

Edit: Found a nice example, HTML5 - web development to the next level.

share|improve this question
2  
deck.js also on GitHub: imakewebthings.github.com/deck.js – Tammo B. Aug 31 '11 at 12:13
13  
38+ upvotes, 26 bookmarks, but closed? At risk of moderator retaliation, I have to say that there is something wrong with the moderation here. I've seen a dozen interesting questions closed without a valid reason. – blesh Mar 23 '12 at 14:18
4  
It seems more like this is indicative of a problem with moderation on the site, being out of touch with the audience of the site. Frankly, it's also a sign that stackoverflow.com may have "jumped the shark". – blesh Mar 23 '12 at 14:47
2  
@blesh You get a pretty good description in the close reason below. Note that these close reasons have existed since the very beginning of the site, and it's clearly codified in the faq that these types of questions are not permitted, so it shouldn't be a surprise. With the volume of traffic SO gets, there are tons of these kinds of questions that slip under the radar, but that doesn't justify their existence. You can bring it up on meta, if you want, but I don't think that people will disagree with the close reason. – casperOne Mar 23 '12 at 14:55
3  
@IvoFlipse : the question is not whether the answers are "quality" answers by some vague and completely subjective metric, but whether they are useful to people. Judging by the votes, the question and the answer are eminently useful to many people. – static_rtti Mar 23 '12 at 17:48
show 3 more comments

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

3 Answers

up vote 57 down vote accepted

Landslide is a pretty neat application that generates slideshows:

Deck.js is another nice project; this time, slides are pure HTML/CSS/JS.

Even better, impress.js relies on CSS3 transforms and transitions.

share|improve this answer
I have downloaded the Landslide files but being the noob that I am, I am utterly confused as to how to use it . The read me instructions sound greek to me with all the command line instructions. Any pointers to get started would be appreciated . Thanks – Saurabh May 14 '11 at 18:36
1  
@Saurabh: assuming you have cloned from the git repository, run python setup.py build, and then python setup.py install with root privileges. You will now have the landslide command available, run it under the samples/ directory. – Ryan Li May 17 '11 at 14:16
@Ryan thanks for the reply . Would give it a shot asap. Thanks! – Saurabh May 25 '11 at 20:38
4  
How about impress.js? – Yeo Jan 3 '12 at 6:56
11  
reveal.js? – jmendeth May 6 '12 at 8:54

If you want to get websocket support and the ability to control Deck.js presentations via a Sencha 2.0 HTML5 mobile application you can try Robodeck.

share|improve this answer

This library is for making presentations, stories and ads.

BoardJS

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.