similar to: Effect.Slideshow and Ajax.Slideshow

Displaying 20 results from an estimated 400 matches similar to: "Effect.Slideshow and Ajax.Slideshow"

2006 Jan 13
21
anyone interested in an Effect.Slideshow?
I had to make a sort of slideshow for a site I''m working on, and I was thinking of making it into a Scriptaculous object. Anyone think of reasons why I shouldn''t? You''d have to pass in all the image urls and a div id, with an optional delay parameter to determine how long to leave each image up before moving on. I could also have a ''randomize''
2006 Jan 25
16
Slideshow beta
Ok, I finally got the slideshow code to a state worth showing it off. The site is a very rough cut of a site I''m building for my wife''s photography, so ignore the unfinished design for now :) http://rachel.kathihill.com/ To see the ajax version, go to: http://rachel.kathihill.com/?ajax=1 To randomize the order the images show: http://rachel.kathihill.com/?random=1 To change
2015 Aug 03
1
unwelcome gthumb slideshow
I have a gif image in a folder. Whenever I have gthumb display it or a copy of it, gthumb goes into slideshow mode. Usually I can stop the show. It will not stop before going to the next image. but I only have a slideshow period to look at the troublemaker. If the troublemaker is last in the directory, I cannot stop the show without stopping gthumb. How do I make gthumb stop going into slideshow
2009 Sep 02
1
Slideshow of uploaded images
I want to create a sort of slideshow thing in my application in which users can upload pictures to a filesystem or database (I don''t know which is better for this). Then the slideshow will show the pictures for a minute each. After a picture is shown I want it to be deleted so that it doesn''t come up in the slideshow again as users will have to pay to upload them each time. Any
2005 Apr 18
1
wine and slideshow.exe
It works. I had a slideshow on my PC made by my brother-in-law last Christmas, so I put it on my Linux PC and ran "wine slideshow" yesterday. It ran without a hitch. Well done! Wesley Parish -- Clinersterton beademung, with all of love - RIP James Blish ----- Mau e ki, he aha te mea nui? You ask, what is the most important thing? Maku e ki, he tangata, he tangata, he tangata. I
2008 Dec 09
4
Slideshow with Ken-Burns Effect
Hi everybody, I've had some time and so I added a slideshow creator with the Ken-Burns-Effect to the Ogg Video Tools. Feel free to visit the following page: http://www.server.streamnik.de:88/test.html It's best viewed with the Mozilla Firefox 3.1 Beta 2, but a Cortado Player is also available for the other browsers. The code is actually not publically available, as I would like to add
2008 Dec 09
4
Slideshow with Ken-Burns Effect
Hi everybody, I've had some time and so I added a slideshow creator with the Ken-Burns-Effect to the Ogg Video Tools. Feel free to visit the following page: http://www.server.streamnik.de:88/test.html It's best viewed with the Mozilla Firefox 3.1 Beta 2, but a Cortado Player is also available for the other browsers. The code is actually not publically available, as I would like to add
2009 Jun 11
0
Free Slideshow Maker Comparison and Brief Tutorial
People are fond of free things, maybe more obviously during recession days. Not you? Well, you could still get through this article to know about how to create slideshow for free with slideshow making software. None of them would cost you a penny. Actually they probably exist in your computer system. So, just locate and run to start slideshow making, at least to kill boring time or relive
2009 Jan 28
3
plot slideshow
Dear R experts: I've seen that it's possible to make a sort of "slideshow" with several R-plots (each slide is activated by a click on the mouse). How can I put this on a R-script??? Regards. D. [[alternative HTML version deleted]]
2006 Mar 08
2
RE: Slideshow
Nope, nothing new. I haven''t had time to get back to it since I last posted the code, but I might over the next few days as there''s a bit of a lull at work. Greg > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs- > bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of
2019 Aug 26
1
Slideshow/presentation software for CentOS
On 08/25/2019 09:59 PM, Robert Heller wrote: > At Sun, 25 Aug 2019 19:52:59 +0200 CentOS mailing list <centos at centos.org> wrote: > >> I am looking for software to make slideshows/presentations on CentOS, >> incorporating photos, videos and text (possibly also music) allowing for >> transition effects etc. I'd like to be able to drag and drop/rearrange >>
2005 Nov 16
0
trying to use effects for photo slideshow
Hi all I am trying to overlay the Effect.Fade and Effect.Appear to make a photo slideshow, but my frist approaches failed and it seems it needs a bit of CSS-tweaking and Effects-hacking to make it work Or does there exist any other simple way to make simultaneous fade-in/out ? btw. the Wiki seems to be down right now regards -- Roberto Saccon - http://rsaccon.com
2019 Aug 25
5
Slideshow/presentation software for CentOS
I am looking for software to make slideshows/presentations on CentOS, incorporating photos, videos and text (possibly also music) allowing for transition effects etc. I'd like to be able to drag and drop/rearrange photos etc. from different folders into a timeline and eventually end up with something I can show. Ideally without having to make copies of photos and store them in a folder
2008 Mar 10
2
Create Slide Shows (PowerPoint/KeyNote-Style) Using Markdown using the Slide Show (S9) Ruby Gem
Hello, I've published a Ruby gem that lets you create slide shows and author slides in plain text using a wiki-style markup language that's easy-to-write and easy-to-read. Yes, that's Markdown. (Textile is supported too ;-) You can find two samples online in Markdown: o http://slideshow.rubyforge.org/svn/samples/rest.text o
2019 Aug 25
3
Slideshow/presentation software for CentOS
There's a web / cloud package, Prezi, that does very nice presentations, it has some cool features, like letting you create a non-linear presentation that has branches/forks where you can dive into deeper detail or skip on the fly... Its free to use if you don't mind your presentation being 'public', the paid version lets you make private presentations and also includes an
2019 Aug 25
0
Slideshow/presentation software for CentOS
At Sun, 25 Aug 2019 19:52:59 +0200 CentOS mailing list <centos at centos.org> wrote: > > I am looking for software to make slideshows/presentations on CentOS, > incorporating photos, videos and text (possibly also music) allowing for > transition effects etc. I'd like to be able to drag and drop/rearrange > photos etc. from different folders into a timeline and
2008 Mar 15
1
error on belongs_to method.
I followed the Ruby on Rails up and running book published by Orielly. there are three DB tables, photo, slideshow, and slide the Slide class in slide.rb is like this: class Slide < ActiveRecord::Base belongs_to :photo :foreign_key =>photo_id belongs_to :slideshow :foreign_key=>slideshow_id end I inserted the sample data into database. When I trying to run the command on page39:
2013 Oct 14
1
Powerpoint 2007 not advancing slides
Hi Everyone Samba 3.6.7 on OpenSuse 12.2 x86_64 I have an unusual problem for which I have not been able to find a solution on the Internet. With Powerpoint 2003, there was no issue. With Powerpoint 2007, the user cannot advance slides unless the file is saved locally on the client (Windows XP SP3, ntfs filesystem). When the file is loaded from the samba share, the user can edit and save
2007 Feb 02
3
S5 slide show system
S5 - http://meyerweb.com/eric/tools/s5/ - is an html-based slide-show system. It produces professional-looking slideshows from text with a little xml markup. Has anyone tried using Markdown to generate S5 slide-shows? I think this would be a pretty neat system. I'm thinking a level-1 header could be the slideshow title, and level-2 headers could define individual slides. Any thoughts? - Dan
2019 Aug 26
0
Slideshow/presentation software for CentOS
<jhn.pierce at gmail.com> wrote: > There's a web / cloud package, Prezi, If you want to use cloud services then I would recommend googles presentation tool. I use it daily and find it very useful. It works best in chrome/chromium. You can also publish your presentation as a video. Personally, I find Prezi sucks!