-
Active Server Side Scripting Tutorials
Active Server Pages (ASP) is a server-side scripting technology
that can be used to create dynamic and programming Web
applications. An ASP page is an HTML page.
-
ASP
Open Read And Create Files
The Create File function can create a new file or open
an existing file.
-
Introduction
To Global ASA
Global.asa is a text file locate in your main directory
(/global.asa).
-
Using
ASP And Javascript Together
JavaScript is an scripting language that is basically
used for creating interactive features on webpages.
-
Using
Arrays
Arrays can help you 'group' sets of information together,
like the names of states, or names of countries, or colors,
or any other grouping.
-
Displaying
Pictures From An ASP File
We are trying this tutorial to be simple, so in this page
we will request to go and see for short and sweet examples.
-
Active
Server Side Scripting Programmer's Reference
ASP employs a scripting environment and VBScript is the
default scripting language of choice.
-
ASP
With DataBase
A database program or a database management system manipulates
the information as needed and reports on it accordingly.
-
ASP
With Errors
There are various types of Errors it can be explained
as follows.
-
Tables
In ASP
Tables can be defined as the heart of the majority of
the Website and Articles.
-
Include
File
The include option is the heart of making efficient ASP
files and reusable portion.
-
RecordSet
In ASP
A Recordset object consist of records and columns (fields).
-
Glossary
In ASP
Application Service Providers offer
individuals or enterprises access to software applications
and related support services over the Internet
-
Forms
In ASP
The aim of this tutorial is to familiarize you with the
ASP data collection form.
-
ASP
Date-Time-Text
The aim of this unit is to provide solid understanding
about Active Server Pages Date-Time-Text.
-
Define ASP
Active Server Pages (ASPs) are Web pages that contain
server-side scripts in addition to the usual mixture of
text and HTML (Hypertext Markup Language) tags.
-
ASP
Functions
It explains the various functions of ASP.
-
ASP
function Abs
The Abs function returns the absolute value of a specified
number.
-
ASP
Function Atn
The Atn function returns the arc tangent of a specified
number.
-
ASP
Function Array
The Array function are incredibly useful for working
with groups of strings, numbers or other items.
-
ASP
Function Asc
The Asc function converts the first letter in a string
to ANSI code.
-
ASP
Function CBool
The CBool function converts an valid expression.
-
ASP
Function CByte
The CByte function provides international aware conversions
from any other data type to a Byte subtype.
-
ASP
Function CCur
The CCur function is used to force currency arithmetic
in cases where integer arithmetic normally would occur.
-
ASP
Function CDate
The CDate function converts a valid date and time expression
to type Date, and returns the result.
-
ASP
CDbl Function
The CDbl function provide international aware conversions
from any other data type to a Double subtype.
-
ASP
CInt Function
The cInt function raises an exception when passed a null
value, blank string, or non-numerical string.
-
ASP
CLng Function
The CLng function is used to force integer arithmetic
in cases where currency, single-precision, or double-precision
arithmetic normally would occur.
-
ASP
CSng Function
The CSng function converts an expression to type Single.
-
ASP
CStr Function
The CStr function is used to force the result to be expressed
as a string.
-
ASP
Chr Function
The Chr function converts the specified ANSI character
code to a character.
-
ASP
Cos Function
The COs function returns the cosine of a specified number
(angle).
-
ASP
CreateObject Function
The CreateObject function creates an object of a specified
type.
-
ASP
Date Function
The Date function returns the current system date.
-
ASP
DateAdd Function
The DateAdd function returns a date to which a specified
time interval has been added.
-
ASP
DateDiff Function
The DateDiff function returns the number of intervals
between two dates.
-
ASP
DatePart Function
The DatePart function returns the specified part of a
given date.
-
ASP
DateSerial Function
The DateSerial function returns a Variant of subtype
Date for a specified year, month, and day.
-
ASP
DateValue Function
The DateValue function converts an argument into the variant
of subtype Date.
-
ASP
Day Function
The Day function returns the number of the current
day of the month using any valid date expression as an
argument.
-
ASP
Exp Function
The Exp function returns e raised to a power.
-
ASP
Filter Function
The Filter function returns a zero-based array that contains
a subset of a string array based on a filter criteria.
-
ASP
Fix Function
The Fix function returns the whole number portion of a
numeric argument.
-
ASP
FormatCurrency Function
The FormatCurrency function return a formatted currency
value for the numeric expression.
-
ASP
FormatDateTime Function
The FormatDateTime function formats and returns a valid
date or time expression.
-
ASP
FormatNumber Function
The FormatNumber function return a formatted number value
for the numeric expression.
-
ASP
FormatPercent Function
The FormatPercent function returns an expression formatted
as a percentage (multiplied by 100) with a trailing %
character.
-
ASP
GetObject Function
The GetObject function is used to access an automation
object in a file and to assign that object to a object
variable.
-
ASP
Hex Function
The Hex function returns a string that represents the
hexadecimal value of a specified number.
-
ASP
Hour Function
The Hour function returns the hour by using the Time function
as an argument.
-
ASP
InStr Function
The InStr function returns the position of the first occurrence
of one string within another.
-
ASP
InStrRev Function
The InStrRev function returns the position of the first
occurrence of one string within another.
-
ASP
Int Function
The Int function returns the integer part of a specified
number.
-
ASP
IsArray Function
IsArray function returns a Boolean value that indicates
whether a specified variable is an array.
-
ASP
IsDate Function
The IsDate function will accept a date argument.
-
ASP
IsEmpty Function
The Is Empty function returns a Boolean value that indicates
whether a specified variable has been initialized or not.
-
ASP
IsNull Function
The IsNull function returns a Boolean value that indicates
whether a specified expression contains no valid data
(Null).
-
ASP
IsNumeric Function
The IsNumeric function returns a Boolean value that indicates
whether a specified expression can be evaluated as a number.
-
ASP
IsObject Function
The IsObject function returns a Boolean value that
indicates whether the specified expression is an automation
object.
-
ASP
Join Function
The Join function returns a string that consists of a
number of substrings in an array.
-
ASP
LCase Function
LCase is a commonly used ASP function that allows you
to convert all characters in a string to their lower case
versions.
-
ASP
Left Function
The Left function returns a specified number of characters
from the left side of a string.
-
ASP
Len Function
The Len function returns the number of characters in a
string.
-
ASP
Log Function
The Log function returns the natural logarithm of a specified
number.
-
ASP
LTrim Function
The LTrim function removes spaces on the left side of
a string.
-
ASP
Mid Function
The Mid function returns a specified number of characters
from a string.
-
ASP
Minute Function
The Minute function returns the minute by using the Time
function as an argument.
-
ASP
Month Function
The Month() function is used to determine the month from
a date variable or formatted string.
-
ASP
MonthName Function
The MonthName function returns the name of the specified
month.
-
ASP
NowFunction
The Now function returns the date and time as determined
by your computer.
-
ASP
Oct Function
The Oct function returns a string that represents
the octal value of a specified number.
-
ASP
Replace Function
The Replace function replaces a specified part of a string
with another string a specified number of times.
-
ASP
Right Function
The Right function returns a specified number of characters
from the right side of a string.
-
ASP
Rnd Function
The Rnd function returns a random number.
-
ASP
Round Function
The Round function rounds a number.
-
ASP
RTrim Function
The RTrim function removes spaces on the right side
of a string.
-
ASP
ScriptEngine Function
The ScriptEngine function returns the scripting language
in use.
-
ASP
ScriptEngineBuildVersion Function
The ScriptEngineBuildVersion function returns the
build version number of the scripting engine in use.
-
ASP
ScriptEngineMajorVersion Function
The ScriptEngineMajorVersion function returns the
major version number of the script engine.
-
ASP
Second Function
The Second function returns a number between 0 and
59 that represents the second of the minute.
-
ASP
Sgn Function
The Sgn function returns an integer indicating the
sign of a number.
-
ASP
Sin Function
The Sin function returns the sine of a specified number
(angle).
-
ASP
Space Function
The Space function returns a string that consists
of a specified number of spaces.
-
ASP
Split Function
The Split function returns a zero-based, one-dimensional
array that contains a specified number of substrings
-
ASP
Sqr Function
The Sqr function returns the square root of a number.
-
ASP
StrComp Function
The StrComp function compares two strings and returns
a value that represents the result of the comparison.
-
ASP
StrReverse Function
The StrReverse function reverses a string. Returns
a string in which the character order of a specified string
is reversed.
-
ASP
String Function
The String function returns a string that contains a repeating
character of a specified length.
-
ASP
Tan Function
The number argument can be any valid numeric expression
that expresses an angle in radians.
-
ASP
Time Function
The Time function returns the current system time.
-
ASP
TimeSerial Function
The TimeSerial function returns the time for a specific
hour, minute, and second.
-
ASP
TimeValue Function
The TimeValue function returns a Variant of subtype
Date that contains the time.
-
ASP
Trim Function
The Trim function removes spaces on both sides of
a string.
-
ASP
TypeName Function
The TypeName function returns the subtype of a specified
variable.
-
ASP
UBound Function
The UBound function returns the upper limit for the number
of elements in an array (the elements can be empty).
-
ASP
UCase Function
The UCase function converts a specified string to uppercase.
-
ASP
VarType Function
The VarType function returns a value that indicates the
subtype of a specified variable.
-
ASP
Weekday Function
The Weekday function returns a number between 1 and 7,
that represents the day of the week.
-
ASP
WeekDayName Function
The WeekdayName function returns the weekday name of a
specified day of the week.
-
ASP
Year Function
The Year function returns a number that represents the
year.
-
Cookies
Cookies method facilitates to send information to the
client and request the information whenever needed.
-
Dictionary
Object
Dictionary Object Tutorials is a statement expressing
essential nature of a script.
-
Do-Loop
Select Case
Do-Loop-Select case tutorial explains a condition which
is very useful instruction when we want to check different
values for variables.
-
If
Then For Next
The If....Then...Else For Next explains you the instructions
sequence is very similar to the one we may find in different
kind of scripting languages.
-
Index
Index Tutorial provides a needful tips of ASP, Visual
Basic, Website Designing, SQL, ETC, ETC.
-
Session
And Application Method
The Session and Application Method Tutorials will help
you to collect information from the user in server and
it also explains how to share information between users.
It is more useful to the beginners so the basic features
will be described.
-
Subordinate
And Include Virtual
Subordinate And Include Virtual is useful when there are
a lot of instructions to be perform within a subroutine.
This way it will allow us to simplify the structure of
our script.
-
Variables
-And -Forms
Variables and Forms are exclusive way to deal with visitors
on your Website A survey forms can be created and visitors
will have to fill the form.
-
Visual
Basic Tutorials
Visual Basic Tutorials offers easy creation of simple
or complex Windows programs, through a range of different
project types.
-
Visual
Basic- Activex
Visual Basic ActiveX control is a component that may be
added to the Form, like the controls in the Toolbox.
-
Visual
Basic - API
Visual Basic API is a set of Windows functions that can
be incorporated in your program.
-
Visual
Basic - Class Object
Visual Basic - Class Object is a classes and object oriented
program.
-
Visual
Basic -COM
The Component Object Model (COM) is a Microsoft system
of rules for managing a part of objects, allowing them
to deal by calling methods of other object in their workspace.
-
Visual
Basic -Common Dialog Control
The Common Dialog Control provides a standard connection
between computer for operations such as opening, saving,
and printing files or selecting colors and fonts using
the Microsoft Windows.
-
Visual
Basic -Database Connectivity
Visual Basic Database Connectivity provides a way for
client programs to access a wide range of databases or
data sources.
-
Visual
Basic Date- Time
Visual Basic Date- Time is used in visual basic to save
date and time.
-
Visual
Basic -Debugging
Visual Basic Debugging is made to scan the error and to
check the syntax of errors.
-
Visual
Basic -Drag Drop
Visual Basic Drag Drop is required for an action to be
performed, a corresponding Drag Drop Event will need to
exist.
-
Visual
Basic -Events
Visual Basic Event is a thing that occurs in response
to an action.
-
Visual
Basic -FSO
Visual Basic - FSO (File System Object) facilitates in
manipulating the files, folders and drives as well as
read and write to sequential files.
-
Visual
Basic -Graphics
Visual Basic - Graphics consists of the property such
as Scale Mode Graphics Property, Draw-width, Draw style
and many more.
-
Visual
Basic Internet
The Visual Basic Internet facilitates in the Transfer
Control development of Internet programs.
-
Visual
Basic Object
Visual Basic Object is a usual expressions that are used
to match patterns of text, enabling you to manipulate
text easily and so on.
-
Visual
Basic Procedures And Functions
Visual Basic Procedures and Functions offers a means of
producing structured programs, it not only make the program
easier to read but also saves a lot of time and efforts
in maintaining the program.
-
Visual
Basic Program Flow
Visual Basic Programming Flow is a Structured program
which is based around three basic constructs: Sequence,
Selection and Iteration.
-
Visual
Basic String ASP
Visual Basic String ASP function locates three sections
of a string , they are Left String,Right String and Mid
String.
-
Visual
Basic TCP IP
The Transfer Control Protocol (TCP) is required to create
and maintain a connection to a remote computer.
-
Visual
Basic Treeview Control
The Treeview Control holds a collection of nodes so to
add a node to the Tree you need to define a new node and
then add that node to the Treeview's collection.
-
Visual
Basic Tutorials GUI
Visual Basic Tutorials GUI(Graphical User Interface) describes
the appearance of GUI component.
-
Visual
Basic Variables
Visual Basic Variables is the data stored in a variable,
which is a temporary storage in the computer's memory.
-
Visual
Basic XML
Visual Basic (XML) Extensible Markup Language is perfect
for data sharing requirements in an application.
-
Website
Designing Tutorials
Website Designing Tutorial teaches you the basic concepts
of the Website, how to create a webpage and many more..
-
SEO
Tutorials
Search Engine Optimization Tutorials helps you to learn
the process of increasing the amount of visitors to a
Web site by ranking high in the search results of a search
engine. The higher a Web site ranks in the results of
a search, the greater the chance that that site will be
visited by a user.
-
Photoshop
Tutorials
Photoshop is used for image manipulation. It is also capable
of doing simple editing, photograph repairing and many
more..
-
SQL
Structured Query Language (SQL) is the most common database
language , which is basically used for businesses for
small to medium sized database.
-
SQL
Tutorials- Alias
SQL Tutorials Alias shows how can 3-table example be used.
Look at the query which prints the last name of those
owners who have placed an order and what the order is,
only listing those orders which can be filled.
-
SQL
Tutorials-and-or
The intent of SQL Tutorial is to provide a basic introduction
to writing queries so that beginners can begin to extract
data from an existing relational database.
-
SQL
Tutorials Between
SQL Tutorials Between is an easier method of using compound
conditions.
-
SQL
Tutorials-Count
In SQL Tutorial- Count you will learn how to use SQL to
access and manipulate data in Oracle, Sybase, SQL Server,
DB2, Access, and other database systems.
-
SQL
Tutorial Distinct
SQL is a query language is a pioneering effort on the
World Wide Web, as this is the comprehensive SQL tutorial
available on the Internet
-
SQL
Tutorial Group-By
A special use SQL Group By Tutorial is to associate an
aggregate function of counting the number of rows in each
group along with groups of rows.
-
SQL
Tutorial Having
SQL Tutorial Having teaches to see the price of the most
expensive item bought by each owner.
-
SQL
Tutorial - In
SQL (Structured Query Language) is the language used to
access the data and structures within a relational database.
-
SQL
Tutorial -Intersect
SQL Tutorial- Intersect is meant to be an English like
language using set English phrases to manipulate the database.
-
SQL
Tutorial Join
SQL Tutorial Join provides commands for the tasks such
as querying data,inserting, updating and deleting data.
-
SQL
Tutorial Like
The SQL Tutorial LIKE pattern is matching operator can
also be used in the conditional selection of the where
clause. It is a very powerful operator that allows you
to select only rows that are "like" what you
specify.
-
SQL
Tutorial Minus
SQL Tutorial Minus statements to be fixed within a normal
development package such as Visual Basic or C++. PL/SQL
is covered on site.
-
SQL
Tutorial Order - By
SQL Tutorials Order-By is a standard computer language
for accessing and manipulating databases.
-
SQL
Tutorial Others
SQL Tutorials Others features of specific database management
systems will be discussed until the "Nonstandard
SQL" section.
-
SQL
Tutorial Outer Join
SQL Tutorial outer Join is used when a join query is "united"
with the rows not included in the join, and are especially
useful if constant text are included.
-
SQL
Tutorial Select
SQL Tutorial is commonly used to select data from the
tables located in a database.
-
SQL
Tutorial Subquery
SQL Tutorial Subquery is a common usage of subqueries
involves the use of operators to allow a Where condition
to include the Select output of a subquery.
-
SQL
Tutorial Union
SQL Tutorial union is used in occasions where you might
want to see the results of multiple queries together,
combining their output.
-
SQL
Tutorial Where
SQL Tutorials Where offers command for the following tasks
such as controlling access to the database and database
objects, guaranteeing database consistency, monitoring
database performance and configuration.
-
Copy
Of Visual Basic Database Connectivity
A Copy of Visual Basic Database Connectivity contains
ActiveX Data Objects (ADO), Recordset Methods and many
more..
-
Website
Designing Tutorials - Basic
Website Designing Tutorials -Basic computers is related
to one of the the web which are typically connected by
phone lines, digital satellite signals, cable and other
types of data-transfer mechanisms.
-
Website
Designing Tutorials Website
Website Designing Tutorials- Website is just a many and
lots of web pages connected together with something called
a link.
-
Website
Designing Tutorials -Webpage
Website Designing Tutorials - Webpage explains three pages
of building a web page they are by using a pre-made template,using
an HTML and handing code on your HTML text editor.