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

SQL Injection Data Cle...
HTML box with rounded ...
Classic ASP Timer usin...
Lorem Ipsum Text Fille...
JavaScript Page Redire...
 


Links


 

Recommendations

Evolve Online
Powered by
Evolve Online
 

Lee's Code:
37 matches found Page 1 of 4  < Previous | 1 | 2 | 3 | 4 | Next >
Language  Type  Rating  Description 
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
 
ASP  Code    ASP Break Cache
When you update a data on a data-driven page then redirect a user to it, you want to ensure the web browser displays current content instead of cached content.... more
 
ASP  Code    ASP Timer
This is a simple script to demonstrate how to time an activity in ASP and display the results.... 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
 
JavaScript  Tip    Change CSS Property via javaScript
Typically, CSS attributes are represented as properties in a style sheet. They may also be coded directly into an html tag. For example: <div Style="font-wei... more
 
JavaScript  Code    Change the URL in Opening Window
This script is useful when you open a popup window and you need it to change the URL in the window which opened it. When the user clicks on a link or an image t... more
 
ASP  Code    Check Credit Card Validity in ASP
This routine was actually written by someone else but didn't work right so I modified it. It is a very simple credit card verification routine which simply appl... more
 
ASP  code    Classic ASP Timer using SQL Server
This script provides a way to cause your Classic ASP page t pause or sleep. It uses SQL Server to perform the sleep function.... more
 
T-SQL  Code    Clear Transaction Log in T-SQL
This T-SQL script will clear out a SQL Server transaction log, which will shrink the size of your database. If your database gets a lot of activity, the transac... 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 4  < Previous | 1 | 2 | 3 | 4 | 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 - 2009 by Lee A. Shurie