Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  121
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Friday, May 09, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Applications
Search
DevASP

What's New
What's Hot
More Categories for ASP ASP (988)
Listings for ASP.Net ASP.Net (0)
Listings for SQL SQL (0)
More Categories for XML XML (26)


Easy Guestbook with ASP       
Total Hits: 471  |  Today: 1 Author: aa2max.       Rating:  
Read Reviews | Write Review |              Your 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...

Writing ASP Chat using JavaScript and XML (Part 1)       
Total Hits: 331  |  Today: 0 Author: Alexander Fedorenko.       Rating:  
Read Reviews | Write Review |              Your 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...

Writing ASP Chat using JavaScript and XML (Part 3)       
Total Hits: 306  |  Today: 0 Author: Alexander Fedorenko.       Rating:  
Read Reviews | Write Review |              Your 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....

Spell check text area       
Total Hits: 312  |  Today: 1 Author: Vasantha Mohan.       Rating:  
Read Reviews | Write Review |              Your 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....

Bullseye Pro Dealer Locator V4.0   Version: 4       Price: $545.00 / Free Trial   
Total Hits: 208  |  Today: 0 Author: Electric Vine Inc.       Rating:  
Read Reviews | Write Review |              Your 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....

Bullseye Pro Active X DLL V2.5   Version: 2.5       Price: $845.00 / Free Trial   
Total Hits: 199  |  Today: 0 Author: Electric Vine Inc.       Rating:  
Read Reviews | Write Review |              Your 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....

Creating a banner-ad rotation and tracking system       
Total Hits: 284  |  Today: 0 Author: Christopher Miller       Rating:  
Read Reviews | Write Review |              Your 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...

Creating an Online Photo Album       
Total Hits: 738  |  Today: 1 Author: Ritchie Macapinlac       Rating:  
Read Reviews | Write Review |              Your 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...

Write A Guestbook In 5 Steps       
Total Hits: 390  |  Today: 0 Author: Ritchie Macapinlac       Rating:  
Read Reviews | Write Review |              Your 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: ...

Creating a News management system (Part 1)       
Total Hits: 375  |  Today: 0 Author: http://www.codefixer.com       Rating:  
Read Reviews | Write Review |              Your 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...

Address Book       
Total Hits: 420  |  Today: 1 Author: Xavier John       Rating:  
Read Reviews | Write Review |              Your 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...

Basic Debugging in Classic ASP       
Total Hits: 369  |  Today: 1 Author: http://www.asp101.com       Rating:  
Read Reviews | Write Review |              Your 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....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com