Newsletter sign up

Keep updated on all the latest and greatest events that FITC is involved with. And, using the list on your right, you get only the news you want!

Select what FITC news you want to receive:

Monthly Newsletter
(Frequency - Sent out once a month, all the FITC goodness!)
Event-Specific Emails
(Frequency - We send out 2-3 emails before the events)
Canada
FITC Toronto
SCREENS
Toronto Spotlight Series
Workshop Series
Emerging Technology and Advertising
FITC Vancouver
USA
Web Unleashed Boston
Europe
FITC Amsterdam
Asia
FITC Tokyo

Privacy policy Sign Up
Web Performance & Optimization

Web Performance & Optimization

March 16, 2013

Presentation

Back to Presentations
Arvin Singla
Front End Debugging in Firefox

Overview

Firebug provides developers with a wealth of tools that integrate seamlessly with Firefox. This talk will explain how one can use Firebug to effectively debug front-end issues. Areas covered will include: 

Walkthrough of Firebug and Built in Firefox dev tools
- Learn the basics of using these tools and understand their major differences

Inline HTML and CSS editing 
- How to use these tools to debug HTML and CSS issues in realtime

Performance monitoring
- View statistics and detailed information to identify bottlenecks and slowdowns
- Using third party services such as yslow to identify performance problems

Realtime Javascript debugging
- Learn how to step through and debug the execution of a running javascript application

Advanced topics
- Mobile debugging for iOS with Safari
- User agent switching for mobile testing
- Extendability and plugins