Submit a Web Site to Multiple Search Engines (ASP Application)

Version Compatibility: ASP

More information: Add your link to 50 + TOP Search Engines. Enter your details only once and receive confirmation one by one as they accept you. All done through an ASP application, source included.


This code has been viewed 53948 times.

Instructions: Click the link below to download the code। Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
code/website_submit.zip

Strip HTML tags from an existing HTML file (VB6 and up)

Version Compatibility: Visual Basic 6


More information: Note: Thanks to Paul King for fixing a bug in this program that caused it to strip away <> characters that were part of the content rather than the HTML (07/10/2001).

At http://www.freevbcode.com/ShowCode.Asp?ID=110, there is an example that strips HTML tags from a string and optionally saves the output to a text file. This application offers an alternate method. As compared to the other example, this application:

Provides a complete UI for opening the file, displaying the HTML, stripping the tags, and saving. The other example is a function that strips tags from a string and optionally saves to a file via a parameter provided to the function.
Because of the UI, you can edit the resultant text, or run the strip procedure again, if you don't like the output. With the other example, you would have to build a UI yourself to do this.
This example runs faster. On the other hand, the other example tries to do more, including output tables intelligently, display numbered and bulleted lists, and convert all special character codes (this one converts the more commonly used special character codes).
Neither example is perferct in all cases (which would be impossible) but both should work fine when the HTML is well formed
This examples requires VB6; the other does not.
It is recommended that if you need this functionality, you look at both examples and determine which is best for you.
This code has been viewed 78010 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

code/StripTags.zip

Streaming XML News, Weather, and Stock Quote App v 2.0

Version Compatibility:
Visual Basic 6
More information: This application is an example of using live xml feeds to recieve news, weather information, and stock quotes. Version 2.0, release 09/05/01, includes a number of changes and upgrades. The app is now driven from the system tray; there is no longer a visible main form. Weather information was added in version 2.0 and the news search functionality is improved. Also included are some bug fixes and code cleanup.
This code has been viewed 61893 times.
Instructions: Click the link below to download the code। Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

code/XMLNews.zip

Send E-Mail via ASP without CDONTS Version 1.5


Version Compatibility: Visual Basic 6 ASP
More information: This package includes ASP code to write e-mail messages to file and a VB application that checks these files for messages at specified intervals and sends them.

This solution is useful if you don't have CDONTS installed on your web server, or you want to send e-mail asynchronously without loading an object into IIS's process space.

The included documentation explains how the solution works, how to implement it, and provides an example. You need to review this documentation carefully to understand how the solution works.


Version 1.5, released 08/02/2000, includes a number of improvements to the original version, as described by the documentation.

This code has been viewed 182239 times.

Instructions: Click the link below to download the code। Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

code/Mailer.zip