Best ajax library
am 12.12.2009 13:00:53 von Ali Asghar Toraby Parizy
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
Re: Best ajax library
am 12.12.2009 13:04:33 von shahrzad khorrami
--00032555acdee9c77a047a86d73c
Content-Type: text/plain; charset=ISO-8859-1
salam ;)
JQuery is good one.
--
Shahrzad Khorrami
--00032555acdee9c77a047a86d73c--
Re: Best ajax library
am 12.12.2009 13:07:13 von Ashley Sheridan
--=-n9fSMP0qJlPZrP5Hplm+
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
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
--=-n9fSMP0qJlPZrP5Hplm+--
Re: Best ajax library
am 12.12.2009 13:24:29 von Ali Asghar Toraby Parizy
--0015174762a430ddad047a871f59
Content-Type: text/plain; charset=ISO-8859-1
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
wrote:
> 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
>
>
>
--0015174762a430ddad047a871f59--
Re: Best ajax library
am 12.12.2009 14:02:19 von 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?
>=20
> --=20
> 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: Best ajax library
am 12.12.2009 16:26:13 von Richard Quadling
2009/12/12 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
>
>
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=ZEND002498&r=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: Best ajax library
am 13.12.2009 02:54:07 von Raymond Irving
--0-931719685-1260669247=:21550
Content-Type: text/plain; charset=us-ascii
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
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
--0-931719685-1260669247=:21550--
RE: Best ajax library
am 14.12.2009 10:46:35 von angelo
> 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: Best ajax library
am 14.12.2009 11:27:16 von 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 wrote=
:
>
>> =A0On 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?
>>
>> =A0 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: Best ajax library
am 14.12.2009 23:07:25 von 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: Best ajax library
am 15.12.2009 09:50:26 von 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 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: Best ajax library
am 15.12.2009 10:12:27 von Joseph Masoud
On 15 Dec 2009, at 08:50, Ali Asghar Toraby Parizy
> 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
> > 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: Best ajax library
am 15.12.2009 16:19:46 von Philip Thompson
On Dec 15, 2009, at 3:12 AM, Joseph Masoud wrote:
> On 15 Dec 2009, at 08:50, Ali Asghar Toraby Parizy =
wrote:
>=20
>> Which one is more active than others? I mean which project extends
>> faster and better, in future?
>>=20
>> On Tue, Dec 15, 2009 at 1:37 AM, Philip Thompson =
wrote:
>>> On Dec 14, 2009, at 4:27 AM, Ali Asghar Toraby Parizy wrote:
>>>=20
>>>> 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?
>>>=20
>>> I really like this js library.
>>>=20
>>> http://mootools.net/
>>>=20
>>> It's based off of jquery or prototype... I can't remember.
>>>=20
>>> ~Philip
>>>=20
> JQuery and Mootools are two very different approaches of creating a =
JavaScript framework. Both shine in different ways.
>=20
> 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.
>=20
> I'm messing around with Ext at the moment and it's really nice too!
>=20
> The ultimate answer to your question is; "it depends".=20
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: Best ajax library
am 19.12.2009 11:58:12 von Ali Asghar Toraby Parizy
--0023545bd5908a5d66047b12bb49
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
I have chosen jquery at last. because:
=95 jQuery has a huge number of plugins available for everything you could
imagine wanting to do online
=95 The information on the jQuery site is extremely well documented, with m=
any
examples
=95 jQuery does not extend the elements that it works on, which means that
JavaScript such as 'for(i in el){...}' will still work
=95 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 wr=
ote:
> On Dec 15, 2009, at 3:12 AM, Joseph Masoud wrote:
>
> > On 15 Dec 2009, at 08:50, Ali Asghar Toraby Parizy <
> aliasghar.toraby@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 <
> philthathril@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 y=
our
> 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 tha=
t 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
>
>
--0023545bd5908a5d66047b12bb49--
Re: Best ajax library
am 20.12.2009 17:15:00 von Ali Asghar Toraby Parizy
--00151747859a4e0a63047b2b46ce
Content-Type: text/plain; charset=ISO-8859-1
On Sat, Dec 19, 2009 at 7:13 PM, tedd 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 " is
the best book I have seen so far. it is a good start point for Php
developers who want to learn jQuery.
--00151747859a4e0a63047b2b46ce--