These topics all relate to VB in one way or another - they might be a complete program in their own right, they might
be a very simply module with some useful functions, equally they might be a partially completed project which I never
completed but thought had merit.
Although though we have tried our best make the quick links give you the most relevant items on this specific topic
however if what you want is not here you might want to try going back to the
main resources page
and having a look at some of the other topics on offer as you will find they cover a wide range of material.
VB utility capable of processing a number of website log files and extracting all the search terms present in the file, providing a low-level view of where the traffic from your site is coming from any why. Unlike some log analysis packages this will list every search term in your logs, you can also train it to pick up search terms from new sources from within the application which allows you to near perfect coverage of your logs at a very low level.
VB utility which extracts a complete list of all user-agents from a set of IIS log files, capable of auto-detecting the field layout, scanning through all available logs and then constructing a list which includes the user-agent string, the first and last times the UA made a request, the highest and lowest TCP/IP addresses this UA has ever been seen on and the total number of requests made. Output format can include a simplified text output or the full detail XML output.
VB utility to aid in the preparation of IIS logfiles, which modifying the log files just enough to allow them to be easily imported into any major database or spreadsheet package in order to be examined or analysed.
VB module capable of parsing a command line and turning it into an array of strings. Since it correctly parses delimiters this makes it ideal for applications which involve handling of multiple long filenames, or for that matter any type of delimited input via the command line.