Top Rated Scripts | ASP | Tutorials & Tips
Charting the Internet
posted bymarkminGraphs & Charts
This article shows how to create charts generated on the fly from a database, using <a href="http://www.compsysaus.com.au/intrchart">IntrChart</a>. Also explains how to dynamically add hot spots to the bars/slices in our chart and link them to other pages.
Reviews0
PriceFree
Views3685
Using Triggers to Track Database Action History
posted bytlkelleyinDatabase-related
This article describes how to use Microsoft SQL Server triggers to automatically record all updates and inserts for a particular database table in a customized history table.
Reviews0
PriceFree
Views1316
Creating PGP-Encrypted E-Mails
posted bykanniappan.selvakumarinEmail Systems
PGP (Pretty Good Privacy) is an encryption program used for secure transmission of files and e-mails. This article describes the concepts of PGP, the installation and configuration of PGP Command Line, and the generation of PGP-encrypted e-mails using ASP.
Reviews0
PriceFree
Views2306
An SMTP Service Directory Reader
posted byjohninEmail Systems
The author writes "You know all those email you send using CDO or CDONTS? What happens to the ones that are addressed wrong or if the sender or recipient's address isn't even formatted correctly? This script will let you take a peek at the messages in the mailroot folders. This includes the ones that the SMTP service hasn't delivered yet and even those it's already given up on so you can see what's happening." Source code for the SMTP reader available for download.
Reviews0
PriceFree
Views2258
Browser Capabilities Component in ASP.NET
posted byfaisalinComponent Building
Learn how to use the HttpBrowserCapabilities Component of ASP.NET to detect the user browser and develop browser friendly ASP.NET pages.
Reviews0
PriceFree
Views2472
Sending E-Mails with ASP Pages
posted byfaisalinEmail Systems
This article describes every step you need to know to send E-Mails using ASP pages.
Reviews0
PriceFree
Views5326
Creating Dynamic JavaScript with ASP and Databases
posted bytravisginMiscellaneous
This tutorial explains how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page. It provides an overview of things that can be done with dynamic JavaScript with ASP and data queries. Example source code available for download.
Reviews0
PriceFree
Views1694
Performance Metrics for the ASP Response Object
posted byjsginDevelopment
This article takes a look at three different ways to output content using Response.Write: using context switching, simple Response.Write statements, and Response.Write statements within a With block. Also examines the performance implications of each approach as well as the timing results of the vanilla Response.Write approach in an ASP.NET Web page.
Reviews0
PriceFree
Views1100
Introduction to Cookies Method
posted bywebmasterinCookies & Sessions
A basic information on using Cookies in ASP. An access counter is used as an example.
Reviews0
PriceFree
Views2395
Do...Loop / Select...Case Instructions
posted bywebmasterinDevelopment
This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures.
Reviews0
PriceFree
Views2088
Subroutines and Include/virtual
posted bywebmasterinDevelopment
This tutorial explains the basic use of Subroutines and Include virtual using SSI that may be used in ASP pages to make your code cleaner.
Reviews0
PriceFree
Views2033
Introduction to global.asa
posted bywebmasterinDevelopment
A short tutorial showing the basic the basic structure of the global.asa file. Describes different objects: Application_OnStart, Application_OnEnd, Session_OnStart, Session_OnEnd. An active servers counter is used as an example.
Reviews0
PriceFree
Views1845
Dictionary object
posted bywebmasterinDevelopment
This tutorial explains basics of the Dictionary object by using two examples: translation of a number from English to Spanish and password protection.
Reviews0
PriceFree
Views2057
Two Ways To Connect To SQL Server 2000 Via ASP
posted byjoeinDatabase-related
This article will show you two different methods that you can use to connect to a Microsoft SQL Server 2000 database: System DSN's and the OLEDB connection string. It will also explain the positives and negatives of each method, along with some examples to get you started.
Reviews0
PriceFree
Views2375
Real-Time Data Grid Part 1/2
posted byannetteinDatabase-related
The part one of this two-part article shows how to create an ASP class that allows us to work with our databases through a web browser. It will allow us to update and delete records dynamically using JavaScript and XMLHTTP, without ever having to refresh the page.
Reviews0
PriceFree
Views2105
Prevent viewing of javascript and stylesheets
posted bydselkirkinMiscellaneous
Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension. Then include the validate_view.asp file at the top of each file. Open the validate_view.asp file and change the top the constants to those required. Then finally call the procedure name "validate_view" with the current files content type as the parameter.
Reviews0
PriceFree
Views1662
Dynamic Javascript Includes
posted bydselkirkinMiscellaneous
Dynamically include javascript files in your page. Simply place all your javascripts in a sub directory and make one reference in your page to the cs_scripts.asp file. You can then pass + or - with file names to either include or ignore a file in the sub directory. By default all are included.
Reviews0
PriceFree
Views1962
Using ASP and javascript together
posted bywebmasterinMiscellaneous
This basic tutorial will show you how to include information in a non-asp page information generated from an .asp page by using javascript. A banner rotator script and a text hit counter are used as examples.
Reviews0
PriceFree
Views2993
Using Cookies
posted bylonnyinCookies & Sessions
Get some information about those cookies you keep hearing about, learn how to create one yourself.
Reviews0
PriceFree
Views2760
Intro TO ASP
posted bylonnyinIntroduction to ASP
An introductory tutorial that covers the basic things one has to know about Active Server Pages, and the programming environment.
Reviews0
PriceFree
Views1784