To enhance tutorial capabilities, I'm adding a slideshow
feature to the felix webserver. Basically you say

@slideshow
@slide
blah 
@section
blah
@slide
...


The @slideshow command emits Javascript to run the slideshow.
The @slide command starts a slide.
The @section command separates parts of a slide.

Sections start hidden and get turned on in succession
by a timer until the slide is complete, then the next slide
is shown. I'll be attaching sound as well so you can have
a slideshow with a commentary.

The sections of a slide can contain anything. The server emits
slides and sections as <div> things in HTML. All the timer does is
change the display attribute from "hidden" to default "".

I might try switching to white text on black background so it looks
like a slide, however this will require new colour schemes
for all embedded code eg Felix or whatever code won't look the
same with a black background, white ordinary text, and the usual
colours for keywords etc..

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to