Re: [fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Discontinuing Maintenance of ZendX JQuery - Suggest drop for 2.0

2011-02-01 Thread David Mintz
On Mon, Jan 31, 2011 at 6:28 PM, Hector Virgen djvir...@gmail.com wrote: Damn. As a high-level userland freeloader I have been loving the convenience of doing what seems kind of like time travel -- $this-JQuery()-onLoadCaptureStart() -- in my views. I wonder how you might hack up

Re: [fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Discontinuing Maintenance of ZendX JQuery - Suggest drop for 2.0

2011-01-31 Thread David Mintz
A naive question: even if ZendX JQuery is dropped as of ZF 2.0, if you wanted to migrate to 2.0 *and* keep ZendX JQuery, is there any reason why you couldn't install it and use like any other 3rd party or home-grown plugin? -- David Mintz http://davidmintz.org/ It ain't over:

Re: [fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Discontinuing Maintenance of ZendX JQuery - Suggest drop for 2.0

2011-01-31 Thread Matthew Weier O'Phinney
-- David Mintz da...@davidmintz.org wrote (on Monday, 31 January 2011, 03:37 PM -0500): A naive question: even if ZendX JQuery is dropped as of ZF 2.0, if you wanted to migrate to 2.0 *and* keep ZendX JQuery, is there any reason why you couldn't install it and use like any other 3rd party or

Re: [fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Discontinuing Maintenance of ZendX JQuery - Suggest drop for 2.0

2011-01-31 Thread David Mintz
On Mon, Jan 31, 2011 at 4:15 PM, Matthew Weier O'Phinney matt...@zend.comwrote: -- David Mintz da...@davidmintz.org wrote (on Monday, 31 January 2011, 03:37 PM -0500): A naive question: even if ZendX JQuery is dropped as of ZF 2.0, if you wanted to migrate to 2.0 *and* keep ZendX JQuery, is

Re: [fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Discontinuing Maintenance of ZendX JQuery - Suggest drop for 2.0

2011-01-31 Thread Hector Virgen
Damn. As a high-level userland freeloader I have been loving the convenience of doing what seems kind of like time travel -- $this-JQuery()-onLoadCaptureStart() -- in my views. I wonder how you might hack up something equivalent in ZF 2.0. I use this: jQuery(function($){ // js code goes

[fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Discontinuing Maintenance of ZendX JQuery - Suggest drop for 2.0

2011-01-19 Thread Benjamin Eberlei
Well bad-practice is the fact that currently each form element generates its own javascript code. If there were a bunch of zf jQuery plugins that are integrated and those are used through classes then the extension might be more helpful, but this requires a complete rewrite and stricter

[fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Discontinuing Maintenance of ZendX JQuery - Suggest drop for 2.0

2011-01-19 Thread Dennis Winter
On Wed, 19 Jan 2011 09:31, Benjamin Eberlei wrote: Well bad-practice is the fact that currently each form element generates its own javascript code. If there were a bunch of zf jQuery plugins that are integrated and those are used through classes then the extension might be more helpful,

Re: [fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Discontinuing Maintenance of ZendX JQuery - Suggest drop for 2.0

2011-01-19 Thread Jigal sanders
Hello, After having followed a good extensive tutorial about jQuery ( http://www.bennadel.com/resources/presentations/jquery/video/index.htm) I think i understand where you guys come from. But I ZendX_Jquery will not be supported as if version 2.0 what is the suggested way to implement jQuery

Re: [fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Discontinuing Maintenance of ZendX JQuery - Suggest drop for 2.0

2011-01-19 Thread Jigal sanders
Hello, After having followed a good extensive tutorial about jQuery ( http://www.bennadel.com/resources/presentations/jquery/video/index.htm) I think i understand where you guys come from. But I ZendX_Jquery will not be supported as if version 2.0 what is the suggested way to implement jQuery