Code Bank |
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"; |
|||
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. |
|||
You know you hate it when you need code that you do not use very often. Well this is one of those items. |
|||
We were required to lowercase all directories on a linux server, there was no easy solution so we needed to write one from scratch. |
|||
Have you ever wanted to change the size of the font within web page with just the click of a button? |
|||
Are you looking for an ASP function that pre-processes input values from forms? |
|||
For those of you looking to create an ASP based calendar you could try: |
|||
