slides

Effective Version Control for Slides

I have to maintain a huge set of training material in forms of slides. At a first glance, I've noticed there's no support for version control in OpenOffice OOImpress (but I might be wrong on this). Which tool should I use to easily maintain my training material? I thought about using LaTeX + Beamer so that I can easily put under versi...

UITabBarController, animation causes sliding of other views without a UINavigationController

I've run into an animation issue (I think) with my TabBar based app. I have four tab bar items, of those three have UINavigationControllers, and one of them just has a regular view controller. The issue is that after changing to a view with animations, the first tab without a UINavigationController seems to no longer have the right size/...

How to mimic Powerpoint presentation feel using HTML/CSS and javascript

Hello, I was looking at an HTML5 presentation and was wondering if anybody knew how the actual presentation was created. You can zoom in and out and view all the slides. You can also navigate with your keyboard. Here's the site with the slideshow: http://slides.html5rocks.com/#slide5 ...