|
|
|
|
|
| | Total Hits: 63 | Today: 1 | Author: Albert Pascual | Rating:  |
| |  And why not, how to create an easy chat room for your web site? Well, the best way is to use a nice database to store messages; however, for demo purposes, I'll use a static array. I know, you won't be able to use it in your web farm. Take this article as the concept, not as a solution. This simple web chat program is intended to work in any browser supporting iFrame.... |
| | Total Hits: 2544 | Today: 1 | Author: Steve C. Orr | Rating:  |
| |  Nearly every Web site could benefit from a chat room to help users socialize or sort out important issues. However, creating a chat room is usually more effort than it’s worth — unless somebody’s already done the work for you. This article presents a WebChat control that you can drop onto any ASP.NET Web page to get an instant, fully functional chat room.... |
| | Total Hits: 982 | 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... |
| | Total Hits: 3426 | Today: 0 | Author: 4guysfromrolla | Rating:  |
| |  Nothing helps grow a community-based Web site than an easy-to-use chat room. In fact, the Internet is really a gigantic chat room, with millions of people sharing suspended chatting through the form of email or more lively chatter on a community site's chat application. This article looks at the fundamentals for creating a chat room application, presenting code to a simple chat application submitted by 4Guys reader Gordon C. in the earlier ASP Connections Programming Challenge Contest.... |
| | Total Hits: 1222 | Today: 0 | Author: Ryan S. | Rating:  |
| |  In my previous article on Instant Messaging, I discussed a highly crude way to message clients over an HTTP connection. In development for a pet project of mine, which was highly dependent on ASP, I came to the conclusion that I needed to develop some way for my site visitors to communicate effectively across my site. I thus came up with a method, which makes utilization of Session and Application variables, and no physical binding to any database server. As an extra perk, the Session variables ... |
| | Total Hits: 3458 | Today: 1 | Author: Albert Pascual | Rating:  |
| |  And why not, how to create an easy chat room for your web site? Well, the best way is to use a nice database to store messages; however, for demo purposes, I'll use a static array. I know, you won't be able to use it in your web farm. Take this article as the concept, not as a solution. This simple web chat program is intended to work in any browser supporting "<"iFrame">". Also, you can select multiple chat rooms. Why not extend from there and more from channel to channel.... |
| | Total Hits: 2496 | Today: 0 | Author: Mesalem | Rating:  |
| |  I ran into the problem of creating a chat room where two users can chat directly. I didn't like the idea of using server side code and doing all these post back which is not user friendly. I found that with the use of remote scripting, we can make a simple and fast chat application.... |
| | Total Hits: 787 | Today: 0 | Author: ZBit Inc. | Rating:  |
| |  Full featured, totally customizable, fast chat with no page refreshes. Private and moderated rooms. Private messages, Ignore, Kick, Ban from room or site. Abusive words, flooding control. Hyperlink aware. Pure ASP.NET and DHTML – no Java Applets or ActiveX. Out of the box comes with "classic chat" and "Support Helpdesk" skin. Translatable to any language, comes with English and Russian resource files.... |
| | Total Hits: 1605 | Today: 0 | Author: CuteSoft | Rating:  |
| |  A full-featured ASP.NET chat program. It's a fast, easy and affordable way to host and manage real-time communication and provide customer support. This ASP.NET Chat Application allows you to organize chat-events, collaborative work sessions or online meetings. CuteChat support feature ( ) also allows you provide real-time customer support and visitor communication directly on your site. CuteChat can either operate as a standalone system or be incorporated into an existing ASP.NET portal/forums.... |
| | Total Hits: 1299 | Today: 0 | | Rating:  |
| |  ChatSpace Community Server has long been the leading real-time communication tool used on the Internet. The brand contains an array of real-time community and support applications including chat, message boards, instant messaging, live events, and queued help. Top portals as well as many corporate enterprises rely on it as their primary means of online communication. Backed by many years of success, it continues to be scalable, reliable, easy to load and contains a rich feature set that surpasse... |
| | Total Hits: 2118 | Today: 0 | | Rating:  |
| |  WAP-Chat is a new service, which allows you to chat with people all around the world through the convenience of your WAP mobile device. With WAP-Chat you can make a place, where WAP users can chat in real time. You can set up a range of chat rooms so that your guests can find people who have similar interests.... |
| | Total Hits: 2337 | Today: 0 | | Rating:  |
| |  Chat Server Pro .NET is uniquely suited to be used in distance learning sessions, moderated events, virtual meetings or just social real-time conversations. It is simple to customize and can be easily integrated with an existing web or intranet site. Its user-friendly capabilities allow users to interact using any type and any modern browser. No plug-ins, Java applets or any other script downloads are required.... |
| | Total Hits: 5517 | Today: 0 | | Rating:  |
| |  A simple chat application developed in ASP.NET. Based on application variables. Displays user status, whether idle or active on chat room.... |
| | Total Hits: 1518 | Today: 0 | Author: Adventia | Rating:  |
| |  A powerful HTML chat server with features such as private messages between users, emoticons, moderated chats, administrator control panel, transcript files, configurable settings, customizable interface, etc.... |
| | Total Hits: 3598 | Today: 0 | | Rating:  |
| |  Active Data Online WebChat is a HTML, text-based chat software. WebChat provides a means to discuss and share ideas online in real time. WebChat is powered by Microsoft .NET (v 1.0.3705). Unlike traditional chat systems, which use UDP or TCP and comprise a proprietary broadcast server and a proprietary client (typically an ActiveX or a Java applet embedded in a web browser), WebChat uses HTTP, an ASP.NET web server, a relational database, and a standard web browser.... |
| | Total Hits: 1469 | Today: 0 | Author: sathesh_pandian. | Rating:  |
| |  This article describes how to create a chat application. In this application, 6 pages are used. This page have three frames.
First frame will show the users informations and the typed messages(Left side).
Right side frame will show how many users are on line now and their names.
Bottom side of the frame will show a textbox with a logout button.
There are three type of objects to store the user's informations and datas.
* session * cookies ... |
| | Total Hits: 532 | 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: 503 | 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: 1394 | Today: 0 | | Rating:  |
| |  With Chat ASaP™, you can offer powerfull browser-independent chatrooms to your web site in as little as 3 lines of HTML code. Just configure the look and feel and a few other settings and you have a chatroom that looks just like the rest of your web site. You may purchase the entire application and run it on your server or pay a small monthly fee based on how much you use it. It's as simple as that!... |
|
|
|
|
|
|
|
|
|
|
|
|
|