New Scripts | ASP | Tutorials & Tips
Towards Next Generation URLs.
posted bybungeinMiscellaneous
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.
Reviews0
PriceFree
Views1373
Retrieve E-Mail from a POP3 Server
posted bysalesinEmail Systems
Developers who are new to POP3 as well as seasoned POP3 developers will find this article indispensable. Basic to advanced topics are covered. This article offers tips, tricks and secrets that developers of all levels can benefit from. What you will learn from this brief article will save you weeks or more of learning, research and development. Read this article and have a basic, reliable POP3 application up and running within an hour. Sample code and applications included.
Reviews1
PriceFree
Views2745
ASP and HTML bar graph (chart) creating
posted byinfoinGraphs & Charts
Short samples to create plain and stacked bar chart, with HTML code only, without external images (.gif etc.). Lets you create simple graph and trend indicator from database recordset/dataset.
Reviews1
PriceFree
Views5959
Calculate Distance Between Two Points Using Longitude & Latitude
posted bytgotchiinMiscellaneous
Tutorial and sample codes to calculate the distance between two locations. Free sample source codes in PHP, ASP, ColdFusion, C/C++, C#, Java, Perl, Visual Basic and Javascript. Longitude and latitude for United States ZIP Code and Canadian Postal Code are available in database subscription.
Reviews0
PriceFree
Views3092
ASP: Getting Started
posted bygnaspinIntroduction to ASP
This article describes how the author (Phil Baines) got started with ASP and how you can too. It also offers some scripts to try out yourself and links to the useful sites.
Reviews0
PriceFree
Views2871
Dynamic, database backed dropdown lists
posted bymattinDatabase-related
How to build a dynamic dropdown list with ASP and database data. Then, how to use ADO and recordset filtering to produce a structured list.
Reviews0
PriceFree
Views4438
ASP & MS Access introduction tutorial
posted bymattinIntroduction to ASP
Active Server Pages - What it is, why we use it and how to connect, post and retrieve data from a database.
Reviews0
PriceFree
Views2830
Basic Form Handling
posted bylonnyinForm Processing
A quick tutorial to show you the basics of form submission and handling.
Reviews0
PriceFree
Views6038
Get the ID of the record entered
posted bycontactinDatabase-related
How do I get the Unique ID or Auto ID of the record I just entered? The solution is really quite simple.
Reviews0
PriceFree
Views2344
Creating Visual Basic COMponents for ASP
posted byagbennyinComponent Building
An ariticle teaches the ASP programmer to write their code in VB, make it as a dll and reuse them in their ASP code. Learn to hide your code and increase the performance of your ASP program.
Reviews0
PriceFree
Views2673
Send email via ASP 3.0 and CDONTS
posted bycontactinForm Processing
This script shows how to send an email via the CDONTS objects available to ASP 3.0. It will take a selection of form input, create the required e-mail objects, send the e-mail to the specified recipient and then redirect the user to a confirmation page, thanking them for their input.
Reviews0
PriceFree
Views5389
ASP Shopping Cart Comparison Article
posted bySamCRayminE-Commerce
The following document is intended as a reference for people in charge of Internet Sites
who wish to add e-commerce shopping carts. It will try to categorize and then compare different Shopping Carts.
Reviews0
PriceFree
Views3895
ASP & Javascript Quiz
posted byjamesinTests & Quizzes
This script loads 10 random questions from an Access database and creates a javascript quiz from them. There are buttons to display the current score and to display the answers.
Reviews0
PriceFree
Views4635
Validate logins with ASP, Access and cookies
posted bycontactinUser Authentication
This script will validate form input against field in a database. The script will connect to the database and query the database fields - if the form input matches the database, a cookie will be allocated which will remain across any further ASP pages, until destroyed. Page views of admin or member pages can then be validated by checking for the cookie, if the cookie is found, the user can continue and if the cookie is not found, the user is redirected back to the login screen.
Reviews0
PriceFree
Views5507
Creating VB COM for ASP
posted byag_bennyinComponent Building
Develope reusable code with VB make it dlls and use it in your ASP as third party objects. Knowledge in VB programming is necessary.
Reviews0
PriceFree
Views2072
ASP Installation tutorial
posted byag_bennyinIntroduction to ASP
Learn installaing and configuring ASP scripts and COMponants in your web server in easy steps. No need of programming knowledge.
Reviews0
PriceFree
Views1378
MS Access: Tables, Views and Procedures
posted byarticlesinDatabase-related
Ever wondered how to create a table, view or procedure with MS Access? This article shows us how to create all three and work with them from an ASP script.
Reviews0
PriceFree
Views3848
Write to a file with ASP and FSO.
posted bycontactinFile Manipulation
This tutorial will show you how use the File Scripting Object to both write to and append to a text file.
Reviews0
PriceFree
Views3898
Query String Introduction
posted bycontactinMiscellaneous
Explains the basics of using a query string to send information to different page.
Reviews0
PriceFree
Views1563
Delete a folder with ASP
posted bycontactinFile Manipulation
For whatever reason, there are times when it would be convenient to know how to delete a folder without having to go to the server to do it. This is just one of the things you can do with the File Scripting Object.
Reviews0
PriceFree
Views2140