Firebug

As you can tell I’ve been in the process of migrating to a new site design and toolset over the past few days. I’m trying to avoid too much custom code but I did make a slight modification to the plugin that renders the quotes feed on the rightmost column. In the process of troubleshooting the problem I discovered the Firebug plugin for Firefox. It’s most a most excellent debugger for walking through the code when there are issues (as well as flagging that there is a problem in the first place). In addition it can provide some useful profiling information regarding how your page loads, etc. In any event it was very helpful getting the page to render valid XHTML and JavaScript.