border image
logo border image







Your basket has: Total items: 0
Subtotal: $0.00




border image
 
corner image
corner image

Articles and Sample Code

  • Populating a droplist from a database

    Populating those helpful droplists from a database is a great way to keep your pages alive. Here is a way to make the most of this tool.

  • Making your page auto-refresh

    Do you need a way to auto-refresh your web page, or produce a delay between pages? Here's a way to do it.

  • Tips for new MSIE-browser users

    New to using an IE browser? Here's some tips that may help save you some time.

  • Create your own color chart

    Here is an overview about colors that may help the newcomers and perhaps a few experts as well. The code generates a color chart that can produce a variable range of color choices.

  • Combining server and client side scripts

    This article will present the use of several techniques associated with scripting in an Active Server page. The objective is to show examples of how scripts can be used to combine client-side information with server-side information.

  • Juggling data from recordsets, to arrays, to tables

    During the course of gathering and rendering data it helps to be able to work with the data in different containers. Sometimes you need a recordset, sometimes you need an array, sometimes you want to present the data as a table. This article shows how to move the data through this sequence.

  • Instant Guest Book - without a database

    Here is a ready to run, one page script which generates a Guest Book. This script is totally stand alone. All you need to do is give it a name, add it to your web site and link to the file. It runs itself from there. And best of all, there's no required database!

  • Examining a text string with ASP and DHTML

    On occasion you may need to examine a string of text, perhaps from a user submittal, to search out inappropriate material. This script provides the building blocks on how to examine a text string for a specific character or sequence of characters.

  • Using visibility as part of your page style

    Using visibility as part of your page style can have a dramatic effect for your readers. This quick example illustrates how easy it is to set up a stack of images that readers can select at will.

  • Multiple dependent lists

    On more than one occasion I have seen a request for examples of how to create multiple dependent lists. The technique has usually been to use client-side scripts to fill arrays. This example will retrieve results from a database and create an array with the GetRows method.

  • Report Maker

    A request was made for an example script which illustrates the use of enabling a user with the ability to page through recordsets. Here is an axample which moves data from a database into a client-side array and provides a control panel which allows the user to page through the recordset, one record at a time.

  • Comparing two sets of data

    Sometimes it's necessary to compare two sets of data to find common or uncommon values. This script compares two arrays, giving the user the option to choose which comparison to view.

  • Creating dynamic buttons

    To build buttons with a dynamic effect is very easy. Here's an example that produces a control panel of buttons with special visual effects.

  • Page navigation control

    If you have multiple records output to a page format, here is a page control you can provide to your users to navigate the output.

  • Paging through a recordset

    When there's a large database of information available to the viewer it sometimes helps to limit the number of records rendered per page.

  • Charting a two dimensional array

    Here's an example script to chart a two-dimensional array. This script is helpful as it does not require images or a database.

  • Easy Password Protection for any page

    After a brief search for examples of password protection code for a page, I found that my preferred solution was actually a combination of features by others. This script is a modified version of samples which offers a single password line of code to be installed into any page for protection.

  • Link Counter

    If you would like to keep track of how many times users click through on a link then here's a script that will capture and store the count in an Access database.


  • Return To Top

    corner image
    corner image