Re: [jQuery] Interface 1.1

2007-01-17 Thread Dragan Krstic

I have some problems when draggin div contains other divs. In IE6 mostly,
but I think it due png filter. Also, open/close animation is not smotth in
FF1.5. I'll put demo this days
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-16 Thread j. siefer

really nice! thank you!!!

your docu. says for draging elements use
string ('parent' or 'document') or array (top, left, width, height) for
containment
should be  array (left, top, width, height) so

works fine, greetings
jac
-- 
View this message in context: 
http://www.nabble.com/Interface-1.1-tf3014110.html#a8392024
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-16 Thread Vaska
interface is still very slow. dragging isn't nearly fast  
enough...there's like a two second time gap before you can see what  
you are doing.

at least in Safari...


On 16 Jan 2007, at 16:30, j. siefer wrote:


 really nice! thank you!!!

 your docu. says for draging elements use
 string ('parent' or 'document') or array (top, left, width, height)  
 for
 containment
 should be  array (left, top, width, height) so

 works fine, greetings
 jac
 -- 
 View this message in context: http://www.nabble.com/Interface-1.1- 
 tf3014110.html#a8392024
 Sent from the JQuery mailing list archive at Nabble.com.


 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/





___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-16 Thread Stefan Petre
j. siefer wrote:
 really nice! thank you!!!

 your docu. says for draging elements use
 string ('parent' or 'document') or array (top, left, width, height) for
 containment
 should be  array (left, top, width, height) so

 works fine, greetings
 jac
   
Does anyone else have an opinion on this?

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-16 Thread Stefan Petre




I will test on safari soon and get back on this.

Vaska wrote:

  interface is still very slow. dragging isn't nearly fast  
enough...there's like a two second time gap before you can see what  
you are doing.

at least in Safari...


On 16 Jan 2007, at 16:30, j. siefer wrote:

  
  
really nice! thank you!!!

your docu. says for draging elements use
string ('parent' or 'document') or array (top, left, width, height)  
for
containment
should be  array (left, top, width, height) so

works fine, greetings
jac
-- 
View this message in context: http://www.nabble.com/Interface-1.1- 
tf3014110.html#a8392024
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/




  
  

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

  





___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-16 Thread Brandon Aaron
CSS spec puts top before left and width should go before height. It is
correct how you have it (top, left, width, height).

--
Brandon Aaron

On 1/16/07, Stefan Petre [EMAIL PROTECTED] wrote:
 j. siefer wrote:
  really nice! thank you!!!
 
  your docu. says for draging elements use
  string ('parent' or 'document') or array (top, left, width, height) for
  containment
  should be  array (left, top, width, height) so
 
  works fine, greetings
  jac
 
 Does anyone else have an opinion on this?

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-16 Thread Karl Swedberg
Not sure if there is a correct way to do it. In CSS spec, shorthand  
properties go both ways:


top goes first; left goes last:

- margin: top right bottom left;

vs.

left goes first; top goes second:

- background:  url(...) no-repeat left top;


--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Jan 16, 2007, at 12:47 PM, Stefan Petre wrote:


j. siefer wrote:

really nice! thank you!!!

your docu. says for draging elements use
string ('parent' or 'document') or array (top, left, width,  
height) for

containment
should be  array (left, top, width, height) so

works fine, greetings
jac


Does anyone else have an opinion on this?

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Interface 1.1

2007-01-15 Thread Stefan Petre
Hi,

Paul and I, with help from many jQuery developers, put together a new 
release of Interface. It has a number of new features, new plugins, 
speed improvements, nice demos, and improved documentation (there's 
still a lot to improve there). If you would like to learn more about the 
1.1 release of Interface, check out our brand-new news section as well 
as the updated changelog!.

http://interface.eyecon.ro

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-15 Thread Clodelio C. Delfino
Thanks Stefan and Paul, this is good news for interface users like me...cheers.

cdelfino

On 1/15/07, Stefan Petre [EMAIL PROTECTED] wrote:
 Hi,

 Paul and I, with help from many jQuery developers, put together a new
 release of Interface. It has a number of new features, new plugins,
 speed improvements, nice demos, and improved documentation (there's
 still a lot to improve there). If you would like to learn more about the
 1.1 release of Interface, check out our brand-new news section as well
 as the updated changelog!.

 http://interface.eyecon.ro

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-15 Thread Edwin Martin
Stefan Petre wrote:
 Paul and I, with help from many jQuery developers, put together a new 
 release of Interface. It has a number of new features, new plugins, 
 speed improvements, nice demos, and improved documentation (there's 
 still a lot to improve there). If you would like to learn more about the 
 1.1 release of Interface, check out our brand-new news section as well 
 as the updated changelog!.
   

Great! It's nice to see plugins updated this fast.

One thing I spotted: the draggable demo has unnecessary scrollbars, 
which make it a bit hard to view the demo.

Edwin Martin

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-15 Thread David Duymelinck
Stefan Petre schreef:
 Hi,

 Paul and I, with help from many jQuery developers, put together a new 
 release of Interface. It has a number of new features, new plugins, 
 speed improvements, nice demos, 
great to see all those cool interface plugins you posted here are in the 
new release and i don't remember the sortables had so many options.  :)
 and improved documentation (there's 
 still a lot to improve there). If you would like to learn more about the 
 1.1 release of Interface, check out our brand-new news section as well 
 as the updated changelog!.

   
a few problems with the new site:

When i opened the site in FF2 on windows i got the warning to stop the 
script because it wasn't responding.

If you click on documentation you don't get directed to the docs page it 
only opens the extended menu. I noticed it because i clicked on one of 
the items and when i hit the back button i got back to the demo page. 
Maybe i'm too picky but all other menu items direct you to a page.

Still very nice work on the interface plugin.

-- 
David Duymelinck

[EMAIL PROTECTED]


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-15 Thread Miles Storey

I like the new demo layout but it might be wise to put some initial content
in the demo window, pointing people to the links below.

Also, I got an error on the selectables demo. When I click serialise (XP and
FF2) it gives me,

Error: a.get(0) has no properties
Source File: http://interface.eyecon.ro/interface/interface.js
Line: 8

Great work as always, thank you!

Miles


On 1/15/07, Stefan Petre [EMAIL PROTECTED] wrote:


Hi,

Paul and I, with help from many jQuery developers, put together a new
release of Interface. It has a number of new features, new plugins,
speed improvements, nice demos, and improved documentation (there's
still a lot to improve there). If you would like to learn more about the
1.1 release of Interface, check out our brand-new news section as well
as the updated changelog!.

http://interface.eyecon.ro

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-15 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Stefan Petre
Subject: [jQuery] Interface 1.1

Hi,

Paul and I, with help from many jQuery developers, put together a new 
release of Interface. It has a number of new features, new plugins, 
speed improvements, nice demos, and improved documentation (there's 
still a lot to improve there). If you would like to learn more about the

1.1 release of Interface, check out our brand-new news section as well

as the updated changelog!.

http://interface.eyecon.ro

-

Hey now, that is a large improvement.  Thanks for the work guys.

-ALEX

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-15 Thread jason schleifer

very cool!  glad to see an update, but I get a number of errors in linux on
mozilla..

Draggables are very very slow.. in fact, they dont' drag.. they just sort of
appear wherever I mouseup.

The imagebox keeps blinking on and off.. every time it opens, it displays,
and then closes adn displays again, and again, and again..

other than that, it's pretty cool! :)


On 1/15/07, Alex Cook [EMAIL PROTECTED] wrote:


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Stefan Petre
Subject: [jQuery] Interface 1.1

Hi,

Paul and I, with help from many jQuery developers, put together a new
release of Interface. It has a number of new features, new plugins,
speed improvements, nice demos, and improved documentation (there's
still a lot to improve there). If you would like to learn more about the

1.1 release of Interface, check out our brand-new news section as well

as the updated changelog!.

http://interface.eyecon.ro

-

Hey now, that is a large improvement.  Thanks for the work guys.

-ALEX

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/





--
jason schleifer
ah-ni-may-tor | weirdo
http://jonhandhisdog.com/
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1

2007-01-15 Thread fullgarbage
Hello Stefan,

Thanks for the great news. The interface plugin makes jQuery valuable.
I've noticed this bugs however:
'Resizables' from the demo doesn't work for me in IE7.
'Slider' - the lower slider doesn't work (IE7 again).

Monday, January 15, 2007, 1:25:03 PM, you wrote:

 Hi,

 Paul and I, with help from many jQuery developers, put together a new 
 release of Interface. It has a number of new features, new plugins, 
 speed improvements, nice demos, and improved documentation (there's 
 still a lot to improve there). If you would like to learn more about the
 1.1 release of Interface, check out our brand-new news section as well
 as the updated changelog!.

 http://interface.eyecon.ro

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


-- 
Best regards,
Stoyan


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/