Mercurial > hg > Papers > 2010 > jsst-shinya
comparison presen/xoxo-s5-demo.html @ 15:b3b5bcbba089
add slide: presen/index.html
author | Ryoma SHINYA <shinya@firefly.cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 11 Sep 2010 23:46:30 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
14:bd07b27b2b97 | 15:b3b5bcbba089 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
3 | |
4 <html xmlns="http://www.w3.org/1999/xhtml"> | |
5 | |
6 <head> | |
7 <title>S5: An Introduction</title> | |
8 <!-- metadata --> | |
9 <meta name="generator" content="S5" /> | |
10 <meta name="version" content="S5 1.1" /> | |
11 <meta name="presdate" content="20050128" /> | |
12 <meta name="author" content="Eric A. Meyer" /> | |
13 <meta name="company" content="Complex Spiral Consulting" /> | |
14 <!-- configuration parameters --> | |
15 <meta name="defaultView" content="slideshow" /> | |
16 <meta name="controlVis" content="hidden" /> | |
17 <!-- style sheet links --> | |
18 <link rel="stylesheet" href="ui/default/slides.css" type="text/css" media="projection" id="slideProj" /> | |
19 <link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" /> | |
20 <link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" /> | |
21 <link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" /> | |
22 <!-- embedded styles --> | |
23 <style type="text/css" media="all"> | |
24 .imgcon {width: 525px; margin: 0 auto; padding: 0; text-align: center;} | |
25 #anim {width: 270px; height: 320px; position: relative; margin-top: 0.5em;} | |
26 #anim img {position: absolute; top: 42px; left: 24px;} | |
27 img#me01 {top: 0; left: 0;} | |
28 img#me02 {left: 23px;} | |
29 img#me04 {top: 44px;} | |
30 img#me05 {top: 43px;left: 36px;} | |
31 </style> | |
32 <!-- S5 JS --> | |
33 <script src="ui/default/slides.js" type="text/javascript"></script> | |
34 </head> | |
35 <body> | |
36 | |
37 <div class="layout"> | |
38 <div id="controls"><!-- DO NOT EDIT --></div> | |
39 <div id="currentSlide"><!-- DO NOT EDIT --></div> | |
40 <div id="header"></div> | |
41 <div id="footer"> | |
42 <h1>S5 Testbed</h1> | |
43 <h2>Your computer • Today's date</h2> | |
44 </div> | |
45 </div> | |
46 | |
47 <ol class="xoxo presentation"> | |
48 | |
49 <li class="slide"> | |
50 <h1>S5 Testbed</h1> | |
51 <h3>Eric A. Meyer</h3> | |
52 <h4><a href="http://www.complexspiral.com/" rel="external">Complex Spiral Consulting</a></h4> | |
53 <div class="handout"></div> | |
54 </li> | |
55 | |
56 | |
57 <li class="slide"> | |
58 <h1>What Is S5?</h1> | |
59 <ul> | |
60 <li>It's a <strong>S</strong>imple <strong>S</strong>tandards-based <strong>S</strong>lide <strong>S</strong>how <strong>S</strong>ystem</li> | |
61 <li>One XHTML document provides all of the slide show's content</li> | |
62 <li>CSS handles the layout and look of the slides</li> | |
63 <li>JavaScript handles the dynamic aspects of the show</li> | |
64 <li>That's all there is to it! (<a href="#slide9">skip to summary</a>; demonstrates links internal to the slide show)</li> | |
65 </ul> | |
66 </li> | |
67 | |
68 | |
69 <li class="slide"> | |
70 <h1>Operatic Origins</h1> | |
71 <ul> | |
72 <li>Opera 4 introduced <a href="http://www.opera.com/support/tutorials/operashow/" rel="external">Opera Show</a>, a projection-mode style sheet technology (link demonstrates external link styling and window spawning)</li> | |
73 <li>Allows a single XHTML document to be turned into a PowerPoint-like slide show</li> | |
74 <li>Adding screen and print style sheets allows for multi-medium views of a single document</li> | |
75 <li>Highly efficient, but highly browser centric...</li> | |
76 </ul> | |
77 </li> | |
78 | |
79 | |
80 <li class="slide"> | |
81 <h1>Incremental Display</h1> | |
82 <ul class="incremental show-first"> | |
83 <li>Keep hitting/clicking "next" as long as it isn't the control link (»)</li> | |
84 <li>Bullet points are revealed one by one | |
85 <ul class="incremental"> | |
86 <li>All based on class name of <code>inc</code></li> | |
87 <li>Lists can be classed to make items appear individually</li> | |
88 <li>Individual items can be classed as well to create "animations"; see <a href="http://boxofchocolates.ca/projects/s5-incremental-graphics/" rel="external">Derek Featherstone's example</a></li> | |
89 </ul> | |
90 </li> | |
91 <li>Let's try it again, but without the first bullet point being pre-highlighted...</li> | |
92 </ul> | |
93 </li> | |
94 | |
95 | |
96 <li class="slide"> | |
97 <h1>Incremental Display II</h1> | |
98 <ul class="incremental"> | |
99 <li>Keep hitting/clicking "next" as long as it isn't the control link (»)</li> | |
100 <li>Bullet points are revealed one by one | |
101 <ul> | |
102 <li>All based on class name of <code>incremental</code></li> | |
103 <li>Lists can be classed to make items appear individually</li> | |
104 <li>Individual items can be classed as well to create "animations"; see <a href="http://boxofchocolates.ca/projects/s5-incremental-graphics/" rel="external">Derek Featherstone's example</a></li> | |
105 </ul> | |
106 </li> | |
107 <li>Notice how the sub-list was part of the parent bullet point; that was done on purpose</li> | |
108 <li>Now to move on to other test slides!</li> | |
109 </ul> | |
110 </li> | |
111 | |
112 | |
113 <li class="slide"> | |
114 <h1>PNG Alpha Tests</h1> | |
115 <div style="width: 400px; height: 150px; text-align: center; background: url(ui/i18n/bg-shade.png)"> | |
116 <p>DIV with PNG background followed by foreground PNG</p> | |
117 <img src="ui/i18n/bg-shade.png" alt="" title="A translucent image" /> | |
118 </div> | |
119 <div style="width: 100%; height: 150px; text-align: center; background: url(ui/i18n/bg-shade.png)"> | |
120 <p>DIV with PNG background followed by foreground PNG</p> | |
121 <img src="ui/i18n/bg-shade.png" alt="" title="A translucent image" /> | |
122 </div> | |
123 </li> | |
124 | |
125 | |
126 <li class="slide"> | |
127 <h1>S5 Default File Structure</h1> | |
128 <p style="text-align: center;"> | |
129 <img src="pix/s5filemap.png" alt="" title="At a Glance" /> | |
130 </p> | |
131 </li> | |
132 | |
133 | |
134 <li class="slide"> | |
135 <h1>S5 Themes</h1> | |
136 <p class="imgcon"> | |
137 <img src="pix/S501.jpg" alt="" title="Default" /> | |
138 <img src="pix/S502.jpg" alt="" title="I18N" /> | |
139 <img src="pix/S503.jpg" alt="" title="Blue" /> | |
140 <img src="pix/S504.jpg" alt="" title="Flower" /> | |
141 (one way of presenting multiple graphics) | |
142 </p> | |
143 </li> | |
144 | |
145 | |
146 <li class="slide"> | |
147 <h1>Incremental S5 Themes</h1> | |
148 <p class="imgcon"> | |
149 <img src="pix/S501.jpg" alt="" title="Default" class="incremental" /> | |
150 <img src="pix/S502.jpg" alt="" title="I18N" class="incremental" /> | |
151 <img src="pix/S503.jpg" alt="" title="Blue" class="incremental" /> | |
152 <img src="pix/S504.jpg" alt="" title="Flower" class="incremental" /> | |
153 (one by one!) | |
154 </p> | |
155 </li> | |
156 | |
157 | |
158 <li class="slide"> | |
159 <h1>Incremental Animation</h1> | |
160 <ul> | |
161 <li>A demonstration of just one of the many ways to accomplish simple animation-like effects <small>(using a diagram from <a href="http://gmpg.org/xfn/and/" rel="external">"XFN and..."</a>)</small></li> | |
162 </ul> | |
163 <p class="imgcon" id="anim"> | |
164 <img src="pix/mememe01.png" id="me01" alt="" /> | |
165 <img src="pix/mememe02.png" alt="" id="me02" class="incremental" /> | |
166 <img src="pix/mememe03.png" alt="" id="me03" class="incremental" /> | |
167 <img src="pix/mememe04.png" alt="" id="me04" class="incremental" /> | |
168 <img src="pix/mememe05.png" alt="" id="me05" class="incremental" /> | |
169 </p> | |
170 </li> | |
171 | |
172 | |
173 <li class="slide"> | |
174 <h1>In Summary</h1> | |
175 <ul> | |
176 <li>With minimal scripting, we have recreated and improved upon a (currently) browser-specific technology, making it cross-browser in the process</li> | |
177 <li>The S5 format is OSF 1.0 compatible</li> | |
178 <li>S5 is a very flexible and lightweight slide show system available for anyone to use</li> | |
179 </ul> | |
180 </li> | |
181 | |
182 </ol> | |
183 | |
184 </body> | |
185 </html> |