Screen Shot coming soon  Agility+ Enterprise Suite
       
  Screen Shot coming soon  Par2 Archive and Automation
       
  Screen Shot coming soon  Y!Status Suite
       
  Screen Shot coming soon  MP3 Library Reports
       
  Screen Shot coming soon  Professional Photography Management Suite
       
  Screen Shot coming soon  iFlex Enterprise Reporting Suite
       
  Screen Shot coming soon  Time Clock Logix
       
  Screen Shot coming soon  Advanced Sales Pipeline Automation
       
  Screen Shot coming soon  Enterprise Customer Information Portal
       
  Screen Shot coming soon  System Module Export Suite
       
  Screen Shot coming soon  AP News Reader Widget
       
  Screen Shot coming soon  National Hurricane Center Widget
       
  Screen Shot coming soon  Arp Scanner
       
  Screen Shot coming soon  Yahoo/MSN Messenger Sniffer
           
       Digital Matrix - AirSnare (c) 2002 - 2004 Jay L. DeBoer and Thomas Bruinsma
            AirSnare monitors network traffic for unfriendly MAC addresses and alerts you when a MAC address is found that isn't on the friendly list.  AirSnare also monitor DHCP requests from clients. Written by Jay DeBoer, this program has quickly become a required tool in the security monitoring arsenal. Recently Jay allowed me to join the Digital Matrix team and help to bring you a new version of AirSnare.
       
 
Tracking - ASP and PDA time tracking
    Combination ASP, VB.NET. I recently went to work for an amazing company... MicroLogix and assumed the position as Vice President of Integration Services. I hope, in the new position, to direct the development of several initiatives. Those include a technician tracking system that I wrote while contracting to the firm. This program was a dynamic approach that used both PDA's in the field and internet application for the home office control/customer interaction.
     
     
  Aladdin - ASP Project Tracking
    This application was used to track a variety of projects through the project cycle.
       
  Sales Pipeline - ASP Based Sales Pipeline
    This standalone application allows businesses to take a competitive advantage during the sales process by aggressive tracking of initiatives in the sales cycle.
 
       
  BI Suite - ASP Based Financial industry Tracking
    Designed for the financial industry this application merged sever disparate data sources into one comprehensive interface. This allowed the user to quickly target sales efforts using advanced business intelligence.
 
       
  Change Management Tracker
    Used to track changes in enterprise topology. This forced a solid approval process on any change that may be requested.
       
  Release Management Tracker (Bug Tracker)
    As with any application, they will need a solid path to track imperfections.
     
  Router Tracker (TACACS)
    This application was used to track the accounting from the Cisco TACACS logs. It would store all information in a SQL database and allow help desk and auditors to quickly track any changes that may occur on network devices.
       
       
  Rio Explorer
    This program is an interface to the Diamond Rio 300 MP3 player. The RioExplorer offers an explorer type interface to the Diamond Rio, it is also compatible with memory cards. Features include random playlists from directories, random playlists from winamp playlist files, drag and drop add, playlist history, buffered changes, customizable UI. In addition to the UI, I have included the C++ source code for the ActiveX control that acts as the interface to the Diamond Rio.
       
  ASP IP Calculator
    Submit an IP Address and subnet mask and you will be given information about the ip. The information returned is Network address, all possible subnets, the class of the IP, how many hosts per subnet, how many subnets, and binary representations of the address information. This application is based on the code written by Ryan Conrad for Visual Basic. This application is going to be the basis for an IP address database that i will upload when finished.
 
       
Components
  Dynamic Tables
    Purpose: The purpose of this widget is: 1. provide a single function to handle creating tables 2. provide a table that can sort both ascending and descending on any column 3. provide a table that can then link to an edit view 4. provide a table with alternating row colors for easier readability 5. Allow each of the above to be accomplished in 2 lines or less
       
  Hierarchical Grid
     I have been using this for some time now to draw my Hierarchical Data Grids in asp. Based on the interest in Hierarchical Data Grids i decided to post it for other to benefit from. I used the same msdn article to base the sample on. The server side is written in vbscript and the client side functionality is written in JavaScript. To change the display all that is required is a valid SHAPE statement. The display is handled by a single function call drawHierTable(oRS, iLevel, sParent, itCounter, clrMainRow, clrAltRow)
       
  Multi Column Combo Box
     I created this control because i couldnt find anything else that created a multi-colum combo(drop down) box. This control is driven off a database query and is fairly straight forward to use.
       
  vCalendar Generator
     The purpose of this is to demonstrate opening a calendar entry in Outlook without using client side vbscript and without activex and combersome dll's.
       

Planet Source Code
ASP Tab Control
  This code is used to create a tab control similar to the tabbed dialog control in vb, it comes in very handy when you have alot of information to display but no room to put it.