Skip to content

Web development tips and tricks

Resources

Best Practices for Speeding Up Your Web Site

Minify JavaScript and CSS

Minify JavaScript and CSS can be done by the following tools:

JSMin YUI Compressor

Tool support for debugging

Firefox
  • FireBug - Debugger, DOM-navigation, XMLHttpRequest monitor ++.
  • Venkman - Heavy debugger, used to be the best but is probably behind Firebug by now.
  • JavaScript shell - Interactive JavaScript shell (bookmarklet for Firefox)
Internet Explorer

HOW-TO: Debug JavaScript in Internet Explorer

Safari