HandoutBrowser.js: Difference between revisions

From Drorbn
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:


* Separate editor / user modes.
* Separate editor / user modes.
* Cycle text modes between none / presentation / beginner (default) / expert.
* Pull-down goto menu.
* Pull-down goto menu.
* Use cookies to save state while in editor mode.
* Use cookies to save state while in editor mode.
Line 12: Line 11:
==Download and Setup==
==Download and Setup==


Download the latest (top) .js (javascript) and .html files from the versions table below, save the two files in the same directory, and rename / modify the .html file to suit your requirements.
Download {{Home Link|Talks/Hanoi-0708/HandoutBrowser.js|<code>HandoutBrowser.js</code>}} and set it up by playing with the usage example {{Home Link|Talks/Hanoi-0708/FollowingLin.html|FollowingLin.html}}. With luck you will find that you only need to edit the html file.


==Older / Other Versions==
==Versions==


{| align=center border=1 cellpadding=10 cellspacing=0
{| align=center border=1 cellpadding=10 cellspacing=0
Line 25: Line 24:
|{{Home Link|Talks/Fields-0709/HandoutBrowser.js|<code>HandoutBrowser.js</code>}}
|{{Home Link|Talks/Fields-0709/HandoutBrowser.js|<code>HandoutBrowser.js</code>}}
|{{Home Link|Talks/Fields-0709/VeryPlanar.html|VeryPlanar.html}}
|{{Home Link|Talks/Fields-0709/VeryPlanar.html|VeryPlanar.html}}
|-
|{{Home Link|Talks/Hanoi-0708|Hanoi-0708}}
|{{Home Link|Talks/Hanoi-0708/HandoutBrowser.js|<code>HandoutBrowser.js</code>}}
|{{Home Link|Talks/Hanoi-0708/FollowingLin.html|FollowingLin.html}}
|-
|-
|{{Home Link|Talks/Tianjin-0707|Tianjin-0707}}
|{{Home Link|Talks/Tianjin-0707|Tianjin-0707}}

Revision as of 23:27, 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.
  • 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 the latest (top) .js (javascript) and .html files from the versions table below, save the two files in the same directory, and rename / modify the .html file to suit your requirements.

Versions

Version of JavaScript HTML
Fields-0709 HandoutBrowser.js VeryPlanar.html
Hanoi-0708 HandoutBrowser.js FollowingLin.html
Tianjin-0707 HandoutBrowser.js FollowingLin.html

Users