Scripts are listed afer popularity. To display the scripts in alphabetical order please click here
1)
Select Case Example
Many times we need to perform an action or display something different based on some different parameters. Using select case is one such way to do this.
2)
Read and write windows INI files in VBS
You can read and write standard formatted windows INI configuration files with this set of functions (GetINIString / WriteINIString VBS functions).
3)
Compact MDB database
Two ways to compact (compress) MDB database directly from the ASP/VBS using DAO 3.5 or JRO (MDAC 2.1).
4)
DB Connect
DB Connect is a java tutorial that will help you to learn how to set and use a database connection,DSN or DSN-less. SQL Server or MS Access.
5)
If ElseIf End If Example
Pacos Drivers offers and example and tips for If ElseIf End If Example.
6)
Query String Example
Query String Example is an online PHP example for the quiry string.
7)
Format
User will be able to learn how to format Date, Time and Number with this tutorial.
8)
DB Queries
DB Queries is a tutorial that will help users to learn now to build DB quiries.
9)
SQL Distributed Management Objects
Processing SQL Distributed Management Objects (SQL-DMO) through ASP to utilize the SQL server's management features can be learnt online through this ASP article.
10)
ASP and log files
Several methods to create hi-speed log files in ASP/VBS using Scripting.FileSystemObject and LogFile class of ScriptUtils. VBS Samples and performance comparison.
11)
Download multiple files in one http request
This article shows a way to download multiple files in one http request. It let's you send an HTML page along with image preview, prepare more files for download and send the files as one data stream. One request, one authentication per multiple files.
12)
String
String is a tutorial that will help users to learn how to work with strings: [UCase / LCase], [Trim / LTrim / RTrim], [strReverse], [Left], [Right], [Mid], [Replace].
13)
DB Results
Learn how to get the results from a DB query: [Error / Vield Value], [TRUE / FALSE], [FOR ... NEXT], [WHILE ... WEND] with this java tutorial.
14)
Loops
Learn how to use the loops: [FOR ... NEXT], [FOR ... EACH ... NEXT], [DO ... WHILE], [DO ... UNTIL]with this ASP tutorial.
15)
5.1 Surround Sound on the Web
This is a tutorial that guides users to have a 5.1 Surround Sound on their web browsers. This article elaborately discusses about requirements and procedures for building the 5.1 surround sound system.
16)
Conditional
Conditional is an ASP tutorial that will teach [IF ... THEN ... ELSE], [IF ... THEN ... ELSEIF], [SELECT CASE] conditionals.
|