Visual Interdev
David Crawshaw

      Visual Interdev is a complete remote management solution for a web site. It is a second option to the messy and slow File Transfer Protocol (FTP), and when used in some situations, allows access to server side script debuggers. Another feature is remote SQL databases can also be maintained through a window in Visual Interdev, making it a complete Web Application development platform.

      With a layout similar to that of Visual C++ and Visual Basic, it is an easy to learn and very customizable product. It offers access to any server running FrontPage Server Extensions which you have username/password access to.

Features

IntelliSense

      IntelliSense was first developed for Microsoft Visual Basic and Visual C++. It allows while programming, dropdown menus and help messages to be able to offer the programmer complete information on the objects he is currently using. For instance, in JavaScript, if you were to try and write parent.location.href = "", after writing parent. a list of all objects below parent would appear.

      While this technology doesn't sound groundbreaking, helps greatly with application production time, saving in the end hours of time looking up specific objects in poorly written help files.