Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
641 views

Any suggestions for a simple jquery slider with auto height and custom prev/next navigation?

I'm having a bit of trouble finding a nice little jquery plugin that would allow me to slide through testimonials on my website. The testimonials could be different lengths, so ideally I would like ...
2
votes
1answer
394 views

How to work with powerpoint in php?

I would like to know the best way to work with powepoint slides in php, Is there an api or some reading material to undesrtand how to extract the slides into different images? If yes, is there ...
1
vote
2answers
55 views

How can I turn this example into a ā€œ2Dā€ slides grid using HTML5?

Naive beginner, I am wondering if it is possible to adapt this html5 technology in 2D. Such that we could use the 4 arrows to navigate a 3 by 3 slides grid. for example. If so, could you indicate a ...
1
vote
2answers
249 views

jquery slides and html5 video

Hi I am trying to use the html5 video as first element in the slideshow. I using the slides from http://slidesjs.com/. The problem is if i click on the play button to play the video, the slideshow ...
1
vote
2answers
381 views

Convert powerpoint presentation in C# to images without office automation

I know how to export a powerpoint presentation as images using office automation, but I need to use something that is not automation and that can run in an asp net application. That is, better to have ...
1
vote
1answer
746 views

UITabBarController, animation causes sliding of other views without a UINavigationController

I've run into an animation issue (I think) with my TabBar based app. I have four tab bar items, of those three have UINavigationControllers, and one of them just has a regular view controller. The ...
1
vote
4answers
202 views

Effective Version Control for Slides

I have to maintain a huge set of training material in forms of slides. At a first glance, I've noticed there's no support for version control in OpenOffice OOImpress (but I might be wrong on this). ...
0
votes
3answers
54 views

jQuery 'Slides' not functioning

I am using the script at slidesjs.com (http://slidesjs.com/examples/simple/), trying to put it into my webpage. I decided to use a script and not just attempt to write it in jQuery myself as I could ...
0
votes
2answers
60 views

Dynamically add items to jquery slideshow

I'm trying to add items to a jquery slideshow ( slides ) but i can't find a way to refresh it. I have this html code: <a class='add' href='#'>add slide</a> <div id="slides"> ...
0
votes
0answers
37 views

Can multiple HTML5 canvases work like a slideshow?

I am developing a website in which I want to have a large slider with images that move across like an iPad swipe style gallery. I can already achieve this using Javascript but I have been playing ...
0
votes
2answers
95 views

how to split long tables across multiple slides in ppt using apache POI

I am trying to export tables to PPT using POI. But my tables can contain n number of rows. The problem is that the entire table is displayed in the same slide. I want to split the table across slides ...
0
votes
0answers
118 views

reset or change slides array of jquery plugin supersized

i'm using the supersized plugin for jquery to show fullsize background pictures. it works very well and i like it :) now i want to change the array with the images (with "jquery.click()"), but without ...
0
votes
2answers
51 views

Tools/Framework to make html slides (similar to /better than keynote)?

I have been seeing a lot of html slides these days. They falls into similar pattern. (use arrow keys for navigation, similar transition effects) So I wanna to know is there tools/frameworks to make ...
0
votes
1answer
69 views

AnythingSlider - How to make first slide not to be taken on count on numbered controls

I'm creating a slider with AnythingSLider and I need the first slider not to be considered in navigation I need the numbers to start counting from "1" from the second slide on. Does anyone know how to ...
0
votes
1answer
70 views

Interfacing Google Doc Api's with Ruby on Rails

Hi I'm trying to interface with the google doc api's, namely the Google Documents List Data API v3.0. Are there any open-source ruby libraries that can do the interfacing? Google has a python api ...
0
votes
2answers
50 views

jQuery.slides() is not working

I'm using the following jQuery plugin: jQuery.slides(); However, this is not working correctly. Instead, the images are just all being displayed (as you would expect without the plugin). Why isn't ...
0
votes
2answers
27 views

Advancing slideshow in jQuery

I use this piece of code from tutorialzine: $(window).load(function(){ // The window.load event guarantees that all the images are loaded before the auto-advance begins. var timeOut = null; ...
0
votes
1answer
173 views

ffmpeg images-to-video script anyone?

I'm wanting to take a bunch of images and make a video slideshow out of them. There'll be an app for that, right? Yup, quite a few it seems. The problem is I want the slides synced to a piece of ...
0
votes
0answers
44 views

Video not loading in slider on iPad

On following website I have a slider with videos: http://wpzoom.com/test Everything works fine on PC and iPhone, but on iPad only video from the first slide is loading, while from others not. I use ...
0
votes
1answer
113 views

Using Slides Plugin for Jquery- Need next and previous buttons to work outside of slider div

I an using the slides.js plugin as my home page slider http://slidesjs.com/ I am looking to put the pervious and next buttons out side of the slider div so I can left and right align the buttons to ...
0
votes
2answers
862 views

How to mimic Powerpoint presentation feel using HTML/CSS and javascript

I was looking at an HTML5 presentation and was wondering if anybody knew how the actual presentation was created. You can zoom in and out and view all the slides. You can also navigate with your ...