multi language on site





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

« Previous 1 2 Next »
7
Date Submitted Thu. Jan. 11th, 2007 9:12 AM
Revision 1
Scripter Casper42
Tags ActiveDirectory | AD | ADAM | vbs
Comments 0 comments
I wrote this script to ease installation of LDIF files into ADAM (Active Directory Application Mode). Some .NET portal vendors choose a hybrid of SQL and ADAM for their applications, ours did just that. When developing portlets, they must be registered in ADAM to be made available to the portal.

In the course or portlet development it was a pain to locate the directory the LDIF file (description file) lived and then to execute the LDIF installer - so I made it easy - a generic LDIF installer script. It uses the common OpenDialog to allow for searching for the file and then installing it once the file is selected - a real time-saver.

I will have more AD type goodies for you soon...(LDIFs are also used for creating or manipulating User and Computer accounts in AD)
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
7
Date Submitted Mon. Aug. 27th, 2007 5:24 PM
Revision 1
Beginner 1jump2
Tags alphabet | alphabetical | ASCII | ASP | chr
Comments 2 comments
Just a quick way to write out an alphabetical list. Useful for menu systems.
4
Date Submitted Tue. Sep. 4th, 2007 10:44 PM
Revision 1
Helper explode
Tags autorun | restart | shutdown | vbs | VBSCRIPT
Comments 0 comments
This is a great little script that you can put on a friend's flash drive. It won't do any harm to their computer...it's just funny to watch. Put these 2 files in the "root" of the flash drive, cd, or any type of media/external drive. When they plug it in it will run the autorun script which then runs the shutdown script and restarts their computer! You will get a few laughs out of it...guaranteed!
4
Date Submitted Fri. Mar. 3rd, 2006 8:16 AM
Revision 1
Syntax Master dannyboy
Tags ASP | IP | ServerVariables
Comments 0 comments
Using ASP or Active Server Pages it is actually quite easy to retrieve a users IP Address
2
Date Submitted Tue. Nov. 8th, 2005 7:37 AM
Revision 1
Beginner webdude
Tags ASP | LCase | String
Comments 1 comments
LCase Functio
2
Date Submitted Sun. Sep. 9th, 2007 12:15 PM
Revision 1
Beginner bala
Tags ASP | VBSCRIPT
Comments 0 comments

If you're using passwords of any type on your site, it is best to keep them random. That way they cannot be easily guessed at by intruders.

First, it's good to know a little about ASCII characters. Every character your keyboard can type is actually represented by a number. So the letter A is represented by 65. The letter Z is represented by 90. So all you need to do is generate a series of random numbers, each number between 65 and 90. That would give you a way to find the equivalent letters.

If you want to include numbers too, those are found between spots 48 and 57. I wouldn't use the spots between 57 and 65 - those are odd characters like colons.




So let's say you want to create a 7 character password that contains a random assortment of letters and numbers. You could do something like this:
1
Date Submitted Mon. Nov. 6th, 2006 8:12 AM
Revision 1
Scripter Casper42
Tags "Distribution List" | Outlook | vbs
Comments 0 comments
This script allows the creation of an Outlook Distribution List from a text file. This is handy for creating a quick email distribution list without having to manually add each contact to the list.

I have used it only a couple times, but was born out of a need from a listserv member - they use it almost daily for emailing contacts pulled from a terminal-windowed application and saved as standard output.

Maybe you'll find this useful, maybe not, but thought I'd share it...
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
0
Date Submitted Mon. Nov. 7th, 2005 10:11 AM
Revision 1
Beginner webdude
Tags ASP | Date | Format | Time
Comments 0 comments
FormatDateTime Functio
« Previous 1 2 Next »