Results 1 to 4 of 4

Thread: Web Development Helper plugin for Internet Explorer

  1. #1
    Join Date
    May 2008
    Posts
    2,012

    Web Development Helper plugin for Internet Explorer

    Plugin Web Development Helper lets you keep track of the Ajax code in Internet Explorer, which works similarly to the plugin Firebug for Firefox. Anieto2k says that its characteristics are the DOM inspector of all the elements, the image capture of page log of HTTP requests, among others and is available for download.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Web Development Helper plugin for Internet Explorer

    For client-side script-based development, Web Development Helper provides HTTP tracing capabilities, as well as much improved script diagnostics, and tracing facilities, as well as an immediate window.

    For ASP.NET developers, when developing against your site on your local development machine, this tool provides the ability to view ViewState, ASP.NET trace messages, contents of your cache etc.

    The ASP.NET diagnostics features work when the application is on http://localhost, in other words, it does not allow a remote user to interact with the server application (this is for security reasons).

  3. #3
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Web Development Helper plugin for Internet Explorer

    Key features of "Web Development Helper":
    • 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 pages layout.

    • Ability to view the pages 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.

  4. #4
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Web Development Helper plugin for Internet Explorer

    Web Development Helper works against IE6+, and requires the .NET Framework 2.0 or greater to be installed on the machine.

    Once installed, the tool can be activated using the Tools | Web Development Helper command. You can also customize your browser's toolbar to add a button for this command to facilitate frequest use.

Similar Threads

  1. Replies: 10
    Last Post: 07-05-2012, 12:30 PM
  2. How to remove java plugin 2 ssv helper from internet explorer 9.
    By Haimi-32 in forum Technology & Internet
    Replies: 3
    Last Post: 03-03-2012, 01:01 PM
  3. SCCM plugin development
    By Angelica Maria in forum Windows Software
    Replies: 4
    Last Post: 05-04-2010, 04:54 PM
  4. Helper.dll, Helper.sig, Buffer overflow need help
    By Jaiwanti in forum Networking & Security
    Replies: 3
    Last Post: 22-07-2009, 03:16 PM
  5. "Web Archives Viewer" a plugin for Internet Explorer
    By Solitario in forum Tips & Tweaks
    Replies: 2
    Last Post: 15-10-2008, 03:04 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,710,830,803.70845 seconds with 16 queries