• home
  • forum
  • my
  • kt
  • download
  • this:15/16 25records  total:399    Start  Previous  Next  Last    goto:
    How to display your code
    ON: 2007-06-24 22:19:41
    Here is a solution to displaying ASP code in an ASP page without executing the code. Useful for displaying the code in an article about ASP
    3 times | category: [Miscellaneous]
    Determining How Long Your Users Spend Filling Out Forms
    ON: 2007-06-24 22:17:25
    The author writes "Have you ever wondered how long your visitor spends filling out a particular form? Such information is vital for companies that conduct business on the Internet." This article describes how to easily determine how long your users spend filling out forms on your Web pages
    2 times | category: [Miscellaneous]
    ASP.NET AJAX Chat Tutorial
    ON: 2007-06-24 22:13:28
    This tutorial will teach you how to create an AJAX driven web chat program with ASP.NET and SQL Server as the back end.
    1 times | category: [Chat Scripts]
    Simple ASP Chat
    ON: 2007-06-24 22:12:39
    This tutorial explains how to create a simple chat system using ASP. To start with create a simple form where the user can type some text. Whatever the client types in this form has to be appended to a text file, this text file will then be displayed to the client. The actual writing to the text file is done with an Active Server Script
    14 times | category: [Chat Scripts]
    ASP Chat Box
    ON: 2007-06-24 22:08:59
    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 file. If you can work on thi script, you may write a custom script for you.
    8 times | category: [Chat Scripts]
    Chat Using ASP & XML
    ON: 2007-06-24 22:01:42
    This article presents a nice little chat system that uses Microsoft's XMLHTTP Object to transfer the messages and user list. It features public as well as private modes, and is currently configured so that the browser requests the current users list from the server every 5 seconds. This article assumes that you are familiar with ASP, XML and HTML.
    9 times | category: [Chat Scripts]
    You've Got Mail! - Site Server Direct Mailer
    ON: 2007-06-24 21:51:21
    This article explains in graphics how to configure Site Server Direct Mailer, create test members and distribution lists, create template emails, and finally, create and run a Direct Mailer package to send the personalized emails to the target members.
    3 times | category: [Mailing List Management]
    Creating an ASP based News Letter
    ON: 2007-06-24 21:46:40
    This tutorial will walk you through the steps of creating a complete functional news letter for your site. Each and every step has been explained in detail to help newbies understand whats going on. Uses DSN less connection so you can add the code in your site right away. Database and code available for download.
    8 times | category: [Mailing List Management]
    Creating a Mailing List Program
    ON: 2007-06-24 21:37:20
    Have you ever wanted to create a mailing list on your site? Tired of using those so-called free services that insert advertisements into all of your e-mails? Well this basic tutorial shows you how to create your own mailing list program in ASP. Included with this article is all source code free to download
    7 times | category: [Mailing List Management]
    Builing an Event Calendar
    ON: 2007-06-24 21:34:25
    This 2-page tutorial describes how to create a shared calendar into which users can log and read events using ASP
    7 times | category: [Calendars]
    Object-Oriented ASP Calendar
    ON: 2007-06-24 21:21:59
    This tutorial shows how to use a VBScript Class to create calendar based applications quickly so you can focus on functionality rather than worry about what weekday the 1st of January falls on. Some of this calendar features include: Easy positioning and sizing to best suit your application's needs, Dynamic cell width and font scaling based on the size of your calendar, Current day highlighting and activity scheduling capability, Customizable actions for events such as OnNextMonthClick, OnPrevMonthClick and OnDayClick, and Customize titlebar and font color as well as font face
    8 times | category: [Calendars]
    Introduction to ASP & What is ASP?
    ON: 2007-06-24 21:21:09
    Beginners tutorial it looks at What ASP is, How it works and What can I use ASP for. The perfect start for total novices
    5 times | category: [Introduction to ASP]
    ASP Forms Tutorial
    ON: 2007-06-24 21:20:34
    Provides a step by step guide to pass ASP variables through a form and display the variables using response.write
    5 times | category: [Introduction to ASP]
    Installing ASP on Windows machines
    ON: 2007-06-24 21:19:59
    This step by step how-to will teach you how to install asp on a windows machine, The tutorial lists ASP Windows 95 & Windows NT Installation, Windows 98 Installation,Windows ME Installation and Windows XP Installation. Perfect for beginners and professionals for reference.
    6 times | category: [Introduction to ASP]
    My First ASP Script
    ON: 2007-06-24 21:19:05
    This tutorial is for a complete and utter beginner to asp and will teach you how it all works. The script you will be taught is to display some text in a web browser, It will introduce you to the basic tags and actions of ASP
    8 times | category: [Introduction to ASP]
    Objects in ASP
    ON: 2007-06-24 21:17:43
    This tutorial explains how to use classes and objects in ASP, giving you a first look at what object oriented programming is about
    3 times | category: [Introduction to ASP]
    Array Sorting with ASP
    ON: 2007-06-24 21:16:11
    This little snippet of code will learn you how to sort an array with bubble sorting.
    6 times | category: [Introduction to ASP]
    Learn ASP, the basics
    ON: 2007-06-24 21:15:25
    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 popular day by day as the favorite server side technology. ASP in itself isn't a language actually, instead it uses VBScript or JScript to display dynamic content
    4 times | category: [Introduction to ASP]
    Encoding URL strings
    ON: 2007-06-24 21:14:53
    While passing variables as an URL's querystring, you should need to encode the string. All special characters like space must be written in adress bar in a form for browser
    5 times | category: [Introduction to ASP]
    VBScript Functions : The Len() Function
    ON: 2007-06-24 21:14:18
    In this series of our ASP Developer Articles, we will examine a new VbScript function called as ' The Len() Function'. With LEN functions you can calculate the length of the string. Following function calculates the length of a string taken from input area
    3 times | category: [Introduction to ASP]
    Working with Array : Remove An Item
    ON: 2007-06-24 21:11:03
    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 languages, but in ASP it is not so easy. VBScript does not contains strong functions to remove any item form your array list. Here there is a good ASP code block will be helpfull for your to remove and re-organized your array.
    1 times | category: [Introduction to ASP]
    ASP & MS Access introduction tutorial
    ON: 2007-06-24 21:10:13
    Active Server Pages - What it is, why we use it and how to connect, post and retrieve data from a database.
    7 times | category: [Introduction to ASP]
    Your First ASP Page
    ON: 2007-06-24 21:09:37
    Learn how to get started creating your first ASP page
    5 times | category: [Introduction to ASP]
    Getting Your Hands Dirty with VBScript
    ON: 2007-06-24 21:04:33
    An introductory look at using VBScript in ASP pages
    1 times | category: [Introduction to ASP]
    Decision Making and Looping in ASP
    ON: 2007-06-24 21:03:39
    An introductory look at using the VBScript deicision making (if-then-else, select-case) and looping (for, while, do) mechanisms in ASP pages
    2 times | category: [Introduction to ASP]
    this:15/16 25records  total:399    Start  Previous  Next  Last    goto: