[jQuery] Re: jQpanels 1.0.1

2007-10-19 Thread [EMAIL PROTECTED]



On 19 Ott, 16:34, Rey Bango [EMAIL PROTECTED] wrote:
 Hi Andrea. Great work on the plugin. This is such a common bit of
 functionality and the plugin is very useful. Here's some feedback.

 1) In IE, your demo page doesn't seem to render correctly. The header
 that says, Andrea's Blog Sliding Panels for jQuery simply doesn't
 appear. It looks fine in FF though.

Thanks RayI fixed thatI have some hate for IE and sometimes I
forget it exists


 2)For Slide 2, the div that slides down is overlapped by the tabs at the
 top instead of being below the tabs. Again, not an issue in FF. Solely IE.

Same as before.

 3) Slide 4: There's a stutter when expanding the div after the Ajax
 call. I would suggest modifying the code so that the Ajax call is
 completed, the Ajax indicator is changed and then do the slide down. I
 think this may help with the flicker.

honestly the code runs the event in this order but I have different
effect from different browser.
I have to test and find a better way to right the code.


 4) The accordian demo: I'm not sure if this is the expected behavior but
 if I click on the first panel, it attempts to close it and then
 immediately reopens it. Also, there is a tremendous amount of flickering
 in FireFox.

No the idea was to keep the opened panel stable on click.but I
still miss to find the right way to do that
About the flickering: I honestly do not see it on any browser.
Are you usinf FF 2.0.7 or a diifferent version??

 That's all I could find for now.

 Rey

 [EMAIL PROTECTED] wrote:
  Hi,

  I have now uploaded the version 1.0.1 of my jQ plugin for sliding
  panels.
  Some new feature added and a decent API has been written.

  can find anything here:

 http://www.andreacfm.com/examples/jQpanels/

  Please give me your feedback and suggestions

  Andrea



[jQuery] Re: jQpanels 1.0.1

2007-10-19 Thread [EMAIL PROTECTED]

Thnaks for the suggestion.

I will update the script and api accordingly.

Andrea

On 19 Ott, 13:07, Alexandre Plennevaux [EMAIL PROTECTED] wrote:
 that's getting better and better, congratz!

 i would suggest simply renaming that {status:'open'} option to open and
 making it a boolean value (since it can only have 2 states)

 {open: true}

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

 Behalf Of [EMAIL PROTECTED]
 Sent: vendredi 19 octobre 2007 11:01
 To: jQuery (English)
 Subject: [jQuery] jQpanels 1.0.1

 Hi,

 I have now uploaded the version 1.0.1 of my jQ plugin for sliding panels.
 Some new feature added and a decent API has been written.

 can find anything here:

 http://www.andreacfm.com/examples/jQpanels/

 Please give me your feedback and suggestions

 Andrea

 Ce message Envoi est certifié sans virus connu.
 Analyse effectuée par AVG.
 Version: 7.5.488 / Base de données virus: 269.15.1/1078 - Date: 18/10/2007
 17:47



[jQuery] Re: jQpanels 1.0.1

2007-10-19 Thread Rey Bango


Hi Andrea. Great work on the plugin. This is such a common bit of 
functionality and the plugin is very useful. Here's some feedback.


1) In IE, your demo page doesn't seem to render correctly. The header 
that says, Andrea's Blog Sliding Panels for jQuery simply doesn't 
appear. It looks fine in FF though.


2)For Slide 2, the div that slides down is overlapped by the tabs at the 
top instead of being below the tabs. Again, not an issue in FF. Solely IE.


3) Slide 4: There's a stutter when expanding the div after the Ajax 
call. I would suggest modifying the code so that the Ajax call is 
completed, the Ajax indicator is changed and then do the slide down. I 
think this may help with the flicker.


4) The accordian demo: I'm not sure if this is the expected behavior but 
if I click on the first panel, it attempts to close it and then 
immediately reopens it. Also, there is a tremendous amount of flickering 
in FireFox.


That's all I could find for now.

Rey

[EMAIL PROTECTED] wrote:

Hi,

I have now uploaded the version 1.0.1 of my jQ plugin for sliding
panels.
Some new feature added and a decent API has been written.

can find anything here:

http://www.andreacfm.com/examples/jQpanels/


Please give me your feedback and suggestions

Andrea




[jQuery] Re: jQpanels 1.0.1

2007-10-19 Thread Alexandre Plennevaux

that's getting better and better, congratz!

i would suggest simply renaming that {status:'open'} option to open and
making it a boolean value (since it can only have 2 states) 

{open: true} 



-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: vendredi 19 octobre 2007 11:01
To: jQuery (English)
Subject: [jQuery] jQpanels 1.0.1


Hi,

I have now uploaded the version 1.0.1 of my jQ plugin for sliding panels.
Some new feature added and a decent API has been written.

can find anything here:

http://www.andreacfm.com/examples/jQpanels/


Please give me your feedback and suggestions

Andrea

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.488 / Base de données virus: 269.15.1/1078 - Date: 18/10/2007
17:47
 



[jQuery] Re: jQPanels

2007-10-08 Thread Daniele Paoni

On Mon, 2007-10-08 at 04:14 +, [EMAIL PROTECTED] wrote:
 I have just posted my very first plug-in.
 Is an easy and unubitrusive script to create and manage sliding panels
 with for the moment quite few options.
 I'd really should like to have some feedback about the coding.
 Demo page and download link:
 a href=http://www.andreacfm.com/examples/jQpanels/;Examples Page/
 a,
 a href=http://www.andreacfm.com/page.cfm/Downloads;Download zip
 file/a
 
 
Very nice work.
Is it possible to add an option to have only one panel open at the same
time ?

Thanks
Daniele



[jQuery] Re: jQPanels

2007-10-08 Thread [EMAIL PROTECTED]

@Daniele.
I think I do not understand what you mean.
Please give me more details ( I also speak italian if you need it).

@Duncan
Thanks for the suggestion. That's  a nice idea to implement.
I will work on that.

Andrea

On 8 oct, 06:44, Duncan Heal [EMAIL PROTECTED] wrote:
 Thanks. It's great the jQuery community has such talent.
 A suggestion I have would be to add the ability to specify an event
 handler. Maybe make it click by default but allow users to change it
 to hover or mousedown (two events I would find useful). Just an idea.
 Thanks again
 Duncan

 On 8/10/2007, at 5:14 PM, [EMAIL PROTECTED] wrote:



  I have just posted my very first plug-in.
  Is an easy and unubitrusive script to create and manage sliding panels
  with for the moment quite few options.
  I'd really should like to have some feedback about the coding.
  Demo page and download link:
  a href=http://www.andreacfm.com/examples/jQpanels/;Examples Page/
  a,
  a href=http://www.andreacfm.com/page.cfm/Downloads;Download zip
  file/a



[jQuery] Re: jQPanels

2007-10-08 Thread Guy Fraser

[EMAIL PROTECTED] wrote:
 @Daniele.
 I think I do not understand what you mean.
 Please give me more details ( I also speak italian if you need it).
   

If I understand correctly, the scenario would be that when one panel is 
opened the others would be closed - a bit like an accordion menu. Being 
able to close either all other panels on the page when one is opened or 
just a selection of panels that are somehow grouped togehter would be 
very useful.



[jQuery] Re: jQPanels

2007-10-08 Thread Cloudream

like $(someid).slideToggle ?

On Oct 8, 12:14 pm, [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:
 I have just posted my very first plug-in.
 Is an easy and unubitrusive script to create and manage sliding panels
 with for the moment quite few options.
 I'd really should like to have some feedback about the coding.
 Demo page and download link:
 a href=http://www.andreacfm.com/examples/jQpanels/;Examples Page/
 a,
 a href=http://www.andreacfm.com/page.cfm/Downloads;Download zip
 file/a



[jQuery] Re: jQPanels

2007-10-08 Thread [EMAIL PROTECTED]

@GUY
I agree should be very usefull but means a major update...or better a
complete rewrite of the plugin to allow panels to work as groups of
elements or singularly.
Right now if you use the plug in against mor element ( es : $
('.slide').siledPanel()   and you have more div with slide class) the
effect should work with an inconvenient that the callback  fire more
times and so the class of the calling element ( panel-up or panle-down
changes with no logic relation).
If you do not style with arrows and so on it should be fine.

I will work on and will advise for update.

thanks for comments

Andrea

On Oct 8, 9:32 am, Cloudream [EMAIL PROTECTED] wrote:
 like $(someid).slideToggle ?

 On Oct 8, 12:14 pm, [EMAIL PROTECTED] [EMAIL PROTECTED]
 wrote:

  I have just posted my very first plug-in.
  Is an easy and unubitrusive script to create and manage sliding panels
  with for the moment quite few options.
  I'd really should like to have some feedback about the coding.
  Demo page and download link:
  a href=http://www.andreacfm.com/examples/jQpanels/;Examples Page/
  a,
  a href=http://www.andreacfm.com/page.cfm/Downloads;Download zip
  file/a



[jQuery] Re: jQPanels

2007-10-07 Thread Rey Bango


Awesome Andrea! :D

Rey

[EMAIL PROTECTED] wrote:

I have just posted my very first plug-in.
Is an easy and unubitrusive script to create and manage sliding panels
with for the moment quite few options.
I'd really should like to have some feedback about the coding.
Demo page and download link:
a href=http://www.andreacfm.com/examples/jQpanels/;Examples Page/
a,
a href=http://www.andreacfm.com/page.cfm/Downloads;Download zip
file/a