Hi ,
Actually I want something between chatroom and stackoverflow ie users can ask questions and in my application generally many users will be on the same webpage now others can see the question in realtime and answer the same in realtime ie kind of chatroom type app.
I want to implement it via pubsubhub any suggestions ideas if this is a good…
We are going to develop a simple chatroom in flex using Red5.
Should we store UserList in a Remote Shared Object or Server Side List?
Are there any example exit on Red5 or FMS , which uses Server Side programming and Remote Shared Objects? Red5 examples are not documented at all.
Using BlazeDS, I have developed a simple chat room but how do I go about showing who is online and what happen if the user close the web browser without disconnect, will the user name in the online list be remove immediately?
I use mx.messaging.channels.StreamingAMFChannel and set
…
I am not sure why, but my Ajax Chatroom ever once in awhile (once time ever other day on average I'd say), displays an connection error 503. Now doing some digging apparently 503 is an error for exceeding max connections, and the typical fix is increasing your limit to something…
I want to make video/audio chat(both one-to-one and chatroom) available on my website through web browser, and no download required. What's the available solutions out there? And what are their pros and cons?
I have some experience regarding IPhone and Android development but I am now struggling to solve a new class of problem: apps that involve a client/server chatroom feature.
That is, an app when people can exchange text over the internet, and without having the app to constantly…
I have some experience regarding IPhone and Android development but I am now struggling to solve a new class of problem: apps that involve a client/server chatroom feature.
That is, an app when people can exchange text over the internet, and without having the app to constantly…
I have an AJAX chat room module in Drupal and I am trying to insert BBCode stlye tex tags to the submit box when the user clicks Insert Tex. I managed to get the following code to work the first time but afterwards when I click Insert Tex it inserts the tex tags triple times.
…
I've been given the task to create a simple Silverlight chat box for two people. My control must adhere to the following requirements
Scrollable
Text must wrap if it's too long
When a new item / message is added it must scroll that item into view
Now I've successfully made…
Hey guys, I have an idea that I'd like to start implementing that at the crux of it, will basically be a chat website, and will need to support multiple rooms. Quite frankly, I'm not too sure where to begin with regards to setting up a very sturdy/scalable chat system in…
I spent the whole of last night searching for a free AspNet web chat control that I could simply drag into my website. Well the search was in vain as I could not find a control that matched my needs i.e List of users, 1 to 1 chat, Ability to kick out users..
In the end…
I'm using form_for to create a chatroom and when I view the page I get the following error:
NoMethodError in Chatrooms#new
undefined method `chatrooms_path' for #<#<Class:0xa862b94>:0xa5307f0>
Here's the code for the view, located in…
I tried what I think are 4 most popular XMPP (aka "Jabber")
clients (Spark, Pidgin, Psi, Pandion) to connect to ActiveMQ instance (Apache ActiveMQ ver. 5.3.0)
on XMMP connector with an idea to use the "AciveMQ.Agent chatroom" for querying queues/etc…
I have a request that maps to this class ChatMsg
It takes in 3 get variables, username, roomname, and msg. But it fails on this last line here.
class ChatMsg(webapp.RequestHandler): # this is line 239
def get(self):
username =…
As a personal project, I'm making an AJAX chatroom application using XML as a server-side storage, and JSON for client-side processing.
Here's how it works:
AJAX Request gets sent to PHP using GET (chat messages/logins/logouts)
PHP…
I tryed the following:
<?php
session_name('user');
session_start();
// sets an 'user' cookie with session id.
// This session stores the user's login data.
// Its an ordinary session.
$USERSESSION=$_SESSION; // saving this…
Hello,
I am trying to make a chatroom layout like the following:
Now my problem is that I am not sure how to have the container box occupy the whole width and height (with valid doctype) and then make the center div grow if…
I just wonder myself by asking a couple of questions in stackoverflow that what is the other options of asking questions and problems if there isn't stackoverflow for you. Is there any alternative websites or forums? a…
Hey guys,
I have a chat box with a user list.
I want to create a button for each member so if clicked, their username is added to the chatroom text box.
Whats the best way to do this?
Thanks
A few friends of mine and including me for the past few years have hosted an irc server on one of our dedicated servers. We use it for just personal reasons. We like the aspect of it that it allows private messages and…
What good live chat/live help solutions are available (preferably for use on a site hosted on a LAMP stack and free)? I'm looking for a way to allow our sales and customer service reps to talk directly with visitors to…
I have a table named ChatSessions where I keep track of active users in the chatroom. I need to prune expired user sessions from the table every 10 minutes. Using pure php-mysql is plain simple but I'm…
I've been researching this one for quite a bit but haven't found any solid leads.
I have a Wowza/Flash app with video chatroom functionality and would like to combine the streams server-side into one…