What AJAX framework do you recommend for PHP applications?
SAjax, NAjax, FAjax.
All of them are ok, but it it best to make your own to suit your needs.
Tuesday, October 17, 2006
What are the different frameworks available In AJAX ?
A good framework that I have seen is "Zephyr".
It is used with php and seems to be very easy to use.
You can get it from here http://zephyr-php.sourceforge.net
Subscribe to:
Posts (Atom)
Data Science - 103 (Kapil Sharma)
Cloud Computing Basic:- In this the PC is on service provider data center and secuirty maintenance and upgrades are done by the service pro...
-
Saving and Executing Your Programs : First of all, you need a text editor, preferably one intended for programming. (If you use something ...
-
What JavaScript libraries and frameworks are available? There are many libraries/frameworks out there (and many more emerging) that will hel...
-
Python Strings : The raw_input and "Hello, " + name + "!" Let’s go for the "Hello" part first and leave raw_in...