ASP Tutorials
  It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Tutorials

Log In Sponsors

ASP Tutorials

SHOWING LATEST TUTORIALS
This 2-page tutorial describes how to create a shared calendar into which users can log and read events using ASP.
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 t
Step by step tutorial on creating a Java COM component which accesses and uses ASP Intrinsic Components. Sample Project files, Component and ASP code available for download.
This very important article describes in detail what you need to know to register / unregister ActiveX ( COM Component ) DLLs remotely using only plain ASP pages. Must read for all ASP developers. Everything has been explained in detail.
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.
This tutorial shows you how to run new component builders through the proceess of encapsulating script logic in a VB component.
This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but also fi
It can really be a pain to register .DLL's on your remote servers. This article will explore how to set up a set of ASP pages to register your DLL's on NT 4. ASP source code available for download.
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.
This is a tutorial on creating COM component using Java.
The author notes "Displaying content depending on what the current date value is a powerful and effective tool that adds value to any website. Whether it is to showcase a limited time offer, or to “automatically” update pages with new content while you’re
The definition of a content management system is a as diverse as all the people creating them, but at the very core of a CMS is the concept of separating Website layout and design from content. By doing this you provide a means for the Web Developer to do
Web pages usually print pretty lousy. Typically, background colors are not displayed (unless you change the browser settings) and depending on site the width may be set much wider than the printer can handle on the horizontal for an 8 ½ page. Providing a
Content Management Systems. Is a content management system right for you, or your business? What type of CMS will fit your needs. Explore three types of content managment systems, what they do and how they can help you.
Here, you will learn how to use VBScript and textfiles to make content on your site easy to update. All code is available.
This is a simple font customization sample that illustrates how to easily let your visitors pick whatever settings they prefer on your site. It covers the basic process of letting a user pick their settings, previewing the resulting effect, and then savin
This 2-page article describes how to create a Printer Friendly Page using Microsoft's XMLHTTP component along with regular expressions. It shows how to use XMLHTTP to perform an actual HTTP GET request for the page that you wish to display in a Printer Fr
Automated content management is a must for many web sites. It's difficult to provide fresh new content without a standard automated system. This article discusses how to generate a general submission system, as well as how to manage the work flow, all wit
Based on an HTML template file, this ASP sample code formats pages of a web site dynamically. It allows you to change the appearance, layout, fonts, colours and pagewidth throughout the whole site just by replacing one template file. It also allows you to