Re: [PHP] Best ajax library

2009-12-20 Thread Ali Asghar Toraby Parizy
On Sat, Dec 19, 2009 at 7:13 PM, tedd tedd.sperl...@gmail.com wrote:

 I have chosen jquery at last. because:

 * jQuery has a huge number of plugins available for everything you could
 imagine wanting to do online
 * The information on the jQuery site is extremely well documented, with
 many
 examples
 * jQuery does not extend the elements that it works on, which means that
 JavaScript such as 'for(i in el){...}' will still work
 * jQuery's CSS selector engine, Sizzle, is arguably the most complete and
 the
 quickest available

 reffer to jquery with php by Kae Verens
 thanks for your helps frinds



 Additional consideration.

 There are at least two books published re jQuery, which makes it very
 widespread and well documented.

 Cheers,

 tedd
 --
 ---
 http://sperling.com  http://ancientstones.com  http://earthstones.com

I agree with you.
jQuery1.3 with Php http://www.packtpub.com/jquery-1-3-with-php/book is
the best book I have seen so far. it is a good start point for Php
developers who want to learn jQuery.


Re: [PHP] Best ajax library

2009-12-19 Thread Ali Asghar Toraby Parizy
I have chosen jquery at last. because:

• jQuery has a huge number of plugins available for everything you could
imagine wanting to do online
• The information on the jQuery site is extremely well documented, with many
examples
• jQuery does not extend the elements that it works on, which means that
JavaScript such as 'for(i in el){...}' will still work
• jQuery's CSS selector engine, Sizzle, is arguably the most complete and
the
quickest available

reffer to jquery with php by Kae Verens
thanks for your helps frinds


On Tue, Dec 15, 2009 at 6:49 PM, Philip Thompson philthath...@gmail.comwrote:

 On Dec 15, 2009, at 3:12 AM, Joseph Masoud wrote:

  On 15 Dec 2009, at 08:50, Ali Asghar Toraby Parizy 
 aliasghar.tor...@gmail.com wrote:
 
  Which one is more active than others? I mean which project extends
  faster and better, in future?
 
  On Tue, Dec 15, 2009 at 1:37 AM, Philip Thompson 
 philthath...@gmail.com wrote:
  On Dec 14, 2009, at 4:27 AM, Ali Asghar Toraby Parizy wrote:
 
  Hi
  I think the best choice is jquery until now.
  But, is it reasonable to combine jquery and other library to client
  side and server side scripting respectively?
  By the way, where i can find good lessons about jquery and php?
 
  I really like this js library.
 
  http://mootools.net/
 
  It's based off of jquery or prototype... I can't remember.
 
  ~Philip
 
  JQuery and Mootools are two very different approaches of creating a
 JavaScript framework. Both shine in different ways.
 
  I use JQuery when I want to get things done quickly (using the Yii
 framework or on custom projects).  I use mootols when I develop Joomla!
 Extensions and it's amazing.  Which is more suitable boils down to what your
 project needs.
 
  I'm messing around with Ext at the moment and it's really nice too!
 
  The ultimate answer to your question is; it depends.

 Along those lines of it depends... to my knowledge, most of the
 larger/more popular js frameworks consider other libraries when being
 developed. Meaning, the chances of a naming conflict are lowered. Not that I
 recommend it, but it does allow for using multiple libraries for a single
 project - that's another thread.

 I can't speak for the other libraries, but I know that MooTools is
 constantly being updated and improved. I doubt that it will be leaving
 anytime soon. Check out some extended functionality of MooTools...
 Clientcide. It's created by the same author of MooTools to work with it.

 http://www.clientcide.com/

 ~Philip
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Best ajax library

2009-12-15 Thread Ali Asghar Toraby Parizy
Which one is more active than others? I mean which project extends
faster and better, in future?

On Tue, Dec 15, 2009 at 1:37 AM, Philip Thompson philthath...@gmail.com wrote:
 On Dec 14, 2009, at 4:27 AM, Ali Asghar Toraby Parizy wrote:

 Hi
 I think the best choice is jquery until now.
 But, is it reasonable to combine jquery and other library to client
 side and server side scripting respectively?
 By the way, where i can find good lessons about jquery and php?

 I really like this js library.

 http://mootools.net/

 It's based off of jquery or prototype... I can't remember.

 ~Philip

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Best ajax library

2009-12-15 Thread Joseph Masoud
On 15 Dec 2009, at 08:50, Ali Asghar Toraby Parizy aliasghar.tor...@gmail.com 
 wrote:



Which one is more active than others? I mean which project extends
faster and better, in future?

On Tue, Dec 15, 2009 at 1:37 AM, Philip Thompson philthath...@gmail.com 
 wrote:

On Dec 14, 2009, at 4:27 AM, Ali Asghar Toraby Parizy wrote:


Hi
I think the best choice is jquery until now.
But, is it reasonable to combine jquery and other library to client
side and server side scripting respectively?
By the way, where i can find good lessons about jquery and php?


I really like this js library.

http://mootools.net/

It's based off of jquery or prototype... I can't remember.

~Philip

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

JQuery and Mootools are two very different approaches of creating a  
JavaScript framework. Both shine in different ways.


I use JQuery when I want to get things done quickly (using the Yii  
framework or on custom projects).  I use mootols when I develop  
Joomla! Extensions and it's amazing.  Which is more suitable boils  
down to what your project needs.


I'm messing around with Ext at the moment and it's really nice too!

The ultimate answer to your question is; it depends. 
  


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Best ajax library

2009-12-15 Thread Philip Thompson
On Dec 15, 2009, at 3:12 AM, Joseph Masoud wrote:

 On 15 Dec 2009, at 08:50, Ali Asghar Toraby Parizy 
 aliasghar.tor...@gmail.com wrote:
 
 Which one is more active than others? I mean which project extends
 faster and better, in future?
 
 On Tue, Dec 15, 2009 at 1:37 AM, Philip Thompson philthath...@gmail.com 
 wrote:
 On Dec 14, 2009, at 4:27 AM, Ali Asghar Toraby Parizy wrote:
 
 Hi
 I think the best choice is jquery until now.
 But, is it reasonable to combine jquery and other library to client
 side and server side scripting respectively?
 By the way, where i can find good lessons about jquery and php?
 
 I really like this js library.
 
 http://mootools.net/
 
 It's based off of jquery or prototype... I can't remember.
 
 ~Philip
 
 JQuery and Mootools are two very different approaches of creating a 
 JavaScript framework. Both shine in different ways.
 
 I use JQuery when I want to get things done quickly (using the Yii framework 
 or on custom projects).  I use mootols when I develop Joomla! Extensions and 
 it's amazing.  Which is more suitable boils down to what your project needs.
 
 I'm messing around with Ext at the moment and it's really nice too!
 
 The ultimate answer to your question is; it depends. 

Along those lines of it depends... to my knowledge, most of the larger/more 
popular js frameworks consider other libraries when being developed. Meaning, 
the chances of a naming conflict are lowered. Not that I recommend it, but it 
does allow for using multiple libraries for a single project - that's another 
thread.

I can't speak for the other libraries, but I know that MooTools is constantly 
being updated and improved. I doubt that it will be leaving anytime soon. Check 
out some extended functionality of MooTools... Clientcide. It's created by the 
same author of MooTools to work with it.

http://www.clientcide.com/

~Philip
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Best ajax library

2009-12-14 Thread Angelo Zanetti

  On Sat, 2009-12-12 at 15:34 +0330, shahrzad khorrami wrote:

 salam ;)

 JQuery is good one.





Yes I agree with JQuery but you also get JQuery UI (user interface).

You can also check out extjs.com. good luck.

Angelo
http://www.elemental.co.za
http://www.wapit.co.za





 JQuery is good for client-side, did you want something for the server?

   Thanks,
 Ash
 http://www.ashleysheridan.co.uk





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Best ajax library

2009-12-14 Thread Ali Asghar Toraby Parizy
Hi
I think the best choice is jquery until now.
But, is it reasonable to combine jquery and other library to client
side and server side scripting respectively?
By the way, where i can find good lessons about jquery and php?


On Mon, Dec 14, 2009 at 1:16 PM, Angelo Zanetti ang...@zlogic.co.za wrote:

  On Sat, 2009-12-12 at 15:34 +0330, shahrzad khorrami wrote:

 salam ;)

 JQuery is good one.





 Yes I agree with JQuery but you also get JQuery UI (user interface).

 You can also check out extjs.com. good luck.

 Angelo
 http://www.elemental.co.za
 http://www.wapit.co.za





 JQuery is good for client-side, did you want something for the server?

   Thanks,
 Ash
 http://www.ashleysheridan.co.uk






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Best ajax library

2009-12-14 Thread Philip Thompson
On Dec 14, 2009, at 4:27 AM, Ali Asghar Toraby Parizy wrote:

 Hi
 I think the best choice is jquery until now.
 But, is it reasonable to combine jquery and other library to client
 side and server side scripting respectively?
 By the way, where i can find good lessons about jquery and php?

I really like this js library.

http://mootools.net/

It's based off of jquery or prototype... I can't remember.

~Philip

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Best ajax library

2009-12-12 Thread shahrzad khorrami
salam ;)

JQuery is good one.



-- 
Shahrzad Khorrami


Re: [PHP] Best ajax library

2009-12-12 Thread Ashley Sheridan
On Sat, 2009-12-12 at 15:34 +0330, shahrzad khorrami wrote:

 salam ;)
 
 JQuery is good one.
 
 
 


JQuery is good for client-side, did you want something for the server?

Thanks,
Ash
http://www.ashleysheridan.co.uk




Re: [PHP] Best ajax library

2009-12-12 Thread Ali Asghar Toraby Parizy
Thanks for your replies. Which one is better for GUI building? I'm looking
for a ajax library that is comfortable for client side applications. I think
php is plenty comfortable For server side issues, so I can't see any reason
to toil in experiencing new technologies.

On Sat, Dec 12, 2009 at 3:37 PM, Ashley Sheridan
a...@ashleysheridan.co.ukwrote:

  On Sat, 2009-12-12 at 15:34 +0330, shahrzad khorrami wrote:

 salam ;)

 JQuery is good one.





 JQuery is good for client-side, did you want something for the server?

   Thanks,
 Ash
 http://www.ashleysheridan.co.uk





Re: [PHP] Best ajax library

2009-12-12 Thread Floyd Resler
I've always been a big fan of prototype which does AJAX plus a whole lot more.

Take care,
Floyd

On Dec 12, 2009, at 7:00 AM, Ali Asghar Toraby Parizy wrote:

 Hi friends.
 What ajax library do you suggest for php developers?
 Can i use gwt with php, or It is compatible only with java web applications?
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Best ajax library

2009-12-12 Thread Richard Quadling
2009/12/12 Floyd Resler fres...@adex-intl.com:
 I've always been a big fan of prototype which does AJAX plus a whole lot more.

 Take care,
 Floyd

 On Dec 12, 2009, at 7:00 AM, Ali Asghar Toraby Parizy wrote:

 Hi friends.
 What ajax library do you suggest for php developers?
 Can i use gwt with php, or It is compatible only with java web applications?

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



I REALLY like prototype, but it does do a lot to the standard objects,
which does mean it often doesn't play well with others.

If you use Prototype and Scriptaculous (the GUI side of things for
effects and such), then you've got a winner.

Something that is missing though is the more GUI-like components that
come with toolkits like BlueShoes (php CMS server and client side with
separatable JS components - license required depending upon usage).


For just the AJAX communication, then prototype is perfectly adequate.
Though the 'X' is often easier to work with if it is J as in JSON.

Prototype can return JS objects from an AJAX call. PHP support for
JSON is fine in this regard (though I would make sure you set
JSON_FORCE_OBJECT for json_encode() to make sure empty arrays are
returned as objects rather than an empty array if you are building
your objects dynamically).

Richard.


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

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Best ajax library

2009-12-12 Thread Raymond Irving
Well I would recommend jQuery for client-side ajax.

But if you're looking for an integrated solution for php on the server-side, 
then you might  want to check out Raxan for PHP - http://raxanpdi.com

Best regards,
__
Raymond Irving
Raxan for PHP - PHP/Ajax made simple






From: Ali Asghar Toraby Parizy aliasghar.tor...@gmail.com
To: php-general@lists.php.net
Sent: Sat, December 12, 2009 7:00:53 AM
Subject: [PHP] Best ajax library

Hi friends.
What ajax library do you suggest for php developers?
Can i use gwt with php, or It is compatible only with java web applications?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php