Site Wide Message: (current site time 9/9/2010 3:11:19 AM EDT)
  • We want your input! One of our sponsors wants to know your opinion about development related issues. Click here to tell us what you think.
  • Are you an emerging/young developer (aged 18-30)? If so, would you like the chance to affect future developer tools and products?
    If so, then click here to give your feedback.
 
Other Entries by Hunter Beanland

Search Results: Page 1 of 1 found. Entries 1 - 8 of 8 found
ian!
  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  Debug Info - Page footer based info displayDebug Info - Page footer based info displayASP (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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  ExcelADO & ExcelOLE - Read/Write Excel filesExcelADO & ExcelOLE - Read/Write Excel filesASP (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)
 
 
  HTMLTextHTMLTextASP (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 AspellSpell Check Interface for AspellASP (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)Click here to see a screenshot of this code!(ScreenShot)
 
Please support the site by visiting our sponsor:
 
  SplitCSV & SplitTAB - Read a CSV or Unicode Tab file properlySplitCSV & SplitTAB - Read a CSV or Unicode Tab file properlyASP (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 ControlTabbed Interface ControlASP (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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  TextFiler - Read/Write Delimited, (CSV, Tab) & Fixed Width filesTextFiler - Read/Write Delimited, (CSV, Tab) & Fixed Width filesASP (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 filesUTF8Filer - Read and write UTF-8 / Mixed Byte Text, Delimited (CSV, Tab etc) and Fixed Width filesASP (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)
 


Search Results: Page 1 of 1 found. Entries 1 - 8 of 8 found

xxx
Compatibility Filter Profile:

ASP (Active Server Pages)
HTML
VbScript (browser/client side)