Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Get in, get out. That's the attitude that most developers have in testing and debugging their applications. Few developers look forward to these tasks during the development cycle; they want to efficiently get into the code, figure out what's working and what's not, fix any problems, and then move on.
Given the heterogeneous nature of Web applications, debugging has always been challenging, particularly when trying to work with client-side JavaScript. To address this need, fairly sophisticated debugging tools have emerged over the past few years among the developer community, most notably Firebug and other add-ons to Firefox. However, the problem is that most of these testing tools that Web developers have come to rely on for desktop browsers are not ideal for testing iPhone Web apps.