MeanFreePath Tools & ResourcesToolsJavaScript Code CompactorStrips out comments, and unnecessary whitespace from your JavaScript code. Web 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. IE ViewGreat when dealing with sites written to work only with MS Internet Explorer (shame shame!). Right click on a link or anywhere on a page while in FireFox and you'll have the option of viewing the curret page/link-target in Internet Explorer. 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. Scripts.comAn extensive list of scripts from a variety of scripting languages. |
|