Ensuring Proper Password Format





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 4 5 6 7 Next »
-1
Date Submitted Tue. Oct. 18th, 2005 9:24 AM
Revision 1
Beginner zero
Tags ASP | CDONTS | Mail
Comments 1 comments
CDONTS Mail
0
Date Submitted Mon. Nov. 7th, 2005 10:11 AM
Revision 1
Beginner webdude
Tags ASP | Date | Format | Time
Comments 0 comments
FormatDateTime Functio
2
Date Submitted Tue. Nov. 8th, 2005 7:37 AM
Revision 1
Beginner webdude
Tags ASP | LCase | String
Comments 1 comments
LCase Functio
1
Date Submitted Wed. Jan. 30th, 2008 9:27 PM
Revision 1
Helper wallie
Tags ASP | xmlhttp | Zillow
Comments 0 comments
how to integrate with Zillow using classic ASP
9
Date Submitted Mon. Oct. 9th, 2006 2:22 AM
Revision 1
Helper TimboTheGreat
Tags "self deleting" | VBSCRIPT
Comments 1 comments
This script demonstrates the use of a function that allows a script to delete itself from disk. The function can be called from anywhere within the script and the script will continue to function normally (assuming the script does not further attempt to access itself on disk). Handy for homebrew uninstallation programs that require the removal of all installation files, including the setup file.
7
Date Submitted Tue. Nov. 28th, 2006 3:59 AM
Revision 1
Helper TimboTheGreat
Tags BATCH | cscript | VBSCRIPT
Comments 0 comments
This script demonstrates the user of a procedure that forces the currently executing script to execute under the CScript scripting host. This allows the output from WScript.Echo statements to be displayed in a command prompt dialog in a similar way to older style batch files, making this procedure ideal for batch processing.

Typical usage would see the ForceCScript procedure called at the beginning of a script.
9
Date Submitted Tue. Nov. 28th, 2006 4:04 AM
Revision 1
Helper TimboTheGreat
Tags VBSCRIPT | wscript
Comments 0 comments
This script demonstrates the user of a procedure that forces the currently executing script to execute under the WScript scripting host. This forces the output from WScript.Echo statements to be displayed message box dialog. This functionality may be useful in situations where the default scripting host is set to cscript.exe and/or the programmer uses a common set of code to program for wscript.exe and cscript.exe.

Typical usage would see the ForceWScript procedure called at the beginning of a script.
5
Date Submitted Sat. Apr. 21st, 2007 7:04 PM
Revision 1
Helper TimboTheGreat
Tags speech | tts | VBSCRIPT | voice
Comments 0 comments
This script demonstrates the use of the Speech API via VBScript. Simply type in the word or phrase that you want to the computer to speak and click OK. Useful for vocalizing the results of a function or literally reading a text file to the user.

Note: To successfully run this code you MUST have the Speech API installed. The Speech API is installed during a complete Office install. If the required libraries are not present on your system, search Microsoft.com for the speech API SDK download. See this page for help on setting up Text To Speech: http://support.microsoft.com/kb/306902/
2
Date Submitted Mon. Jun. 25th, 2007 4:17 AM
Revision 1
Syntax Master sundaramkumar
Tags VBSCRIPT | wscript
Comments 0 comments
If you want to create a shortcut programatically use the code below. Found somewhere on net
2
Date Submitted Mon. Jun. 25th, 2007 4:19 AM
Revision 1
Syntax Master sundaramkumar
Tags VBSCRIPT | wscript
Comments 0 comments
To create a shortcut to an url you can do as follows
« Previous 1 2 3 4 5 6 7 Next »