|
|
|
|
|
Total Hits: 751 | 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: 536 | 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: 521 | 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: 529 | 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: 372 | 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: 354 | 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: 578 | 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: 590 | Today: 0 |
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: 563 | Today: 0 |
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....
|
|
|
|
Total Hits: 172 | Today: 0 |
Author: JS Greenwood
|
Rating:
|
|

One of the main advantages that ASP.NET provides over traditional ASP is the event-driven manner in which it performs its processing. The removal of the need to write complex and laborious code to detect what action the user selected on a web page can shorten the development cycle whilst also abstracting code from presentation. Another benefit that would be provided by the conversion of ASP to such an event-based programming model is the easier porting of applications from ASP to ASP.NET, where ...
|
|
|
|
Total Hits: 161 | Today: 0 |
Author: Michiel van der Blonk
|
Rating:
|
|

Most developers are used to creating a data access layer for their n-tier applications. This typically means encapsulating the queries that the application needs into classes. That's why most developers also use special component generators, often based on templates, to create this type of code automatically. However, when changes to the database are still occurring (e.g., in the prototyping phase), this process can become cumbersome. In this article, Michiel van der Blonk looks at a way to remo...
|
|
|
|
Total Hits: 438 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

Databases are a way of organizing and keeping your data. The data stored in databases can be anything from user email addresses to binary files. Databases have become so popular in the past decade that it is almost unimaginable to not to use them on the web.In this tutorial I will guide through the creation of a simple Microsoft Access database to incorporating it in to your ASP web pages. Creating and making use of a database on the web is so very much easy that it will be only after reading th...
|
|
|
|
|
|
|