This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.md | ||
| |
s/ | ||
| |
template.html |
README.md
js-slideEngine
Simple, HTML-based presentations - with JavaScript
The target user is a web developer presenting in front of an audience at a conference, meet-up, meeting, etc.
The goals for js-slideengine are (most important first): Work in Gecko/FireFox (done) PageUp/PageDown slide navigation (done) Allow in-slide editing and execution of JavaScript (done) Resolution independence (done) HTML simplicity (done) Look good (working on it) Work in WebKit/Safari/Chrome (tested in Chrome) Work in IE (not even close - oh well)
Instructions for Use
- Copy or rename template.html
- Edit the HTML file, giving each slide the "slide" class
<jeffgoldblum>There's no step three</jeffgoldblum>
Little Details
- Use textareas for your JavaScript code.
- To avoid strange browser behavior on page reload, give each textarea a unique name.
- Aforementioned text areas are automatically formatted to take the top half of the screen and are given "Go" buttons that will
eval()their contents. - Any slide that contains just one element will have that element automatically centered.








