| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
|
|---|
| 3 |
|
|---|
| 4 | <title>Slide Show Help</title><style type="text/css">
|
|---|
| 5 | body {
|
|---|
| 6 | font-family: sans-serif;
|
|---|
| 7 | margin: 10%;
|
|---|
| 8 | }
|
|---|
| 9 | .copyright { font-size: smaller }
|
|---|
| 10 | </style>
|
|---|
| 11 | <script type="text/javascript">
|
|---|
| 12 | window.onload = load;
|
|---|
| 13 | function load()
|
|---|
| 14 | {
|
|---|
| 15 | var back = document.getElementById("back");
|
|---|
| 16 | back.focus();
|
|---|
| 17 | }
|
|---|
| 18 | </script>
|
|---|
| 19 | </head>
|
|---|
| 20 | <body>
|
|---|
| 21 | <h1>Slide Show Help</h1>
|
|---|
| 22 |
|
|---|
| 23 | <p>This slide show can be driven in the same way as Power Point.
|
|---|
| 24 | To advance to the next slide click anywhere on the page with the
|
|---|
| 25 | mouse, or press the space bar. You can move forwards or backwards
|
|---|
| 26 | through the slides with the Cursor left, Cursor right, Pg Up and
|
|---|
| 27 | Pg Dn keys. The font size is automatically adjusted to match the
|
|---|
| 28 | browser's window width, but you can also adjust it manually using
|
|---|
| 29 | the "S" key for smaller and the "B" key for bigger. You can also
|
|---|
| 30 | use the "<" and ">" keys. Before printing, use the "A" key
|
|---|
| 31 | to toggle between current slide and all slides. Use the "F" key to
|
|---|
| 32 | switch off/on the bottom status line. The "K" key toggles the use
|
|---|
| 33 | of mouse click to advance to the next slide. You can use "C" to
|
|---|
| 34 | show the table of contents and any other key to hide it. Use the
|
|---|
| 35 | "F11" key to toggle the browser's full screen mode. Note that not
|
|---|
| 36 | all keys are supported in all browsers, as browsers may reserve
|
|---|
| 37 | some keys for browser control and this varies from one browser to
|
|---|
| 38 | the next.</p>
|
|---|
| 39 |
|
|---|
| 40 | <p>Firefox users may want the <a
|
|---|
| 41 | href="http://extensionroom.mozdev.org/more-info/autohide">autohide</a>
|
|---|
| 42 | extension to hide the toolbars when entering full screen with F11.
|
|---|
| 43 | Newer versions of Firefox have built-in support for SVG, but on older
|
|---|
| 44 | versions for Microsoft Widows, you should consider installing the <a
|
|---|
| 45 | href="http://plugindoc.mozdev.org/windows.html">Adobe SVG Viewer
|
|---|
| 46 | 6.0</a>.</p>
|
|---|
| 47 |
|
|---|
| 48 | <p>If you would like to see how Slidy works, use View Source to view
|
|---|
| 49 | the XHTML markup, or see this <a
|
|---|
| 50 | href="http://www.w3.org/Talks/Tools/Slidy/">longer explanation</a>,
|
|---|
| 51 | which also explains additional features. Each slide is marked up as
|
|---|
| 52 | a div element with class="slide". CSS positioning and percentage
|
|---|
| 53 | widths on images can be used to ensure your image rich slides scale
|
|---|
| 54 | to match the window size. Content to be revealed incrementally can
|
|---|
| 55 | be marked up with class="incremental". The linked style sheet and
|
|---|
| 56 | scripts were developed as a Web-based alternative to proprietary
|
|---|
| 57 | presentation tools and have been tested on a variety of recent
|
|---|
| 58 | browsers. Integrated editing support is under development. Please
|
|---|
| 59 | send your comments to <a href="http://www.w3.org/People/Raggett/">Dave
|
|---|
| 60 | Raggett</a> <<a href="mailto:dsr@w3.org">dsr@w3.org</a>>.</p>
|
|---|
| 61 |
|
|---|
| 62 | <p><em>You are welcome to make use of the slide show style sheets,
|
|---|
| 63 | scripts and help file under W3C's <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
|
|---|
| 64 | and <a href="http://www.w3.org/Consortium/Legal/copyright-software">software
|
|---|
| 65 | licensing</a> rules.</em></p>
|
|---|
| 66 |
|
|---|
| 67 | <button id="back" onclick="history.go(-1)">Return to slide show</button>
|
|---|
| 68 |
|
|---|
| 69 | <hr>
|
|---|
| 70 |
|
|---|
| 71 | <p class="copyright"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2005
|
|---|
| 72 | <a href="/" shape="rect"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
|
|---|
| 73 | <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
|
|---|
| 74 | <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
|
|---|
| 75 | <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
|
|---|
| 76 | <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
|
|---|
| 77 | <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software
|
|---|
| 78 | licensing</a> rules apply.</p>
|
|---|
| 79 | </body></html>
|
|---|