2012-12-10 7:49, dorayme wrote:
> I am interested to hear about ways people have found that are good for
> creating online slideshows from a few jpgs that look elegant and are
> in a documents that validate or nearly validate.
It's probably simplest (at least for an experienced person like you) to
write your own code than to look for existing code, find something, and
then find it wanting so that you need to tweak it, and eventually
realize that it would have been faster to do it all yourself.
For robustness and accessibility, you should probably create a set of
pages, each containing an image, possibly a caption for it, and a link
to the next page. You could make the page autofocus on the link (as
there is very little else on the page), so that the user can just hit Enter,
For a smoother experience, on supporting browsers, you could use an
application manifest to load all the images initially. You could do this
with JavaScript too, of course.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/