[jquery-dev] Re: Suggestion for better compatibility with Asp.Net

2008-10-08 Thread Travis Simon
Yes, I have managed to get it to work reasonably well for my purposes. My suggestion is just that - a suggestion for the JQuery community. Apparently Microsoft will be shipping JQuery in its next release of .Net, and little issues like this will make the experience easier for those users, and will

[jquery-dev] Re: Option to disable animations / effects

2008-10-08 Thread Jaime Ochoa Malagón
Ariel is right at less with an option to disable animations the motion sick people could turn it off and as an option simplify the interface of desperate old machines... On Wed, Oct 8, 2008 at 7:55 PM, Thiago Cruz Santos <[EMAIL PROTECTED]> wrote: > imo there is no need to disable animation due t

[jquery-dev] Re: Suggestion for better compatibility with Asp.Net

2008-10-08 Thread Thiago Cruz Santos
just use "classic" programming on asp.net, post normaly using jquery then analyse on the code behind if the stuff you posted got there and then fire your method. if you need a return just write it and end the response. works dandy on the project i am On Wed, Oct 8, 2008 at 7:32 PM, Travis Simon <[

[jquery-dev] Suggestion for better compatibility with Asp.Net

2008-10-08 Thread Travis Simon
Hello all, I'm exploring JQuery with .Net (and loving it!), but I have hit a small snag (that I was able to patch locally). .Net has a convenient method for creating webservices in the same code file that the page's logic - known as the code-behind. This is the standard method for using AJAX wit

[jquery-dev] Re: Option to disable animations / effects

2008-10-08 Thread Thiago Cruz Santos
imo there is no need to disable animation due to performance issues, i mean a browser its a program just like any other, if your photoshop is running slow why would you care about running a "low-res" version of it? you would just upgrade your pc or use fireworks or something. On Wed, Oct 8, 2008 a

[jquery-dev] Re: Canceling a JSONP callback?

2008-10-08 Thread Morgan Allen
Added a patch to ticket 3442 adding support to abort JSONP and script requests along with timeout suggested in ticket 1863 On Fri, Oct 3, 2008 at 12:40 PM, Andrea Giammarchi < [EMAIL PROTECTED]> wrote: > Hi Jed, > please do not forget that you could have more than a JSONP callback, and > that wit

[jquery-dev] Re: Option to disable animations / effects

2008-10-08 Thread Ariel Flesler
I think this is wrong. What if I get into a page, while a have a lot of programs running on my fast computer... I get a cookie that says "you're slow", so I get to see mediocre animations for good (until the cookie is cleaned) just because I had some overhead once. I think we could make a plugin

[jquery-dev] cross frame event triggering

2008-10-08 Thread Morgan Allen
While looking through the bugtracker I ran a cross this ( http://dev.jquery.com/ticket/2707) bug. The bug was reported as events not firing through an iframe. But because there is a separation between the DOM outside and the DOM inside the frame, I do not really t

[jquery-dev] Re: Option to disable animations / effects

2008-10-08 Thread Jaime Ochoa Malagón
My bet is detect + cookie because the test could be fast and asyncronous and regenerated ever if is not present... I'll try to deal with it... On Wed, Oct 8, 2008 at 7:00 AM, Alex Weber <[EMAIL PROTECTED]> wrote: > > detecting computer speed is probably not a very good option because > there are

[jquery-dev] Re: Events, namespaces and duplicate functions

2008-10-08 Thread mike.helgeson
Glad to see this hopefully get fixed, it has come up before... http://groups.google.com/group/jquery-dev/browse_thread/thread/2d2bfb90c93a4ff5/ On Oct 8, 10:15 am, "Morgan Allen" <[EMAIL PROTECTED]> wrote: > Hey all, I have been hacking away a bit at this the last week and have come > up with a

[jquery-dev] Re: Events, namespaces and duplicate functions

2008-10-08 Thread Morgan Allen
Hey all, I have been hacking away a bit at this the last week and have come up with a patch that incorporates slightly better namespacing support. http://dev.jquery.com/ticket/3462 has the patch a description. It passes all the event test cases, but I am worried that some plugins might be accessin

[jquery-dev] Re: UI Tickets on Core's trac

2008-10-08 Thread Ariel Flesler
+20! Bye bye Trac! -- Ariel Flesler http://flesler.blogspot.com On Wed, Oct 8, 2008 at 5:18 AM, Jörn Zaefferer < [EMAIL PROTECTED]> wrote: > I've recently worked a bit with JIRA, which is used for a lot of > Apache projects. Usually a single installation has a dozen or more > subprojects, so i

[jquery-dev] Re: Option to disable animations / effects

2008-10-08 Thread Alex Weber
detecting computer speed is probably not a very good option because there are x factors that could contribute and also storing it in a cookie is no good because cookies get deleted all the time...at least by me :) the most sensible thing to do imho is make 0 make the effect instant, as proposed.

[jquery-dev] Re: Option to disable animations / effects

2008-10-08 Thread weepy
Currently 0 won't provide instant effects as 0 is interpreted as null. There was a proposed feature to allow 0 to to apply the result of the effect instantly. On 8 Oct, 09:39, Florin <[EMAIL PROTECTED]> wrote: > I don't think jQuery should detect if the machine is slow (quite > impossible, if

[jquery-dev] Re: Option to disable animations / effects

2008-10-08 Thread Florin
I don't think jQuery should detect if the machine is slow (quite impossible, if you ask me :) ) . Rather, provide an option for developers to enable or disable animations and they can then offer this option to the users. I will try with 0 and see if that works ;). On Oct 7, 8:07 pm, "John Resi

[jquery-dev] Re: UI Tickets on Core's trac

2008-10-08 Thread Jörn Zaefferer
I've recently worked a bit with JIRA, which is used for a lot of Apache projects. Usually a single installation has a dozen or more subprojects, so its easy to assign a ticket to the right project (its all in one list). JIRA also has good integration with SVN, usually it displays changes related to