[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-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: 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

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

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: 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

[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: 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] 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

[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] 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] 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

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

<    1   2