Top Rated Scripts | ASP | Tutorials & Tips
A Nifty Table Searching Script
This article shows a nifty little script, which, with just one ASP page, allows you to dynamically search a column in a table using a string comparison. This one script can be used over and over due to its dynamic nature. Hopefully this script will save you valuable time by cutting down on the often repetitive task of creating small, searching scripts.
Reviews0
PriceFree
Views5757
Censoring User Comments in a Guestbook/Forum Setting
posted byfl1rtinForm Processing
This tutorial shows you how to automatically censor specific words on posts for message boards or guestbooks when posted. It provides a function called CensorStr to do the job.
Reviews0
PriceFree
Views1781
Building Components in Java
posted bywebmasterinComponent Building
This is a tutorial on creating COM component using Java.
Reviews0
PriceFree
Views2837
Calling and Using ASP Intrinsic Objects from within COM Component
posted bywebmasterinComponent Building
This article at Stradeveloper.com is an in depth tutorial on calling and using
five ASP intrinsic objects from within COM Component using Visual Basic. Sample Visual Basic project files, component and ASP page available for download.
Reviews0
PriceFree
Views3173
ADO, SQL, and data access tutorial
posted bystevenatorinDatabase-related
This is an introductory tutorial on ASP data access. It covers Connection Object, Command Object, and Recordset Object.
Reviews0
PriceFree
Views7689
Cookies with ASP
posted bystevenatorinCookies & Sessions
Cookies can be a good method for passing data between pages and especially for retaining data between sessions. Today, it's pretty safe to assume that anyone who is using your site can use cookies, since nearly every site that is non-static makes use of them(including all ASP sites that use sessions). It is also possible to set and read cookies using client-side code, but it is a bit more difficult. Reading and writing cookies using Active Server Pages' built in Request and Response objects is incredibly easy.
Reviews0
PriceFree
Views5927
Connecting To A Database and Retrieving Results in 9 Easy Steps
posted bywebmasterinDatabase-related
Now everybody can connect to a database. Simple database access is a huge feature of ASP and one of the most widely used by developers but when you are first learning, it�s hard to separate the database stuff from the rest of the code so I made this example. I even removed the includes and everything.
Reviews0
PriceFree
Views7858
Building a Link Tracker
posted byjohninWeb Traffic Analysis
This tutorial explains how to find out which links people are clicking on using ASP. It works for internal links, newsletters, and even links to other sites.
Reviews0
PriceFree
Views4001
File Access Tutorial
posted bystevenatorinFile Manipulation
This tutorial demonstrates how to use the FileSystem object to view the contents of a server directory. It could easily be modified into a navigation or file-download application.
Reviews0
PriceFree
Views4281
Introduction to Active Server Pages
posted bycookeinIntroduction to ASP
This article explains what Active Server Pages is, and presents a few short examples such as ASP Syntax, Browser Detection.
Reviews0
PriceFree
Views1603
ASP Introduction
posted bywebmasterinIntroduction to ASP
This is a quick introductory guide to ASP technology. Covers what it is, how it works, how to configure your computer to run ASP without a server, and creating system DSN for MS Access database.
Reviews0
PriceFree
Views1742
Building an ASP File Manager
posted byidminFile Manipulation
This article describes how to build a very powerful, potentially destructive application using the File System Object. It should never be implemented in a production environment without ensuring that proper security precautions have been taken to maintain the integrity of the data contained on the web server.
Reviews0
PriceFree
Views6118
Implementing a Search Engine in ASP
As a web site grows, finding content on the site becomes increasingly difficult. To combat the difficulty of finding relevant information on a large site, many developers turn to writing a search engine for their site. This article discusses how to implement such a system using Active Server Pages and SQL Server.
Reviews0
PriceFree
Views4366
Presentation Of Hierarchical Data
posted bymyrajainDatabase-related
Multiple level select boxes tackled with hierarchical data! This sample illustrates the concept using a hierarchy consisting of geographical region, country, and state data. The code expects a system DSN by name "Hierarchy" and accesses the database using the user id "sa" with a blank password. The database is created in SQL Server 7.0.
Reviews0
PriceFree
Views2706
404 Error Report
posted bylewisinMiscellaneous
No one likes to see 404 pages and it's even worse when you find one on your own site. This tutorila explains how to make the 404 page useful to the user and notify yourself so you can fix them ASAP.
Reviews0
PriceFree
Views2269
How to create a System DSN for Access database
posted bywebmasterinDatabase-related
You can connect to an Access database within an ASP page with different methods. This article will help you to create a System Data Source Name (DSN) for an Access database on your local machine.
Reviews0
PriceFree
Views2425
Filearchive
posted byalexinFile Manipulation
This tutorial shows you how to create a file archive on your site using the built-in File Access Component. You can easily customize how yout page looks. Full source is available for download.
Reviews0
PriceFree
Views3735
Global.asa
posted byalexinMiscellaneous
Global.asa is the "dark file of ASP" and many don't even know that it exits. The truth is that Global.asa can be a powerful tool, but it's not as good at it should, and is often difficult to master. The following lesson give you a brief guide on Global.asa.
Reviews0
PriceFree
Views2686
HTML code reduction
posted bywebmasterinMiscellaneous
This script will open all HTML pages within the specified directory, reduce the file size of your html pages, and the files will be saved back. You may password protect the script, and it will allow a faster transmission of the page. A good script to learn how those task are perform.
Reviews0
PriceFree
Views1674
Implementing a Guest Book Using ADO
posted bychristophwinGuestbooks
If you want to add a guest book to your site, then this article is for you - it contains full source code and the necessary Access database to get up and running immediately. A complete introduction to ADO is provided.
Reviews0
PriceFree
Views5533