Articles & Tutorials 
-
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.. 
-
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.. 
-
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! . 
-
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.. 
-
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.. 
-
James Shaw takes you through his complete in-house banner advertising system, from serving the ads, counting the click-thrus and generating the statistics!. 
-
James Shaw demonstrates how he implemented a keyword-searching page for his site.. 
-
Paul takes you through how to create a simple, professional looking web counter for your web site using ASP.. 
-
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.. 
-
How to use Microsoft ADO to add and update unicode code points stored in an Oracle UTF8 database.
. 
-
Chetan Sharma demonstrates how to upload pictures or files to a directory of choice using the SAFileup component.. 
-
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.. 
-
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. 
-
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 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.. 
-
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.. 
-
Expand your VB skills to the web - learn how to create Active Server Pages in this extensive tutorial. 
-
Securing ASP Data Access Credentials Using the IIS Metabase. 
-
How to create dynamic style sheets using ASP. 
-
How to use the SQL Distributed Management Objects from ASP. 
-
How to implement error logging in ASP 3.0. 
-
A complete tutorial on how to create your own 'members-only' area on your website.. 
-
An introduction to COM objects, and their use in ASP. 
-
An efficient string concatenation component to replace VBScript's poor performance.. 
-
A nifty way to use optional parameters in VBScript, getting around the lack of an 'Optional' keyword.. 
-
We take you through the steps of writing the ASP and VB component code needed to upload files with Active Server Pages. 
-
Finally... After much demand, a tutorial by James Crowley on how to use the WinSock Control for network communication.. 
-
How to access Oracle 8 and Oracle8i databases... A sample chapter from the book 'ASP Data Access'. 
-
SOAP - Simple Object Access Protocol – is the hottest thing in XML development. 
-
Polymorphism is one of the elite programming terms found only in the upper echelons of the Visual Basic world. In this tutorial, vbweb.co.uk simplifies the topic and shows how everyone can benefit fro. 