- Firefox
- As of this writing, Firefox still has the best developer plugins available, though Google Chrome is quickly catching up. Chrome ships with a pretty impressive Firebug-like set of developer tools.
-
- Firebug: http://getfirebug.com/
- An invaluable plugin for Firefox that allows you to, among other things
- view and manipulate the HTML, CSS, and DOM of your page in real time
- debug javascript
- enter and execute javascript in a console on the fly in the context of the current page
- inspect all the HTTP requests and responses made by the current page in real time - a life-saver for AJAX work.
-
-
- HTML Validator: http://users.skynet.be/mgueury/mozilla/download.html
- Integrates W3C validation with the view source window.
- Validates internal server pages that are not accessible by the public W3C web service.
- Might require the installation of the libstdc++5 and/or libxul-dev packages on some Linux platforms. See special instructions on http://users.skynet.be/mgueury/mozilla/faq.html.
- In the plugin's options, set the algorithm to SGML Parser not HTML Tidy.
-
Labels
- Linux (22)
- QT (7)
- HTML (6)
- Algorithms (4)
- Python (3)
- SVN (3)
- interview questions (3)
- MySql (2)
- OO design (2)
- Perl (2)
- XML (2)
- brain Teaser (2)
- C++ (1)
- CSS (1)
- Debug (1)
- IPhone开发 (1)
- Math (1)
- Recursion (1)
- ShellScript (1)
- VM (1)
- Windows (1)
- programming (1)
- 业界动态 (1)
Thursday, October 13, 2011
HTML Development Tools
Labels:
HTML
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment