DynuCOMAll Dynu ASP Components rolled into one Powerful component. Imagine a component with advanced functionality such as FTP, POP3, Upload, Email, String, File and DateTime processing, Encryption, Credit Card Validation, Ping, Wait, Exec, Whois and DNS.
EditeurEditeur is a Windows syntax highlighting text editor for all your needs. Ideal for taking notes, handling data files, web authoring, programming, and more.
EditPlus Text EditorEditPlus is an Internet-ready 32-bit text editor, HTML editor and programmers editor for Windows. While it can serve as a good replacement for Notepad, it also offers many powerful features for Web page authors and programmers.
Email Valid?Validate an email address and check to make sure that it uses valid characters. It must have at least one character, then an @ symbol, then at least one more character, then a dot (.), and then at least two more characters after that. It even strips...
Encrypt/DecryptI want to hide/unhide the ID (number) on my website. I don't want it visible to anyone, EVER. I don't want people to be able to find out what this number is even by viewing the HTML page source.
Why? Because we link our entire inventory to it's...
EVAPIEVAPI is a free API for Active Server Pages. It's easy to learn and is code based not GUI or WYSWYG based so debugging is simple. Check out the demo to see how this tool can cut your development time in half.
Excerpt TextI have a memo field full of text and inter-mixed html tags. Just show me a 100 character snippet of the text (the minLength variable), strip out all the HTML tags so we just have the raw text only, and if the leftover raw text is more than 100...
Global SubsUpdate an entire website from one location! What we have done in the past, is to setup an include file called calls.asp, enablesessionstate = False, and load the file up with code that we use over and over again in a lot of our pages. Meta tags are a...
Grab Random NumbersThis line of code selects 20 random numbers from 1000 numbers and checks for them to be unique. It creates an array called myarr and then the For loops do their stuff to check if all the numbers are unique or not as the Int function may not get...