What are the best tools for AJAX development? I know of firebug for firefox, what other great tools are there for AJAX development?
+1
A:
jquery on the client side. Makes it easy to request different data types, deal with different states of response, and hides away complexities.
gson on the server if you are using Java, converts Java objects to JSON output, and vice versa.
larson4
2009-06-29 19:07:51
A:
If you're going to be doing .NET development I suggest using WCF services on the server-side. You can create awesome little RESTful WCF services that will play nicely with jquery and Ajax.
Terry Donaghe
2009-06-29 19:10:21
+1
A:
You meant YSlow. Do you know that Google has recently realized firebug plug-in called "Page Speed".
It is great, especially the documentation.
innerJL
2009-06-29 19:15:13