Pow. Make slide presentations with HTML and CSS.

usepow.com

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2011
  • Use development sources out of box in pow.html.
March 2011
  • Reverse touch gesture directions to act more like a filmstrip of slides.
  • Fix touch gesture thresholding. Thanks go to Marcus Westin!
  • Fix the paths of dev script tags.
  • Add touch and canvg modules into a mobile bundle.
  • Basic touch gestures module.
  • Slight markup tweaks to work well with canvg.
  • Put nav icon fills in the markup so canvg can see them.
  • Add canvg module for fallback SVG support on browsers supporting canv…
  • Only run the compatibility check if the compat module is available.
  • Run compatibility check sync so polyfills are available to modules ri…
  • Fire pow.slides.on.show before slide.on.show, and fire both after the…
  • Only show compatibility warning once.
  • Fix issues with event and window.location sematics mismatches between…
  • Set the code example text content sync with the dom so highlight.js f…
  • Delay starting socket.io until page has fully loaded to prevent WebKi…
  • Fix timing issue causing infinite loop in Firefox by allowing about:b…
  • Fall back to the first slide if slides.go is called with an invalid s…
  • Add live "hud" to provide feedback that a live connection has been ac…
  • Fix this context issues in the previous commit.