0
votes
1answer
16 views
How to convert a S5 presentation into PDF?
I am using reStructuredText & rst2s5 to create S5 slide presentations. It is great but I also want to have the presentation in PDF. How can I convert S5 to PDF?
0
votes
4answers
1k views
jQuery Image Slideshow: captions not transparent in IE
I have created a slideshow of images using jQuery. The images fade between each other. There are captions for each image, each inside its own div. As the image is faded in the rela …
0
votes
0answers
7 views
How to resume Windows 7 slideshow after restoring default wallpaper
I use SystemParametersInfo to remove the Desktop wallpaper.
SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, _T(""), SPIF_SENDCHANGE)
later I restore it with the same method.
SystemPa …
0
votes
3answers
173 views
How to replace slide effect to fade out/fade in effect on this slideshow?
Hi guys!
I need replace slide effect to fade-out/fade-in effect on the prev and next slide functions:
function animate(dir,clicked){
u = true;
switch(dir){
case ' …
1
vote
2answers
51 views
I seek parser markdown-file for presentation
hi,
I search web-based markdown-file parser to presentation.
I want to presentation from online markdown-file, realtime parse.
Because I want to manege markdown-files on git repos …
0
votes
2answers
41 views
Removing active class and adding it to a sibling
Currently, I have a jQuery Cycle plugin that allows the image to scroll.
With it's callback I am calling this function
function onAfterVideoScroll() {
$('.myRemote.active').rem …
1
vote
3answers
43 views
Hand off variable to html
So instead paying $35 for slideshowpro for lightroom, I just decided to whip up a quick javascript slideshow to do a simple task. Rotate 10 images within a div, randomly.
It works …
0
votes
2answers
35 views
How to start/stop CrossSlide (jQuery)
I found that CrossSlide causes video playback on the same page to stutter quite badly. My thought was to have the cross slide effect on the same page stop or pause during video pla …
0
votes
1answer
53 views
Google slideshow shows a blank screen when calling from ajax
I'm having problems implementing google slideshow (http://www.google.com/uds/solutions/slideshow/index.html) to my web application by loading it using a jquery load() function.
in …
0
votes
3answers
92 views
iPhone Image slideshow
Hello,
I want to create a slideshow on iphone. I don't know if there is already a sample code or a lib that already do that.
Thanks for your help
0
votes
0answers
23 views
jQuery Supersized Plugin callback when slideshow finishd
I am using the Supersized jQuery plugin which makes images fullscreen and also implements a slideshow. Currently, this plugin does not have a callback for when the slideshow is fi …
2
votes
6answers
617 views
How to center my a div in a table using CSS?
I'm trying to add a slideshow to one of my websites. The whole page is layed out in an HTML table (which I hate with a passion AND did not choose). I want to center my slideshow in …
0
votes
2answers
243 views
Javascript or JQuery for background image slideshow
Hi
I want to create a slideshow using the background image of a div. I don´t want the images to rotate automatically, instead I want to use standard prev and next buttons to chang …
0
votes
0answers
57 views
Expression blend slideshow?
Hi
I'm specificaally a photoshop web designer and have a limited knowledge of xaml.
I'm trying to create a slideshow effect with images an text within it, similar to http://www.si …
0
votes
4answers
757 views
JQuery wait for page to finish loading before starting the slideshow?
I have a site with a rotating header image (you've all seen them). I want to do the following:
Load the entire page plus the first header image
Start the header image slideshow t …
