Yes, definitely a lot of KBs, but when developing we had the debate on
whether to compromise on the visuals and features to improve load
times.  Ultimately we felt the visuals are more important than the
text, so we made the call.  I think those on a slower connection are
used to a little lag time, not just on my site, but on any rich site.

The only thing that really bugged me was the script firing onload, but
now that I've solved that issue I'm happy with it.  Even on high speed
connections, anything delaying a full load (for example, a glitchy ad
from our network which is actually quite common) would really screw
the site.

--Sean



On Dec 8, 11:44 am, ricardobeat <[EMAIL PROTECTED]> wrote:
> That's a whole lot of KBs to load! You can write your carousel call in
> an inline <script> just after the element's markup, then it should
> happen instantly but you get messier code.
>
> - ricardo
>
> On Dec 8, 4:51 pm,Illah<[EMAIL PROTECTED]> wrote:
>
> > Forgot the link:
>
> >http://www.grooveeffect.com/
>
> > On Dec 8, 10:31 am,Illah<[EMAIL PROTECTED]> wrote:
>
> > > I use jQuery tabs for a carousel (see link below) but the problem is
> > > the script doesn't fire until the page is fully loaded.  On slower
> > > connections, or depending on if my ad network is piping through giant
> > > ads, this can make for some long, awkward moments when all the divs
> > > are revealed until the script finally fires.
>
> > > Is there any way to make the script fire immediately, even if the page
> > > isn't fully loaded?
>
> > > Thanks!

Reply via email to