fuccaro
3rd May 2007, 08:05 am
I search for a way to explain how a program works. I have seen something similar and I am wondering if I will be able to reproduce it myself.
I would like to make a HTML page divided in 3 frames. The left frame –with vertical page scroll- should hold the code text, a second frame for explanation text and a third one for a graphic. A button must control the whole page: at a click the next code line(s) will be highlighted, the explanation text will be changed accordingly and the graphic will show the effect of the highlighted code.
Probable I can write the javascript for the button to load the next image in the graphic frame. Maybe I can solve to load the next text in the explanations zone too.
But how can I highlight a part of the code? It can be bold, colored text/background, anything.
Or maybe there is an other way outside HTML? Maybe Power Point?
I would like to make a HTML page divided in 3 frames. The left frame –with vertical page scroll- should hold the code text, a second frame for explanation text and a third one for a graphic. A button must control the whole page: at a click the next code line(s) will be highlighted, the explanation text will be changed accordingly and the graphic will show the effect of the highlighted code.
Probable I can write the javascript for the button to load the next image in the graphic frame. Maybe I can solve to load the next text in the explanations zone too.
But how can I highlight a part of the code? It can be bold, colored text/background, anything.
Or maybe there is an other way outside HTML? Maybe Power Point?