Display Html Hex Value When Given Rgb Value





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

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.
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.
4
Date Submitted Mon. Nov. 13th, 2006 8:58 AM
Revision 1
Beginner Mattkins
Tags SQL | VBSCRIPT
Comments 6 comments
This is a quick and dirty function for preventing SQL Injection, the function is designed to clean any variable that will be concatenated into an SQL query. Apostrophes and Double-Quotes are changed to entities in order to ensure that encoding does not become an issue when the content is pulled back into a page. I'm looking for criticism here, I want to know if this is secure or not.
15
Date Submitted Mon. Oct. 9th, 2006 9:57 PM
Revision 1
Helper inxilpro
Tags Convert | CSV | PHP | XML
Comments 1 comments
This function converts a CSV file to a simple XML file.
9
Date Submitted Mon. Oct. 9th, 2006 8:29 AM
Revision 1
Beginner dean
Tags C | Convert | unicode | utf8
Comments 2 comments
Convert Unicode To UTF8
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 Thu. Sep. 14th, 2006 12:12 AM
Revision 1
Beginner Bouvillon
Tags ASP | Data
Comments 0 comments
This code will show you how to encrypt user passwords with md5 algorithm and how to start using encrypted passwords if you already have users' database ready. The md5.asp you can download from my site http://www.webcheatsheet.com/asp/md5_encrypt_passwords.php
-4
Date Submitted Fri. May. 12th, 2006 5:12 AM
Revision 1
Syntax Master dannyboy
Tags ASP | vbs
Comments 0 comments
Simple multi language choise on website
-5
Date Submitted Sat. Apr. 15th, 2006 2:56 AM
Revision 1
Syntax Master dannyboy
Tags connect | VBSCRIPT
Comments 0 comments
check server sessions
-5
Date Submitted Sat. Apr. 15th, 2006 12:54 AM
Revision 1
Syntax Master dannyboy
Tags URLConnection | VBSCRIPT
Comments 0 comments
open internet explorer and navigate to a url