Search
 
Sunday, 18 May 2008
Scripts Categories
  2D
  Ad Management
  Affiliate Programs
  Articles
  ASP
  ASP Bootcamp
  Auctions
  Blog
  Bookmark Management
  Books
  Browser Utilities
  Business & Enterprise
  Calculators
  Calendars
  Chat Scripts
  Classified Ads
  Click Tracking
  Clocks
  Coders & Programmers
  Collections
  Communication Tools
  Components
  Content Management
  Counters
  Customer Support
  Database Management
  Database Tools
  Date and Time
  Development
  Development Tools
  Discussion Boards
  Displaying Code
  Documents
  E-Commerce
  Education
  Email Systems
  Error Handling
  Excel and ASP
  Exchange
  FAQ and Knowledgebase
  File Manipulation
  Financial Tools
  Flash and ASP
  Flash and PHP
  Form Processors
  Free For All Links
  Games
  Games and Entertainment
  Graphs and Charts
  Groupware Tools
  Guestbooks
  HTTP
  Image Manipulation
  Instant Messaging
  Internet Utilities
  Link Checking
  Link Indexing
  Link Management
  Mailing List Managers
  Miscellaneous
  MS Word and ASP
  Multi-Level Marketing
  Multimedia
  Navigation
  Networking Tools
  News Publishing
  Objects & Framework
  Online Communities
  Open Directory Project
  Organizers
  Others
  Polls and Voting
  Portal Systems
  Postcards
  Quote Display
  Randomizing
  Redirection
  References
  Scripting
  Scripts and Components
  Search Engines
  Searching
  Security Systems
  Server Management
  Server Manipulation
  Site Navigation
  Site Recommendation
  Software
  String & Variables
  Survey Voting and Quiz
  Tests and Quizzes
  Tips and Tutorials
  Top Sites
  Top Sites Systems
  User Authentication
  User Management
  Vertical Markets
  Virtual Communities
  WAP and WML
  Web Fetching
  Web Hosting Tools
  Web Rings
  Web Sites
  Web Traffic Analysis
  Website Promotion
  XML
 
Partners
  Clean Softs
  Free Downloads
  Internet Articles
  Song Lyrics
  Free Drivers
  Articles
  Red Softs
  Get Free Softs
  Free Downloads
  Adware Info
  Gold Softs
  Daily Articles
  MySpace Generators
  Software Download
  Download Programs
  Hotel Reservations
  Programs DataBase
  Mobile Phones
  Pimp MySpace

Check PageRank
 
Top 1-50 ASP scripts

Scripts are listed after popularity.       To display the scripts in alphabetical order please click here

1)   Manipulation of String
This String manipulation tutorial describes the basic and advanced functions in ASP strings. More useful for the ASP learners to understand the functions quickly but also easily.

2)   Count and Display Number of Records
The main objective of this online tutorial is to show the developers how to count the number of records in the database and also how to display those records.

3)   SPLIT String Function by Charles Carroll
From this ASP article, you can develop your knowledge in ASP/VBS string functions and this article explains the usage of SPLIT function to filter sub strings from a string.

4)   Search and Replace SQL Server data in all columns of all tables
This tutorial elaborately demonstrates and discusses about the functionalities that the users can follow for searching and replacing SQL server data in columns.

5)   Strings and Arrays
An ASP article that deals with string handling functions and describes how a string can be splitted to generate an array and tells the ways to filter a word from a sentence string.

6)   Variables, Values, and Arrays in VBScript
A clear explanation about arrays in VBScript is provided with this tutorial that teaches how it works together with ASP to handle single and multi-dimensional arrays in web applications.

7)   Duplicate records using SQL query
This article explains about how to find duplicate records using SQL statements like SELECT FROM and WHERE. The definitions are given in a simple form.

8)   Sending mail with CDOSYS using ASP
ASP learners and website developers can obtain one more way to send their email from this online learning course using CDOSYS instead of CDONTS together with ASP.

9)   ASP Chat
ASP Chat is a Web based chat application with user friendly interface. It is easy to install just copy to your folder where you want to use it.

10)   Date Functions
This is a tutorial which help users to show the current date in desired formats. This tutorial explains in detail of using keywords to display date functions.

11)   Dynamic Arrays Made Easy
The benefits and functions of dynamic array class to resize the arrays on the fly is given in detail in this ASP study material which is more useful for the developers in ASP.

12)   Using the Exit statement
Steps needed to control the execution of processes can be learnt from this article that provides more detailed information about Exit statement.

13)   Check a number is in a valid range
You will be capable of creating a number verification program for ASP applications by studying this online ASP learning source.

14)   The Len() Function
How to calculate the length of the string is taught on this online ASP article and the provided example lets you grab the points on LEN() string function quickly and easily.

15)   Julian Date Converter
This is a script which transforms the usual format date into a julian number. By using Datediff the users can transform any date into a julian number.

16)   Remove item from array
A smaller ASP article that assists you to delete an item from an array. Explains how to use DIM, ReDIM and PRESERVE function to remove a content in array.

17)   Using Multiple Recordsets with a Single Database Connection
This online tutorial explains about the usage of multiple recordsets with a single database connection. The author further describes this concept with an example.

18)   DateAdd Function
This is a tutorial which shows the new date by adding day, hour, etc., to a date. This is a very simple tutorial for the users.

19)   How To Parse Strings in ASP or VBScript
The string functions used to manipulate the data are taught through this ASP article that provides individual example for each function.

20)   Accessing Microsoft Access databases in ASP using ADO
The main objective of this online tutorial is to teach the beginners about using Access .mdb databases in ASP. The author uses ADO for this access which is explained in this article.

21)   ASP email made easy using CDO
This easier means of online tutorial deals with ASP and explains how you can send emails using the framework CDO through SMTP or MAPI server. Demostrates the two versions of CDO component in detail.

22)   Sending Attachments via an Automated Email
Teaches you how CDONTS component can be used for sending mails with attached files and this ASP tutorial incorporates a sample code snippet to provide the required syntax.

23)   Date Difference
This is a tutorial that shows the number of days inbetween the two particular date. This is very simple tutorial for the novice programmers.

24)   Display Records Horizontally
This simple online tutorial helps the webmasters to display their records from database horizontally. The author explains the entire process of this concept with an example.

25)   Passing Variables Between ASP Pages using POST
Passing several values from one web page to another page using ASP is clearly explained in this ASP study module where 'POST' method is described to perform the data transfer.

26)   XML DOM: Adding a Child Element and an Attribute using VBScript
This is an online tutorial that covers on adding an attribute or a child element to XML DOM elements with the help of VB script.

27)   ASP FormMail
ASP FormMail is an efficient email component that can be used by the webmasters to enable forms on their web pages to send emails and it can be easily installed on any type of IIS servers. It does not require any third party programs.

28)   "Sign Here!" guestbook
"Sign Here!" guestbook is a guestbook program where the users can create guestbooks for posting comments on different topics by the visitors.

29)   Date and Time Functions
This is a tutorial that shows the method of using the functions to date and time formatting. Some of the examples are described in this tutorial.

30)   Removing duplicates in a string list
Through this online ASP article, developers in ASP can create their own system to keep the string list with true data by eliminating the duplicate and fake strings.

31)   On Error Resume Next
An useful tip for learners in ASP programming for skipping errors on ASP codes. Normally when an ASP page encounters script error an error page is displayed the author shows how to avoid that.

32)   Send E-Mail via ASP without CDONTS
Send E-Mail via ASP without CDONTS is a package that can be used by the webmasters to send and receive emails easily. This script can easily run on the IIS servers without the need of CDONTS.

33)   ShoutBox In Flash with or without database
ShoutBox In Flash is small 18 kb of swf which allows users on your site to interact with each other.

34)   ASP Calendar
ASP Calendar is an event calendar component that has a Microsoft® Outlook style interface, integrates easily into any ASP application, is modular and highly customizable and is Access 97 database driven

35)   List all files in a directory
List all files in a directory is an ASP based script that facilitates webmasters to list entire files in all directories.

36)   Using Forms to Do Batch Database Updates
This article gives definition for updating and deleting records from database table in batch form. It helps the users to delete and update multiple records at a time.

37)   XMLDOM Methods
XMLDOM Methods is a reference that can be taken as a quick reference by the people with the help of provided list of XMLDOM methods.

38)   Date Formatter for ASP (Date Formatter)
This is a tutorial which shows how to display the date in a perfect manner. By using ASP to show the day of month, year, etc.

39)   Variable Scope
This is a web based ASP learning source that teaches about the scope of variables such as local and global variables. Explains the limitations and usage of variable scope in JScript.

40)   Date & Time
Date & Time is a complete reference. Users can learn how to get the date and time.

41)   ASPUpload
ASPUpload is a simple article in which the author has illustrated on the procedures involved in sending file attachments along with online forms in ASP.

42)   Flash - ASP Instant Messenger
This flash and javascript supported ASP application can be used as an online messaging interface over the internet. Users are allowed unlimitedly who can chat with several users simultaneously using multiple window feature.

43)   DateValue() Function
This is a tutorial which shows the functions of DateValue() Function. Users can indicate a date or time format as a short date format.

44)   Add an ASP guestbook
Add an ASP guestbook is a tutorial that discusses about creating a guestbook on ASP using VB script. This article will be useful for creating a guestbook for collecting visitors comments about websites.

45)   Events Calendar
This is a simple Calendar application written in ASP. It features: Uses only 3 asp pages, one Access Database, Password protected event posting, Today is highlighted, and Easy navigation between months.

46)   Sending form values to an email
This is another email based ASP tutorial which implement the steps to create a form with text fields to receive data from users and sends them via email.

47)   Trapping Errors with the Err Object
The properties and functions of Err Object is tabulated in this ASP tutorial using which you can display the error messages in an easier understandable way.

48)   Force a User to Login to a Web Page
This is an ASP tutorial where the author discusses about how to validate the visitors username, password, and valid domain before they enter into the secured ASP pages.

49)   Using the ADO Stream object to Display an Image
This is an ASP tutorial that helps you to display images using the ADO stream object. This shows an example code for displaying the images using stream object. This tutorial is easy to understand.

50)   Mid Function
It is very easy to understand the string functions through this ASP tutorial that particularly describes the Mid() Function in strings.



Browse Pages: 1 [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98]
 
 Seitenanfang  Home   • Submit