| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Debug Info - Page footer based info display | ASP (Active Server Pages) | Beginner / Hunter Beanland | 7921 since 1/7/2004 7:55:57 PM |
By 3 Users 2 Excellent Ratings
|
| |
[updated 2004/05/05] Debug Info is a VBScript class useful for developing and debugging ASP web pages. By placing 3 lines of code in the top of every asp page (or include in your header include file) you can see a lot of what is going on in each of your p ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
ExcelADO & ExcelOLE - Read/Write Excel files | ASP (Active Server Pages) | Intermediate / Hunter Beanland | 17860 since 7/2/2003 12:44:31 AM |
By 5 Users 4 Excellent Ratings
|
| |
[updated 2004/05/05] Included are 2 easy to use methods of accessing Excel workbooks: OLE and ADO:
ExcelADO is a VBScript class which allows you to open an Excel file via ADO. The class object includes several easy to use methods to read and write data in ...(description truncated) |
| |
| |
| |
 |
HTMLText | ASP (Active Server Pages) | Beginner / Hunter Beanland | 3260 since 10/18/2005 1:29:29 AM | Unrated
|
| |
[Updated 2005/10/18] Included are 2 very powerful functions to convert HTML to Text and Text to HTML. The functions are optimised for speed and use regular expressions to do most of the work. HTML2Text formats links to URLs, undoes all HTML char encoding ...(description truncated) |
| |
| |
| |
 |
Spell Check Interface for Aspell | ASP (Active Server Pages) | Advanced / Hunter Beanland | 4586 since 1/22/2004 11:34:24 PM |
By 4 Users 3 Excellent Ratings
|
| |
[Updated 2004/06/22] This Spelling Checker Interface is an ASP based web interface (front end) to Aspell/Ispell. This code incorporates ASP VBScript code to interface to Aspell and Javascript/HTML for the human interface. All of this is bundled into one s ...(description truncated) (ScreenShot) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
SplitCSV & SplitTAB - Read a CSV or Unicode Tab file properly | ASP (Active Server Pages) | Beginner / Hunter Beanland | 8968 since 10/2/2002 7:07:05 AM | Unrated
|
| |
Obsolete - see my TextFiler class. It reads and writes delimited and fixed width files...
The VBScript function 'Split' does not handle the Comma Separated Values (.csv) or Unicode Tab Delimited (.txt) formats correctly. There is more to these files than ...(description truncated) |
| |
| |
| |
 |
Tabbed Interface Control | ASP (Active Server Pages) | Beginner / Hunter Beanland | 6404 since 11/14/2005 2:39:27 AM |
By 5 Users 4 Excellent Ratings
|
| |
[Updated 2005/11/14] This code will create a tab control similar to what you would expect from a Windows application. It allows you to organise your page or pages into tabs and for the user to select the tab to show the information neatly. Otherwise you a ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
TextFiler - Read/Write Delimited, (CSV, Tab) & Fixed Width files | ASP (Active Server Pages) | Beginner / Hunter Beanland | 6177 since 12/8/2003 9:57:58 PM |
By 2 Users
|
| |
TextFiler is an easy to use class which can read and write any Single byte or Unicode delimited files (CSV, Tab etc) and Fixed Width files. Full Microsoft Excel delimited rules are also adhered to:
1. Text including commas encapsulated in double quotes ar ...(description truncated) |
| |
| |
| |
 |
UTF8Filer - Read and write UTF-8 / Mixed Byte Text, Delimited (CSV, Tab etc) and Fixed Width files | ASP (Active Server Pages) | Intermediate / Hunter Beanland | 4163 since 12/22/2003 1:11:39 AM | Unrated
|
| |
[Updated 2004/06/02] UTF8Filer is an easy to use class which can read and write any UTF-8 (Mixed Byte) files being raw text, Delimited (CSV, Tab etc) or Fixed Width data files.
It includes functions to convert to and from Unicode as well as some useful m ...(description truncated) |
| |
ian!