Re: [fw-general] Zend_DOM and AJAX

2008-11-20 Thread Matthew Weier O'Phinney
-- edgelogix [EMAIL PROTECTED] wrote
(on Wednesday, 19 November 2008, 10:26 PM -0800):
 Thanks alot, for providing such an informative reply. Actually I'm very new
 to ZF, and getting so many problems in finiding any good working example of
 Zend_Dojo in combination with AJAX. Would you please suggest me any good and
 descriptive example which can help a beginner like me to start good hands on
 it. 

I've done a webinar on Dojo/ZF integration that you can find here:

http://www.zend.com/en/resources/webinars/framework

Additionally, I have a Pastebin sample application that demonstrates a
number of the integration points; you can grab it from my github repo:

http://github.com/weierophinney/pastebin


 Matthew Weier O'Phinney-3 wrote:
  
  -- edgelogix [EMAIL PROTECTED] wrote
  (on Tuesday, 18 November 2008, 05:45 AM -0800):
  I've just designed the UI for the application, here I got a question
  about
  the forms. I want to use AJAX and DOM, so what is the recommendations
  about
  that , how and what is the is most appropriate way to accomplish both of
  the
  things. I guess Zend_Dom and also kindly let me know is the Dojo right
  choice to add here. Thanks
  
  Zend_Dom is simply a way to query DOM structures using either CSS query
  selectors or XPath. It was developed to aid testing, and is being used
  by many for screen scraping. It has absolutely no relation to Ajax.
  
  As for Ajax and dynamic user interfaces, the supported solution by Zend
  Framework is Zend_Dojo; we ship Dojo with the full distribution, and
  Zend_Dojo provides the means for integrating with it -- via view
  helpers, Zend_Dojo_Form, Zend_Dojo_Data, and Zend_Json_Server.
  Additionally, as of yesterday's 1.7.0 release, we now have ZendX_JQuery
  in the extras package, which provides jquery integration (though we do
  not ship jquery with ZF).
  
  -- 
  Matthew Weier O'Phinney
  Software Architect   | [EMAIL PROTECTED]
  Zend Framework   | http://framework.zend.com/
  
  
 
 -- 
 View this message in context: 
 http://www.nabble.com/Zend_DOM-and-AJAX-tp20559881p20595780.html
 Sent from the Zend Framework mailing list archive at Nabble.com.
 

-- 
Matthew Weier O'Phinney
Software Architect   | [EMAIL PROTECTED]
Zend Framework   | http://framework.zend.com/


Re: [fw-general] Zend_DOM and AJAX

2008-11-19 Thread edgelogix

Thanks alot, for providing such an informative reply. Actually I'm very new
to ZF, and getting so many problems in finiding any good working example of
Zend_Dojo in combination with AJAX. Would you please suggest me any good and
descriptive example which can help a beginner like me to start good hands on
it. 

Thanks
Ilyas




Matthew Weier O'Phinney-3 wrote:
 
 -- edgelogix [EMAIL PROTECTED] wrote
 (on Tuesday, 18 November 2008, 05:45 AM -0800):
 I've just designed the UI for the application, here I got a question
 about
 the forms. I want to use AJAX and DOM, so what is the recommendations
 about
 that , how and what is the is most appropriate way to accomplish both of
 the
 things. I guess Zend_Dom and also kindly let me know is the Dojo right
 choice to add here. Thanks
 
 Zend_Dom is simply a way to query DOM structures using either CSS query
 selectors or XPath. It was developed to aid testing, and is being used
 by many for screen scraping. It has absolutely no relation to Ajax.
 
 As for Ajax and dynamic user interfaces, the supported solution by Zend
 Framework is Zend_Dojo; we ship Dojo with the full distribution, and
 Zend_Dojo provides the means for integrating with it -- via view
 helpers, Zend_Dojo_Form, Zend_Dojo_Data, and Zend_Json_Server.
 Additionally, as of yesterday's 1.7.0 release, we now have ZendX_JQuery
 in the extras package, which provides jquery integration (though we do
 not ship jquery with ZF).
 
 -- 
 Matthew Weier O'Phinney
 Software Architect   | [EMAIL PROTECTED]
 Zend Framework   | http://framework.zend.com/
 
 

-- 
View this message in context: 
http://www.nabble.com/Zend_DOM-and-AJAX-tp20559881p20595780.html
Sent from the Zend Framework mailing list archive at Nabble.com.



[fw-general] Zend_DOM and AJAX

2008-11-18 Thread edgelogix

Hi,
I've just designed the UI for the application, here I got a question about
the forms. I want to use AJAX and DOM, so what is the recommendations about
that , how and what is the is most appropriate way to accomplish both of the
things. I guess Zend_Dom and also kindly let me know is the Dojo right
choice to add here. Thanks

Ilyas
-- 
View this message in context: 
http://www.nabble.com/Zend_DOM-and-AJAX-tp20559881p20559881.html
Sent from the Zend Framework mailing list archive at Nabble.com.



Re: [fw-general] Zend_DOM and AJAX

2008-11-18 Thread Matthew Weier O'Phinney
-- edgelogix [EMAIL PROTECTED] wrote
(on Tuesday, 18 November 2008, 05:45 AM -0800):
 I've just designed the UI for the application, here I got a question about
 the forms. I want to use AJAX and DOM, so what is the recommendations about
 that , how and what is the is most appropriate way to accomplish both of the
 things. I guess Zend_Dom and also kindly let me know is the Dojo right
 choice to add here. Thanks

Zend_Dom is simply a way to query DOM structures using either CSS query
selectors or XPath. It was developed to aid testing, and is being used
by many for screen scraping. It has absolutely no relation to Ajax.

As for Ajax and dynamic user interfaces, the supported solution by Zend
Framework is Zend_Dojo; we ship Dojo with the full distribution, and
Zend_Dojo provides the means for integrating with it -- via view
helpers, Zend_Dojo_Form, Zend_Dojo_Data, and Zend_Json_Server.
Additionally, as of yesterday's 1.7.0 release, we now have ZendX_JQuery
in the extras package, which provides jquery integration (though we do
not ship jquery with ZF).

-- 
Matthew Weier O'Phinney
Software Architect   | [EMAIL PROTECTED]
Zend Framework   | http://framework.zend.com/