New Scripts | ASP | Tutorials & Tips
Here, There, and Back Again: Maintaining State Across Domains
posted byjwhitneyinCookies & Sessions
This article describes three simple techniques which combine persistent cookie management and creative redirects to give users a consistent experience as they move through sites in different subdomains and domains.
Reviews0
PriceFree
Views2104
Writing Smart Web-based Forms
posted bynospaminForm Processing
This is an extensive article that describes form validation technique to help the user submit correct information.
Reviews0
PriceFree
Views4489
ASP Form Input to HTML
posted byinfoinFile Manipulation
The author writes "ASP has the ability to write .html or any other text based documents directly to a web server (You need to write the text output to a directory that has write authority). This enables the instantaneous publication of user input without the need for uploading files from a PC." This example code shows how to write text based documents to a server using ASP.
Reviews0
PriceFree
Views2921
Display an Excel DB
posted byinfoinExcel & ASP
The author writes "For small data bits on a server where the chance for significant simultaneous traffic is not likely excel can perform many of the basic tasks that can be accomplished in Access or SQL Server, but on a much smaller scale." This exmaple code demonstrates how to display data from Excel using sample data of Hank Greenberg's career statistics. Example code available for download.
Reviews0
PriceFree
Views8545
Financial Graph
posted byinfoinGraphs & Charts
This sample code demonstrates how to create effective graphs using simple html and the output from an access db but without the need for third party components. The example shows the stock performance for Yahoo.
Reviews0
PriceFree
Views6465
Using the Application Object to Improve Performance
posted byjoelauerinDevelopment
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.
Reviews0
PriceFree
Views1069
How to Build a Forms Validation Library
posted byedinForm Processing
This article shows how to build a forms validation library using JavaScript and ASP. Its FormLib simplifies form creation and eliminates common forms-maintenance tasks.
Reviews0
PriceFree
Views2802
Page Template Functionality
posted bymailinContent Management
Based on an HTML template file, this ASP sample code formats pages of a web site dynamically. It allows you to change the appearance, layout, fonts, colours and pagewidth throughout the whole site just by replacing one template file. It also allows you to display the same pages using different templates: printer friendly versions, small screens, handheld versions, webTV versions, search engine pages, etc.
Reviews0
PriceFree
Views4855
Working with Drives, Folders and Files using ASP
posted byfaisalinFile Manipulation
Article on accessing drives, folders and files with ASP; iterating though drives, folders and files collections, reading content of a file and more. Also provides detailed listing of all properties and methods of FileSystemObject, Drive, Folder, File and TextStream objects.
Reviews0
PriceFree
Views5077
Null Is Null
posted byDaveinDatabase-related
A discussion of how to use null values effectively in your database tables. Includes a discussion of the logic behind nulls and some practical programming techniques.
Reviews0
PriceFree
Views1619
File Uploading using pure ASP
posted byfaisalinFile Manipulation
This is a complete tutorial on uploading files to the server hard disk using ASP ( VBScript ).
Reviews0
PriceFree
Views7697
Database Paged Search
posted byjohninDatabase-related
This is a sample code that combines a Database Paging and a Database Search script into one. It shows you how to perform a wilcard search on a database table and then page through the results.
Reviews0
PriceFree
Views4411
Stripping HTML Tags using Regular Expressions
posted bywebmasterinDevelopment
This article examines how to strip HTML tags using regular expressions. Regular expressions are nifty little buggers that can be used to perform advanced string pattern matching and replacing.
Reviews0
PriceFree
Views3500
Integrating User Search with ASP and SQL Server Full-Text Search
posted bybobinDatabase-related
This article provides sample source code for a user query parser which allows users to submit full-text search queries from ASP to SQL Server 2000. Full source code available for download.
Reviews0
PriceFree
Views2233
String Functions (Len, Left, Mid, Right)
posted byinfoinDevelopment
This is a short exmaple that demonstrates the text manipulation functions in .asp. It takes a string of ten numbers 8005551212 (the 800 number for 800 info) and splits it into the common ###-###-#### format.
Reviews0
PriceFree
Views4820
SQL: Sum, Average, Max, Min, Count, Detail
posted byinfoinDatabase-related
This example shows how to perform a variety of statistics on your data using simple SQL such as Sum, Average, Max, Min, and Count. It uses stock trading performance of EPOS as an example.
Reviews0
PriceFree
Views5533
Creating an ASP-driven Page Counter for HTML Pages
This article illustrates a technique to provide dynamic content generated from an ASP page onto a static HTML page. Specifically it explains how to display a page counter on a number of static HTML pages.
Reviews0
PriceFree
Views2925
How Session variables work
posted byhotscriptsinCookies & Sessions
Session variables can store user-specific information for you. This tutorial explain how to configure your server and how they work (and when they don't).
Reviews0
PriceFree
Views8066
Create a Fully Functional, Multifeatured ASP Shopping Basket
posted byemm_aginE-Commerce
This article explains how to design and program a multifunctional shopping cart application using SQL Server, ASP, and ODBC. Source code available for download.
Reviews1
PriceFree
Views7842
Using ASP to Send a Wireless Text Message
Sending an SMS message via e-mail requires the acceptance of several hidden flaws. This article shows how to avoid these complications by sending a wireless text-message through the use of ASP. Covers two different solutions: using SMTP, and using Third-party solutions such as shrink-wrapped software and application service provider (ASP) gateways.
Reviews0
PriceFree
Views5446