[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-06-11 Thread Renato Formato

Hi Andy,
I understand your point but the plugin captures mouse events only over
the flipping area, so, even moving it to the center won't change its
behavior.
If the plugin captures mouse events on the document, that could be
possible, but the turning page would be drawn always only inside the
flipping area.

Drawing the turning page even outside the block whose dimensions are
given to the plugin, would require the canvas to extend much further
and to
inject additional css to keep the layout consistent with the
dimensions provided.

Renato

On Jun 4, 3:28 pm, Andy Matthews [EMAIL PROTECTED] wrote:
 When I'm trying to grab the bottom right corner, and flip it to the left, I
 keep wanting to move my mouse past the edge of the flip area (just like I
 would with a real book). If the flip area were in the middle of the window,
 that would be no big deal. However since the flip area is flush to the edge
 of the window, when my mouse goes past the edge of the flip area, it also
 goes past the window which causes the corner to release and go back to it's
 original position.



[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-06-11 Thread Giovanni Battista Lenoci


Renato Formato ha scritto:


Hi all,
I've just released the jFlip plugin,
a plugin to make unobtrusive flipping page image galleries using 
canvas (warning: no Flash needed!).


It works with all jquery compatible browsers, IE included, using an 
enhanced version of excanvas I wrote.


Enjoy!

http://www.jquery.info/The-jFlip-plugin

Renato Formato



Very nice!

Complimenti!



--
gianiaz.net - web solutions
p.le bertacchi 66, 23100 sondrio (so) - italy
+39 347 7196482 



[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-06-11 Thread Giovanni Battista Lenoci


Renato Formato ha scritto:


Hi all,
I've just released the jFlip plugin,
a plugin to make unobtrusive flipping page image galleries using 
canvas (warning: no Flash needed!).


It works with all jquery compatible browsers, IE included, using an 
enhanced version of excanvas I wrote.


Enjoy!

http://www.jquery.info/The-jFlip-plugin

Renato Formato


A little note, if you drag the corner and the move the mouse pointer 
outside the sensible area the flip doesn't occur, maybe you can manage 
this case.


--
gianiaz.net - web solutions
p.le bertacchi 66, 23100 sondrio (so) - italy
+39 347 7196482 



[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-06-04 Thread Andy Matthews

Mike...

When I'm trying to grab the bottom right corner, and flip it to the left, I
keep wanting to move my mouse past the edge of the flip area (just like I
would with a real book). If the flip area were in the middle of the window,
that would be no big deal. However since the flip area is flush to the edge
of the window, when my mouse goes past the edge of the flip area, it also
goes past the window which causes the corner to release and go back to it's
original position.


andy

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Alsup
Sent: Tuesday, June 03, 2008 5:12 PM
To: jQuery (English)
Subject: [jQuery] Re: [ANNOUNCE] jFlip plugin


 http://www.jquery.info/The-jFlip-plugin

Very nice effect, Renato.  Definitely uses a lot of CPU when it's active,
but the visual is quite nice.


 It's WAY too difficult to use with it being so close to the edge of 
 the window.

I don't understand this comment at all.




[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-06-04 Thread Joe

Awesome plugin.  Well done.

Joe

www.subprint.com

On Jun 4, 8:28 am, Andy Matthews [EMAIL PROTECTED] wrote:
 Mike...

 When I'm trying to grab the bottom right corner, and flip it to the left, I
 keep wanting to move my mouse past the edge of the flip area (just like I
 would with a real book). If the flip area were in the middle of the window,
 that would be no big deal. However since the flip area is flush to the edge
 of the window, when my mouse goes past the edge of the flip area, it also
 goes past the window which causes the corner to release and go back to it's
 original position.

 andy

 -Original Message-
 From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On

 Behalf Of Mike Alsup
 Sent: Tuesday, June 03, 2008 5:12 PM
 To: jQuery (English)
 Subject: [jQuery] Re: [ANNOUNCE] jFlip plugin

 http://www.jquery.info/The-jFlip-plugin

 Very nice effect, Renato.  Definitely uses a lot of CPU when it's active,
 but the visual is quite nice.

  It's WAY too difficult to use with it being so close to the edge of
  the window.

 I don't understand this comment at all.


[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-06-04 Thread Renato Formato

 I'm surprised that this didn't get more reaction when posted.  Maybe
 just because Magnify was posted the same day.  I for one am very
 impressed.  To realize that this is written in Javascript is quite
 exciting.  Thanks for the nice work.


Thanks Scott,
I was surprised too, however it has been great to code it.
A nice bonus to the plugin is that the modified version of excanvas
that jFlip uses supports patterns too.

Renato Formato


[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-06-03 Thread Scott Sauyet


Renato Formato wrote:

I've just released the jFlip plugin,
a plugin to make unobtrusive flipping page image galleries using canvas 
(warning: no Flash needed!).


It works with all jquery compatible browsers, IE included, using an 
enhanced version of excanvas I wrote.


http://www.jquery.info/The-jFlip-plugin


I'm surprised that this didn't get more reaction when posted.  Maybe 
just because Magnify was posted the same day.  I for one am very 
impressed.  To realize that this is written in Javascript is quite 
exciting.  Thanks for the nice work.


  -- Scott


[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-06-03 Thread Andy Matthews

Might I suggest that the author center the examples in the browser window?

It's WAY too difficult to use with it being so close to the edge of the
window. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Scott Sauyet
Sent: Tuesday, June 03, 2008 4:35 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [ANNOUNCE] jFlip plugin


Renato Formato wrote:
 I've just released the jFlip plugin,
 a plugin to make unobtrusive flipping page image galleries using 
 canvas
 (warning: no Flash needed!).
 
 It works with all jquery compatible browsers, IE included, using an 
 enhanced version of excanvas I wrote.
 
 http://www.jquery.info/The-jFlip-plugin

I'm surprised that this didn't get more reaction when posted.  Maybe just
because Magnify was posted the same day.  I for one am very impressed.  To
realize that this is written in Javascript is quite exciting.  Thanks for
the nice work.

   -- Scott




[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-06-03 Thread Mike Alsup

 http://www.jquery.info/The-jFlip-plugin

Very nice effect, Renato.  Definitely uses a lot of CPU when it's
active, but the visual is quite nice.


 It's WAY too difficult to use with it being so close to the edge of the
 window.

I don't understand this comment at all.



[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-06-03 Thread Mauro Lizaur

On Tue, Jun 3, 2008 at 6:35 PM, Scott Sauyet [EMAIL PROTECTED] wrote:

 Renato Formato wrote:

 I've just released the jFlip plugin,
 a plugin to make unobtrusive flipping page image galleries using canvas
 (warning: no Flash needed!).

 It works with all jquery compatible browsers, IE included, using an
 enhanced version of excanvas I wrote.

 http://www.jquery.info/The-jFlip-plugin

 I'm surprised that this didn't get more reaction when posted.  Maybe just
 because Magnify was posted the same day.  I for one am very impressed.  To
 realize that this is written in Javascript is quite exciting.  Thanks for
 the nice work.

  -- Scott

This plugin is great, the other day i saw http://www.colorflip.com/ and i
was wondering if the same job of colorflip could be done with
javascript (jQuery actually)
and now i know it is possible :)

Great work!

-- 
JID: [EMAIL PROTECTED]


[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-06-03 Thread Glen Lipka
Nice!  I like it very much.

Glen

On Tue, Jun 3, 2008 at 2:55 PM, Mauro Lizaur [EMAIL PROTECTED] wrote:


 On Tue, Jun 3, 2008 at 6:35 PM, Scott Sauyet [EMAIL PROTECTED] wrote:
 
  Renato Formato wrote:
 
  I've just released the jFlip plugin,
  a plugin to make unobtrusive flipping page image galleries using canvas
  (warning: no Flash needed!).
 
  It works with all jquery compatible browsers, IE included, using an
  enhanced version of excanvas I wrote.
 
  http://www.jquery.info/The-jFlip-plugin
 
  I'm surprised that this didn't get more reaction when posted.  Maybe just
  because Magnify was posted the same day.  I for one am very impressed.
  To
  realize that this is written in Javascript is quite exciting.  Thanks for
  the nice work.
 
   -- Scott

 This plugin is great, the other day i saw http://www.colorflip.com/ and i
 was wondering if the same job of colorflip could be done with
 javascript (jQuery actually)
 and now i know it is possible :)

 Great work!

 --
 JID: [EMAIL PROTECTED]



[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-05-30 Thread Jean

Niiice!

On Fri, May 30, 2008 at 8:47 AM, Renato Formato
[EMAIL PROTECTED] wrote:

 Hi all,
 I've just released the jFlip plugin,
 a plugin to make unobtrusive flipping page image galleries using canvas
 (warning: no Flash needed!).

 It works with all jquery compatible browsers, IE included, using an enhanced
 version of excanvas I wrote.

 Enjoy!

 http://www.jquery.info/The-jFlip-plugin

 Renato Formato





-- 

[]´s Jean
www.suissa.info

 Ethereal Agency
www.etherealagency.com