Re: [Prototype-core] Playing with Google's Closure Compiler and got a message for Prototype 1.7.0.0

2011-05-18 Thread Richard Quadling
property access to have side effects, but with getters/setters now in JavaScript, it'll become more and more common. Cheers, Andrew [1] https://github.com/jquery/sizzle/blob/master/sizzle.js#L598 On May 17, 2011, at 11:24 AM, Richard Quadling wrote: Hi. Using Google Maps API

[Prototype-core] Playing with Google's Closure Compiler and got a message for Prototype 1.7.0.0

2011-05-17 Thread Richard Quadling
http://maps.google.com/maps/api/js?libraries=geometrysensor=false // ==/ClosureCompiler== // ADD YOUR CODE HERE alert(1); as the code to optimize. Choose Simple from the list of optimizations. Click Compile and then look at the warnings tab on the right hand side. Regards, Richard. -- Richard

[Prototype-core] New machine and new get clone ...

2011-03-28 Thread Richard Quadling
path 'vendor/sizzle/repository' failed https://github.com/jeresig no longer shows sizzle as one of his projects. I guess it should be jquery/sizzle, ... but that would just seem wrong ... ! Of course, it could be me. Any pointers? Regards, Richard Quadling. -- Richard Quadling Twitter : EE

[Prototype-core] Re: New machine and new get clone ...

2011-03-28 Thread Richard Quadling
On 28 March 2011 18:22, Richard Quadling rquadl...@gmail.com wrote: Hi. Getting a problem downloading sizzle ... [2011-03-28 18:14:58] [D:\Personal Files\Downloads\Software\Programming\Javascript\Prototype] [] git submodule init Submodule 'vendor/caja_builder' (git://github.com/tobie

[Prototype-core] Re: New machine and new get clone ...

2011-03-28 Thread Richard Quadling
On 28 March 2011 18:24, Richard Quadling rquadl...@gmail.com wrote: On 28 March 2011 18:22, Richard Quadling rquadl...@gmail.com wrote: Hi. Getting a problem downloading sizzle ... [2011-03-28 18:14:58] [D:\Personal Files\Downloads\Software\Programming\Javascript\Prototype] [] git

[Prototype-core] Suggestions for a small private project.

2011-02-03 Thread Richard Quadling
be handled server side with a small list on screen to choose the project and tree style. So. What suggestions do you have. Regards, Richard. -- Richard Quadling Twitter : EE : Zend @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY -- You received this message because you are subscribed

[Prototype-core] Re: Suggestions for a small private project.

2011-02-03 Thread Richard Quadling
On 3 February 2011 11:26, Richard Quadling rquadl...@gmail.com wrote: Hi. I've got an archive of a PHP framework. The archive contains the 55 official releases and patch levels to date. It is NOT an SVN/CVS repository, just a directory for each release and expanded content in each directory

[Prototype-core] CSS object standardisation.

2010-07-01 Thread Richard Quadling
Hi. I use Prototype a lot and the one thing I find most useful is the level playing field it provides me. Prototype covers AJAX and HTML Elements very well in this regard. Are there any plans to do the same with CSS? Specifically in using JS to add/remove/alter CSS rules. Code like

Re: [Prototype-core] Re: Documentation for second parameter to AJAX callbacks.

2010-06-05 Thread Richard Quadling
(data, error messages, etc.) from the server side app. Excellent stuff! Regards, Richard. -- - Richard Quadling Standing on the shoulders of some very clever giants! EE : http://www.experts-exchange.com/M_248814.html EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp Zend

[Prototype-core] Documentation for second parameter to AJAX callbacks.

2010-06-02 Thread Richard Quadling
JSON headers) doesn't mention it. It is mentioned on http://api.prototypejs.org/ajax/ajax/responders So, for example, what happens for onSuccess() ? As far as I can tell, it works just the same. Regards, Richard. -- - Richard Quadling Standing on the shoulders of some very clever giants! EE

Re: [Prototype-core] Re: rake doc's error.

2010-01-06 Thread Richard Quadling
. Best, Tobie On Jan 5, 12:00 pm, Richard Quadling rquadl...@googlemail.com wrote: 2010/1/5 Tobie Langel tobie.lan...@gmail.com: Hi Richard. You'll have to use another syntax highlighter ATM or build the documentation without syntax highlighting. To do so, just modify the rake task

Re: [Prototype-core] Re: rake doc's error.

2010-01-06 Thread Richard Quadling
2010/1/6 Tobie Langel tobie.lan...@gmail.com: Erh... but the documentation IS the website. And DocBook support is planned. Maybe you'd like to help with it? Best, Tobie On Jan 6, 11:43 am, Richard Quadling rquadl...@googlemail.com wrote: 2010/1/5 Tobie Langel tobie.lan...@gmail.com

Re: [Prototype-core] Re: rake doc's error.

2010-01-05 Thread Richard Quadling
to make pygments work on windows would be absolutely awesome!) On Jan 4, 2:50 pm, Richard Quadling rquadl...@googlemail.com wrote: Hi. Using open4 on Windows seems to be an issue. (in D:/Personal Files/Downloads/Software/Programming/Javascript/prototype) mkdir -p D:/Personal Files

Re: [Prototype-core] Re: For() loops, ++i, i++, i+=1

2009-12-30 Thread Richard Quadling
a little look. These sorts of things don't often mean much. OOI. ++i, ++i vs i += 2 also seems to be a little better. -- - 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

[Prototype-core] Re: Element.classNames()

2009-11-03 Thread Richard Quadling
2009/11/3 Andrew Dupont goo...@andrewdupont.net: On Nov 3, 2009, at 3:54 AM, Richard Quadling wrote: According to [1], you will get a string back, not an array of strings. Nope — that's the notation for returning an array of strings. OMG! My excuse is I'm 42 years old and going bald

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

2009-10-23 Thread Richard Quadling
('DOB', '1967/10/01'); would be the same as ... function DOB(){ returns '1967/10/01'; } In both cases, it is the value that has to remain constant. -- - Richard Quadling Standing on the shoulders of some very clever giants! EE : http://www.experts-exchange.com/M_248814.html Zend Certified

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

2009-09-29 Thread Richard Quadling
() = x) -- - 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: Ajax.Responders.register for onFailure event

2009-09-29 Thread Richard Quadling
Also http://dev.rubyonrails.org/ticket/9690 -- - 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

[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] 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] 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] 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] 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: 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] 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: 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: 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-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-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: 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: 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: 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] 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: $('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] 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: 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] 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: 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] 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: 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: 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] 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] 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] 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] 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] 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: 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] 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: 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: 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] 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] 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] 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] 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: `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: 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: 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: 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: 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

  1   2   >