Monday 28 January 2008

VB Documentation Tool 1.2

The VB Documentation Tool automatically creates comprehensive project documentation for Visual Basic 6.0 projects and their associated SQL Server or Microsoft Access databases.

Reports are created in HTML [sample], Microsoft's HTML Help [sample] and text [sample] formats. Color coded, syntax highlighted copies of the Visual Basic source code is included with the reports. The compiled HTML Help reports include fully searchable source code, making the VB Documentation Tool an invaluable utility in understanding your (or someone else's!) Visual Basic 6.0 web applications. A VB.NET version is also available.

Version 1.2 has the following enhancements:

  • Buy now links added to evaluation version's graphical user interface.

  • Source code pages link back to the item's project and project group (if it is within a group).

Monday 14 January 2008

ASP Documentation Tool 7.4

The ASP Documentation Tool™ creates comprehensive technical documentation for ASP web applications written in either VBScript or JScript.
Any Microsoft SQL Server, Microsoft Access databases and Visual Basic 6.0 COM objects associated with the application can also be documented if required.

Reports are created in HTML [sample], Microsoft's HTML Help [sample] and text [sample] formats. Color coded, syntax highlighted copies of the ASP, SQL and VB code are included with the reports. The compiled HTML Help reports include fully searchable source code, making the
ASP Documentation Tool™ an invaluable utility in understanding your (or someone else's!) ASP web applications. A version for ASP.NET is also available.

Changes in version 7.4 are:


  • Added an "Alerts Report" to the "Extras Report". This report currently shows the following: pages using the unsupported scripting languages PerlScript and Python, and pages using the Microsoft Script Encoder.

Download the ASP Documentation Tool Evaluation VersionASP Documentation Tool Trial Version

A code documentor for .NET is also available.

Tuesday 8 January 2008

ASP.NET Search Engine Creation

Our web crawling product The Website Utility 3.1 is now able to create an ASP.NET search engine for any website.

The ASP.NET search facility is fully .NET Framework compliant, being class based (with properties and methods) and returns search results as a standard .NET DataSet which can be used to populate .NET controls including DataViews and DataGrids. A fully annotated example search form and search results page is included.

See building an ASP.NET search engine for a technical reference with example .NET source code.