|
|
|
|
|
Total Hits: 470 | Today: 0 |
Author: aa2max.
|
Rating:
|
|

Here we start out with a simple "settings" file, named settings.asp. This file will be included on each page, and will contain the basic settings for this guestbook. Since the password (logincode) is NOT in the database, you can leave the database in the webroot with a mappath statement to make the install easier. However, the best place for the database is outside of your webroot, in which case you would want to change the database_path string to your full path ("C:\inetpub\database\post.mdb...
|
|
|
|
Total Hits: 331 | Today: 0 |
Author: Alexander Fedorenko.
|
Rating:
|
|

One of the popular activities on the web is taking part in web chats - collaborative applications, which provide the mechanism to take part in a dialogue between two or more users in real time. A useful addition to any web site is the ability to group users by interests in separate chat rooms. Some sites allow participation in chat without registration, but most do not, as registering can provide a safer chat and more precise controlling. An even more secure environment for chatting, is where th...
|
|
|
|
Total Hits: 306 | Today: 0 |
Author: Alexander Fedorenko.
|
Rating:
|
|

Here, I added persistence of user information and registration. Upgrading User-friendly chat to Registrable chat requires adding persistent user information. New users must be able to register. Existing users can login using a username and password....
|
|
|
|
Total Hits: 311 | Today: 0 |
Author: Vasantha Mohan.
|
Rating:
|
|

It's been always a dream for me to create this small web app. I have searched the web to find out only paid support for any web app related to spell check, except for this chap - Sam @ KIRCHMEIER.ORG who actually inspired me to develop this spell check, which would not only permit one word to be validated rather the entire paragraph....
|
|
|
|
Total Hits: 208 | Today: 0 |
Author: Electric Vine Inc.
|
Rating:
|
|

Bullseye Pro is our ASP-based ZIP Code search product. Generally used as a simple dealer locator on Web sites, the Pro comes with everything you will need to set up a ZIP Code search quickly. The ASP version is usually implemented on small to medium-sized Web sites for projects with small budgets. Users type in a ZIP Code, choose a radius, and the nearest locations are displayed to them in order of distance....
|
|
|
|
Total Hits: 199 | Today: 0 |
Author: Electric Vine Inc.
|
Rating:
|
|

Bullseye Pro DLL is an ActiveX COM object that adds ZIP Code/postal code search capabilities to both Web and non- Web applications. Designed to accommodate any ZIP Code search task, this easy to install component offers complete control and maximum flexibility....
|
|
|
|
Total Hits: 284 | Today: 0 |
Author: Christopher Miller
|
Rating:
|
|

First you need a database to store your banners. We are using 2 tables; tblBanners and tblVendors:tblBanners:bID - auto number (banner ID)bBanner - text (image file)bUsedViews - number (# of views the banner has received)bTotalViews - number (# of impressions the vendor has paid for)bClicks - number (# of clicks the banner has received)bURL - text (URL of the site) bShow - yes/no (used to show and hide banners)vID - number (vendor ID) tblVendors:vID - autonumber (vendor ID - links to tblB...
|
|
|
|
Total Hits: 738 | Today: 1 |
Author: Ritchie Macapinlac
|
Rating:
|
|

The whole backbone of the application is the database, which maintains a set of links to images and the comments to the images. The database will have 4 fields: pic_id, thumbnail, pic_url, and comment. Each record will represent 1 picture that the database maintains. Each set of pictures has 2 physical files (thumbnail and the actual picture url).There are 2 asp pages to the whole application. One page, will be the index of the pictures and the second will display the actual picture. We use java...
|
|
|
|
Total Hits: 390 | Today: 0 |
Author: Ritchie Macapinlac
|
Rating:
|
|

Write A Guestbook In 5 Steps.... Decide what fields you want to display. This is what I did...size-2>Ritchie: I want to a nice guestbook...Ritchie's Brain: Put a million fields so people have to stay on your site until they turn 30 yrs old.Ritchie: Thats soo mean!!! I don't wanna do that! just 3 fields (name, email, comments). color=green>Ritchie's Brain: Be like nike man, JUST DO IT!color=green>Ritchie: *bang head against the wall* color=green>Ritchie's Brain: *unconcious* color=green>Ritchie: ...
|
|
|
|
Total Hits: 375 | Today: 0 |
Author: http://www.codefixer.com
|
Rating:
|
|

This tutorial will take you through the process of creating a basic news management system in a step by step manner. If you intend to run the code on your own computer you will need IIS 4 or above or PWS working and running. Have a look at our tutorials on 'Installation' if you need to install either of these. Alternatively if you intend to run the code on your hosting company's server make sure they support ASP. You will also need a copy of Microsoft Access.The files we are using are...
|
|
|
|
Total Hits: 420 | Today: 1 |
Author: Xavier John
|
Rating:
|
|

Address Book demonstrates the use of GfxListCtrl control, CHyperlink class, CSystemTray class in one useful application. It also demonstrates dropdown tool button and well as using the template class CArray.Even though a lot of programs at CodeProject come with samples, beginners find it difficult to learn how to actually use them in real application because the demos usually stick to just displaying the capabilities of that control. I decided to write a program which will not just demonstrate t...
|
|
|
|
Total Hits: 369 | Today: 1 |
Author: http://www.asp101.com
|
Rating:
|
|

While ASP.NET has some built in tools to aid in debugging, classic ASP is relatively lacking in that regard. This tip will show you an easy way to check the values of your application's variables and then stop execution before you do any database writes or anything else you might not want to do while testing....
|
|
|
|
|
|
|