[Prototype-core] Re: What is the reason for this?

2007-02-14 Thread Richard Quadling
. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group

[Prototype-core] Running in circles!

2007-02-22 Thread Richard Quadling
want to define the class to inherit the Object methods. I have different code which will actually use this class - the class is going to be part of a library with other scripts using it as they need. Regards, Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http

[Prototype-core] Re: Running in circles!

2007-02-22 Thread Richard Quadling
] wrote: Hey Richard, Richard Quadling a �crit : But this doesn't give me a .inspect() method and there is no Object.create() method. Of course. Why would it? If you look at Prototype's source, you'll see that any object having an inspect method implements it (Array, String, Hash

[Prototype-core] Re: Running in circles!

2007-02-23 Thread Richard Quadling
to the development of Prototype. It is not for support questions - please use the users mailing list for this. Thanks! Tobie -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

[Prototype-core] Which is better?

2007-03-02 Thread Richard Quadling
? Is there an alternative way? Thanks, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Prototype-core] AJAX and updating display.

2007-03-08 Thread Richard Quadling
which all talk to each other via the session. I just LOVE it and so do the users here. THANK YOU Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

[Prototype-core] Re: New 1.5.1 methods added to Windows-Helpfile

2007-03-12 Thread Richard Quadling
and finally construct CHM project file. Still a WIP, but fully automated. Regards, Richard Quadling. On 10/03/07, Kjell Bublitz [EMAIL PROTECTED] wrote: I would agree, but i was unable to find feeds for the subpages eg, ajax/options/atom.xml or ajax_options/atom.xml .. all lead to 404. But even

[Prototype-core] Number.toPaddedString question.

2007-03-12 Thread Richard Quadling
, String.prototype.addCommas, String.prototype.left/mid/right, String.prototype.lTrim/trim/rTrim, String.prototype.makePlural, String.prototype.pad I've attached my code. It may be of use to you. As own pad method names are different, I'm not in any trouble with a name conflict. Regards, Richard Quadling

[Prototype-core] AJAX.Request onLoaded

2007-03-12 Thread Richard Quadling
The dox says that this is not guaranteed. When/where is it not guaranteed? It would be useful to know about browser incompatibilities/issues in these circumstances - especially if it was documented!!! Regards, -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c

[Prototype-core] Re: Number.toPaddedString question.

2007-03-12 Thread Richard Quadling
'10'.makePlural('lad', 'y', 'ies') == 1 ladies should have been '10'.makePlural('lad', 'y', 'ies') == 10 ladies On 12/03/07, Richard Quadling [EMAIL PROTECTED] wrote: strip only removes leading and trailing spaces. I DO see though, that the regex version is a little nicer to read and I'll

[Prototype-core] Re: Number.toPaddedString question.

2007-03-12 Thread Richard Quadling
/* Add commas to a number with the ability to define : s_Decimal = The decimal separator in the output string - Default is English '.' s_Thousand = The separator for every 3 digits - Default is English ',' s_SplitDecimalUsing = If you are formatting an English input to non-English output, you can

[Prototype-core] Re: Number.toPaddedString question.

2007-03-13 Thread Richard Quadling
Marohnić [EMAIL PROTECTED] wrote: On 3/12/07, Richard Quadling [EMAIL PROTECTED] wrote: I'm not a rails person at all. What do you mean by irregular inflections list? They maintain a list of irregular stuff, like octopus - octopi. The framework also lets you specify your own irregular

[Prototype-core] Re: Hash.toQueryString changes

2007-03-14 Thread Richard Quadling
} } $_GET is an array of 1 element with an index of 'foo' which is an array of 3 elements, 'a', 'b' and 'c'. If you have PHP, use this as showget.php ?php var_dump($_GET); ? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

[Prototype-core] Fwd: [Rails-spinoffs] Re: Observing the Right-click (for good, not evil)

2007-04-25 Thread Richard Quadling
Any comments on this? -- Forwarded message -- From: Richard Quadling [EMAIL PROTECTED] Date: 24-Apr-2007 11:55 Subject: Re: [Rails-spinoffs] Re: Observing the Right-click (for good, not evil) To: [EMAIL PROTECTED] Just reading through the patches for this in Trac (http

[Prototype-core] Unexpected behaviour when using $A(document.getElementsByTagName(script))

2007-05-03 Thread Richard Quadling
. Basically the scriptaculous library never loads is files (just like mine wouldn't). *** QUESTION *** It seems that the call $A(document.getElementsByTagName(script)) is cached in some way. Is there a way to flush this cache prior to calling it again? Regards, Richard Quadling. *** MORE

[Prototype-core] Re: Unexpected behaviour when using $A(document.getElementsByTagName(script))

2007-05-04 Thread Richard Quadling
as being related to the DOM needing updating, but that is NOT the issue. This is a caching issue. Ideally I would like to flush the cache prior to the my call. If I can do that, then I am confident that this will work as expected. -- - Richard Quadling Zend Certified Engineer : http://zend.com

[Prototype-core] Re: Inheritance: your thoughts?

2007-06-26 Thread Richard Quadling
'cause I'm lazy. Good luck and thanks, Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because

[Prototype-core] Re: Inheritance: your thoughts?

2007-06-26 Thread Richard Quadling
On 26/06/07, Mislav Marohnić [EMAIL PROTECTED] wrote: On 6/26/07, Richard Quadling [EMAIL PROTECTED] wrote: The use of initialise / initialize for me is an issue purely from a spelling perspective - both are acceptable spellings but only 1 would actually be used. I would suggest

[Prototype-core] Re: SV: [Prototype-core] Inheritance: your thoughts?

2007-06-27 Thread Richard Quadling
work. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Prototype-core] Re: Bug?

2007-08-23 Thread Richard Quadling
-- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype

[Prototype-core] Re: Date prototype functions [BUMP]

2007-08-23 Thread Richard Quadling
. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Prototype-core] Re: Bug?

2007-08-23 Thread Richard Quadling
On 23/08/07, Mislav Marohnić [EMAIL PROTECTED] wrote: On 8/23/07, Richard Quadling [EMAIL PROTECTED] wrote: Using FF and/or the patch previously mentioned and no requests are made. Can you please try src=//: ... like in Base2 and see if there are requests. Thanks Being a numpty, my

[Prototype-core] Array inline filtering.

2007-08-23 Thread Richard Quadling
this to the core? Richard -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Prototype-core] Re: Bug?

2007-08-23 Thread Richard Quadling
On 23/08/07, Mislav Marohnić [EMAIL PROTECTED] wrote: On 8/23/07, Richard Quadling [EMAIL PROTECTED] wrote: This needs to become what? I don't know what Base2 is (sorry). document.write(script id=__onDOMContentLoaded defer src=//:\/script); Works fine in IE7 and FF using 1.6.0_rc0

[Prototype-core] Re: Bug?

2007-08-23 Thread Richard Quadling
On 23/08/07, Wiktor Ihárosi [EMAIL PROTECTED] wrote: On Aug 23, 11:35 am, Richard Quadling [EMAIL PROTECTED] wrote: document.write(script id=__onDOMContentLoaded defer src=//:\/script); Works fine in IE7 and FF using 1.6.0_rc0. No requests made. Great! :) ps: I obviously meant

[Prototype-core] Re: Bug?

2007-08-23 Thread Richard Quadling
On 23/08/07, Wiktor Ihárosi [EMAIL PROTECTED] wrote: On Aug 23, 2:03 pm, Richard Quadling [EMAIL PROTECTED] wrote: That's now generating requests. I think I was not clear enough. The correct and working syntax is //: which Mislav mentioned. In my first letter I made a typo, but Mislav

[Prototype-core] Re: Array inline filtering.

2007-08-23 Thread Richard Quadling
, 2007, at 2:32 AM, Richard Quadling [EMAIL PROTECTED] wrote: Hi. I've just created a small function to filter an array. Sort of the reverse of each+without. /* Version 1.0.0 - Thursday, 23 August 2007 10:25 am */ Object.extend ( Array.prototype

[Prototype-core] Re: Source code style

2007-10-05 Thread Richard Quadling
. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Prototype-core] Re: isLeftClick Bug in Proto 1.6.0 RC1

2007-10-18 Thread Richard Quadling
) }, ... -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group

[Prototype-core] Re: `new Element' does not take care to properly set up event attributes in IE

2007-10-19 Thread Richard Quadling
and then an observe is done based upon the name. What is odd is that by passing a function as the value it works in IE but not in FF. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

[Prototype-core] Re: `new Element' does not take care to properly set up event attributes in IE

2007-10-19 Thread Richard Quadling
|| { }); }).call(window); Here is the code not working. http://pastie.caboo.se/108855 I can get it to work in IE OR FF but not both. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

[Prototype-core] Re: Other API using Object.prototype breaks prototype.js for/in loop

2007-10-29 Thread Richard Quadling
. [...] We could say, json.js is verboten :) I hope this clears up the issue. This is very clear :) I will forward this to the RSH maintainer in hope he will agree :) Thanks for you quick answer. Regards, Olivier Jaquemet -- - Richard Quadling Zend Certified Engineer : http

[Prototype-core] Re: Other API using Object.prototype breaks prototype.js for/in loop

2007-10-29 Thread Richard Quadling
On 29/10/2007, Mislav Marohnić [EMAIL PROTECTED] wrote: On 10/29/07, Richard Quadling [EMAIL PROTECTED] wrote: Just in case anyone who isn't german (I assume) is reading this - verboten === forbidden. Do a Google search for object.prototype is * and see what verb first pops up :) http

[Prototype-core] Re: features request

2007-11-22 Thread Richard Quadling
. -- best regards -- -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Prototype-core] Re: Event.element Problem

2007-12-12 Thread Richard Quadling
and explanations if this is not a bug, that is also welcome). Thanks in advance, Rob -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

[Prototype-core] Re: A question regarding changeset 8548.

2008-01-04 Thread Richard Quadling
On 04/01/2008, Richard Quadling [EMAIL PROTECTED] wrote: Hi. I have a question which those who know it better may be able to answer. Shouldn't the order of firing the dom:loaded event and the setting of document.loaded be swapped? What I'm thinking is if any event handlers on dom:loaded

[Prototype-core] Re: Deprecated Section.. gone when?

2008-01-07 Thread Richard Quadling
you are still relying on some old code! -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you

[Prototype-core] Re: How to get the request parameters from the response?

2008-01-28 Thread Richard Quadling
is passed as a first argument into a callback. That instance has request property which points to request object (the one that has all your settings/parameters, etc.). I don't really see a reason to do what you're doing. Best, kangax -- - Richard Quadling Zend Certified

[Prototype-core] Re: samples

2008-01-30 Thread Richard Quadling
/ -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype

[Prototype-core] Re: onXYZ handlers in Ajax.Responders

2008-02-08 Thread Richard Quadling
On 08/02/2008, artemy tregoubenko [EMAIL PROTECTED] wrote: On Fri, 08 Feb 2008 13:23:48 +0300, Richard Quadling [EMAIL PROTECTED] wrote: On 08/02/2008, artemy tregoubenko [EMAIL PROTECTED] wrote: Hi, My site will respond with 503 http code while in maintenance. I want to handle

[Prototype-core] Re: Event.isLeftClick() vs. click event in IE

2008-02-12 Thread Richard Quadling
for this situation? -- arty (http://arty.name) -- arty ( http://arty.name ) -- arty ( http://arty.name ) -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever

[Prototype-core] Re: Event.isLeftClick() vs. click event in IE

2008-02-12 Thread Richard Quadling
. Is it possible to fix isLeftClick? If not, is there some nice workaround for this situation? -- arty (http://arty.name) -- arty ( http://arty.name ) -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders

[Prototype-core] Re: Deprecation.js

2008-02-15 Thread Richard Quadling
On 14/02/2008, Richard Quadling [EMAIL PROTECTED] wrote: On 14/02/2008, Tobie Langel [EMAIL PROTECTED] wrote: Hi Richard, Thanks for the thumbs up. deprecation.js is meant to be used with prototype.js, not a subset of it, so I don't think that's really an issue for now

[Prototype-core] Re: Attaching event to instance of object in class

2008-02-15 Thread Richard Quadling
= { initialize: function(element1, element2){ this.element1=$(element1); this.element2=$(element2); this.element1.observe('click', this.hide).bindAsEventListener(this); }, hide: function(){ this.element2.hide(); } } Not sure what you are observing, so chose click. -- - Richard

[Prototype-core] Re: OO concept in prototypejs

2008-03-05 Thread Richard Quadling
'); this.formObj.reset(); } } } }); maybe. Sorry for the reform. Makes it easier for me to read. Basically added this.formObj.reset(); to the onComplete function. -- - Richard

[Prototype-core] Re: Timeline for supporting native array methods?

2008-04-18 Thread Richard Quadling
On 17/04/2008, Tobie Langel [EMAIL PROTECTED] wrote: Changing versioning system (svn to git) What tools/software will be needed to download trunk, et al. I use TortoiseCVS and TortoiseSVN (all for Windows). Should I be looking for TortoiseGIT now? Why the change? -- - Richard

[Prototype-core] Re: Timeline for supporting native array methods?

2008-04-19 Thread Richard Quadling
. Thanks again. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Prototype-core] Re: String methods

2008-04-22 Thread Richard Quadling
) ? /\\s+$/ : / + s_Trim + +$/, ''); }, trim : function(s_Trim){ if (0 == arguments.length){ return this.replace(/^\s+|\s+$/g, ''); } else { return this.lTrim(s_Trim).rTrim(s_Trim); } } -- - Richard Quadling Zend Certified Engineer : http

[Prototype-core] Re: String methods

2008-04-22 Thread Richard Quadling
On 22/04/2008, Richard Quadling [EMAIL PROTECTED] wrote: On 22/04/2008, braudes [EMAIL PROTECTED] wrote: Hi, I notice that the String class doesn´t have some simple methods. So, I added these: ltrim: function() { var re = /\s*((\S+\s*)*)/; return

[Prototype-core] Re: [Rails Trac] #11481: [PATCH] [TEST] Constructor wrapper should return value

2008-04-28 Thread Richard Quadling
://dev.rubyonrails.org/ticket/11481#comment:9 In general, having class X being able to return class Y can be very useful (implementing a factory for example). I'm not saying that this SHOULD go in, but what are the primary reasons for NOT putting it in? Thanks. Richard Quadling. -- - Richard

[Prototype-core] Version numbers.

2008-04-30 Thread Richard Quadling
to some clever people getting a TortoiseGIT (don't look at me! I'm just a user). Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

[Prototype-core] GIT's equivalent of the ChangeSet number.

2008-05-09 Thread Richard Quadling
to blindly update each time I want to work on the code? This isn't finger pointing or anything, I'm just wondering how I'm supposed to work without versioning. Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

[Prototype-core] Re: A callbacks module for adding before/after hooks to object methods

2008-05-15 Thread Richard Quadling
in. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group

[Prototype-core] Re: A callbacks module for adding before/after hooks to object methods

2008-05-15 Thread Richard Quadling
, Richard Quadling [EMAIL PROTECTED] wrote: 2008/5/14 Pat Nakajima [EMAIL PROTECTED]: I've started putting together a way to specify per-object before/after callbacks for any method. Probably not something to go in core, but maybe something that would be interesting to core contributors

[Prototype-core] Re: typeof returning object for certain 'native' functions in IE

2008-06-06 Thread Richard Quadling
for isFunction()? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Prototype-core] Re: typeof returning object for certain 'native' functions in IE

2008-06-06 Thread Richard Quadling
a browser_version_compatibility_plugin.js ? That way, for those that need to support clients with ie6, then they load the ie6 compatible layer. sort of thing. Hmm. There are a LOT of browsers and versions aren't there? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r

[Prototype-core] Re: New Name for Users Group (RoR Spinoffs)

2008-06-17 Thread Richard Quadling
the name here. What do you think? Better ideas? -- T.J. Crowder tj / crowder software / com [1] - http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thr... -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

[Prototype-core] Re: Fwd: Where is the source?

2008-09-12 Thread Richard Quadling
for all branches. I'm used to working with CVS and have tags and branches. Didn't realize git required a completely different repository for a branch. So what happens if (for arguments sake), Tobie decides to up and leave, closing the github? -- - Richard Quadling Zend Certified Engineer

[Prototype-core] Prototype.js (1.6.0.3) breaks Firebug (1.2.1) Options allegedly.

2008-10-14 Thread Richard Quadling
Hi. There's been this recent thread in the FireBug Google Group - http://groups.google.com/group/firebug/browse_thread/thread/095caa522cecbeca?hl=en# Is there any real issue here? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

[Prototype-core] Re: Prototype.js (1.6.0.3) breaks Firebug (1.2.1) Options allegedly.

2008-10-15 Thread Richard Quadling
fight! -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Prototype-core] Re: Deprecated API documentation

2008-10-26 Thread Richard Quadling
] -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core

[Prototype-core] Had a lightbulb moment.

2009-01-14 Thread Richard Quadling
Hi. I've just reduced a fairly long winded each() loop to ... var i_LargestLabel = $$(s_CSS).invoke('getWidth').max(); So, this is just a thank you to all you developers. You all make me look really good! Thank you. Richard. -- - Richard Quadling Zend Certified Engineer : http

[Prototype-core] Prototype CHM issue.

2009-01-15 Thread Richard Quadling
, could you forward this message to Remi. Thank you. Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received

[Prototype-core] Where can I get a CVS/SVN of the documentation please?

2009-01-15 Thread Richard Quadling
Hi. Where can I get a CVS/SVN of the documentation please? Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You

[Prototype-core] Re: New Element.Layout API

2009-01-16 Thread Richard Quadling
done this in a clean folder. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Prototype-core] Re: JavaScriptLint formatting for Prototype

2009-01-29 Thread Richard Quadling
the language by enforcing return types? Many times it is useful to return a boolean False if something doesn't work and the appropriate type when it does. So mainly return types are mixed. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

[Prototype-core] Re: JavaScriptLint formatting for Prototype

2009-01-29 Thread Richard Quadling
2009/1/29 Diego Perini diego.per...@gmail.com: Richard, On 29 Gen, 13:43, Richard Quadling rquadl...@googlemail.com wrote: 2009/1/28 Diego Perini diego.per...@gmail.com: The other good thing you are doing with JSLint is enforce the type of each function, I mean the return type. I have

[Prototype-core] Re: Can the community do anything to help make bugfix releases more frequent?

2009-02-02 Thread Richard Quadling
this is supposed to be a community product. It doesn't really feel like one. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You

[Prototype-core] Re: Can the community do anything to help make bugfix releases more frequent?

2009-02-03 Thread Richard Quadling
2009/2/3 Yanick yanick.roc...@gmail.com: On Feb 2, 4:07 pm, Richard Quadling rquadl...@googlemail.com wrote: 2009/2/2 Andrew Kaspick akasp...@gmail.com: The dom:loaded bug is critical as far as I'm concerned and should have warranted a bug fix release right away. Lack of updates

[Prototype-core] Trying to rake dist on windows.

2009-02-11 Thread Richard Quadling
Hi. I think there is a problem using in the Sprockets Environment class. The absolute() method is checking for / -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

[Prototype-core] Whitespaces

2009-02-11 Thread Richard Quadling
spaces and blank lines, etc. I can create a whitespace patch if you want/need? (Ideally as part of the community, I'd like to just commit it, but ...) Regards, Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

[Prototype-core] Re: Slight documentation issue/error/something.

2009-02-16 Thread Richard Quadling
to deprecate its use in the future. :) Best, Tobie Ha! RTFM and not RTFC. Thank you. I'll amend my code for this. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

[Prototype-core] Re: Trying to rake dist on windows.

2009-02-16 Thread Richard Quadling
2009/2/16 Sam Stephenson s...@37signals.com: This should be fixed in 6fb6308. -sam On Feb 11, 2009, at 6:01 AM, Richard Quadling wrote: Hi. I think there is a problem using in the Sprockets Environment class. The absolute() method is checking for / -- - Richard Quadling Zend

[Prototype-core] Problems with $('formID').serialize(true).merge({foo:'bar'}).

2009-02-17 Thread Richard Quadling
. Which means they will match. Only the expected should be $H()'d as it the actual should already be $H()'d by prototype. I hope that makes sense and is right, if not, I'll stick with $H()-ing my serialized form. Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http

[Prototype-core] Re: $('formID').reset() is not returning $('formID')

2009-02-26 Thread Richard Quadling
2009/2/26 Mislav Marohnić mislav.maroh...@gmail.com: On Thu, Feb 26, 2009 at 12:38, Richard Quadling rquadl...@googlemail.com wrote:  $('formID').reset().getElements().invoke('disable'); should work. But it doesn't. form#reset() is a native method: https://developer.mozilla.org/En/DOM

[Prototype-core] Re: I suck at getting uptodate prototype/master.

2009-02-26 Thread Richard Quadling
2009/2/26 Ryan Angilly angi...@gmail.com: 'git status' and 'git diff' are nice for seeing what's changed locally since the last pull/commit.  I run them all the time... sometimes without even thinking about it. On Thu, Feb 26, 2009 at 8:51 AM, Richard Quadling rquadl...@googlemail.com

[Prototype-core] Re: Event.observe problem

2009-02-26 Thread Richard Quadling
compatible with 1.6. I never used 1.5 sorry. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you

[Prototype-core] Possible bug : Form.seriaize() only serializes first submit button.

2009-02-27 Thread Richard Quadling
=submit id=tabRG_Word name=tabRG_ReportType[14] value=Microsoft Word Document / input type=reset id=tabRG_Reset name=tabRG_Reset value=Discard / /form div /body /html -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders

[Prototype-core] Re: Possible bug : Form.seriaize() only serializes first submit button.

2009-02-27 Thread Richard Quadling
2009/2/27 Mislav Marohnić mislav.maroh...@gmail.com: On Fri, Feb 27, 2009 at 17:18, Richard Quadling rquadl...@googlemail.com wrote: Firstly, Form.serialize only serializes the first input[type=submit] button. That is what browser does, too, when you press Enter while in a text input

[Prototype-core] Re: Possible bug : Form.seriaize() only serializes first submit button.

2009-03-02 Thread Richard Quadling
2009/2/27 Richard Quadling rquadl...@googlemail.com: 2009/2/27 Mislav Marohnić mislav.maroh...@gmail.com: On Fri, Feb 27, 2009 at 17:18, Richard Quadling rquadl...@googlemail.com wrote: Firstly, Form.serialize only serializes the first input[type=submit] button. That is what browser does

[Prototype-core] Re: Add JavaScript Lint to build process?

2009-03-16 Thread Richard Quadling
? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core

[Prototype-core] Re: Cloned repo via git, not seeing the unit test html files

2009-03-22 Thread Richard Quadling
. [...] -- kangax I use Chrome and FF as my main browsers. Chrome as it is so clean. FF because of FB. IE7 for testing. So far, my code is working as expected on all 3 of these browsers. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-03 Thread Richard Quadling
translating slashes to backslashes in file ops on Windows.  I also know nothing about Ruby, but I suspect that it does as well. -- T.J. On Apr 3, 1:37 pm, Richard Quadling rquadl...@googlemail.com wrote: 2009/4/3 T.J. Crowder t...@crowdersoftware.com: Hi Andrew, T.J., are you sure you're

[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-03 Thread Richard Quadling
2009/4/3 Richard Quadling rquadl...@googlemail.com: 2009/4/3 T.J. Crowder t...@crowdersoftware.com: Hi, I think the issue is the /'s in the filename. I know nada about Ruby, but does it auto translate / to \ for window? I don't think. If it didn't, it probably wouldn't get that far

[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-03 Thread Richard Quadling
of a ... headerJSON: function() { ... is causing it. I tried temporarily adding one to response.js, but it didn't make a diff. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-07 Thread Richard Quadling
the trick. Cheers, Andrew On Apr 3, 9:28 am, T.J. Crowder t...@crowdersoftware.com wrote: Hi Richard, I'm really stumped here. I wonder if the lack of a ... I'd leave it until Andrew's had a chance to take a look. -- T.J. :-) On Apr 3, 3:21 pm, Richard Quadling

[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-08 Thread Richard Quadling
tickets I'm trying to clean up. [1]https://prototype.lighthouseapp.com/projects/8886-prototype/tickets/647 -- T.J. On Apr 7, 11:15 am, Richard Quadling rquadl...@googlemail.com wrote: 2009/4/7 Richard Quadling rquadl...@googlemail.com: 2009/4/7 Richard Quadling rquadl...@googlemail.com

[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-08 Thread Richard Quadling
2009/4/8 Richard Quadling rquadl...@googlemail.com: Having refreshed my prototype checkout (along with the submodules), the sprockets issue is still present. Trying to change the timestamp causes a problem. Looking at the output of Filemon (http://live.sysinternals.com/filemon.exe), I can

[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-08 Thread Richard Quadling
2009/4/8 Richard Quadling rquadl...@googlemail.com: 2009/4/8 Richard Quadling rquadl...@googlemail.com: Having refreshed my prototype checkout (along with the submodules), the sprockets issue is still present. Trying to change the timestamp causes a problem. Looking at the output

[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-08 Thread Richard Quadling
get REALLY long and in some cases they seem to freak out the GGroups display (not, I know, an enormously difficult task :-) ). [1] http://pastie.org -- T.J. :-) On Apr 8, 8:45 am, Richard Quadling rquadl...@googlemail.com wrote: 2009/4/8 Richard Quadling rquadl...@googlemail.com: [snip

[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-09 Thread Richard Quadling
2009/4/8 Andrew Dupont goo...@andrewdupont.net: On Apr 8, 2:26 am, Richard Quadling rquadl...@googlemail.com wrote: Having refreshed my prototype checkout (along with the submodules), the sprockets issue is still present. Ball's still in Sam's court on that one. If it doesn't get fixed soon

[Prototype-core] Re: New findElements with selector API is faulty

2009-04-23 Thread Richard Quadling
as this symbol is of no importance in any of the languages (well, except as a single character in SQL's LIKE syntax). -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

[Prototype-core] Re: IE6: This page contains both secure and nonsecure items.

2009-06-30 Thread Richard Quadling
hardcoded the protocol for some resources, then they will generate this message. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! I need a car : http://snipurl.com/l4pih ZOPA : http

[Prototype-core] Responders for onXYZ.

2009-07-13 Thread Richard Quadling
interest in such a mechanism? Regards, Richard Quadling. [1] http://proto-scripty.wikidot.com/prototype:how-to-bulletproof-ajax-requests [2] http://dev.rubyonrails.org/ticket/9690 -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

[Prototype-core] Re: checked !status in line 1496? (prototype-1.6.1.RC3)

2009-07-16 Thread Richard Quadling
false to stop the onSuccess route from being followed. Is there any interest in such a mechanism? Regards, Richard Quadling. [1] http://proto-scripty.wikidot.com/prototype:how-to-bulletproof-ajax-requests [2] http://dev.rubyonrails.org/ticket/9690 -- - Richard Quadling Zend Certified

[Prototype-core] rake doc in prototype giving error.

2009-08-27 Thread Richard Quadling
forget to 'git add'? Anyone know the issue? Regards, RichardQ. -- - Richard Quadling Standing on the shoulders of some very clever giants! EE : http://www.experts-exchange.com/M_248814.html Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 ZOPA : http://uk.zopa.com

[Prototype-core] Odd Maruku errors whilst raking the docs.

2009-09-04 Thread Richard Quadling
:in `parse_blocks' !C:/Ruby/lib/ruby/gems/1.8/gems/maruku-0.6.0/lib/maruku/input/parse_block.rb:41:in `parse_text_as_markdown' !C:/Ruby/lib/ruby/gems/1.8/gems/maruku-0.6.0/lib/maruku/input/parse_doc.rb:57:in `parse_doc' Documentation generated in 24.921 seconds. -- - Richard Quadling Standing

[Prototype-core] Re: A more efficient $super for Prototype 2

2009-09-08 Thread Richard Quadling
://github.com/tjcrowder/prototype.git crowder to create a new local copy before doing a rake dist (did the submodules bit too). Seems I've got the standard version and not TJ's. -- - Richard Quadling Standing on the shoulders of some very clever giants! EE : http://www.experts-exchange.com/M_248814

[Prototype-core] Re: A more efficient $super for Prototype 2

2009-09-08 Thread Richard Quadling
a million loops and it's a bit short -- - Richard Quadling Standing on the shoulders of some very clever giants! EE : http://www.experts-exchange.com/M_248814.html Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 ZOPA : http://uk.zopa.com/member/RQuadling

[Prototype-core] Re: Function.EMPTY and Function.K

2009-09-25 Thread Richard Quadling
developers. Cheers, Andrew As f(x) = x, f is an identity function. So, maybe Function.identity(x) { return x; } Hmm, whilst technically correct, the term identity may not be what people are used to. Maybe Function.AsIs() ? -- - Richard Quadling Standing on the shoulders of some very

  1   2   >