[jQuery] Re: Easebox

2007-07-18 Thread Glen Lipka
Hey Jake, I am trying to make progress on this easebox thing. A friend helped me some, but his OOP is really limited. Can you possibly look at the code and tell us what you think? I thought it would be easy, but it's turning into a bigger project. http://www.commadot.com/jquery/easebox/ben2.htm

[jQuery] Re: Easebox

2007-07-06 Thread weepy
did u get any further with this project ? I might have a use for it in a project of mine and would be interested in helping you make progress. *...( On Jun 25, 3:44 am, Glen Lipka [EMAIL PROTECTED] wrote: I sort of made progress, then I tried to hook up the next back buttons. Then I messed

[jQuery] Re: Easebox

2007-07-06 Thread Glen Lipka
I went backwards and messed it all up. Basically, as was pointed out to me, my code is very procedural. This sort of thing would benefit greatly from being OOP. Ben Nadel had volunteered to help me out and plugin-ize it. But he has been a little busy too. The proof of concept is there, the

[jQuery] Re: Easebox

2007-06-24 Thread Glen Lipka
Working on it. All these little details. I have to figure out how to position all this stuff. Especially to make the image zoom to an appropriate size to the viewport. Glen On 6/23/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Glen Lipka wrote: I had a little bit of free time, so I started an

[jQuery] Re: Easebox

2007-06-24 Thread Glen Lipka
It's inching its way forward. It seems though that the further I take this, the more programming is required. All these details. My dream is to have the same syntax as prototype's lightbox and be able to say $(element).EaseBox({ transitionDuration: 1000, easingMethod: method,

[jQuery] Re: Easebox

2007-06-24 Thread weepy
looking great you need to make it work with thumbnails though otherwise the page might take aaages to load with lots of big images weepy :...( On Jun 24, 8:05 am, Glen Lipka [EMAIL PROTECTED] wrote: It's inching its way forward. It seems though that the further I take this, the more

[jQuery] Re: Easebox

2007-06-24 Thread weepy
I guess I mean a bit like this plugin : http://vikjavev.no/highslide/#examples - does an ajax load for the image before it zooms. On Jun 24, 8:47 am, weepy [EMAIL PROTECTED] wrote: looking great you need to make it work with thumbnails though otherwise the page might take aaages to load

[jQuery] Re: Easebox

2007-06-24 Thread Glen Lipka
I thought that this would do the same thing... $([EMAIL PROTECTED]).each(function(i){ thumbnail = $(this).children(img); thumbnail.addClass(smallThumb); link = $(this); link.height(thumbnail.height()). width(thumbnail.width()). css(position,relative);

[jQuery] Re: Easebox

2007-06-24 Thread weepy
oh i see - you're loading them over the thumbnails ( i was right clicking and seeing the large file ). one of the main points of thumbnails is that you are not loading the whole image (bandwidth) - so really u should only load them when you click on them. (or it could be an option) weepy On

[jQuery] Re: Easebox

2007-06-24 Thread Glen Lipka
I sort of made progress, then I tried to hook up the next back buttons. Then I messed something up...then things started to unravel. Now, I am totally confused. I am sure I am writing stuff that is totally illogical. jQuery Programming questions: What is the best pattern to find the next

[jQuery] Re: Easebox

2007-06-23 Thread Jörn Zaefferer
Glen Lipka wrote: I had a little bit of free time, so I started an easeBox. Like thickbox, but with easing transitions. http://www.commadot.com/jquery/easebox/# Cool. I like it already. I made a list of things I want to do to it on it. Any suggestions to add to the list? Any suggestions of

[jQuery] Re: Easebox

2007-06-22 Thread Benjamin Sterling
Well, I am having problems with number 10 myself, but having it close an already zoomed images would be cool. All in all, that is nice. On 6/22/07, Glen Lipka [EMAIL PROTECTED] wrote: I had a little bit of free time, so I started an easeBox. Like thickbox, but with easing transitions.

[jQuery] Re: Easebox

2007-06-22 Thread Ⓙⓐⓚⓔ
extremely nice I'll gladly help you with plugin conversion! On 6/22/07, Glen Lipka [EMAIL PROTECTED] wrote: I had a little bit of free time, so I started an easeBox. Like thickbox, but with easing transitions. http://www.commadot.com/jquery/easebox/# I made a list of things I want to do

[jQuery] Re: Easebox

2007-06-22 Thread Glen Lipka
Right now, I was trying to use brandon's behavior plugin. Basically, I want to make the image draggable and resizeable (interface) ONLY when it's zoomed. The behavior plugin doesn't have a ton of reference material or examples. :) I keep tacking on other plugins. shortKeys for keyboard shortcuts