ASP Developer Articles Online Topics

Scanned Input
 Frequently the input for a project will be the latest semi-digital process historically passed down and improved. Now, the problem is getting that paper trail into a digital format instead without wasting eons of time converting by hand. This article offers a practical strategy to deal with historic data in creating a research library.

Excel To Database
 This is a conversion of spreadsheets as daily log, journal and data sources...a mess...to database tables and then easily manipulated to create a website based on pricing and existing html pages. The workflow is done using asp pages, scripting is powerful and this hard-to-follow article does take you through a custom use of it.

ASP and Text Files
 A direct approach to applying text files as surrogate database to allow updating the text file to create and update a website using ASP and both line-by-line and comma separated lists as input.