Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  89
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Saturday, July 04, 2009
Home
Articles & Samples
Dev Search
Dev Forum
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

ESET
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 > ASP
Search
DevASP

What's New
What's Hot
Listings for Ad Management Ad Management (38)
Listings for Audio & Video Audio & Video (2)
Listings for Bug Tracking Bug Tracking (6)
Listings for Bulletin Board Systems Bulletin Board Systems (71)
Listings for Business & Enterprise Business & Enterprise (72)
Listings for Calendar & Time Calendar & Time (36)
Listings for Chat Chat (33)
Listings for Content Management Content Management (99)
Listings for Customer Relations Customer Relations (12)
Listings for Data Management Data Management (22)
Listings for Database Application Database Application (23)
Listings for Debugging Debugging (2)
Listings for Developer Tools Developer Tools (4)
Listings for Discussion Forums Discussion Forums (24)
Listings for Documents Documents (7)
Listings for E-Commerce/Shopping E-Commerce/Shopping (51)
Listings for Email Email (52)
Listings for Error Handling Error Handling (4)
Listings for FAQ Management FAQ Management (2)
Listings for File Manipulation File Manipulation (13)
Listings for File Upload File Upload (11)
Listings for Form Handling Form Handling (5)
More Categories for Graphics & Charts Graphics & Charts (3)
Listings for Greeting Card Greeting Card (4)
Listings for Guest Book Guest Book (15)
Listings for HTML & Code Editors HTML & Code Editors (32)
Listings for Instant Portal & WebSite Instant Portal & WebSite (21)
Listings for Miscellaneous Miscellaneous (46)
Listings for News Article Management News Article Management (2)
Listings for News Letter News Letter (9)
Listings for Organizers Organizers (1)
Listings for Photo Albums Photo Albums (12)
Listings for Poll & Surveys Poll & Surveys (31)
Listings for Project Management Project Management (4)
Listings for Reports & Statistics Reports & Statistics (11)
Listings for Search & Directory Search & Directory (24)
Listings for Search Engine Search Engine (7)
Listings for Security/Authentication Security/Authentication (25)
Listings for Server Management Server Management (7)
Listings for Site Management Site Management (44)
Listings for Time Billing Time Billing (2)
Listings for User Management User Management (14)
Listings for Webmaster Utilities Webmaster Utilities (31)
Listings for Website Navigation Website Navigation (3)


Easy Guestbook with ASP       
Total Hits: 751  |  Today: 0 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: 536  |  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: 521  |  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: 529  |  Today: 0 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: 372  |  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: 354  |  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 News management system (Part 1)       
Total Hits: 578  |  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: 590  |  Today: 0 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: 563  |  Today: 0 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....

Event Driven ASP       
Total Hits: 172  |  Today: 0 Author: JS Greenwood       Rating:  
Read Reviews | Write Review |              Your 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 ...

Runtime-Generated Data Classes in ASP       
Total Hits: 161  |  Today: 0 Author: Michiel van der Blonk       Rating:  
Read Reviews | Write Review |              Your 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...

Accessing database from an ASP page       
Total Hits: 438  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your 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...


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com