Most Popular Scripts | ASP | Tutorials & Tips
ASP Authentication Using IP Address
posted bywebmasterinUser Authentication
This article explains how to control web application access by validating the user�s login and password against a database using Active Server Pages. Once validated the IP Address of the user is ensure that the user has access to the database.
Reviews0
PriceFree
Views4463
Write and Read A Cookie
posted byinfoinCookies & Sessions
Cookies enable you to write text directly to a users computer. This can be used to easily recognize if a user has been to your site before or used to prevent multiple entries in to forms. This example will take any input you type in and write it to a cookie. A hyperlink to the same page is created to demonstrate on subsequent visits (within 3 days) the user will see their input rather then the text input box.
Reviews0
PriceFree
Views4659
Creating an ASP based News Letter
posted bywebmasterinMailing List Management
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.
Reviews0
PriceFree
Views5484
Creating a Mailing List Program
posted byHunterinMailing List Management
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.
Reviews0
PriceFree
Views7073
Creating a simple ad rotating system using ASP
posted bywebmasterinAd Management
This tutorial explains how you can create a rotating advertisement system using ASP. Topics include: Ad rotator logic page, Ad images date file, and Redirection page.
Reviews0
PriceFree
Views2647
XML as Data Source
posted byamitmathurinXML & ASP
After this tutorial, you will be able to manipulate and play with XML Data files in the same way as you do with MS Access. In addition to that, there are certain advantages of using XML, over MS Access. I introduce these advantages in the text, as we proceed on. The article has been organized in the increasing order of difficulty.
Reviews0
PriceFree
Views1243
Free 1Z0-141 Study Test Exam Questions
posted byjacobchipinNetworking
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 1Z0-141 exam on Your First Try. We have provided a free 1Z0-141 free exam where you will be able to see the quality that goes into our 1Z0-141 test questions. Our 1Z0-141 practice test questions are designed by highly experienced and certified trainers that Guarantee success on your 1Z0-141 exam!!!
Reviews0
PriceFree
Views1783
Powerful form validation
posted byhojjatinForm Processing
Many of us have faced situations when we fill invalid information in one field of a form, and when we submit, the forms apears again with that field in red color. This tutorial shows you how simple it is to add such facilities to your forms.
Reviews0
PriceFree
Views2467
FusionCharts Instrumentation Suite
posted bypallav123inGraphs & Charts
A collection of Macromedia Flash based animated instrumentation controls like Angular, Meter, LED, Linear, Cylinder, Real Time Line and Bulb Gauge used to develop realistic instrument panels and financial applications.
Reviews0
PriceFree
Views2260
Playing With Dates
posted byderekinDate & Time
There are several different ways of displaying dates. You can also add and subtract from them as well. Using the FormatDateTime function we can display dates in any manner.
Reviews0
PriceFree
Views4812
Math functions
posted bywebmasterinDevelopment
Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan().
Reviews0
PriceFree
Views2164
Graphics for WAP
posted byactive.imageinWAP & WML
This article describes how to turn your IIS Web Server to a WAP server that creates WBMP images on the fly. The article consists of 3 parts. First part describes how to configure IIS. Second part tells you about how to create WBMP images on the fly. Third part shows how you can convert existing images to WBMP that can be displayed by a WAP enabled phone. Source code available for download.
Reviews0
PriceFree
Views3181
A Custom ASP Error Class with Pop-up Dialog Box
posted byrutsinError Handling
Here you will find an error class called CError that allows you to display a custom dialog box with the option to have a detailed message, a general message, and log the error in a file for later reference. Also uses some JavaScript and DHTML to allow the user to drag the dialog box around.
Reviews0
PriceFree
Views3941
How to create and retrieve cookies using ASP
posted bywebmasterinCookies & Sessions
Cookies can be used to remember things about a user when they come back to your site. Cookies expire after a certain amount of time which you can set. Also, the clients browser must have cookies enabled for them to work. Here is a very simple example of creating a cookie and setting the cookie to expire in one year using ASP
Reviews0
PriceFree
Views6041
VBScript forms
posted bywebmasterinForm Processing
This page explains how to collect info from forms and validate them with VBScript server side. All source code is available.
Reviews0
PriceFree
Views8404
Active Server Pages: tutorial for beginners
posted bywebmasterinIntroduction to ASP
This is an introductory tutorial on Active Server Pages. Main topics include: What are Active Server Pages?, Displaying Date, Time, and Text, Using Variables, and Forms, and Active Server Pages Server-Side Scripting Programmer's Reference. It also includes several useful scripts.
Reviews0
PriceFree
Views8786
Active users Hit Counter
posted byjawahar_prasadinUser Management
Tutorial and Code - Active users Hit Counter - Finding Active Users on your Website
Reviews0
PriceFree
Views1076
Generating Random Number Using RND Function And Randomize Statement
posted byinfoinRandomizing
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.
Reviews0
PriceFree
Views1636
How to Get the Current Page URL
posted bybouvilloninMiscellaneous
Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example if you want to let your visitors submit a blog post to Digg you need to get that same exact URL. There are plenty of other reasons as well. In this tutorial we will show how you can do that.
Reviews0
PriceFree
Views4104
How to Alternate Table Row Colors in CSS and HTML
posted byhumbadsinFrequently Asked Questions
This article describes how to create tables with alternating row colors in CSS and HTML. Script examples are provided for ASP and PHP. The method described here accomplishes the effect with very little code.
Reviews0
PriceFree
Views2937