Tips and Tutorials related scripts & softwares
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.
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.
This tutorial along with a simple example code shows how to create a database-driven click-through tracking system using ASP. Useful for monitoring click-throughs for banners, hyperlinks or file downloads.
Interpersonal communication can take place using a variety of communication mediums. In the last couple of years mobile phones have become extremely popular with millions of short message service (SMS) messages being sent every month. This article shows how we can use LiveSoup's OpenSMS component with ASP to send SMS messages to any of the 245 world wide mobile phone networks that OpenSMS supports.
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.
Develope reusable code with VB make it dlls and use it in your ASP as third party objects. Knowledge in VB programming is necessary.
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.
Learn how to use the HttpBrowserCapabilities Component of ASP.NET to detect the user browser and develop browser friendly ASP.NET pages.
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.
This article describes how to build components that take advantage of the new features in IIS and MTS, and provides an extensive list of tips on building components, performance and process isolation, and debugging.
|