InfoQ

InfoQ

Topic/Tag specific view

Firebug Content on InfoQ


Latest featured content about Firebug

Debugging Single Page Web Apps with Michael Mahemoff

Topics
HTML5,
Debugging,
Javascript,
Architecture

Chrome Developer Advocate Michael Mahemoff, talks about the importance of single page web apps and the challenges that developers have to face while building them. He elaborates on developer tools, debugging techniques, Chrome Web Store and the future of web apps.

News about Firebug

Google Page Speed Goes Online and Mobile

Topics
Architecture,
Mobile,
Performance & Scalability

Google has made Page Speed available online, enhancing it for analyzing web pages targeted at smartphones.

FireAtlas ASP.NET AJAX Viewer

Topics
.NET,
Debugging

FireAtlas is an extension to Firebug dedicated to ASP.NET AJAX debugging through providing PageRequestManager tracing and partial update inspection.

Google Has Open Sourced Page Speed

Topics
Performance & Scalability,
Architecture

Google has just open sourced Page Speed, a tool used internally by Google to optimize their web sites, especially the speed web pages are loaded with.

Fiddler Web Debugging Proxy

Topics
.NET,
Debugging

Fiddler is a free proxy that logs HTTP(S) traffic, allowing developers to inspect requests and responses, set breakpoints, and tamper with incoming or outgoing data. Fiddler also includes an event-based scripting subsystem and can be extended using any .NET language. A simple but powerful example of Fiddler's utility can be seen when trying to get a complete view of a site's AJAX traffic.