vote up 3 vote down star

Does anyone know of any good presentation tools out there other than PowerPoint?

flag
but from time to time programmers like to give slick presentations ;-) – Peter Kofler Jul 28 at 19:53

12 Answers

vote up -2 vote down check

This is not a programming question. Please review the FAQ:

What kind of questions can I ask here?

Programming questions, of course!

Now I know you are a new member, so I have not down-modded, but you should be aware of what StackOverflow is about :)

link|flag
hm.. I interpreted "programming questions" to mean "questions important to programmers". Communication is pretty damned important, in my job, at least. – rcreswick Sep 19 '08 at 20:33
vote up 0 vote down

OpenOffice.org has a presentation/slideshow tool and I believe Google Docs now supports presentations (but I have not used this tool), but is there something in particular you are looking for?

link|flag
vote up 0 vote down

You can create a presentation in HTML with S5

link|flag
vote up 0 vote down

I've seen people create some stunning presentations with Apple's Keynote.

link|flag
vote up 0 vote down

I would second Sam Hasler's recommendation for S5, and also suggest that you create a pdf from your presentation if you use something like power point or open office, to improve the portability of your presentation. I don't know why you are looking for PPT alternatives; if portability is a concern, open source purity is a concern, or just pure curiosity.

Also, depending on the format and topic of your presentation, making a video of screen movements might be a good idea. You can record yourself doing something, and use it to show your audience.

link|flag
vote up 1 vote down

Apple's Keynote is gorgeous. Follow the link for their spiel, which is in this case very well justified, IMHO.

The story is that Steve Jobs commissioned its creation for his own use, and he is a very, very demanding customer as far as presentation software is concerned.

link|flag
vote up 0 vote down

The best web-based presentation software I've come across is 280 Slides. If you're familiar with Keynote you should be right at home.

link|flag
vote up 1 vote down
  1. Confidence.
  2. Humility.
  3. A shot of good whiskey.
  4. A sense of humor.
link|flag
+1 for meta/social "tools" – Peter Kofler Jul 30 at 8:24
vote up 3 vote down

I've seen suggestions to use SVG as a presentation tool, but I have not tried it myself:

"Way Beyond Powerpoint: XML-driven SVG for Presentations" http://www.idealliance.org/proceedings/xml04/papers/156/piez-xml2004-ideadb.html

It looks like there is a tool for svg presentations, but I haven't actually found the tool, only this paper talking about it (it's probably just a research prototype.)

http://www.svgopen.org/2004/papers/SVGSlidePresentationEditor/

link|flag
vote up 1 vote down

Zoho Show is an FREE online presentation program allows users to create presentations from scratch or (as is often the case) import from their library of Microsoft PowerPoint (.ppt, .pps) or OpenOffice (.odp, .sxi) presentations.

280 Slides is a notable FREE online replacement for desktop presentation apps.With it, you can create a presentation, theme it, add graphics and video, and then present it, share it via Slideshare, or download it as a PowerPoint or PDF file.

PPT2Flash lets non-technical users create high-impact Flash presentations and eLearning courses from PowerPoint with rich media, quizzes and simulations. PPT2Flash content runs on any Web server, any LMS. For

link|flag
vote up 0 vote down

Besides presentation tool like PowerPoint, there is another tool to record the computer screen activity for making software or system demonstrations. We can call it screen recorder or screen recording software. It is nice for showing how to get the technical task done. There is a good one DemoCreator available.

link|flag
vote up 0 vote down

Being a programmer, and one that develops web applications all the time, I like the idea of reusing the knowledge I have to write texts and presentations. I use Eric Meyer's S5, licensed as public domain. It uses a simple HTML and CSS format and uses some clever JavaScript to change pages, add some effects, etc. To show a presentation, just open it in a decent browser and hit F11 (to show it in full screen). It provides some themes that you can easily tweak to your tastes using CSS.

link|flag

Your Answer

Get an OpenID
or

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