CDONTS Mail





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

« Previous 1 2 Next »
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
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:
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.
8
Date Submitted Thu. Apr. 12th, 2007 2:33 PM
Revision 1
Beginner siva
Tags Email | JavaScript | Mail | protect
Comments 4 comments
You can search for "@" or something like mail information in your page source code. You'll find nothing.
You can have link of your mail with a title or just you mail address as the title. Hope this code have no problem...
5
Date Submitted Mon. Oct. 30th, 2006 6:30 AM
Revision 1
Scripter SCoon
Tags Email | http | Mail | RSS | Ruby
Comments 0 comments
This snippet illustrates following:

1. Using http request to get the data
2. Parsing RSS feeds
3. Sending email
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
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
-8
Date Submitted Fri. Mar. 3rd, 2006 8:01 AM
Revision 1
Syntax Master dannyboy
Tags ASP | COUNTER | VBSCRIPT
Comments 0 comments
The following ASP code will allow you to Count and Display the amount of visitors that are currently on or viewing your website.

You will have to save this ASP code into a file called 'global.asa', which must be uploaded to the root of your webserver.
-7
Date Submitted Tue. Feb. 28th, 2006 11:27 AM
Revision 1
Syntax Master dannyboy
Tags ASP | check | login | VBSCRIPT
Comments 1 comments
Check if a user is logged in or not
« Previous 1 2 Next »