Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • 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

  • 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

  • Remote Scripting Made Easy

    by LACanadian

    Bruce Johnson demonstrates how to use remote scripting to execute server-side functions without leaving the current page.. 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

  • More Miscellaneous Articles & Tutorials...

    Web Sites Web Sites RSS feed

  • Code Generation Network

    The Code Generation Network covers all aspects of code generation and model-based development. The site's resources include a database of code generation tools, interviews with leading exponents of code generation and book reviews on code generation and software development in general.

  • The Complete FileSystem Object Reference Guide

    This library contains a complete directory of all the FileSystem Object methods and properties, how to use them, important information, and code examples on each one.

  • Creating a COM component for ASP scripts

    A tutorial describing the process of first creating a Visual Basic type COM Object with functions and then second, how call those same functions contained in the ActiveX DLL from ASP Scripts.