Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #52179
How to dynamically create a HTML table from an ADO recordset !.

Shows how to dynamically create a HTML table from a recordset. All you need is the connection string and the table name.

ASP_Volume3 #62533
\Snake game

A very simple game of snake ...fun to play ...and it SHEDS SKIN too... it is not a self moving snake mimicks real life snake. A simple 50 line Code

ASP_Volume3 #47468
MDIActiveX - MDIChild in ActiveX-DLL

With MDIActiveX.ocx you can create a MDIChild Form in an ActiveX-DLL. (even seperate menus and accelerator keys are supportet!)

ASP_Volume3 #49861
Api with ASP Custom Component

This is example of using Windows Api in Asp, by creating Custom component in Visual basic 6. There are VbComponent.vbp - Visual Basic ActiveX Dll project where component is created, Project1.vbp - VisualBasci6 Standard Exe Project with example of using this component in VB6, and index.asp - example of using component in Asp. Remember to register component - regsrv32 path:\vbcomponent.dll Bye

ASP_Volume3 #46176
Webserver v2.1

This is my great Webserver it has become a bugfix! Because everytime a page was requested a new winsock control was loaded! Now all winsocks will be reused after disconnect! another feature is when a directory doesn't have an indexfile it will return a genrated site with the directory contents!

ASP_Volume3 #62534
^prime number generator

fastest prime number generator...give it a try generates prime number till u specify

ASP_Volume3 #50767
Credit Card Validation (Luhn Formula)

Uses the Luhn formula to quickly validate a credit card. Basically all the digits except for the last one are summed together and the output is a single digit (0 to 9). This digit is compared with the last digit ensure a proper credit card number is entered (Does not actually confirm that is is a real number, just that it is likely to be one. Example: Entering "4000-0000-0000-0002" will pass the check, but "4000-0000-0000-0003" will not pass.)

ASP_Volume3 #45556
ADO Database Viewer/Editor

Have you ever needed to view a database on a computer without MS Access? Here's an alternative. It uses ADO 2.1 to open, view & edit MS Access, SQL server, DSN and Oracle databases. There are also a few features to let you add, rename and delete tables as well as purge based on a Date/Time field. Clearly not a replacement for MS Access, but you can distribute it to help troubleshoot. Automatically registers itself as the default database viewer for .mdb files on systems without a default already set. Otherwise, it becomes a second option when right-clicking. Its Biggest advantage is its all ADO. No DAO at all. Now you're able to modify older versions of Access databases when Access itself requires a conversion!! I recommend distributing MDAC 2.5 even if you have a 2.1 application. Microsoft seems to have fixed some of the install problems with the MDAC 2.1. Please Note that you MUST HAVE the Oracle client installed on your PC to use the Oracle connection!!http://www.microsoft.com/data/download.htm ** Updated 3/21/2000 **Added Password support for Access databases.Please vote!

ASP_Volume3 #53114
ASP Message Forum

This is a fairly basic Message board that allows moderators full control with the ability to lock threads, edit posts, delete posts, ban users, delete threads etc. It also has fun little icons, allows users to register and saves there user data and allows personalized signatures. This is what's currently there, what you can modify/change this code/application to it limitless. Also there are 4 pages, Login.asp, Profile.asp, Register.asp and the main page which does *everything* Default.asp

ASP_Volume3 #47472
all Ini Functions activeX.dll

Performs all ini file functions from within a single dll file.

ASP_Volume3 #53422
ASPLib2001

***** No documentation provided! ***** This is a general purpose ASP library that will help you with most of the common tasks in ASP programming. DB support: general routines (ever wanted to get a recordset with one line of code? use table name, view name, sql text or stored procedure with parameters!), embedding and retrieving blobs from databases; user entry validation; sql templates to build on-the-fly complex outputs from database info. HTML support: dynamic html tag construction functions. Credit Card Number validation routines. Localization model for non-US developers. Upload support directly in ASP code. Error control routines. Debug routines to ease development. And much more!Licensed under the MPL free source license. Support and further information may be found at http://groups.yahoo.com/group/asplib

ASP_Volume3 #49602
Client Bandwidth Recorder

Measures the bandwidth in kbps (kilobits per second) that the client is viewing your website at. Works with modems, dsl, cable modems, network cards and any other means of connecting to the internet.

ASP_Volume3 #51370
ASP Chat Version 3.0

Here it is fellow programmers: ASP Chat Version 3.0. I had promised when I first the skeleton ASP Chat Script i.e. Version 1.0, that I would try my hardest to clone the Yahoo! Chat Rooms. After a lot of hair-pulling and siting in tutorial sites, I fixed almost all the glitches and added a lot of new features. This new version allows users in a particular website to dynamically chat with other people accessing the same website. A good thing in this new version is that you can create you own Chat room, if you don't like the ones that are listed. Included as a bonus is a logging ability, which logs any activity in any chat room using seperate text files. It also displays the IP address of the user connected to the Chat Room. If you like it please vote for it! :)

ASP_Volume3 #45115
base64 decoder

Decode base64 encoded Input file into Output file.

ASP_Volume3 #48281
Simple ASP chat with database - UPDATED

This code contains ASP chat which uses database (MDB). Since last version I've removed some bugs i.e. sorting database or loging out users every hour. I have added some new stuff - private chat and counter which shows how many people is on-line. If you like it, please vote for me.

ASP_Volume3 #62711
CMOS Password Clear Utility

Purpose:- Save Time and Labour while clearing CMOS setup password.. Now you donn't need to open your computer and make jumper setting for clearing CMOS setup password. Here is the utility for that purpose. 100% tested on IBM or IBM compatible PC.

ASP_Volume3 #47482
Simple ole drag and drop

This demonstrates a simple drag and drop of a file from windows explorer into a text box then grab the filename and path (this is part of the code im using to make a map install program for quake2)

ASP_Volume3 #52927
Web Methodology (Layout Management)

When you are develop some system in web, you must construct the skeleton of your front end, especially the layout. This methodology will decrease of your developing times. such as you made a house, you must had a blue print & define the skeleton first. after that you improve it. This management's using XML + XSLT Technology, DHTML, HTML & ASP. Going in depth

ASP_Volume3 #47483
Get Info, String Length Known

' This easy code is design to open a text file, read a line at a time ' and take a set number of characters from the right hand side of each line ' This is a look at the basics of string and file manipulation ' I will also post a a program that will find a character and ' get the data left or right of it.

ASP_Volume3 #45365
Verifying Email Addresses the new way!

Today, two of the biggest assets a portal has are its users and the data about them. As the database grows, its important that the information being collected is accurate or else it would be worthless. While there are many things like the name, age or profession of a user which a site cannot verify without using a third-part solution, there is the e-mail address of users which can and must be verified. Today, more than 75% of portals verify e-mail addresses. Website do this in many diffrent ways. The methods range from sending activation code to links on the e-mail address and wait till the user, in one way or another, "responds" to the mail. In this article today, I will discuss one of the newly introduced methods which does not require the member to do anything except open the welcome letter when he/she signup. The technique used in this article has several advantages: No activation code for user to enter or URLs for user to click on in the e-mail message In someways, more secure than other solutions as the user does not find out anything about whats going on in the background when the welcome message loads.

Languages
Top Categories
Global Discovery