- HTML Tidy - validates HTML against the referenced DocType; I treat this as sort of a "compile" check
- Web Developer - supports live DOM inspection, live CSS editing, resizing the window to particular resolutions, cookie and cache management, and much more
- Firebug - live inspection and debugging of JavaScript, CSS, and DOM
Being able to "find element by click" makes working in both browsers much easier. I am still looking for a JavaScript inspector / debugger for IE. Unfortunately, the current code's HTML and JavaScript is tied to IE in certain places because I haven't had the chance to add id elements and such so I can't just do the debugging in Firefox. I will probably integrate MochiKit so I don't alert myself to death.
2 comments:
Mochkit looks pretty useful. I like the rounded corners stuff...
Heh...I hadn't noticed those. I'm interested in MochiKit for the logging.
Post a Comment