Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Related Sections

    Articles & Tutorials Articles & Tutorials RSS feed

  • Extracting the Country from the IP Address:- How To?

    by amitgupta

    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.. Read full article

  • Wireless Markup Language (WML) Tutorial

    by gez

    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.. Read full article

  • Make your Classic ASP code work like in ASP.NET

    by ChristianCalderon

    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! . Read full article

  • Accessibility for Web Developers

    by gez

    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.. Read full article

  • Managing banner ad clickthroughs

    by cyasp

    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.. Read full article

  • A complete banner advertising system

    by cyasp

    James Shaw takes you through his complete in-house banner advertising system, from serving the ads, counting the click-thrus and generating the statistics!. Read full article

  • Searching articles for hand-picked keywords

    by cyasp

    James Shaw demonstrates how he implemented a keyword-searching page for his site.. Read full article

  • ASP Web Counter

    by paulfp

    Paul takes you through how to create a simple, professional looking web counter for your web site using ASP.. Read full article

  • Creating a Template

    by cheesekeeper

    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.. Read full article

  • ADO and Unicode

    by davepamn

    How to use Microsoft ADO to add and update unicode code points stored in an Oracle UTF8 database. . Read full article

  • Using the SAFileup component

    by webchetan

    Chetan Sharma demonstrates how to upload pictures or files to a directory of choice using the SAFileup component.. Read full article

  • Creating a Datagrid Class in classic ASP

    by musician

    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.. Read full article

  • Send Binary Data from ASP

    by LACanadian

    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. Read full article

  • When Session Variables Go Bad

    by LACanadian

    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.. Read full article

  • Remote Scripting With JavaScript and ASP

    by devarticles

    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.. Read full article

  • Implementing Session Tracking

    by kiranpai

    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.. Read full article

  • 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. Read full article

  • Securing ASP Data Access

    by Thomas C. Carpe

    Securing ASP Data Access Credentials Using the IIS Metabase. Read full article

  • Creating Dynamic Style Sheets Using ASP

    by Thomas C. Carpe

    How to create dynamic style sheets using ASP. Read full article

  • SQL Distributed Management Objects

    by Carvin Wilson

    How to use the SQL Distributed Management Objects from ASP. Read full article

  • Implementing Error Logging

    by Carvin Wilson

    How to implement error logging in ASP 3.0. Read full article

  • Creating a Members Area in ASP

    by James Crowley

    A complete tutorial on how to create your own 'members-only' area on your website.. Read full article

  • Using Components and Objects in ASP

    by talal

    An introduction to COM objects, and their use in ASP. Read full article

  • String Concatenation Component

    by streamload

    An efficient string concatenation component to replace VBScript's poor performance.. Read full article

  • Using Optional Parameters in VBScript

    by streamload

    A nifty way to use optional parameters in VBScript, getting around the lack of an 'Optional' keyword.. Read full article

  • Uploading Files with ASP

    by James Crowley

    We take you through the steps of writing the ASP and VB component code needed to upload files with Active Server Pages. Read full article

  • Oracle8 and Oracle8i

    by Wrox

    How to access Oracle 8 and Oracle8i databases... A sample chapter from the book 'ASP Data Access'. Read full article

  • WinSock Control

    by James Crowley

    Finally... After much demand, a tutorial by James Crowley on how to use the WinSock Control for network communication.. Read full article

  • XML SOAP

    by ComponentSource

    SOAP - Simple Object Access Protocol – is the hottest thing in XML development. Read full article

  • Polymorphism in VB

    by James Crowley

    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. Read full article