Re: [Proto-Scripty] Anyone know of a good image scroller?

2012-12-25 Thread Walter Lee Davis
I had some older versions of Prototype/Scriptaculous in there, that'd explain 
it, since I was looking on Mac OS, and there was no patch needed for those 
browsers. I've just updated to the latest.

Walter

On Dec 25, 2012, at 5:55 PM, Phil Petree wrote:

> On ie9.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



Re: [Proto-Scripty] Anyone know of a good image scroller?

2012-12-25 Thread Phil Petree
http://scripty.walterdavisstudio.com/scroll/
http://scripty.walterdavisstudio.com/slider.html

On the scroll bar, I can't scroll
On the slider only the left/right links work. I cant grab the block or
click within the slider range.

On ie9.



Decided to roll my own scroller... remembered that I already had the php
based image service piece that I wrote to track logo displays so we could
see how often our newsletter was viewed... used that, a few divs, some
basic prototype and I was done pretty quickly. It rotates through 6 images,
I could tinker some more and have it refresh logos on every cycle but this
is good enough.

On Tue, Dec 25, 2012 at 1:30 PM, Walter Lee Davis wrote:

>
> On Dec 25, 2012, at 6:41 AM, Phil Petree wrote:
>
> > Thanks for that pointer... but that's still not what I'm looking for
> (and Walter, if you're still haning out here, two of those demos are
> broken).
> >
> > I have an ever changing list of product logos (right now 30 and we've
> not even launched yet) and I want to:
> >
> > 1) load a prototpe widget on my home page
> > 2) point that widget to a directory containing the logos
>
> This part is going to be impossible without server-side help. Either PHP
> or Ruby or some other server-side scripting that can read a directory
> contents and do things with that knowledge will be necessary, because
> JavaScript is run on the client, and there's no way the client can read a
> directory on the server.
>
> > 3) have that widget issue an ajax call to fetch a logo
> > 4) receive the logo and display in my box
> > 5) Ideally it would scroll it up from the bottom and push the previous
> off the top
>
> The effect part of this is pretty trivial. You might want to look for a
> "Carousel" effect, of which there are hundreds of examples.
>
> Walter
>
> >
> > On Sun, Dec 23, 2012 at 3:37 AM, Agnese Camellini <
> agnese.camell...@gmail.com> wrote:
> > I got one example but it's orizontal scrolling:
> > http://scripty.walterdavisstudio.com/
> >
> > it's a repo of one other member of this list.
> >
> > Hope to help.
> > Agnese
> >
> > 2012/12/22 Phil Petree 
> > I'm working on a site that needs to have some images (logos) from
> "featured products" scrolled vertically and the images should loaded via
> ajax.
> >
> > I've looked all over and not found anything using prototype... anyone
> have any suggestions?
> > (looks like the prototype eco system is diminishing)
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "Prototype & script.aculo.us" group.
> > To post to this group, send email to
> prototype-scriptaculous@googlegroups.com.
> > To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
> >
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "Prototype & script.aculo.us" group.
> > To post to this group, send email to
> prototype-scriptaculous@googlegroups.com.
> > To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
> >
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "Prototype & script.aculo.us" group.
> > To post to this group, send email to
> prototype-scriptaculous@googlegroups.com.
> > To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To post to this group, send email to
> prototype-scriptaculous@googlegroups.com.
> To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



Re: [Proto-Scripty] Anyone know of a good image scroller?

2012-12-25 Thread Walter Lee Davis

On Dec 25, 2012, at 6:41 AM, Phil Petree wrote:

> Thanks for that pointer... but that's still not what I'm looking for (and 
> Walter, if you're still haning out here, two of those demos are broken).
>  
> I have an ever changing list of product logos (right now 30 and we've not 
> even launched yet) and I want to:
>  
> 1) load a prototpe widget on my home page
> 2) point that widget to a directory containing the logos

This part is going to be impossible without server-side help. Either PHP or 
Ruby or some other server-side scripting that can read a directory contents and 
do things with that knowledge will be necessary, because JavaScript is run on 
the client, and there's no way the client can read a directory on the server.

> 3) have that widget issue an ajax call to fetch a logo
> 4) receive the logo and display in my box
> 5) Ideally it would scroll it up from the bottom and push the previous off 
> the top

The effect part of this is pretty trivial. You might want to look for a 
"Carousel" effect, of which there are hundreds of examples. 

Walter

> 
> On Sun, Dec 23, 2012 at 3:37 AM, Agnese Camellini 
>  wrote:
> I got one example but it's orizontal scrolling:
> http://scripty.walterdavisstudio.com/
> 
> it's a repo of one other member of this list.
> 
> Hope to help.
> Agnese
> 
> 2012/12/22 Phil Petree 
> I'm working on a site that needs to have some images (logos) from "featured 
> products" scrolled vertically and the images should loaded via ajax.
>  
> I've looked all over and not found anything using prototype... anyone have 
> any suggestions?
> (looks like the prototype eco system is diminishing)
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Prototype & script.aculo.us" group.
> To post to this group, send email to prototype-scriptaculous@googlegroups.com.
> To unsubscribe from this group, send email to 
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Prototype & script.aculo.us" group.
> To post to this group, send email to prototype-scriptaculous@googlegroups.com.
> To unsubscribe from this group, send email to 
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Prototype & script.aculo.us" group.
> To post to this group, send email to prototype-scriptaculous@googlegroups.com.
> To unsubscribe from this group, send email to 
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/prototype-scriptaculous?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



Re: [Proto-Scripty] Anyone know of a good image scroller?

2012-12-25 Thread Walter Lee Davis
Which ones? I just tried them here without issue.

Walter

On Dec 25, 2012, at 6:41 AM, Phil Petree wrote:

> and Walter, if you're still haning out here, two of those demos are broken).

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



Re: [Proto-Scripty] Anyone know of a good image scroller?

2012-12-25 Thread Phil Petree
Thanks for that pointer... but that's still not what I'm looking for (and
Walter, if you're still haning out here, two of those demos are broken).

I have an ever changing list of product logos (right now 30 and we've not
even launched yet) and I want to:

1) load a prototpe widget on my home page
2) point that widget to a directory containing the logos
3) have that widget issue an ajax call to fetch a logo
4) receive the logo and display in my box
5) Ideally it would scroll it up from the bottom and push the previous off
the top

On Sun, Dec 23, 2012 at 3:37 AM, Agnese Camellini <
agnese.camell...@gmail.com> wrote:

> I got one example but it's orizontal scrolling:
> http://scripty.walterdavisstudio.com/
>
> it's a repo of one other member of this list.
>
> Hope to help.
> Agnese
>
> 2012/12/22 Phil Petree 
>
>>  I'm working on a site that needs to have some images (logos) from
>> "featured products" scrolled vertically and the images should loaded via
>> ajax.
>>
>> I've looked all over and not found anything using prototype... anyone
>> have any suggestions?
>> (looks like the prototype eco system is diminishing)
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Prototype & script.aculo.us" group.
>> To post to this group, send email to
>> prototype-scriptaculous@googlegroups.com.
>> To unsubscribe from this group, send email to
>> prototype-scriptaculous+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To post to this group, send email to
> prototype-scriptaculous@googlegroups.com.
> To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.