[jQuery] Re: Featured Content or Cnet Carousel

2007-05-25 Thread Patrick Hall

*bump*

Here's an interesting carousel-style widget, implemented with
Prototype:

http://www.missingmethod.com/projects/glider.html

I'm with Alex, the widget linked in the OP doesn't really seem
"carouselish" to me -- the missingmethod example does.

Most importantly, imho, it allows arbitrary HTML.

I can't think of a way to get that "wipe" effect in jQuery, where two
elements move together.

Anyone done something like that?



[jQuery] Re: Featured Content or Cnet Carousel

2007-05-08 Thread tzmedia

Thanks for the suggestions, and making me think.
I guess I'm not that partial to the animation, a classic fade would be
fine.
Like http://medienfreunde.com/lab/innerfade/
What I really like is the navigation at the bottom, I'm not sure how
to do that with no fuss, that would highlight which slide is showing
at the moment, such as a selected Css class or something?

There are seven, count 'em seven scripts attached to the non-jquery
example at:
http://www.builderau.com.au/resources/carousel/example2.htm
I hate to even think about tying up that kind of bandwidth on a
server.

Any ideas on coding the navigation or an example or plugin that could
be used in conjunction with innerfade maybe? I don't think I have the
skills to mesh two app's into one, but my bud Mario might be able to
help me figure it out.
thanks again.

On May 7, 4:42 pm, "Alex Ezell" <[EMAIL PROTECTED]> wrote:
> This is not an answer, just an observation.
>
> Does it seem odd that a "carousel"or slideshow which is decidedly
> horizontal uses a DropOutDown effect? Shouldn't it just fade or at
> least slide off to the side?
>
> /alex
>
> On 5/7/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:
>
>
>
> > >Is anyone familiar with this type of setup:
> > >http://www.builderau.com.au/program/javascript/soa/Build-a-carousel-w...
> > >JavaScript/0,339028434,339271770,00.htm
> > >The demo is at the end of the article on page three or here:
> > >http://www.builderau.com.au/resources/carousel/example2.htm
>
> > Interface already has a DropOutDown effect:
>
> >http://interface.eyecon.ro/demos/ifx.html#drop-fx
>
> >http://interface.eyecon.ro/docs/fx
>
> > It wouldn't be hard to modify that code to do what you want using jQuery.
> > You could also probably just use the animate() method if you didn't want to
> > use Interface to get the same effect.
>
> > -Dan



[jQuery] Re: Featured Content or Cnet Carousel

2007-05-07 Thread Alex Ezell


This is not an answer, just an observation.

Does it seem odd that a "carousel"or slideshow which is decidedly
horizontal uses a DropOutDown effect? Shouldn't it just fade or at
least slide off to the side?

/alex

On 5/7/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:


>Is anyone familiar with this type of setup:
>http://www.builderau.com.au/program/javascript/soa/Build-a-carousel-with-
>JavaScript/0,339028434,339271770,00.htm
>The demo is at the end of the article on page three or here:
>http://www.builderau.com.au/resources/carousel/example2.htm

Interface already has a DropOutDown effect:

http://interface.eyecon.ro/demos/ifx.html#drop-fx

http://interface.eyecon.ro/docs/fx

It wouldn't be hard to modify that code to do what you want using jQuery.
You could also probably just use the animate() method if you didn't want to
use Interface to get the same effect.

-Dan




[jQuery] Re: Featured Content or Cnet Carousel

2007-05-07 Thread Dan G. Switzer, II

>Is anyone familiar with this type of setup:
>http://www.builderau.com.au/program/javascript/soa/Build-a-carousel-with-
>JavaScript/0,339028434,339271770,00.htm
>The demo is at the end of the article on page three or here:
>http://www.builderau.com.au/resources/carousel/example2.htm

Interface already has a DropOutDown effect:

http://interface.eyecon.ro/demos/ifx.html#drop-fx

http://interface.eyecon.ro/docs/fx

It wouldn't be hard to modify that code to do what you want using jQuery.
You could also probably just use the animate() method if you didn't want to
use Interface to get the same effect.

-Dan