[jQuery] Re: Help- looking for motion/animation help (specifically, hovering)

2008-01-22 Thread withinreach

No mouse behavior (walk away from the 'hover' as mouseover - think
'hover' like spaceship over a house).

My orig post: Or more specifically, a swami/guru/magic person hovering
in place with slight up/down/left/right motion.  Floating might be a
better concept.

I want my logo (robot) to hover in a bounded box of space - slight
motion left/right/up/down automatically (no mouse over - just all the
time).

Hover, float all have web-specific definitions, hence it's hard to
search on for the more real-world ideas.

On Jan 18, 1:38 am, "Michael Geary" <[EMAIL PROTECTED]> wrote:
> Are you looking for the hoverintent plugin?
>
> If that's not it, maybe you can describe more specifically what kind of
> mouse behavior you're looking for.
>
> -Mike
>
> > From: withinreach
>
> > But not the mousehovermeaning. More like levitation (grin)
> > - think UFO 'hovering' over a house...
>
> > Or more specifically, a swami/guru/magic person hovering in
> > place with slight up/down/left/right motion.
>
> > I am certain there's a loop or an interval, to keep things
> > moving, and a 'bounding box' (don't go X pixels from center
> > starting point) to keep things from floating away.


[jQuery] Re: Help- looking for motion/animation help (specifically, hovering)

2008-01-21 Thread withinreach

Sorry, I was away...

No mouse behavior (walk away from the 'hover' as mouseover - think
'hover' like spaceship over a house).

My orig post: Or more specifically, a swami/guru/magic person hovering
in place with
slight up/down/left/right motion.

I want my logo (robot) to hover in a bounded box of space - slight
motion left/right/up/down automatically (no mouse over - just all the
time).


On Jan 18, 8:37 am, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> How about an animated gif? :-)
>
> --Karl
> _
> Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
> On Jan 18, 2008, at 12:04 AM, withinreach wrote:
>
>
>
> > But not the mousehovermeaning. More like levitation (grin) - think
> > UFO 'hovering' over a house...
>
> > Or more specifically, a swami/guru/magic person hovering in place with
> > slight up/down/left/right motion.
>
> > I am certain there's a loop or an interval, to keep things moving, and
> > a 'bounding box' (don't go X pixels from center starting point) to
> > keep things from floating away.
>
> > But I just can't see the forest for the trees on how to implement it.
>
> > ANY pointers would be humbly appreciated, and I PROMISE to post the
> > final code for all to see and have (whatever you-can-have-it license
> > along with it).
>
> > Thanks
> > Mike


[jQuery] Help- looking for motion/animation help (specifically, hovering)

2008-01-17 Thread withinreach

But not the mouse hover meaning. More like levitation (grin) - think
UFO 'hovering' over a house...

Or more specifically, a swami/guru/magic person hovering in place with
slight up/down/left/right motion.

I am certain there's a loop or an interval, to keep things moving, and
a 'bounding box' (don't go X pixels from center starting point) to
keep things from floating away.

But I just can't see the forest for the trees on how to implement it.

ANY pointers would be humbly appreciated, and I PROMISE to post the
final code for all to see and have (whatever you-can-have-it license
along with it).

Thanks
Mike


[jQuery] Re: Treeview persistence (cookies) and a dynamic (PHP/MySQL built) UL - not holding state

2007-04-20 Thread withinreach

A bit more digging, and now I've gotten it to work, but

Works fine, if I use the unpacked version of treeview.js that is in
the SVN. If I replace that with the packed version, stops working.

additional 6K won't break the bank, but makes you worry about version
control WITHIN the latest releases. *sigh*



[jQuery] Re: Treeview persistence (cookies) and a dynamic (PHP/MySQL built) UL - not holding state

2007-04-20 Thread withinreach

While I appreciate pointing out my redundant parameter assignments
(I'm still learning my way around), I made the change yet still not
getting the behavior I want.

Mike



[jQuery] Treeview persistence (cookies) and a dynamic (PHP/MySQL built) UL - not holding state

2007-04-19 Thread withinreach

I'm working with Treeview, latest version, needing the cookie/
persistence feature for a project.

Sample demo works fine on my local machine (I can click on 2nd tree,
change what's open/closed, browse to another page, then return (BACK
button), and the tree holds its state. Great!

Can't get it to work in my test system though.

http://www.wrctest.com/tt2006/tennis_lessons_showall.php

You do not need an account or login to see the tennis lessons - and
the next screen (after picking a lesson) only shows more details, so
anyone (on this list) can see what's going on (or not, as the case may
be).

Please, it is a beta system, so don't tell folks about it, ok?

What I want is that when someone drills down and finally picks a
class, they get the details page (that works), but when they click
'back', the tree is not all collapsed back up, but instead stays where
it was.

I suspect it's more a PHP and cache issue (in other words, don't
rebuild the tree on each visit), but want to run it by this august
group before I look into a different direction. And any advice on the
PHP side  (buffering, caching, looking at return url, pre-creating the
UL?) all welcome.

Thanks!
Mike Truese