Get programming code snippets and tips for HTML, CSS, ASP, SQL, JavaScript, RSS, XML, and more
Lee's Code        A web programmer's toolbox. SEARCH SITE
HOME  |  ABOUT LEE  |  CONTACT  |  SEARCH
Home > Code

Navigation

Latest Additions

Links


 

Recommendations

Evolve Online
Powered by
Evolve Online
 

Lee's Code: Search All Languages
43 matches found Page 1 of 6  < Previous | 1 | 2 | 3 | 4 | 5 | 6 | Next >
Language  Type  Rating  Description 
Javascript      Refresh Opening Page
This is a very simple bit of Javascript which you can add to the tag of a html page which has been opened by another page. When the called page is closed... more
 
T-SQL  Code    T-SQL Shrink Transaction Log
Simple T-SQL script to shrink the transaction log for a MS SQL Server database.... more
 
ASP  Code    Calculate a Person's Age
How do you calculate a person's age in ASP? You might think the DateDiff function would work if you use the year (yyyy) option. But it doesn't work right be... more
 
ASP  Code    Country Drop-down List (with validation)
This code creates a country drop-down list with the chosen country selected. It is useful for online forms which are populated form a form post or from a datab... more
 
ASP  Code    State Drop-down List (validated)
This code creates a state drop-down list with the chosen state selected. It includes US States, Canadian Provinces, and a selection for 'none' if the person doe... more
 
ASP  Code    Show all Server Variables
This is a simple script to demonstrate how to read and show all server variables.... more
 
ASP  Code    ASP - Select Random Records from a data table
Many ASP programmers write complicated code to simulate a random selection of items from an open recordset. This is often done by reading all the records into a... more
 
JavaScript  Code    Count and Limit Characters in a Textarea
HTML does not provide a way to limit the number of characters which can be input to a <textarea> field in a form. This JavaScript counts and limits the nu... more
 
Page 1 of 6  < Previous | 1 | 2 | 3 | 4 | 5 | 6 | Next >

Lee's Code programming tips and tricks. Back to top of page.

Programming tips and tricks for ASP, javaScript, SQL, SML, CSS, HTML HOME | ABOUT LEE | CONTACT | SEARCH
 
Copyright © 2001 - 2010 by Lee A. Shurie