пятница, 1 декабря 2006 г.

Инструменты, полезные Web-разработчикам

Web Development Helper - отличный инструмент для разработчиков ASP.NET, Ajax/Java Script. Возможности:

  • A warning when either debug or trace have been turned on. Ability to hide trace information from the page, and view it in a separate dialog, so it does not get in the way of your page's layout.
  • Ability to view the page's view state (in various forms: raw, parsed, and decoded) to help you optimize your state management logic.
  • Ability to view items stored in cache, and remove them for testing purposes.
  • Ability to shutdown the application (unloading the associated appdomain), in order to test starting it from a clean state.
  • Ability to log all HTTP (and HTTPS) traffic between the browser and your server, and view request and response details, including those performed via XMLHttpRequest.
  • Ability to view the live HTML DOM using a DOM Inspector that allows viewing all elements, selected elements, or elements matching ID or CSS class. For each element, you can see the markup, attributes, and style attributes.
  • Ability to view rich error information for script errors (full call stack, script URL and line number), as well as a script immediate window to execute some script against the current document.

Internet Explorer Developer Toolbar - инструмент для анализа и обработки Web-страниц. Возможности:

  • Explore and modify the document object model (DOM) of a Web page.
  • Locate and select specific elements on a Web page through a variety of techniques.
  • Selectively disable Internet Explorer settings.
  • View HTML object class names, ID's, and details such as link paths, tab index values, and access keys.
  • Outline tables, table cells, images, or selected tags.
  • Validate HTML, CSS, WAI, and RSS Web feed links.
  • Display image dimensions, file sizes, path information, and alternate (ALT) text.
  • Immediately resize the browser window to a new resolution.
  • Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.
  • Choose direct links to W3C specification references, the Internet Explorer team weblog (blog), and other resources.
  • Display a fully featured design ruler to help accurately align and measure objects on your pages.

Firebug - расширение FireFox для отладки Web-сайтов. Возможности:

Web Developer - расширение FireFox, аналог Internet Explorer Developer Toolbar.

XML Developer Toolbar - расширение FireFox для обработки XML. Возможности:

  • Schema Generation
  • DTD Generation
  • Schema Validation
  • XML -> Schema Validation
  • Style Manipulation
  • XSL Transformations on-the-fly
  • DOM Inspector incorporated views
  • Document statistics for future Semantic Web purposes
  • SOA Module (coming soon)

Technorati tags:
Blogus tags :

Комментариев пока нет