|
|
|
|
|
Total Hits: 238 | Today: 0 |
Author: Alexander Fedorenko.
|
Rating:
|
|

Next level of chatting is User-friendly chat. In addition to previous functionality, this provides active users list. Quantity of users on start page is also required. It has logoff possibility and expiration of inactive users after specified timeout....
|
|
|
|
Total Hits: 241 | Today: 0 |
Author: Alexander Fedorenko.
|
Rating:
|
|

This part explains steps for providing multiply rooms to existent chat application....
|
|
|
|
Total Hits: 142 | Today: 0 |
Author: aa2max.
|
Rating:
|
|

A very simple online project management tool. I was looking for an easy way to keep track of things I was working on, everything else was way over complicated. I quickly created this simple task management solution with ASP and MS Access. Copy all the files to your web server. The database path is set using the mappath statement, so if you would like to place your database in a different place, then edit line 55 in common.asp....
|
|
|
|
Total Hits: 102 | Today: 0 |
Author: http://www.authors.aspalliance.com
|
Rating:
|
|

This is fun. It's a chat application, built with HTML, ASP, and a dash of client-side JavaScript. No software to install, no upgrades to download; a totally thin client.The key to making this so simple is the use of Application variables. Not only is data storage as simple as reading and writing from the Application() collection, but since everything on the server is in memory, processing is lightning-fast.I plan to add on to this one, so check back regularly....
|
|
|
|
Total Hits: 196 | Today: 0 |
Author: cdidave
|
Rating:
|
|

Never give out your email on the web! This solution eliminates the risk of SPAM, viruses and personal email exposure. By using a database to receive the message and SMTP to send a response, you can manage webmaster or other types of email without fear. This system uses a simple HTML form that posts to an ASP page that saves the information into a SQL server database. The messages are then managed using a familiar email like interface and the replies and forwards are sent as native SMTP email....
|
|
|
|
Total Hits: 210 | Today: 0 |
Author: Alexander Fedorenko
|
Rating:
|
|

This part explains steps for providing multiply rooms to existent chat application. This type of chat is most difficult to implement. Extra attention should be applied to each detail. We need to decide how to divide users and messages by rooms. The first approach comes from relational theory - to each message and each session, we add a new field, which uniquely identifies a room. Or simply provide one-to-many relationships between the Rooms table and Messages table, Rooms table and Sessions tabl...
|
|
|
|
Total Hits: 213 | 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: 216 | 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....
|
|
|
|
Total Hits: 186 | Today: 0 |
Author: Alexander Fedorenko
|
Rating:
|
|

Next level of chatting is User-friendly chat. In addition to previous functionality, this provides active users list. Quantity of users on start page is also required. It has logoff possibility and expiration of inactive users after specified timeout....
|
|
|
|
Total Hits: 208 | Today: 0 |
Author: Rama Ramachandran
|
Rating:
|
|

Consider the scenario in which you are building a Web application that displays events or appointments for different dates. If you want your users to remember this event within their local desktop email/calendar application—such as Outlook, so that they can be reminded about it, your users are faced with a manual task: They have to manually create a new appointment in Outlook and copy all the information to create a new appointment. In this article, we shall see how you can provide a clickable a...
|
|
|
|
Total Hits: 182 | Today: 0 |
Author: Jamal Ahmad Malik.
|
Rating:
|
|

The source code for a basic and simple program for beginners that shows how to use Microsoft Speech Application Programming Interface (SAPI) in your ASP pages. You may modify it according to your own requirements....
|
|
|
|
Total Hits: 282 | Today: 0 |
Author: Mohamed Najeeb
|
Rating:
|
|

This article assumes that you are familiar with ASP, XML and HTML. Using this chat system, we can chat how we conventionally chat, in public as well as private modes. Even though I've implemented most of the conventional features such as unique nick names, the reader is welcome to incorporate any other features they require. Please note that I didn't worry much about memory usage on the server side and the code that allots user ids obviously needs improvement. Let us talk about the overall funct...
|
|
|
|
|
|
|