MeanFreePath Tools & ResourcesToolsWeb Developer Toolbar for FireFox & MozillaIf there is one tool you must download to improve your HTML/CSS/JavaScript coding effectiveness, make it this one. If there's any reason you're holding back on getting FireFox, this extension will tip the balance. Mozilla DOM InspectorA must for serious JavaScript programmers. Gives you full insight into the current page's DOM (Document Object Model)—every bit of a page's elements/components is stored and accesed here. More info on using the DOM Inspector can be found here. HTML Validator for FireFoxThis tool quickly analyzes your pages' HTML source and reports any potential errors. When used with FireFox's JavaScript console this tool can save you hours when tracking down strange page display errors. ResourcesQuirksModeGreat site that guides you through JavaScript development and the browser errata we love so dearly. CSS Zen GardenA beautiful example of the best way to style your pages using CSS. |