Tag Archives | javascript

FireBug

The FireBug Firefox extension would be a handy one for any Web developer to pick up and use.

FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, an error console, command line, and a variety of fun inspectors.

[Learn More About FireBug!]

Read full story · Comments { 0 }

JSView

There really is no way to check the source of javascript a Web site is using. You usually have to fight through the source code to find the paths and hunt your way through small text with sore eyes. The JSView extension for Firefox puts an end to that.

[Learn More About JSView!]

Read full story · Comments { 0 }