Active Articles: 2038
Total Categories: 16
Sub Categories:616
An Overview of Cookie Detection in ASP | ||||||||
This article will explain the problems faced with detecting cookies in ASP and address them one by one. You will then be presented with a cookie detection script written in ASP that you can use on your own site. ... learn more
| ||||||||
| ||||||||
Print View (From a db template) | ||||||||
Web pages usually print pretty lousy. Typically, background colors are not displayed (unless you change the browser settings) and depending on site the width may be set much wider than the printer can handle on the horizontal for an 8 ½ page. Providing a printer friendly format adds immeasurable value for your users. This example ... learn more
| ||||||||
| ||||||||
Implementing Dynamic Arrays of Objects | ||||||||
Using classes in ASP 3.0 we can create dynamic arrays of objects. This article presents a sample code showing how to implement a class of dynamic arrays of objects several layers deep. ... learn more
| ||||||||
| ||||||||
Using the Application Object to Improve Performance | ||||||||
This article discusses the usage of persistence with the Application object in detail. Explains when to use Persistence, advantanges and disadvantages of using Persistence, and what types of data exchanges are targets for optimization and the benefits and disadvantages of using persistence with the Application object. Example code available for download. ... learn more
| ||||||||
| ||||||||
Towards Next Generation URLs. | ||||||||
For many years we have heard about the impending death of URLs that are difficult to type, remember and preserve. The use of URLs has actually improved little thus far, but changes are afoot in both development practices and Web server technology that should help advance URLs to the next generation. ... learn more
| ||||||||
| ||||||||
ASP Installation | ||||||||
Step by step tutorials on how to Install ASP (IIS/PWS) on your computer. Includes instructions on how to get ASP working on the following operating systems -- Windows 95/98, Windows 2000 and Windows XP. ... learn more
| ||||||||
| ||||||||
Querying an Access database in ASP | ||||||||
Active Server Pages allow us an easy means of querying and updating a database from a webpage. This article describes the basics of using this technique in a nutshell. The examples given here utilize a Microsoft Access database, but the principles elucidated apply equally well to ASP integration with other databaes. ... learn more
| ||||||||
| ||||||||
Delete records with sql statements | ||||||||
Learn how to delete records with an SQL instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection. ... learn more
| ||||||||
| ||||||||
ASP Tutorials | ||||||||
A wide selection of great ASP tutorials with code examples. All comments are commented to make it easier to read and understand. ... learn more
| ||||||||
| ||||||||
Write to a file with ASP and FSO. | ||||||||
This tutorial will show you how use the File Scripting Object to both write to and append to a text file. ... learn more
| ||||||||
| ||||||||
Faster Singleton Queries with ADO | ||||||||
It is very common operation to request one field of information via a database query. This is called a singleton query. ADO.Net has specific functions for singleton queries, but not ADO (ActiveX Data Objects). This article describes how to use an ADO command object to perform faster singleton queries. ... learn more
| ||||||||
| ||||||||
XML, XMLDom and ASP, Part 2 | ||||||||
A short tutorial about retrieving XML from an external resource using ASP. Complete with examples and desriptions of everything. Second part of several this article series. ... learn more
| ||||||||
| ||||||||
ASP Installation tutorial | ||||||||
Learn installaing and configuring ASP scripts and COMponants in your web server in easy steps. No need of programming knowledge. ... learn more
| ||||||||
| ||||||||
Delete Files Online | ||||||||
Following active server pages code delete a file. Example uses FileSystem object to delete the file. Do not forget to double check permissions for this operation. ... learn more
| ||||||||
| ||||||||
Creating a banner-ad rotation and tracking system | ||||||||
This is a quick tutorial describing how to create an ASP/SQL-driven banner-ad rotation and tracking system for your site. ... learn more
| ||||||||
| ||||||||
Simple Table Display With Where Clause (Hard Coded) | ||||||||
Displaying specific subsets of data from a database is easy to accomplish in .asp. The following example utilizes an Access database of Mark "The Bird" Fidrych and displays all of his season statistics for 1976 contained in the database rather than displaying the entire db. ... learn more
| ||||||||
| ||||||||
An SMTP Service Directory Reader | ||||||||
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 ... learn more
| ||||||||
| ||||||||
Search the Internet from your site! | ||||||||
A quick and easy way to add interactivity to your site is to allow your visitors to search the Internet. You can add any search engine to your site as long as they use a query string, here's how. ... learn more
| ||||||||
| ||||||||
Installing Personal Web Server to run ASP | ||||||||
Before you can test Active Server Pages on your development PC, you need a web server. This article gives step-by-step instructions (literally) on how to install and configure Microsoft's Personal Web Server on Windows 98. ... learn more
| ||||||||
| ||||||||
XML and ASP based Survey Server | ||||||||
This tutorial shows how to quickly create and track multiple-choice surveys using our XML-based Survey Server for IIS. It uses XML to store surveys, XSL to generate different presentations, and ASP to manage all the processing to create an extensible engine for creating multiple-choice surveys. ... learn more
| ||||||||
| ||||||||
