Code Bank

Code bank items

Get your own back on spammers

The Spam Book generator will generate random addresses and other garbage when ever viewed. Written in PHP.

Get your own back on spammers, create fake contact lists:

<?
/*

Get your own back on spammers, use this light weight script to fill up spammers databases with junk

*/
$number_of_addresses	= 100;
$make_pretty			= true;
$use_names_in_email		= true;

$emailaddress_chars = "1234567890abcdefghijklmnopqrstuvwxyz";

jQuery: expand/contract divs

We wanted to create an expand and contract item, controlled by the title of the item.

For this we used jQuery and some of the very simple commands which worked very well.

Virtual Linking Directories in Linux

You know you hate it when you need code that you do not use very often. Well this is one of those items.

Lowercase Directory Structure Recursively

We were required to lowercase all directories on a linux server, there was no easy solution so we needed to write one from scratch.

JavaScript font size adjustment

Have you ever wanted to change the size of the font within web page with just the click of a button?

Basic ASP field validation

Are you looking for an ASP function that pre-processes input values from forms?

ASP based Calendar

For those of you looking to create an ASP based calendar you could try:

Syndicate content