Best Tutorials website
Latest tutorials

Advertisment

Displaying an RSS Feed using ASP

Displaying an RSS Feed using ASP

This tutorial will walk you through adding dynamic content from an RSS 2.0 data feed. RSS is a XML format for syndicating news content, web site...


Views: 818 | Rating star | by Slicer
ASP - XML and ASP

How to retrieve files from FTP protocol without any third party component

How to retrieve files from FTP protocol without any third party component

This tutorial is aimed to show you how it is possible to retrieve a remote file via ASP and FTP without using a 3rd-party component.


Views: 788 | Rating star | by Source
ASP - Networking

Array Sorting with ASP

Array Sorting with ASP

This little snippet of code will learn you how to sort an array with bubble sorting.


Views: 501 | Rating star | by Sean
ASP - Introduction to ASP

ASP SPLIT, REPLACE and JOIN String Functions

ASP SPLIT, REPLACE and JOIN String Functions

We will write the same script using SPLIT, REPLACE and JOIN to demonstrate all 3 functions and how they often are used for similar tasks.


Views: 498 | Rating star | by Jason
ASP - Miscellaneous

An Useful Method : RecordSet.Filter

An Useful Method : RecordSet.Filter

Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data...


Views: 459 | Rating star | by Marry
ASP - Database Related

Displaying Records From An Excel Database

Displaying Records From An Excel Database

Aim of this articles is to display records from an Microsoft Excel in an ASP. We could use general SQL command while retrieving data from an excel...


Views: 768 | Rating star | by Source
ASP - Excel and ASP

Learn ASP, the basics

Learn ASP, the basics

ASP stands for Active Server Pages. ASP is a server side technology which is used to display dynamic content on the web pages. ASP is becoming...


Views: 492 | Rating star | by Troy
ASP - Introduction to ASP

An Useful Method : RecordSet.Filter

An Useful Method : RecordSet.Filter

Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data...


Views: 469 | Rating star | by Sean
ASP - Database Related

How to Grab A HTML Page Within an ASP

How to Grab A HTML Page Within an ASP

There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out...


Views: 489 | Rating star | by Sean
ASP - Miscellaneous

Database Search Engine

Database Search Engine

This sample ASP script we will search a custom query in an SQL database. We will use two custom script in one page and will take query results...


Views: 845 | Rating star | by Sean
ASP - Searching

Disable Error On ASP Codes

Disable Error On ASP Codes

Unexpected errors can stop programs and your application coul be down immadiately. But 'On Error Resume Next' funtcion help you to avoid...


Views: 756 | Rating star | by Steve
ASP - Error Handling

Working with Array : Remove An Item

Working with Array : Remove An Item

Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming...


Views: 521 | Rating star | by Daniel
ASP - Introduction to ASP

VBScript Functions : The Len() Function

VBScript Functions : The Len() Function

In this series of our ASP Developer Articles, we will examine a new VbScript function called as ' The Len() Function'. With LEN functions...


Views: 487 | Rating star | by Tutorial
ASP - Introduction to ASP

Encoding URL strings

Encoding URL strings

While passing variables as an URL's querystring, you should need to encode the string. All special characters like space must be written in...


Views: 481 | Rating star | by Isac
ASP - Introduction to ASP

ASP Chat Box

ASP Chat Box

Asp Chat Box s a free and easy to use chat application can be used in a simple website. This version of AspChatBox can read and write only a single...


Views: 822 | Rating star | by Tutorial
ASP - Chat Scripts

Complete E-mail Validation

Complete E-mail Validation

If you use this code, with the changes suggested in the comments, you will be able to completely validate a submitted e-mail address. It checks for...


Views: 829 | Rating star | by Ben
ASP - Email Systems

Grab A HTML Page

Grab A HTML Page

How to grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website.


Views: 761 | Rating star | by Simon
ASP - Web Fetching

How to Encrypt String Using MD5

How to Encrypt String Using MD5

In classic ASP there is no any encrypt function. But you can use this useful source code to encrypt any string data using MD5. MD5 encryption is a...


Views: 820 | Rating star | by Mathew
ASP - Security

Creating Word Files Online

Creating Word Files Online

ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set...


Views: 782 | Rating star | by Sarah
ASP - MS Word and ASP

Creating Excel Files Online

Creating Excel Files Online

ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set...


Views: 787 | Rating star | by Simon
ASP - MS Word and ASP