954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

chat box

Any one help me to create a chat box (HTML/JS)for my site. Many web sites provide the chat box which referring their site. I don't want that kind of chat box. I need a complete code for chat with all functions. If i get the code to login with nick name,then that is well enough.

I have Ajax chat box code..it has many files.. I don't know how to integrate all those files. I've created the site thru blogger. So,i need a code in HTML/JS so that i can simply copy and paste in my site. Any help?? Thanks..

rithi3
Newbie Poster
4 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

You will not be able to just copy and paste. You will need a serverside language like PHP or ASP.Net as well in order to hold the chat sessions.

I would advise you to hire someone as this is not a simple task to do properly.

stbuchok
Master Poster
730 posts since May 2011
Reputation Points: 120
Solved Threads: 93
 

I need the chatbox like the common window ,users can join a chat room by giving a nickname & the messages can be displayed by all the users.Is this also a complex one? Can't we do this by javascript?

You will not be able to just copy and paste. You will need a serverside language like PHP or ASP.Net as well in order to hold the chat sessions.

I would advise you to hire someone as this is not a simple task to do properly.

rithi3
Newbie Poster
4 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

depends, do users need to be registered? if yes, use AJAX to connect to the database (you probably need to do that in the chat box function itself as well, right?)
And put the username in a JScript variable.

If you found some code for chatboxes, you should see if there isn't a hand-guide for how to integrate it. I suppose it would do to include one file (and *index.xxx* file maybe?)

If you can't figure it out, i'd recommand just writing out a simple chat function yourself, copy+past isn't nearly as educative as doing it yourself is.

phoenix_2000
Junior Poster
107 posts since Sep 2011
Reputation Points: 40
Solved Threads: 12
 

Hi,This is my first design. I'm doing thru blogger. As per my knowledge there is a only option the inbuilt widget to incorporate the html/js into the template.This accepts JS or html code so that we can design of our own. I could find in the ajax chat box, there we should include the things in file format; not the code. I also don't know how to add the .exe file to display the chat box. Thats why i asked for the integrated code.Thanks!!!!

rithi3
Newbie Poster
4 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

You can not write a chat application by just using client side JavaScript. You need to also use a server side technology like PHP or .Net. I have written them a few times now. I have and example of one that I threw together in a weekend at: http://www.webcytedesign.com/

This particular one does not use a database, instead it uses the application object in ASP.Net.

stbuchok
Master Poster
730 posts since May 2011
Reputation Points: 120
Solved Threads: 93
 

Hi stbuchok,me too want the same as one in the www.webcytedesign.com . Could u share the code?

You can not write a chat application by just using client side JavaScript. You need to also use a server side technology like PHP or .Net. I have written them a few times now. I have and example of one that I threw together in a weekend at: http://www.webcytedesign.com/

This particular one does not use a database, instead it uses the application object in ASP.Net.

rithi3
Newbie Poster
4 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

any one know how to do in php

urtrivedi
Nearly a Posting Virtuoso
1,306 posts since Dec 2008
Reputation Points: 257
Solved Threads: 270
 

I can post the zip file later tonight (if I remember). There is no warranty for the code and you use it at your own risk. I am also not going to help with setting it up unless you feel like paying me. My fee is $50/hour

stbuchok
Master Poster
730 posts since May 2011
Reputation Points: 120
Solved Threads: 93
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: