New Scripts | ASP | Tutorials & Tips
Herong's Tutorial Notes on ASP
posted byheronginIntroduction to ASP
Notes and sample codes collected while learning ASP. Topics covered include: ActiveX, ASP, attachment, binary file, book, collection, cookies, example, free, HTTP reponse header, IIS, language, online, Perl, redirect, sample codes, scripting, script debugger, script runtime DLL, session, tutorial, VBScript
Reviews0
PriceFree
Views2434
ASP Session Transfer across domains
posted byNickSumnerinCookies & Sessions
You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables.
This is the purpose of the XSess Session transfer script. Note: session array objects are not transferred.
The session variables are passed in the querystring, and are encrypted to protect the confidentiality of the contents of the session variables.
XSess consists of a function, and a few supporting functions, contained in an include file.
Reviews0
PriceFree
Views4655
Uploading Images to Database Using Persist AspUpload
posted bywebmasterinDatabase-related
You can upload your images to MS-SQL server with this simple script. To upload a picture to sql database, be sure Persist AspUpoad installed in you server.
Reviews0
PriceFree
Views2897
stock chart example
posted byshedboyinGraphs & Charts
This example will display a stock chart for a valid user submitted ticker symbol.
Reviews0
PriceFree
Views5134
file information
posted byshedboyinFile Manipulation
This example displays some useful file examples . Last accessed , last modified and when the file was created
Reviews0
PriceFree
Views1747
Reviews0
PriceFree
Views2901
Reviews0
PriceFree
Views2488
adrotator example
posted byshedboyinAd Management
It is not always necessary to need a complex ad system for your system . The adrotator component is a simple alternative . This shows the basic usage.
Reviews0
PriceFree
Views2889
Active users
This is a common feature on websites showing that there are x visitors on site at present . This example demonstartes how this is achieved
Reviews0
PriceFree
Views2426
'accurate' text counter
This is a slightly better version of your standard text counter , this example only increments a count once per session whereas a normal counter could increment several times.
Reviews0
PriceFree
Views2484
text counter
This example uses a flat text file to store the count . Shows the basics of file usage in ASP.
Reviews0
PriceFree
Views2284
Reviews0
PriceFree
Views2958
create an xml file
This example shows to create an xml file using ASP
Reviews1
PriceFree
Views6523
display an xml file
This example shows how to display an xml file
Reviews0
PriceFree
Views4822
Designing an Account Unlock Application
posted bywwwcoderinUser Management
In this article we are going to try and provide some ideas for you to reduce those calls to the help desk. In this project we created a help desk portal, this portal pretty much has a main page that you can go to download patches, virus definition files, and manage account unlock information. Calls to the help desk for unlocking locked accounts accounted for a large percentage of calls, so in order to streamline the process we created an application that tied in with the intranet user portal.
Reviews0
PriceFree
Views1821
Designing an Account Unlock Application
In this article we are going to try and provide some ideas for your to reduce those calls to the help desk. In this project we created a help desk portal, this portal pretty much has a main page that you can go to download patches, virus definition files, and manage account unlock information. Calls to the help desk for unlocking locked accounts accounted for a large percentage of calls, so in order to streamline the process we created an application that tied in with the intranet user portal. Part of the application design was adding additional fields to the user preferences table called "pin_number", "question", and "answer". As part of the design of the application, we wanted the user to provide a personal identification number, and answer a challenge question that they previously configured in the application. This article is not going to go into every detail of creating the application, but we will provide the ADSI code and some design ideas for creating your own self-service account unlock application.
Reviews0
PriceFree
Views2080
Creating Parent-Child Relationships
posted byPatrickinDevelopment
This tutorial explains how to do recursive subroutines in ASP (VBScript). Use this algorithm to create threaded discussions, directories, or whatever use you have for it.
Reviews0
PriceFree
Views1808
ASP Speed Tricks
posted byhumbadsinDatabase-related
This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test results of each coding technique show the potential for dramatic speedups of dynamic web pages.
Reviews0
PriceFree
Views3362
ASP and DBF database file connection
posted byinfoinDatabase-related
Create a connection to DBF files using JetOLEDB provider (DSN-less, ODBC-less connection), basic work with DBF files (select, insert, update), other ISAM formats + FOXPRO option, real sample code, create a new DBF file.
Reviews0
PriceFree
Views2909
Bullschmidt ASP Developer Tips
posted bypaulinDevelopment
ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...
Reviews0
PriceFree
Views2616