comparison presen/help.html @ 15:866492f5ca25 default tip

presentation
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Thu, 18 Feb 2010 15:04:52 +0900
parents
children
comparison
equal deleted inserted replaced
14:7b40a2106f8b 15:866492f5ca25
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 "&lt;" and "&gt;" 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> &lt;<a href="mailto:dsr@w3.org">dsr@w3.org</a>&gt;.
61 If you find Slidy useful, you may want to consider becoming a
62 <a href="http://www.w3.org/Consortium/sup">W3C Supporter</a>.</p>
63
64 <p><em>You are welcome to make use of the slide show style sheets,
65 scripts and help file under W3C's <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
66 and <a href="http://www.w3.org/Consortium/Legal/copyright-software">software
67 licensing</a> rules.</em></p>
68
69 <button id="back" onclick="history.go(-1)">Return to slide show</button>
70
71 <hr>
72
73 <p class="copyright"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2005
74 <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>,
75 <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
76 <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
77 <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
78 <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
79 <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
80 licensing</a> rules apply.</p>
81 </body></html>