Advertisement

Results for "Author: hunter beanland"

ASP_Volume2 #42580
ExcelADO & ExcelOLE - Read/Write Excel files

[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 into an excel file. For more advanced features, the class allows you to manipulate the Recordset directly. Excel or Excel ODBC drivers are required on the server. ExcelOLE is a VBScript class which allows you to open an Excel file via OLE Automation. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Excel Workbook directly. Excel is required on the server. Includes full doucmentation and examples.

ASP_Volume2 #42581
Spell Check Interface for Aspell

[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 small .asp file. If you are using Aspell and FCK EDitor, Web Wiz Rich Text Editor or Text Area box, then you should be able to implement this code in a snap. You can alter this code to fit other programs etc, but you will have little bit of work to do. This is not hard for a web programmer, but may be difficult to a newbie. GNU Aspell is a Free and Open Source spell checker engine which can be downloaded and installed easily. FCK EDitor and Web Wiz Rich Text Editor are free ASP HTML editors which i have used to launch the spell checker. I have included documentation to interface to these and a Text box.

ASP_Volume2 #42582
Tabbed Interface Control

[Updated 2004/07/12] 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 are limited to having a very long page or separate pages which you need to build a nice navigation control (like this one). By copying 1 folder of files to your site and adding a few lines of code to your page, you can have this control up and running in no time. The result is a professional looking, and familiar Windows style tabbed interface. You can also optionally add icons to each tab and set many interface settings, or use the defaults. This control was originally written by Tom Bruinsma (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=7805&lngWId=4). I have add Inline Frame support, made it Mozilla compatible and re-written all of the code to make it more modular (plug and play).

ASP_Volume3 #58203
ExcelADO & ExcelOLE - Read/Write Excel files

[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 into an excel file. For more advanced features, the class allows you to manipulate the Recordset directly. Excel or Excel ODBC drivers are required on the server. ExcelOLE is a VBScript class which allows you to open an Excel file via OLE Automation. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Excel Workbook directly. Excel is required on the server. Includes full doucmentation and examples.

ASP_Volume3 #58204
Spell Check Interface for Aspell

[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 small .asp file. If you are using Aspell and FCK EDitor, Web Wiz Rich Text Editor or Text Area box, then you should be able to implement this code in a snap. You can alter this code to fit other programs etc, but you will have little bit of work to do. This is not hard for a web programmer, but may be difficult to a newbie. GNU Aspell is a Free and Open Source spell checker engine which can be downloaded and installed easily. FCK EDitor and Web Wiz Rich Text Editor are free ASP HTML editors which i have used to launch the spell checker. I have included documentation to interface to these and a Text box.

ASP_Volume3 #58205
Tabbed Interface Control

[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 are limited to having a very long page or separate pages which you need to build a nice navigation control (like this one). By copying 1 folder of files to your site and adding a few lines of code to your page, you can have this control up and running in no time. The result is a professional looking, and familiar Windows style tabbed interface. You can also optionally add icons to each tab and set many interface settings. Includes extensive demos and help file. Tested under IE, Mozilla and Firefox.

C_Volume2 #83643
ExcelADO & ExcelOLE - Read/Write Excel files

[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 into an excel file. For more advanced features, the class allows you to manipulate the Recordset directly. Excel or Excel ODBC drivers are required on the server. ExcelOLE is a VBScript class which allows you to open an Excel file via OLE Automation. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Excel Workbook directly. Excel is required on the server. Includes full doucmentation and examples.

C_Volume2 #83644
Spell Check Interface for Aspell

[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 small .asp file. If you are using Aspell and FCK EDitor, Web Wiz Rich Text Editor or Text Area box, then you should be able to implement this code in a snap. You can alter this code to fit other programs etc, but you will have little bit of work to do. This is not hard for a web programmer, but may be difficult to a newbie. GNU Aspell is a Free and Open Source spell checker engine which can be downloaded and installed easily. FCK EDitor and Web Wiz Rich Text Editor are free ASP HTML editors which i have used to launch the spell checker. I have included documentation to interface to these and a Text box.

C_Volume2 #83645
Tabbed Interface Control

[Updated 2004/07/12] 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 are limited to having a very long page or separate pages which you need to build a nice navigation control (like this one). By copying 1 folder of files to your site and adding a few lines of code to your page, you can have this control up and running in no time. The result is a professional looking, and familiar Windows style tabbed interface. You can also optionally add icons to each tab and set many interface settings, or use the defaults. This control was originally written by Tom Bruinsma (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=7805&lngWId=4). I have add Inline Frame support, made it Mozilla compatible and re-written all of the code to make it more modular (plug and play).

Java_Volume1 #102186
ExcelADO & ExcelOLE - Read/Write Excel files

[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 into an excel file. For more advanced features, the class allows you to manipulate the Recordset directly. Excel or Excel ODBC drivers are required on the server. ExcelOLE is a VBScript class which allows you to open an Excel file via OLE Automation. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Excel Workbook directly. Excel is required on the server. Includes full doucmentation and examples.

Java_Volume1 #102187
Spell Check Interface for Aspell

[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 small .asp file. If you are using Aspell and FCK EDitor, Web Wiz Rich Text Editor or Text Area box, then you should be able to implement this code in a snap. You can alter this code to fit other programs etc, but you will have little bit of work to do. This is not hard for a web programmer, but may be difficult to a newbie. GNU Aspell is a Free and Open Source spell checker engine which can be downloaded and installed easily. FCK EDitor and Web Wiz Rich Text Editor are free ASP HTML editors which i have used to launch the spell checker. I have included documentation to interface to these and a Text box.

Java_Volume1 #102188
Tabbed Interface Control

[Updated 2004/07/12] 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 are limited to having a very long page or separate pages which you need to build a nice navigation control (like this one). By copying 1 folder of files to your site and adding a few lines of code to your page, you can have this control up and running in no time. The result is a professional looking, and familiar Windows style tabbed interface. You can also optionally add icons to each tab and set many interface settings, or use the defaults. This control was originally written by Tom Bruinsma (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=7805&lngWId=4). I have add Inline Frame support, made it Mozilla compatible and re-written all of the code to make it more modular (plug and play).

2_2002-2004 #129333
ExcelADO & ExcelOLE - Read/Write Excel files

[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 into an excel file. For more advanced features, the class allows you to manipulate the Recordset directly. Excel or Excel ODBC drivers are required on the server. ExcelOLE is a VBScript class which allows you to open an Excel file via OLE Automation. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Excel Workbook directly. Excel is required on the server. Includes full doucmentation and examples.

2_2002-2004 #129334
Spell Check Interface for Aspell

[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 small .asp file. If you are using Aspell and FCK EDitor, Web Wiz Rich Text Editor or Text Area box, then you should be able to implement this code in a snap. You can alter this code to fit other programs etc, but you will have little bit of work to do. This is not hard for a web programmer, but may be difficult to a newbie. GNU Aspell is a Free and Open Source spell checker engine which can be downloaded and installed easily. FCK EDitor and Web Wiz Rich Text Editor are free ASP HTML editors which i have used to launch the spell checker. I have included documentation to interface to these and a Text box.

2_2002-2004 #129335
Tabbed Interface Control

[Updated 2004/07/12] 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 are limited to having a very long page or separate pages which you need to build a nice navigation control (like this one). By copying 1 folder of files to your site and adding a few lines of code to your page, you can have this control up and running in no time. The result is a professional looking, and familiar Windows style tabbed interface. You can also optionally add icons to each tab and set many interface settings, or use the defaults. This control was originally written by Tom Bruinsma (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=7805&lngWId=4). I have add Inline Frame support, made it Mozilla compatible and re-written all of the code to make it more modular (plug and play).

3_2004-2005 #147877
ExcelADO & ExcelOLE - Read/Write Excel files

[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 into an excel file. For more advanced features, the class allows you to manipulate the Recordset directly. Excel or Excel ODBC drivers are required on the server. ExcelOLE is a VBScript class which allows you to open an Excel file via OLE Automation. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Excel Workbook directly. Excel is required on the server. Includes full doucmentation and examples.

3_2004-2005 #147878
Spell Check Interface for Aspell

[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 small .asp file. If you are using Aspell and FCK EDitor, Web Wiz Rich Text Editor or Text Area box, then you should be able to implement this code in a snap. You can alter this code to fit other programs etc, but you will have little bit of work to do. This is not hard for a web programmer, but may be difficult to a newbie. GNU Aspell is a Free and Open Source spell checker engine which can be downloaded and installed easily. FCK EDitor and Web Wiz Rich Text Editor are free ASP HTML editors which i have used to launch the spell checker. I have included documentation to interface to these and a Text box.

3_2004-2005 #147879
Tabbed Interface Control

[Updated 2004/07/12] 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 are limited to having a very long page or separate pages which you need to build a nice navigation control (like this one). By copying 1 folder of files to your site and adding a few lines of code to your page, you can have this control up and running in no time. The result is a professional looking, and familiar Windows style tabbed interface. You can also optionally add icons to each tab and set many interface settings, or use the defaults. This control was originally written by Tom Bruinsma (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=7805&lngWId=4). I have add Inline Frame support, made it Mozilla compatible and re-written all of the code to make it more modular (plug and play).

4_2005-2006 #163500
ExcelADO & ExcelOLE - Read/Write Excel files

[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 into an excel file. For more advanced features, the class allows you to manipulate the Recordset directly. Excel or Excel ODBC drivers are required on the server. ExcelOLE is a VBScript class which allows you to open an Excel file via OLE Automation. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Excel Workbook directly. Excel is required on the server. Includes full doucmentation and examples.

4_2005-2006 #163501
Spell Check Interface for Aspell

[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 small .asp file. If you are using Aspell and FCK EDitor, Web Wiz Rich Text Editor or Text Area box, then you should be able to implement this code in a snap. You can alter this code to fit other programs etc, but you will have little bit of work to do. This is not hard for a web programmer, but may be difficult to a newbie. GNU Aspell is a Free and Open Source spell checker engine which can be downloaded and installed easily. FCK EDitor and Web Wiz Rich Text Editor are free ASP HTML editors which i have used to launch the spell checker. I have included documentation to interface to these and a Text box.

Languages
Top Categories
Global Discovery