Code Bank |
paste this into your URL: |
|||
I needed to create a button that could be used over and over again without the need of creating layers. This is a simple yet crude way of creating a button on the entire movie: |
|||
Enabling Network Level Authentication on Windows XP Service Pack 3 for access to Server 2008 via Remote Desktop When connecting to a Windows 2008 Server using remote desktop from a Windows XP client running service pack 2 or earlier, you get the following error message: The remote computer requires Network Level Authentication, which your computer does not support. To enable NLA in XP machines; first install XP SP3, then edit the registry settings on the XP client machine to allow NLA |
|||
Further to the first expand and contract jQuery example we decided to extend the functionality to so that we could re-use the code over and over without having to rewrite the code using a simple function wrapper: |
|||
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? |
|||
