FireCrystal: Understanding interactive behaviors in dynamic web pages

  • Authors:
  • Stephen Oney;Brad Myers

  • Affiliations:
  • Human-Computer Interaction Institute - Carnegie Mellon University;Human-Computer Interaction Institute - Carnegie Mellon University

  • Venue:
  • VLHCC '09 Proceedings of the 2009 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC)
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

For developers debugging their own code, augmenting the code of others, or trying to learn the implementation details of interactive behaviors, understanding how web pages work is a fundamental problem. FireCrystal is a new Firefox extension that allows developers to indicate interactive behaviors of interest, and shows the specific code (Javascript, CSS, and HTML) that is responsible for those behaviors. FireCrystal provides an execution timeline that users can scrub back and forth, and the ability to select items of interest in the actual web page UI to see the associated code. FireCrystal may be especially useful for developers who are trying to learn the implementation details of interactive behaviors, so they can reuse these behaviors in their own web site.