Results for "Volume: 2_2002-2004"
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
Performs all ini file functions from within a single dll file.
***** 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
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.
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! :)
Decode base64 encoded Input file into Output file.
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.
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.
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)
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
' 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.
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.
Shows how to get recordset data into a VB (or other) application from remote databases on the web, edit it, and put back the changes - all from simple ASP pages on the server via HTTP using ADO + XML - 1 line of code in VB to retrieve, 3 to return (+ not more than 25 lines of ASP on the server) for the simplest case. Requires :IE5 (IE4 will not work!), ADO 2.5+, XML (3 preferred) on Client PC / IIS4+ or PWS, ADO 2.5+, XML3 on Server
1) Validate a date entered in a text box without having to use multiple boxes for day, month, year. 2) Implement a short, mathematical method 3) Provide feedback about incorrect entries
To educate all coders when or when not to use the 'Global.asa' file and the conditions you must fullfill when you do use it. I knew I had a lot of trouble finding documentation like this. If you like it, please feel free to vote for it. Let me know what I can do to improve myself too, cuz this is my very first tutorial that I wrote. I've been told I'm good at explaining, but let me know ok? :) I'll see if I can dig up any more info on the 'Global.asa' file and try to continue this lesson. The most important reason why I created this tutorial is because most advanced scripts(i.e like my chat script, some database scripts, etc) use it. Very important piece of knowledge to be able to have at your fingertips. Now you can even impress your date with this stuff! ^_^ Not!! Hehe.
You can send an Email with attachment(s) from your ASP page using CDONTS. There is some code here on planet-source-code, but it does only work on the webserver itself, because the code does NOT first upload the attachment to the WebServer. This is neccesary, because the webserver the ASP is on cannot access your harddrive and pick up the file you want to send as attachment. If you don't, you get "Unspecified Error 80004005" Make sure you have IIS with CDONTS (standard under IIS5) installed and the SMTP virtual server is running on the webserver. The magnificent code to upload a file to a webserver is from Karl P. Grear and can be found on planet-source-code (Form Based File Upload Using Pure ASP).
Jpeg Comment. This is a demo how to read/write Comments into a JPEG file. The ReadJpgComment - function is written after rdjpgcom.c of Independent JPEG Group. WriteJPEGComment is written after some Delphi source.
Many a times you want to know on what CPU your program is running so that you program executes the proper code. Or you may just want to know what features you computer has or to make sure that you have not been cheated by the vendor when you bought a new computer. This tutorial show how to identify a particular Intel CPU.
This script interacts with COM objects that communicate with the MetaBase for Internet Information Server. You will be able to define the custom error pages for your website.
Allows users to choose a color from a palette simular to Adobe's color palette.