Library tutorials & articles tagged with asp
-
Extracting the Country from the IP Address:- How To?
by Amit Gupta
Get to know from where the visitors to your website are coming. Amit shows you how you can know the Country of a visitor through his IP Address without using COM.
-
Wireless Markup Language (WML) Tutorial
by Gez Lemon
Gez Lemon introduces WML - the markup language used to make sites suitable for viewing using a WAP (Wireless Application Protocol) device - covering cards, timers, tasks, getting user input and creating dynamic pages.
-
Make your Classic ASP code work like in ASP.NET
by Christian Calderon
Developing in Classic ASP using the same technics as in ASP.NET?. If you have to work in Classic ASP, why don't do it the right way? By using a similar framework not only your code will be more organized and efficient, but it will take you a fraction of the time to port to ASP.NET!
-
Accessibility for Web Developers
by Gez Lemon
Developers put a lot of effort into ensuring their sites can be viewed in outdated browsers, but all too often ignore newer browsers, or worse still, a whole range of visitors. Accessibility means access to information for all. Information to all, regardless of the device used to view the document, or abilities of the visitor. This article covers the W3C guidelines for making your site accessible - a legal requirement for companies in the UK and United States.
-
Managing banner ad clickthroughs
by James Shaw
When serving adverts, its important to only be recording click-thrus generated by real people, not just bots indexing your site! This article shows how to accurately measure click-thrus using a combination of IP addresses and User agent tags.
-
A complete banner advertising system
by James Shaw
James Shaw takes you through his complete in-house banner advertising system, from serving the ads, counting the click-thrus and generating the statistics!
-
Searching articles for hand-picked keywords
by James Shaw
James Shaw demonstrates how he implemented a keyword-searching page for his site.
-
ASP Web Counter
by Paul Freeman-Powell
Paul takes you through how to create a simple, professional looking web counter for your web site using ASP.
-
Creating a Template
by Robert J. Walker
Sick of having to change every page whenever you want to change the navigation or other aspects of your site? In the past, frames have been the traditional (but clunky) solution to that problem. Unfortunately, they make it difficult to properly bookmark pages, and search engines will often skip your frames when they index your pages. The better solution is to create a template, and it's easy.
-
ADO and Unicode
by David Nishimoto
How to use Microsoft ADO to add and update unicode code points stored in an Oracle UTF8 database.
-
Using the SAFileup component
by Khidki Support
Chetan Sharma demonstrates how to upload pictures or files to a directory of choice using the SAFileup component.
-
Creating a Datagrid Class in classic ASP
by Brian O'Connell
Well we've all heard of the wonderful Datagrid in ASP.Net and it's pretty handy to say the least. Then again some of you like me may still be stuck with poor old ASP for the moment. But it's not all bad. With vbscript classes in ASP you can acomplish many things. So I got the urge to try and create my own version of the datagrid.
-
Send Binary Data from ASP
by Bruce Johnson
Ever wondered how we can send binary data to the client? This tutorial illustrates how to send the contents of an existing file to the client and force a Save As dialog box
-
When Session Variables Go Bad
by Bruce Johnson
Bruce Johnson takes a look at pros and cons of using Session variables to maintain state on a web site; and the problems you might hit when using them.
-
Remote Scripting With JavaScript and ASP
by Mitchell Harper
Remote scripting is an extremely powerful feature available in both Netscape Navigator and Internet Explorer. It allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. In this article Mitchell shows us how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code.
-
Implementing Session Tracking
by Kiran Pai
This article explains how to implement session tracking using two of the simplest & oldest methods available to programmers. The techniques presented in this article do not use the new technologies present to implement session tracking, but use some old, tried and tested ways which are extremely popular even today.
-
Beginning Active Server Pages
by James Crowley
Expand your VB skills to the web - learn how to create Active Server Pages in this extensive tutorial
-
Securing ASP Data Access
by Thomas C. Carpe
Securing ASP Data Access Credentials Using the IIS Metabase
-
Creating Dynamic Style Sheets Using ASP
by Thomas C. Carpe
How to create dynamic style sheets using ASP
-
SQL Distributed Management Objects
by Carvin Wilson
How to use the SQL Distributed Management Objects from ASP