Tagged Questions

A slide show is a display of a series of chosen information, and/or pictures, which is done for artistic or instructional purposes.

learn more… | top users | synonyms

9
votes
2answers
2k views

Three20 Photo Scroller alternative?

I wan to add a view in my iPhone app where the user can scroll (paged) through a series of web loaded images. I've been reading many threads and most of them end up suggesting the Three20 lib. I've ...
8
votes
2answers
148 views

CSS transitions do not work when assigned trough JavaScript

I'm having some major headache trying to apply CSS3 transitions to a slideshow trough JavaScript. Basically the JavaScript gets all of the slides in the slideshow and applies CSS classes to the ...
8
votes
9answers
431 views

How to do a presentation for your co-workers containing lots of code?

I'm supposed to do a presentation for my co-workers on a web framework I evaluated. These people are developers and hate long and boring PowerPoint stuff, so I got lots of little code snippets. I also ...
7
votes
3answers
4k views

jQuery animations are choppy and stutter in Firefox

I like to think I'm not a dummy, but I can't get my jQuery horizontal slideshow to animate smoothly especially in FireFox (on a Mac). Anyone have advice? Animation is being done like so: ...
6
votes
5answers
267 views

What are the options for a browser-agnostic way of doing a web slideshow with audio?

I have a requirement to put together an application which will generate a web slide show. It needs to be able to do fancy transitions between multiple images (in a browser) and also provide audio ...
6
votes
3answers
1k 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? S5 are HTML based... one of S5 ...
5
votes
4answers
109 views

Is it bad to not remove elements from HTML that aren't visible?

I've made a slideshow using JQuery which at the moment just uses append() to add an <img> to a container that was previously defined. The slideshow automatically rotates through, returning back ...
5
votes
1answer
802 views

jQuery $(document).ready problem with Iron/Chrome

I've written a little image slideshow using jQuery and jFancyTiles which can be seen here: http://www.sourcemonk.com/nwag/ It works as expected in firefox and IE, but not in iron/chrome.The problem ...
4
votes
3answers
1k views

Add anchor tag to simple jQuery sideshow

I am using one of snook.ca script for simple slideshow. Here it is in a nutshell: <div class="fadein"> <img src="banner1.jpg" width="645" height="307"/> <img src="banner2.jpg" ...
3
votes
1answer
34 views

do jQuery .first() and .last() work differently?

So, i'm building a simple slideshow control with this markup: <div class="previous"> </div> <div class="next"> </div> <div class="gallery"> </div> <div ...
3
votes
1answer
73 views

jquery: Jonathan Snook's “simplest slideshow” question about appendTo()

Smallest slideshow i've ever seen. $(function(){ $('.fadein img:gt(0)').hide(); setInterval(function(){ $('.fadein :first-child').fadeOut() .next('img').fadeIn() ...
3
votes
2answers
227 views

Transparent PNG Reacting to Sites Image Sliders and Content

I just stumbled across this guys site: http://mantia.me/ He has an awesome logo that reacts to the content the site is currently showing, if you wait on his homepage the logo changes with the slide ...
3
votes
1answer
303 views

Simple jquery photo slideshow

I wanted to write my own slideshow script but the end result is it immediately jumps to image 6 and flashes (fades) violently... The HTML is just a page with an image id="ss1". var i = 1; ...
3
votes
2answers
299 views

jQuery GalleryView support for links/href

I've upgraded to jQuery GalleryView 2.1.1 and it doesn't seem to support ahref tags on the images. Is there a workaround for this? I want to be able to display the title on image mouseover and ...
3
votes
3answers
785 views

Images Slideshow in Gstreamer

I want to make a GStreamer application which takes a xml file process its content which provides information like image url, its weight and the duration for which it is going to be displayed on the ...
3
votes
1answer
211 views

jQuery Cycle Slideshow stops workring with 3+ photos

I have a slide show with Previous and Next buttons that works fine with 3 <li>'s but once I add a Fourth (or more) the next button and previous button don't show up, and they don't work (even if ...
3
votes
2answers
151 views

Is there a jQuery plugin that combines lightbox and slideshow (Google Buzz-style)?

When you click on an image in Google Buzz, it shows this image in a lightbox, but at the bottom of the screen there is a list of all images in the same context (and you can click or scroll through ...
3
votes
1answer
501 views

jQuery slideshow pagination problem

Hey guys, I'm a jQuery newb and I've been trying to create a custom slideshow widget for a page that I'm developing. I've been able to get all the basic bits working (autoplay, pause, captions) but ...
3
votes
6answers
506 views

How to embedded images to EXE file and show them as slideshow

I have a requirement to build an Image manager which will allow users to build a collection of photos/images and then give them an option to convert these photos to a single EXE which when run, will ...
3
votes
1answer
413 views

Problem with FancyBox

I installed a pop-up slideshow gallery using FancyBox /example), which lets you add a caption under the pop-up image, using the title tag. Unfortunately, when you hover over the thumbnail, the title ...
3
votes
2answers
3k views

Is there a jQuery image and video slideshow library?

Does anyone know of a jQuery library for doing an image slideshow with the add benefit of video embedded in the slideshow viewing area? Similar to how ESPN.com frontpage works.
3
votes
1answer
943 views

Prototype/Scriptaculous Cycle (Slideshow) Plugin

I've got a bunch of websites that use a few Prototype/Scriptaculous plugins such as lightbox and modalbox, hence include references to these two libraries on various pages. I now need to implement a ...
3
votes
5answers
3k views

Problem trying to do window resize with jquery cycle slideshow

Im trying to run a javascript window resize script on a page with a jquery cycle slideshow but im hitting some bugs I cant seem to work out. It resizes the first image fine on page load but then ...
3
votes
4answers
577 views

I seek parser markdown-file for presentation

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 repository like github. I ...
3
votes
6answers
4k 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 inside that paticular ...
3
votes
4answers
1k views

how to preload more than one but not all images of a slideshow with jquery

I'd like to create a web based stop motion video player. Basically a slideshow that shows 2-4 images per second. Each image might be a maximum of 20KB. I don't want to preload all images in the ...
2
votes
2answers
54 views

FLASH AS3: Delete keyframes programmatically

Here's what i'm trying to do: I have a slideshow of pictures with a simple fading transition. I do not have the source file and i'd like to extract all of the single pictures from the slideshow. I've ...
2
votes
0answers
69 views

Why the slider is not working?

My aim is to replicate the thumbnails to slide from left to right as per this page. http://preview.vespercreative.com/citilogic/search_detail.php?pid=P2052 They key thing is I want the thumbnails to ...
2
votes
1answer
76 views

jQuery Slider - Changing Delay Time in HTML instead of Javascript

I am using a jQuery Slider found here. What I want to modify is to set the slideShowDelay in the HTML like so: <div class="oneByOne_item" rel="6000"> <p>Slide one, 6 ...
2
votes
1answer
80 views

Better performance for slideshows

In a recent project, I used Nivo Slider to build a slideshow. This is a solid solution, with useful options, but my users complain that it is slow to load. And they are right, because the script needs ...
2
votes
1answer
133 views

jQuery Cycle plugin advanced slider

I want to build a slideshow with the jQuery Cycle plugin, I've done it before but now I want an advanced slider. The slider needs to scrollUp and fadeOut with an delay between the fadeOut and the ...
2
votes
1answer
63 views

Is there a free jquery slideshow that will do this?

I have a homepage that has a section dedicated to a "slideshow". It looks like this: Each of the three bars at the right corresponds to an image. When the user stays on the page long enough without ...
2
votes
1answer
183 views

CSS3 Photo Gallery Transition Effect

I'm trying to create a graceful transition between the images within my photo gallery without using ":hover" or an once of Javascript. (I'm still open minded to HTML5) The animation, this slideshow, ...
2
votes
1answer
71 views

jQuery slideshow with per-slide transitions/durations

I am searching for a jQuery slideshow that supports per-slide timeouts and transitions. From my research, it seems like the Cycle Plugin is the closest fit, as it has an appreciable selection of ...
2
votes
1answer
95 views

jQuery overlay click event trigger navigation click

I've got an overlay set over an image that I'd like to act as previous and next controls. The code below worked fine until I implemented the History.js plugin.. now things are a little funky and I'm ...
2
votes
4answers
134 views

jquery tabs, slider and read more link — read more only working on the first article

@roXon solved this. See his response below should you be interested in using this. I'm using the jquery's 'tabs' plus a 'read more' functionality for each of my articles, but the read more is not ...
2
votes
2answers
227 views

Creating a slideshow with Jquery in Rails 3

I have been looking all over to find a working example of making a slideshow with rails 3 using Jquery but I am not able to find a solution. Is there a plugin which we could use for the slideshow if ...
2
votes
2answers
218 views

jQuery SlidesJS keyboard navigation

My site uses SlidesJS for a photo slideshow. My question is, how can I use keyboard navigation? I've added this GitHub solution to my head tag (lines 94-116) but the keyboard's left & right ...
2
votes
2answers
103 views

Randomizing the first image on this slideshow?

I've got this jquery-based slideshow up and running just fine, the author even put in a randomization setting which is what I needed. It works great except that it doesn't randomize the first slide. ...
2
votes
2answers
411 views

Fluid and Flexible Image Slideshow with jQuery

Does anyone know if there is a jquery plugin for a "responsive" image slideshow?
2
votes
1answer
127 views

Recommended techniques for smoother image transitions

I am building a slideshow, and I'd like to include smooth (subpixel) image transitions involving sliding and resizing, like for example a Ken Burns effect. I see that people use various techniques. ...
2
votes
1answer
175 views

Simple jQuery SlideShow Script?

I am currently looking for a JavaScript (jQuery) SlideShow Script which allows me to simply have the images fade from one to another, and then keep repeating the process. Nothing too serious, but ...
2
votes
1answer
449 views

jQuery version of Conveyor Belt Slideshow

I'm looking for a jQuery version of the Dynamic Drive slideshow here I have used the jQuery cycle plug in many times, but want to display more than one image at a time in a continuous scroll. Any ...
2
votes
3answers
543 views

Slideshow of Images

I am developing an application of simple slideshow. Description : In the application I've 5 images stored in an array.Currently I'm displaying the images into a scroll view but I want to show a ...
2
votes
1answer
254 views

Image Slider (or jquery plugin) which flashes next and previous images

I searched all the web and couldn't find a made slideshow (preferably a jquery plugin) to show images in a slideshow in a certain way: I want to have the "focused" image and flash a part of the ...
2
votes
2answers
140 views

How to do a ajax slide show?

If you visit this page: http://basecamphq.com/tour/ and click on the tour left hand side options: communicate, share files, deliver-on-time you will see that the tour works like a slide show when ...
2
votes
1answer
184 views

JQuery Images Selector event - to slideshow

I am New to JQuery, just started to play with it, and i have a image selector which is working great, however i am trying to turn it in to a slideshow, so it swaps the images and text every few ...
2
votes
2answers
138 views

Problem with degradable JavaScript slideshow

UPDATE: I've edited the code below to show what I was using when I tried to work with CSS visibility. I'm still stuck with this problem. I've also tried to remove the preloader() function from the ...
2
votes
2answers
1k views

Jquery table column sliding effect

I will need a Jquery script for a table sliding effect just like http://sfsdirectdemo.projects.sourceflow.com/luke (middle plan table) I google it but have not any good result, anyone please help, ...
2
votes
1answer
510 views

Which image processing library should I use to create a video slideshow?

It looks like both FFmpeg and the MovieMaker library in Processing will create a slideshow movie from an array of images. Which is best? Is there a better option? I need to output a video to be ...

1 2 3 4 5 14