Search the web
Sign In
New User? Sign Up
ycarousel · Bill Scott's Carousel Component
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
For a long time I have been expecting the carousel to migrate to YUI library. Since it is still in the queue but has not happened yet, I invite you to post...
billwaynescott
Offline Send Email
Jun 2, 2007
11:08 pm
2
From Email: I have not done this myself but based on other similar things I have done like this, you would put an event handler listening for the resize of the...
billwaynescott
Offline Send Email
Jun 2, 2007
11:14 pm
3
[This is fixed in version 0.5.0] Glad to help. Unfortunately this is a bug. I am calculating the liPaddingWidth, but unfortunately I was not expecting a value...
billwaynescott
Offline Send Email
Jun 2, 2007
11:18 pm
4
I took your site, downloaded the site to my local machine, pointed to a non-minimized carousel.js, used the IE debugger to find the exact line that was giving...
billwaynescott
Offline Send Email
Jun 2, 2007
11:19 pm
5
Here is the full thread from my email. This is fixed in 0.5.0 (with the caveat that you will need to specify the height of the carousel LI items in CSS) Email...
billwaynescott
Offline Send Email
Jun 2, 2007
11:26 pm
6
From 'Rob': Rob has left a new comment on your post "Carousel - 0.4.0": Any Way to maeke the carusell remember where is was after a page load?...
billwaynescott
Offline Send Email
Jun 2, 2007
11:28 pm
7
Rob, Since the carousel gets regenerated on a page refresh you will have to do something like this: - store the firstVisible property from the carousel on each...
billwaynescott
Offline Send Email
Jun 2, 2007
11:30 pm
8
From http://looksgoodworkswell.blogspot.com/2007/01/carousel-040.html Can the carousel scripting be modified to transition divs rather than list items? By...
billwaynescott
Offline Send Email
Jun 2, 2007
11:31 pm
9
Each LI can contain a DIV, so effectively you are managing a series of DIVs. UL/LI was chosen to better match the true nature of the underlying content...
billwaynescott
Offline Send Email
Jun 2, 2007
11:32 pm
10
Response from Devco: My concerns are design control and validation. I could be wrong, but I don't think a div within an li would validate. I certainly...
billwaynescott
Offline Send Email
Jun 2, 2007
11:33 pm
11
Just tested the html_static.html page & wrapped the content of the LI in a DIV. It validated according to: http://validator.w3.org/ -- Bill ... ...
billwaynescott
Offline Send Email
Jun 2, 2007
11:51 pm
12
Thanks for a great product. Anyway to have it fetch images from a source other then flickr? Thanks again Jean Vence By Anonymous, at 4/29/2007 9:23 AM...
billwaynescott
Offline Send Email
Jun 2, 2007
11:52 pm
13
Jean, Sure, check out this example: http://billwscott.com/carousel/carousel_ajax_search.html The whole point of the carousel design is flexibility in what data...
billwaynescott
Offline Send Email
Jun 2, 2007
11:53 pm
14
... I see a call to gettrips.php which returns a JSON file. Is the format of this file described anywhere? Couldn't find it in the documentation. Thanks again....
billwaynescott
Offline Send Email
Jun 2, 2007
11:54 pm
15
JSON is a standard format (search for json or go to json.org). However, the carousel does not care if the data you handle is returned in XML, HTML, JavaScript,...
billwaynescott
Offline Send Email
Jun 2, 2007
11:56 pm
16
One comment on firstVisible property. I'm loading items via AJAX method and I have possibly endless list of items. firstVisible item is set according to search...
billwaynescott
Offline Send Email
Jun 3, 2007
12:03 am
17
This should actually work. In the example: http://billwscott.com/carousel/carousel_dhtml_load_bounded_wrap_offset.html the firstVisible is set to 8. When the...
billwaynescott
Offline Send Email
Jun 3, 2007
12:08 am
18
Mr. Bill Scott, Very nice work. I also created a Javascript library that implements the similar functionality using Prototype/scriptaculous. The sample demo is...
billwaynescott
Offline Send Email
Jun 3, 2007
12:13 am
19
... From: Bill Bizeau [email withheld] To: b.scott@... Sent: Wednesday, April 25, 2007 8:17:32 PM Subject: Carousel Question I'm going to be loading the...
billwaynescott
Offline Send Email
Jun 3, 2007
12:16 am
20
Since you can place any HTML you want in the LI (each carousel item) using the addItem method you can cobble together any number of ways to create a two column...
billwaynescott
Offline Send Email
Jun 3, 2007
12:21 am
21
Dear Bill Scott, I am working on a project for the company I work for (www.gaiaonline.com) and we're trying to incorporate your rotating carousel script. It's...
billwaynescott
Offline Send Email
Jun 3, 2007
12:26 am
22
My guess is that another error is causing a problem in IE6 meaning that the value for carouselElementID is not a valid HTML element. -- Bill...
billwaynescott
Offline Send Email
Jun 3, 2007
12:28 am
23
Check out: http://www.stringify.com/columnav/ -- Bill...
billwaynescott
Offline Send Email
Jun 3, 2007
12:42 am
24
Dear Bill Scott, I have a question about your Carousel component, witch I first will say is a awesome piece of work. I hoop that you don't mind me asking by...
billwaynescott
Offline Send Email
Jun 3, 2007
12:50 am
25
I've got a vertical Carousel showing pictures in groups of 10. I'm trying to convert my existing table-based photo album to use your Carousel, but I want to...
billwaynescott
Offline Send Email
Jun 3, 2007
12:55 am
26
See: http://billwscott.com/carousel/carousel_dhtml_load_vert_sideways.html...
billwaynescott
Offline Send Email
Jun 3, 2007
12:57 am
27
Hi Bill, I've built your Carousel successfully in a non-ajax version. I'd like to now try adding the ajax load funtionality but I have one question about the...
billwaynescott
Offline Send Email
Jun 3, 2007
1:00 am
28
Hi Bill, Just want to say thanks for carousel, and that I am using it on my webpage www.maxcase.info. take care, Max....
billwaynescott
Offline Send Email
Jun 3, 2007
1:01 am
29
Try: http://billwscott.com/carousel/source.php?url=getTrips.php...
billwaynescott
Offline Send Email
Jun 3, 2007
1:02 am
30
[Go for it!--bill] Hi Bill I made a port of you code to the ext js library (http://www.extjs.com). You can see the port here ...the link is not public yet...
billwaynescott
Offline Send Email
Jun 3, 2007
1:07 am
Messages 1 - 30 of 505   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help