Quantcast
Channel: Code:Q
Viewing all articles
Browse latest Browse all 50

Tools for debugging Ajax

$
0
0


When Joe Walker (the creator of DWR) visited Stockholm last week, he got a question during the Ajax seminar what tools there were for debugging Ajax. He whipped up this list of tools and techniques: Finally, this kind of code:

   if (window.console) window.console.log(message);
   else alert(message);
Then we have the newly released FireBug.


Viewing all articles
Browse latest Browse all 50

Trending Articles