Important alert: (current site time 5/25/2013 8:46:54 AM EDT)
 

Other Entries by Lewis E. Moten III.

Search Results: Page 1 of 5 found. Entries 1 - 25 of 103 found
Jump to page: 1 2 3 4 5 

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  Add Custom Errors with MetaBaseAdd Custom Errors with MetaBaseASP (Active Server Pages)Beginner /
Lewis E. Moten III
19651 since
4/28/2001 12:12:53 PM

By 2 Users
2 Excellent Ratings
       This script interacts with COM objects that communicate with the MetaBase for Internet Information Server. You will be able to define the custom error pages for your website.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Add E-Mail Job to SQL ServerAdd E-Mail Job to SQL ServerASP (Active Server Pages)Intermediate /
Lewis E. Moten III
28271 since
6/4/2001 5:19:22 PM

By 9 Users
8 Excellent Ratings
       This script helps start you off to learning how to automate some of your processes with SQL . For this example, I have chosen to send Email through SQL Server using vbScript. Messages are pulled from a table and deleted once they are sent. You need to cre ...(description truncated)
 
 
  ADODBTypeNameADODBTypeNameASP (Active Server Pages)Beginner /
Lewis E. Moten III
13333 since
4/21/2002 8:52:45 PM

By 2 Users
2 Excellent Ratings
       Quickly find out the type of variables returned from your adodb recordset. TypeName() function doesn't do the trick. Databases offer additional data types. This script helps solve type problems without having to lookup the name of the numbers returned.
 
Please support the site by visiting our sponsor:
 
  Advanced HTML EncoderAdvanced HTML EncoderASP (Active Server Pages)Intermediate /
Lewis E. Moten III
16916 since
5/5/2001 8:36:32 AM

By 9 Users
7 Excellent Ratings
       This code demonstrates how you can convert a string to HTML text format. It goes beyond the power of the Server.HTMLEncode method in that it parses out all HTML tags, changes new-line characters to "BR" tags, and also formats double-spacing and tabs.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Advanced SQL Query BuilderAdvanced SQL Query BuilderASP (Active Server Pages)Intermediate /
Lewis E. Moten III
60312 since
8/3/2000 10:57:26 PM

By 9 Users
9 Excellent Ratings
       This code lets visitors to your site perform complex queries. Users may choose if specific words (or phrases) must or must not match - or if they are optional (default).Click here to see a screenshot of this code!(ScreenShot)
 
 
  Allow users to post Allow users to post "Safe" HTMLASP (Active Server Pages)Advanced /
Lewis E. Moten III
16010 since
5/10/2001 9:11:02 AM

By 2 Users
2 Excellent Ratings
       This code pulls out all the nasty tags that a user sholdn't use when posting content. It also pulls out any javascript events assigned to any tags. A must have if you allow people to post HTML on your site.
 
 
  ANSI to UnicodeANSI to UnicodeASP (Active Server Pages), VbScript (browser/client side) Advanced /
Lewis E. Moten III
30359 since
2/25/2002 12:08:12 PM

By 2 Users

       Converts from ANSI to Unicode very fast. Inspired by code found in UltraFastAspUpload by Cakkie (on PSC). This should work slightly faster then Cakkies due to how some of the code has been arranged.
 
 
  Atom2RssAtom2RssASP (Active Server Pages)Intermediate /
Lewis E. Moten III
3327 since
12/13/2004 1:13:41 AM
Unrated
       Converts an Atom 0.3 news feed into an RSS 2.0 news feed.Click here to see a screenshot of this code!(ScreenShot)
 
 
  AuthenticateUserAuthenticateUserASP (Active Server Pages)Beginner /
Lewis E. Moten III
37710 since
1/12/2001 2:42:27 PM

By 6 Users
3 Excellent Ratings
       Authenticates a user to make sure if they have previously logged into the site. Requires Session("UserID") to be populated. This usually represents the Users ID within a data base. (Users.UserID) If a user is not loged in, they are redirected to a page ...(description truncated)
 
 
  Base 64 Encode / DecodeBase 64 Encode / DecodeASP (Active Server Pages), VbScript (browser/client side) Advanced /
Lewis E. Moten III
32524 since
7/18/2000 11:25:01 AM

By 6 Users
6 Excellent Ratings
       Base 64 encodeing is used to convert binary files to a "safe" format for transporting files through smtp (email) and other protocols. It is also used for basic authentication. With this code, you can decode the current UserName/Password who is visiting a ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Binary Data ManipulationBinary Data ManipulationASP (Active Server Pages)Advanced /
Lewis E. Moten III
11044 since
7/3/2001 1:54:31 PM

By 2 Users
2 Excellent Ratings
       These two functions allow you to convert between Unicode and Ascii strings. This is great if you are working with the Request.BinaryRead/BinaryWrite methods or binary data within a database.
 
 
  Bottom TabsBottom TabsVbScript (browser/client side) Advanced /
Lewis E. Moten III
30679 since
3/1/2002 7:44:12 PM

By 13 Users
12 Excellent Ratings
       Simulate the tab control found at the bottom of popular programs such as visual Interdev and Front Page.Click here to see a screenshot of this code!(ScreenShot)
 
 
  BreadCrumbs NavigationBreadCrumbs NavigationASP (Active Server Pages)Beginner /
Lewis E. Moten III
6327 since
7/8/2002 7:40:28 PM

By 3 Users
3 Excellent Ratings
       Displays a path to navigate through each subdirectory in the path to your web page. This is called bread crumb navigation. Many sites use this with the words You Are Here. It is suggested that you do not use this type of navigation alone. Click here to see a screenshot of this code!(ScreenShot)
 
 
  Calculate Color FadingCalculate Color FadingASP (Active Server Pages)Beginner /
Lewis E. Moten III
4836 since
7/1/2002 10:59:56 PM
Unrated
       Shows an example of how to fade from one color to another. This is a bare-bones example to help you get started with calculating a fade across 16 colors.
 
 
  Catching Bogus AddressesCatching Bogus AddressesASP (Active Server Pages)Intermediate /
Lewis E. Moten III
9003 since
7/25/2001 10:48:04 AM

By 3 Users

       This article teaches how you can catch bogus email addresses before you register your members on your site. It also demonstrates how you can continue to verify the addresses over a period of time.
 
 
  Client Bandwidth RecorderClient Bandwidth RecorderASP (Active Server Pages)Beginner /
Lewis E. Moten III
19855 since
4/12/2001 11:10:52 PM

By 5 Users
3 Excellent Ratings
       Measures the bandwidth in kbps (kilobits per second) that the client is viewing your website at. Works with modems, dsl, cable modems, network cards and any other means of connecting to the internet.
 
 
  Color Palette ScriptletColor Palette ScriptletVbScript (browser/client side) Beginner /
Lewis E. Moten III
10355 since
4/28/2001 5:27:03 PM

By 4 Users
2 Excellent Ratings
       Allows users to choose a color from a palette simular to Adobe's color palette.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Color Picker (Fallout)Color Picker (Fallout)VbScript (browser/client side) Advanced /
Lewis E. Moten III
4862 since
2/28/2002 10:35:56 PM

By 2 Users
2 Excellent Ratings
       Allow users to choose colors from familiar interfaces that are standard to the windows operating system. This one displays a wide range of hues in a color spectrum and fades the saturation. An additional scriptlet appears to change the luminance of each c ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Color Picker 2Color Picker 2ASP (Active Server Pages)Beginner /
Lewis E. Moten III
15042 since
4/29/2001 1:00:17 PM

By 6 Users
6 Excellent Ratings
       This version of the Color Picker supports just about any browser that uses javascript - Including Netscape 3. The downfall is that you "must" run it with a server that allows ASP. A script is included to create "dynamic" images of various colors. Thus - m ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Color Wheel PickerColor Wheel PickerVbScript (browser/client side) Advanced /
Lewis E. Moten III
9918 since
2/27/2002 11:38:27 PM

By 5 Users
5 Excellent Ratings
       I was working on a scriptlet to allow users to choose a color. A color wheel is displayed with an assortment of colors - most of witch are web-safe. Clicking on a color causes it to be outlined and raise an event that a color was chosen. This object mimic ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Common Database RoutinesCommon Database RoutinesASP (Active Server Pages)Advanced /
Lewis E. Moten III
24684 since
7/18/2000 1:06:29 PM

By 5 Users
3 Excellent Ratings
       To assist in interfacing with databases. This script can format variables and return SQL formats. Such as double quoting apposterphies and surrounding strings with quotes, Returning NULL for invalid data types, trimming strings so they do not exceed maxim ...(description truncated)
 
 
  Contrasting ColorsContrasting ColorsASP (Active Server Pages), VbScript (browser/client side) Intermediate /
Lewis E. Moten III
3674 since
6/17/2002 11:15:48 PM

By 2 Users

       Returns a color that is guarenteed to have contrast against the suggested color. Contrast to white is gray, contrast to light blue is dark blue, etc. Demo included.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Convert BytesConvert BytesASP (Active Server Pages), VbScript (browser/client side) Advanced /
Lewis E. Moten III
29448 since
7/18/2000 10:48:45 AM
Unrated
       This code convert bytes into larger units such as kilobytes, megabytes, gigabytes, and terabytes. I use this with the FileSytemObject so that my users do not see a very large number that doesn't make any sense.
 
 
  Convert LongIP to StringIPConvert LongIP to StringIPASP (Active Server Pages), VbScript (browser/client side) Advanced /
Lewis E. Moten III
11744 since
7/18/2000 11:01:22 AM

By 1 Users

       This function converts a Long Number(3232235521) into an IP Address ("192.168.0.1").
 
 
  Convert StringIP to NumericIPConvert StringIP to NumericIPASP (Active Server Pages), VbScript (browser/client side) Advanced /
Lewis E. Moten III
10619 since
7/18/2000 10:55:26 AM

By 2 Users
2 Excellent Ratings
       Converts a string ip address ("192.168.0.1") to a Long number (3232235521). One of the resons to do this would be to store IP addresses in databases. Numbers greatly reduce the size required to store this information.
 


Search Results: Page 1 of 5 found. Entries 1 - 25 of 103 found
Jump to page: 1 2 3 4 5 


Compatibility Filter Profile:

ASP (Active Server Pages)
HTML
VbScript (browser/client side)