[jQuery] Re: Adding scope support to .bind()

2008-12-30 Thread Paul Bakaus
+1 I like that, we can use it in many instances in jQuery UI. On 25 Dez., 21:08, Eduardo Lundgren eduardolundg...@gmail.com wrote: The isFunction is faster now but still has more coast that when you don't need to call it. We should keep the handler as the last parameter to fit with the

[jQuery] Re: [jquery-ui] Washington DC jQuery Meetup - lunch and learn jQuery UI at the Library of Congress

2008-09-16 Thread Paul Bakaus
Ave East Capitol Streets a block from the Capitol South Metro RSVP: Ed Summers ed.summers AT gmail DOT com - Richard Richard D. Worth http://rdworth.org/ -- Paul Bakaus UI Architect -- http://paulbakaus.com http://www.linkedin.com/in/paulbakaus

[jQuery] Re: Jquery gaming....

2008-08-27 Thread Paul Bakaus
Hi there, I do have some experience with it, building a isometric game engine in jQuery right now. Best you ask me your questions directly via email, since I don't often read the standard jQuery lists. Cheers, Paul On Aug 26, 8:15 pm, Aaron [EMAIL PROTECTED] wrote: Hi I am currently working

[jQuery] Re: jQuery.sheet thoughts, maybe UI compliant?

2008-06-22 Thread Paul Bakaus
Hi K-BL, While it's a great app, I don't think it really fits into jQuery UI as it is now. jQuery UI serves core interaction components and widgets, but yours is more a complete application, and I'm not sure if it's generic enough to be used in thousands of usecases. It might be a great demo

[jQuery] Re: REMINDER: jQuery Site Detection Greasemonkey Script

2008-04-21 Thread Paul Bakaus
sites is via jQuery Team Member Paul Bakaus' awesome jQuery Site Detection Greasemonkey Script. It's a small script that detects the jQuery object and displays a small icon in the lower-right corner of the browser if it finds a jQuery-powered site. To install it, just follow these simple

[jQuery] Re: jQuery t-shirt - did they happen?

2008-01-24 Thread Paul Bakaus
Yeah, I'm the proud owner of one of the shirts! But I don't have any photos :( On Jan 24, 6:28 am, Joel Birch [EMAIL PROTECTED] wrote: On 24/01/2008, Joel Birch [EMAIL PROTECTED] wrote: Did the jQueryCamp'08 attendees receive theirs? Whoops, I meant jQueryCamp'07... obviously. Joel

[jQuery] Re: Interface droppables versus UI Droppables

2007-12-20 Thread Paul Bakaus
Guys, there already is that feature available. It's just called a little different: $.ui.ddmanager.prepareOffsets(); (I guess). Please try if it works for you. Thanks. On Dec 20, 11:06 am, Richard D. Worth [EMAIL PROTECTED] wrote: If you could file a feature request ticket here, I'd be happy to

[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Paul Bakaus
Hi guys, I have something like that planned for a long time. the current UI demo gallery features something quite similiar, but it doesn't operate in 3D, it only scales. There is only one possibility to create this effect using open web standards, that is by using he canvas element. However,

[jQuery] Re: jQuery Challenge

2007-11-05 Thread Paul Bakaus
That's right, FX/Enchant will feature class animations as well as stylesheet animations. You can already test class animations if you check out trunk/fx. On Nov 4, 10:46 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: Sean, I actually think it will be in the fx library, but I could be wrong.

[jQuery] Re: jQuery Detection Script

2007-09-09 Thread Paul Bakaus
. Sorry. On Sep 9, 3:37 am, Rey Bango [EMAIL PROTECTED] wrote: Hi everyone. I just wanted to ensure that folks were aware of jQuery team member Paul Bakaus' awesome Greasemonkey script which helps to detect jQuery-powered sites by showing a little jQuery logo in the lower right-hand corner

[jQuery] Re: [NEWS] Brandon Aaron on Ajaxian...AGAIN!

2007-08-22 Thread Paul Bakaus
5 stars! I already saw it coming, it was just a matter of time, when I read the blog entry about Live Query. I really look forward to using it for the first time, it looks so nifty! Great job! Paul On Aug 22, 3:32 pm, Brandon Aaron [EMAIL PROTECTED] wrote: Your way to generous in your

[jQuery] Re: Paul Bakaus on Ajaxian

2007-08-21 Thread Paul Bakaus
Hi again, very insightful to read all these great comments. short circuit just didn't came to my mind at the time of writing (d'oh). The example above with the 's' variable is very interesting. I'll have to investigate this one a bit further. Indeed, I should probably read a bit about bitwise

[jQuery] Re: [NEWS] Paul Bakaus on Ajaxian

2007-08-20 Thread Paul Bakaus
_ Karl Swedbergwww.englishrules.comwww.learningjquery.com On Aug 20, 2007, at 9:29 AM, Rey Bango wrote: jQuery team member and jQuery UI team lead Paul Bakaus got some great press from Ajaxian for his blog posting Advanced ternary conditions in JavaScript. Check it out: http://ajaxian.com

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-25 Thread Paul Bakaus
Jörn, Interface in his current version has this 'stopping' feature you requested, until John releases the new written fx functions. Check it out! Paul On May 24, 10:51 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Brandon Aaron wrote: Actualy, the hoverIntent plugin is perfect for this.

[jQuery] Re: New plugin: frameReady()

2007-04-17 Thread Paul Bakaus
Hey Daemach, this really looks nice, and I'm looking forward to use it, but it does not work for me in IE7 (for the time of being, at least not your demo). The iframes are still empty after loading, and no functions get through. On Apr 17, 4:44 am, Daemach [EMAIL PROTECTED] wrote: So I did -