slideshow

SharePoint Picture Slideshow for main page.

Any suggestions for programming a Sharepoint 2007 site to use a picture slideshow on the front page? ...

timer for slide show in iphone app development

Hai, I developed sample app for image slide show Now i want to keep timer to the app. It has to scroll the images for every 5 seconds Please help me with sample code Thanks Basanth ...

jQuery slideshow plugin that can make this on the image

Please advise me a jQuery carousel plugin that can make a carousel like the one on the image. I mean that, when the image item becomes active, it moves into the center and becomes large. Thanks. ...

jQuery slideshow: how do I modify this code to show a custom pager per slide ?

Right now the code is spitting out 1 pager item per slide existing. I'm trying to get it to show a custom pager graphic per slide. IE: slide 1 shows pager1.gif, slide 2 shows pager2.gif, etc. Thanks! appendControlls: function() { if (options.slideControlls == 'items') { var elementToAppend = options.appendControlls || slideWra...

Why is this slideshow flickering?

Hi All, I have posted a sample jQuery slideshow on my blog here: robertmarkbramprogrammer.blogspot.com/2010/09/jquery-slideshow.html In Chrome, it is flickering on each picture. In IE and Firefox it looks fine, and in the standalone version it seems ok too (even on Chrome): http://robertmarkbram.appspot.com/content/javascript/jQuery/ex...

How would you optimize this code for a jquery 4 slide endless crossfading slideshow?

I have created a 4 image endless slideshow, which works more or less well (code below) crossfading each image and pausing for a short period. Then repeating in an endless loop. But I noticed the timing of the transitions is not always the same. I am also not sure if I have gone about this in the best way by calling the slides() function ...

jQuery Gallerrific | Handling a custom parameter for positioning

Hi to all, The brief is the following for all those who know galleriffic: I have a numeric value inside a rel attribute on the list of a tags that point to the images. I have managed to get this number and assocciate it with the imageData object that galleriffic uses to store the image info. What I cannot do is apply this value using .c...

Trying to find a jQuery image preloader

Hi, I am trying to find a working jQuery image preloader that plays well with the Marcofolio slideshow (here http://www.marcofolio.net/webdesign/advanced_jquery_background_image_slideshow.html). The same slideshow is being used on the Philadelphia website here: http://www.visitphilly.com/ - but when I use my web developer tools to view...

Problem using NSTimer for Slideshow

I am trying to create a slide show using NSTimer... But the following code is not scrolling the images at regular intervals... - (void)tilePages { // Calculate which pages are visible CGRect visibleBounds = pagingScrollView.bounds; int firstNeededPageIndex = floorf(CGRectGetMinX(visibleBounds) / CGRectGetWidth(visibleBounds)); int l...

Jquery Accordion and multiple slideshows

I've been using a lot of slideshows recently on my sites and one thing thats puzzled me is using more than one slideshow per page. I'm currently working on my own site, experimenting with Jquery Accordion. I've managed to adopt a very simple javascript slideshow, see below: http://dvpwebdesign.com/test/accordion/blank.html However i'm ...

Adding details to javascript picture slideshow.

Hey everyone, Our team is currently working on completely redesigning our school's website and one of our projects currently underway is a lightweight photo slideshow which you can find here. Right now, when the user enters the space between two thumbnails, they all fade. What is the best way to organize them so that they all "unfade" ...

Help with crashing jquery code

Hi Working on an image gallery, but it keeps crashing on me (you control it by clicking on 'left' and 'right') if i click on the images more than 10 times: http://korrektur.adnuvo.com/hejven/index_test2.html Here's the code: $(document).ready(function(){ /*''''''''''' WORKING COPY !!!!! V2 '''''''''''*/ var gal_prev = null; var gal_...

How is screenshots slideshow implemented in App Store?

Hi guys, I really like the slideshow of application screenshots in application info in App Store. Does anyone have an idea how it is implemented? May be there are some tutorials or source code available? I could not find any. May be not exactly the same, but something similar, where user can slide images in imageView would be very goo...

How to create an inclined (not levelled) slideshow?

Hi, is there a way to create an image slideshow that is rotated by say 5° ? I'd prefer a non-flash solution. Thank you! ...

jQuery Slideshow + Click to Enlarge (LightBox and ColorBox)

Hello! The Question: I would like to use the slide-show I currently have in place BUT with the option of clicking the image to enlarge. Enlarge would use a lightbox (you know, all fancy pants style) Here is the page I am working with as an example: http://newsite.702wedding.com/valley-of-fire-weddings.aspx The slide-show is on the ri...

jQuery Cycle Slideshow stops workring with 3+ photos

Hello, 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 they were invisible). Any ideas? The Sample Page is: http://newsite.702wedding.com/las-vegas-wedding-packages.aspx using jQuery Colorb...

node with multiple images attached (drupal 6.x)

I'm creating a site where user can create a node with multiple images attached. For that matter, I have installed image attach module. I also have view and view slideshow module installed so that user can see the uploaded images attached to this particular node in slideshow style. The problem I'm facing right now is that view does not ...

Sliding out Div, Slide in another Div at the same time.

Ok, I have a few divs within a section of HTML. I need some help getting the Div tags to slide out (either horizontally to the left/right or vertically going up/down, depending on a setting). But at the same time when a div is sliding out of the page, I need another div to slide in from the opposite side of the page. So it will sort o...

Looking for a flash application to create slideshows

I am looking for a flash application to make slideshows from my pictures and videos and adding audio files as background music (especially free ones). TIA ...

Background slideshow - Jquery

I'm trying to create a slideshow that will run in a DIV in the background while having links on top of it. The problem that I'm running into is that when I'm transitioning through pictures using the fadeIn and fadeOut JQuery functions, it is fading out the links as well. Is there a way to fade only the background image? My code is bel...