HandoutBrowser.js: Difference between revisions

From Drorbn
Jump to navigationJump to search
Line 8: Line 8:
* Use cookies to save state while in editor mode.
* Use cookies to save state while in editor mode.
* Allow "negative" capture rectangles.
* Allow "negative" capture rectangles.
* Add editing instructions to the html portion.


==Download and Setup==
==Download and Setup==

Revision as of 14:02, 20 September 2007

This is the web home of HandoutBrowser.js, a short JavaScript program I wrote that allows for programmed scrolling through a "handout" (really, just an image of any kind) within a web browser.

To do

  • Separate editor / user modes.
  • Cycle text modes between none / presentation / beginner (default) / expert.
  • Pull-down goto menu.
  • Use cookies to save state while in editor mode.
  • Allow "negative" capture rectangles.
  • Add editing instructions to the html portion.

Download and Setup

Download HandoutBrowser.js and set it up by playing with the usage example FollowingLin.html. With luck you will find that you only need to edit the html file.

Older versions

Version of JavaScript HTML
Tianjin-0707 HandoutBrowser.js FollowingLin.html

Users