Many sites that are content specific depend on banner advertisement for revenue. Such is the case for 15 Seconds. A banner is displayed at the top of the page for every page viewed. Clients usually buy a set number of banner...
Exploring the Wealth of Operators in VBScriptIn this article, we'll discuss the entire gamut of operators available in VBScript. And there are quite a few! You already know some of them, such as the equality and addition operators we mentioned, but what about the more than 20 others you could...
File DSNs - Use and ReuseMany a time, you are confronted with creating a system DSN for use with ASP. If you have an ISP account, this might take time and more than sometimes - money. This article describes how to use File DSNs and save time and money. Also, you can reuse...
FindFileProFindFilePro is a versatile component that offers a full suite of file utilities. Clients of your website can search for specific files (wildcards allowed) and then sort the results. FindFilePro also offers sample ASP scripts to get started.
Framed Click ThroughMany sites place a frame around an external link from their site. This enables a few things. Firstly, it allows you display a banner ad on a click from your site that you would not normally receive.
Game Programming with ASPThe very powerful and extensible ASP-based multiplayer game engine we write in this article is not for the 3-D shooter, but it will suit almost all turn-based desk games. For example, to apply it to a card game or the game of chess, all you need to...
Generic function to walk through your sub-folders and filesDeveloped to index my pages for a search function, this article describes a function you can use for whatever you want! Also discusses recursion and passing functions as parameters.