Member since Nov 15, 2007, follows 0 people, 0 public groups, 36 public bookmarks (36 total).
More »
Recent Bookmarks and Annotations
- ASP Tutorial on 2008-01-31
-
Standard score - Wikipedia, the free encyclopedia on 2008-01-17
-
x
>
is a raw score to be standardized
>
σ
>
is the
>
standard deviation
>
of the population
>
μ is the mean of the population. -
σ is the standard deviation of the population
- 2 more annotations...
-
-
HTML DOM Tutorial on 2007-12-13
-
DOM Event
-
-
HTML DOM Event Object on 2007-12-13
-
DOM Event
-
-
ASP Global.asa on 2007-12-11
-
How to use the Subroutines
-
In the example below
the Application_OnStart subroutine occurs when the Web server starts. Then
the Application_OnStart subroutine calls another subroutine named "getcustomers".
The "getcustomers" subroutine opens a database and retrieves a record set from
the "customers" table. The record set is assigned to an array, where it
can be accessed from any ASP page without querying the database - 8 more annotations...
-
-
ASP Including Files on 2007-12-11
-
If your included file contains confidential
information or information you do not want any users to see, it is better to use an
ASP extension. The source code in an ASP file will not be visible after the
interpretation. -
The File Keyword
- 1 more annotations...
-
-
ASP Application object on 2007-12-11
-
When an
application is locked, the users cannot change the Application variables (other than the one currently accessing
it). You can unlock an application with the "Unlock" method. -
An application on the Web may be a group of ASP files. The ASP files work together to perform some purpose.
The Application object in ASP is used to tie these files together.The Application object is used to store
and access variables from any page, just like the Session object. The difference
is that ALL users share one Application object, while with Sessions there
is one Session object for EACH user.
-
-
ASP Session object on 2007-12-11
-
The Session object is used to store information about, or change settings for
a user session. Variables stored in the Session object hold information about one single
user, and are available to all pages in one application. Common information
stored in session variables are name, id, and preferences. The server creates a
new Session object for each new user, and destroys the Session object when the session expires. -
By default, this is 20 minutes
- 2 more annotations...
-
-
ASP Cookies on 2007-12-11
-
ASP Cookies
-
- Papers & Case Studies : Intranets on 2007-12-05
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo