Re: [jquery-dev] Re: WebSockets is very faster than xhr. I hope to support of jQuery for WebSockets.

2010-01-20 Thread Mike Taylor
On 1/20/10 5:44 AM, DBJDBJ wrote: 1. Are WebSockets officially part of HTML5 ? Mike I can see the specs, yes. But this is definitely would be the most questionable HTML5 detail, it seems to me? They used to be part of html5, but now are just lumped in the following group: "Features

Re: [jquery-dev] Re: WebSockets is very faster than xhr. I hope to support of jQuery for WebSockets.

2010-01-19 Thread Mike Taylor
s/web-apps/current-work/complete.html#network [snip] -Mike -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jque

[jquery-dev] Re: Feature Request: css rules

2010-01-17 Thread Mike
nd setting each one (though I haven't tested with 1.4). Thanks for the replies though! -Mike On Jan 16, 9:11 am, Andrea Raimondi wrote: > On Fri, Jan 15, 2010 at 10:03 PM, Mike wrote: > > I think it would be nice to be able to create permanent rules in CSS, > > so that i

[jquery-dev] Re: Ajax error callback in 1.4

2010-01-16 Thread Mike Alsup
> Good catch. Filed and fixed:http://dev.jquery.com/ticket/5838 Also note that the call to jQuery.handleError in the onreadystatechange function does not get passed exception string that may have been thrown from jQuery.httpData (such as "Invalid JSON"). http://dev.jquery.com/ticket/5839 http://

[jquery-dev] Feature Request: css rules

2010-01-15 Thread Mike
I think it would be nice to be able to create permanent rules in CSS, so that if I were to change the style of any specific type of element, it could have a permanent effect on all newly created elements as well. Something like... $.cssRule("p",{marginBottom:"3px"}); or $.cssRule("p","margin-bott

[jquery-dev] Regression in jQuery 1.4rc1 - jquery.ajax DELETE verb does not contain request body content

2010-01-12 Thread Mike N.
ently a reproducible issue with 1.4rc1. Thanks! -Mike -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jque

Re: [jquery-dev] Re: jQuery.support.nonstandard_json_string

2010-01-11 Thread Mike Taylor
On 1/11/10 8:26 PM, DBJDBJ wrote: Simple and effective ... Thanks. My approach is 'slightly' different ( http://dbj.org/dbj/?p=470 ) but perhaps sacrifices size and simplicity to be (maybe) faster. Does anyone know why CHROME window.JSON.parse accepts non-standard strings ? I am writing this in

Re: [jquery-dev] Are newcomers welcome here?

2010-01-08 Thread Mike Taylor
Hi Clifford, Can you be more specific about how this is broken, and in what browsers? It would also be most helpful if you linked to your previous message--many don't the time to go digging through the archives, even if that just entails searching for Clifford Heath. Cheers, Mike On 1

Re: [jquery-dev] nightly

2010-01-04 Thread Mike Taylor
t's really > hard to force all the leaf nodes to update in an automated fashion. > Once we figure that out we'll be able to do nightlies in a more-timely > fashion. > > --John > > > > On Mon, Jan 4, 2010 at 2:09 PM, Mike Taylor wrote: >

[jquery-dev] nightly

2010-01-04 Thread Mike Taylor
As a number of people have mentioned in a previous thread (http:// groups.google.com/group/jquery-dev/browse_thread/thread/ 94cd4ab2543d3b01/a62a699a01d4f425?lnk=gst&q=nightly&pli=1), and elsewhere in #jquery on freenode-- the nightly at http://code.jquery.com/nightlies/jquery-nightly.js isn't quit

[jquery-dev] jquery2.js?

2010-01-03 Thread Mike Taylor
. Any special reason for rake to build jquery.js with a different name? (21) " sed s/@VERSION/" + version + "/ > dist/jquery2.js" -Mike -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To po

Re: [jquery-dev] Re: too much recursion error - jQuery 1.4a2

2009-12-25 Thread Mike Taylor
Yeah, weird. I get 403s in Firefox, but 200s in Chrome, Safari, and Opera. :/ -Mike On 12/25/09, Karl Swedberg wrote: > > > > On Dec 24, 2009, at 12:39 PM, blizzard wrote: > >> Here are a couple more links with the same problem: >> Both are using jquery-1.4a2.js >

[jquery-dev] Re: too much recursion error - jQuery 1.4a2

2009-12-21 Thread Mike Alsup
> Huh, haven't seen anything like this, off-hand. Do you have a page > that we can look at? http://dev.jquery.com/ticket/5688 -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com

Re: [jquery-dev] Crash with $().attr("-moz-border-radius","6px") or "-webkit-border-radius"

2009-12-05 Thread Mike Taylor
You're probably getting the Exception 5 due to the "-" in the attribute name, which is illegal. That said, there's no such thing as a -moz/webkit-border-radius attribute--those are CSS properties, which when paired with legal values can reside in the style attribute of an element, e.g.: $('#broken

Re: [jquery-dev] Re: jQuery forward compatibility issues

2009-11-23 Thread Mike Taylor
I just wanted to point out that the problem described for text-shadow can be a lot more complicated than animating 4 different values, e.g.: text-shadow: 1px 1px 3px #666, -1px -1px 3px #FFF, 1px 1px #666, -1px -1px #FFF; So here you have 14 values. Also, box-shadow was removed from the CSS3 spe

[jquery-dev] Re: Sporadic wrong option values, various IE versions with Infopath and OfficeLiveConnector add-ons

2009-06-30 Thread Mike Gale
returns.) I have not encountered this issue myself on hundreds of tests using IE, FF, Opera, Safari and Chrome. I don't intend to load up the add-ons myself, so unfortunately I don't have a live malfunctioning browser to inspect. On Jul 1, 10:28 am, John Resig wrote: > Mike - >

[jquery-dev] Sporadic wrong option values, various IE versions with Infopath and OfficeLiveConnector add-ons

2009-06-30 Thread Mike Gale
I have a web site that uses jQuery to populate and manipulate drop down lists (option lists). They are populated by constructing the options and inserting them using ...html(...). The resulting markup and code passes my tests. (I use CSE and other things to check.) The site runs this process o

[jquery-dev] Re: Blank jQuery page leaks memory in IE?

2009-04-25 Thread Mike Park
okidoke, new thread started here: http://groups.google.com/group/jquery-dev/browse_thread/thread/12ab14b05d3f6cfb --Mike On Apr 25, 6:56 am, John Resig wrote: > This should go in a new thread. > > --John > > On Fri, Apr 24, 2009 at 4:54 PM, Michael Park wrote: > > &g

[jquery-dev] Ticket #4241 - Namespaced events cause memory leaks (was: Re: Blank jQuery page leaks memory in IE?)

2009-04-25 Thread Mike Park
ck into the second argument. I'm not familiar enough with all of the use- cases that this function handles, so I don't know which is the best approach. Can anyone else shed some light on this subject? --Mike --~--~-~--~~~---~--~~ You received this messag

[jquery-dev] Re: Fire and Forget requests using jQuery

2009-04-21 Thread Mike Gale
main downside is that I ended up with something outside the web service. Thanks for the feedback. Mike Gale --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send

[jquery-dev] Re: Fire and Forget requests using jQuery

2009-04-08 Thread Mike Gale
I was hoping to get an analysis of what happens inside the marshalling machinery if a "void" is executed from the client or description of a technique that does exactly this by design. Failing that I'll get back to it in a couple of days and test out the approaches that make sen

[jquery-dev] Re: Fire and Forget requests using jQuery

2009-04-06 Thread Mike Gale
with jQuery, which I like. I could create an alternate XMLHTTP handler (in JavaScript) which throws the callback/response away, but I'd prefer not to do that. Regards, Mike Gale CAUTION - This message may contain privileged and confidential information intended only for the use of the ad

[jquery-dev] Fire and Forget requests using jQuery

2009-04-06 Thread Mike Gale
I have some non-critical logging messages I want to send from browsers. I don't want the browser to wait for a response, or use up an available xhr channel. The rest of the app is jQuery talking to a webservice on the server. XMLHTTP is, as far as I know, a protocol that assumes you want a resp

[jquery-dev] Re: Create rounded corner for div

2009-03-10 Thread Mike Alsup
> no luck with opera, but personally I don't care that much about that > since it's so low penetration. Opera supports rounded corners via svg. Example: http://test.malsup.com/round/round.html --~--~-~--~~~---~--~~ You received this message because you are subsc

[jquery-dev] appendTo loses checked state on IE

2009-03-09 Thread Mike J
I working on a jQuery UI dialog box that contains a few checkboxes in an ASP.Net application that needs all of its contents inside the form required by the ASP.Net framework. Inside the dialog button handler I move the form elements back to the form before submitting it. Unfortunately, the checkbo

[jquery-dev] Re: more on JSONP

2009-03-08 Thread Mike Alsup
> I've coded a drop-in replacement for getJSON that notifies when the url > cannot be reached or the response was not well-formed: > > http://code.google.com/p/getjson/ This is what I'm using (big hat tip to Ricardo for working out the timeout logic!): // fn to handle jsonp with timeouts and e

[jquery-dev] Re: ajaxStart() question / suggestion

2009-03-06 Thread Mike Alsup
> i know, i have no problem to make my script work if i specifically > tweak my load() calls but i would like to set it in one place. > > See:  http://pixeline.be/test/loadanim/demo.html > > The buttons use the same div, shape it to the same size as the load > container and display it. i would lik

[jquery-dev] Re: Structure Plugin Authoring

2009-03-04 Thread Mike Hostetler
ng this to respond later, thanks. Mike Hostetler http://amountaintop.com On Wed, Mar 4, 2009 at 20:09, tres wrote: > > Thanks for the feedback, Daniel. > > I see what you mean about jQuery.options instead of jQuery.fn.options. > My reasoning for this, though, is by putting

[jquery-dev] Re: jQTouch, a new iPhone Javascript library in jQuery

2009-03-03 Thread Mike
Hi David, pretty cool port of iUI - the only issue I see with it is the size of the jQuery library. Yeah, it is <20k compressed, but this is still a lot of data to be transferred over a wireless link. Are there any plans of removing unused code from jQuery itself (i.e. all IE related code, all no

[jquery-dev] Re: A Modest Proposal: jQuery Enterprise

2009-02-24 Thread Mike Hostetler
I can help write up the following, as I'm already writing some of this already: Needs (defined/documented) conventions: - File names - Method names - Method structures - Testing - Documentation - Packaging Mike Hostetler http://amountaintop.com On Tue, Feb 24, 2009 at 14:37,

[jquery-dev] Re: A Modest Proposal: jQuery Enterprise

2009-02-24 Thread Mike Hostetler
practices of building jQuery plugins, and using jQuery in large projects. The group of developers who use jQuery in large projects is small, but important. Large projects are growing in number, and a good foundation is needed, we just need to be careful. My 2 cents. Thanks! Mike Hostetler

[jquery-dev] Re: Upgrading plugins site?

2008-11-22 Thread Mike Hostetler
Wow, thanks a bunch Tane. I'll add my thoughts and plans I've already started as well. Mike Hostetler http://amountaintop.com On Sat, Nov 22, 2008 at 12:21, Tane Piper <[EMAIL PROTECTED]>wrote: > > Hey Mike, > > I've made some changes to the Wiki, tried to

[jquery-dev] Re: Upgrading plugins site?

2008-11-22 Thread Mike Hostetler
Tane- Thanks for your offer to help. I've started a PB Wiki to capture and coordinate movement on this. http://jqueryplugins.pbwiki.com/FrontPage Mike Hostetler http://amountaintop.com On Sat, Nov 22, 2008 at 08:00, Jörn Zaefferer < [EMAIL PROTECTED]> wrote: > There was a leng

[jquery-dev] [PATCH] jquery.className.has() - doesn't work for arg with multiple class names

2008-11-08 Thread Mike Park
; // ok, works as expected $(someSelector).toggleClass('cls1 cls2'); // d'oh! Below is a patch of the fix I made to 'jquery-1.2.6.js' (you'll probably want to adapt it to your own coding convention). Thanks. --Mike 782,788c782,783 <

[jquery-dev] Re: jQuery demo page brainstorming

2008-10-28 Thread Mike Hostetler
have this, php does) 2. Each example is tied to a piece of documentation (In jQuery's case, a separate example site would be useful, just trying to state a strength) 3. The examples are organized by topic My 2 cents. Mike Hostetler http://amountaintop.com On Tue, Oct 28, 2008 at 09:36, Jörn

[jquery-dev] Re: Suggestions on improving the Plugins Repository

2008-10-21 Thread Mike Hostetler
Ariel and Jörn have access. Thanks guys for filling this out so quickly! I really appreciate it. Mike Hostetler http://amountaintop.com On Tue, Oct 21, 2008 at 13:05, Ariel Flesler <[EMAIL PROTECTED]> wrote: > Access please, [EMAIL PROTECTED] :) > > Thanks > > > On T

[jquery-dev] Re: Suggestions on improving the Plugins Repository

2008-10-21 Thread Mike Hostetler
al page designs, (CSS and Graphics) are not my best strength. I can certainly tackle them, and leave room for improvement, but I think that the jQuery community deserves and expects a certain level of quality here. Thoughts? Mike Hostetler http://amountaintop.com On Sun, Oct 19, 2008 at

[jquery-dev] Re: Suggestions on improving the Plugins Repository

2008-10-19 Thread Mike Hostetler
s any other suggestions on how exactly to go about this, I'm all ears. Thanks, Mike Hostetler http://amountaintop.com On Sun, Oct 19, 2008 at 13:27, Jörn Zaefferer < [EMAIL PROTECTED]> wrote: > Thanks Rey for sharing ypur AMO experience! > > Afaik doing away with hosting

[jquery-dev] Re: Suggestions on improving the Plugins Repository

2008-10-15 Thread Mike Hostetler
ething that solves the needs of the community. I'm willing to commit some development and design time from A Mountain Top to help with this effort. When we first created the site, it was basically a closed effort, and I don't feel that keeping this effort closed would be best for the jQu

[jquery-dev] Suggestions on improving the Plugins Repository

2008-10-13 Thread Mike Hostetler
he top 5 major features missing from the current site? - Are there any other open source project management solutions that are worthy of consideration to replace Drupal and the Project module? (PS. Because of the work involved in this, I would consider this only as a last resort) - Any other feedbac