Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I am looking for some help. Please do not tell me to go searching because I have spent hours and hours. I need some actual sites.
I am looking for a downloadable and FREE web page chat program. Not one that is maintained by another server, or copying in some Java script and have them maintain it. One that I can download and install and no one tracks my stuff. It is maintained only by me.
Looking for a live chat window with just some basic functions. I want to have some control in the room, like making sure no one can kick each other, but I can if needed being the room operator. POSSIBLY one where people have the option to use their AIM name or create a new one when entering the room each time. Plus logging if possible.
I make my pages using FrontPage and use IIS v5 to host them.
No PHP or MySQL stuff please. I do not know any of that. Some Java, okay (meaning no pasting java code for another website to control, but the program itself being Java based). HTML code is great.
Thank you.

If possible, let us stick to HTML coding programs or something. Java does not always work and it may not one other people's PC when they visit my site. If it is to be Java based programs, then so be it.
Thanks.

No wonder you searched for hours and didn't find anything that worked...You don't understand the technology.
First, let's talk about Java. Java and javascript are completely different, and not even distantly related. When Java was all the rage and Netscape created their client-side scripting language, they decided to use some of the syntax, siphon off Java's popularity and call it javascript. You seem to be using the two terms interchangeably, which causes alot of confusion.
HTML alone is incapable of doing anything interactive. It's a way of displaying data, and in the case of forms, giving an interface for the user to provide data to some other program. So forget about getting this done in HTML exclusively.
Javascript is a very limited client-side scripting language (or at least for our purposes in this thread it is.) It lets you do things like validate user input, move things around on the screen, refresh the page, write dynamic content, etc. Any javascript based chat program would operate on a "refresh" kind of system, where javascript would refresh the page every 5 or 10 seconds. It would also work on a higher percentage of computers than a Java based program, because most browsers support javascript. Nothing you can do will work on each and every user.
Java is a full blown programming language that can pretty much do anything. For what you want to do, you would have a Java "Applet" that the user (if they're trusting enough) downloads and uses to chat. This is how yahoo's chat programs work.
The last option would be to use an ActiveX based solution. ActiveX is similar to Java, but only works in internet explorer.
For a full-featured chat application, you'll have to use some kind of server-side scripting language (probably ASP since you're using frontpage, but PHP would work) and a database to store the information (Access or mySQL.) Server side scripting languages allow you to store data on the server, then retrieve it and change it each time a page is accessed. These pages output normal HTML, but are written using Perl, PHP, ASP, JSP, ColdFusion, ASP.NET, etc. I know you don't want to do it, but if you want control over individual users you have to have a way to store that information (the database) and a way to retrieve it (PHP or ASP).
The same goes for your hit counter question...It's impossible for HTML or Javascript to do this. It would be silly to use java applets, so you're stuck with PHP or ASP. I'm sorry if this isn't the answer you're looking for, but that's the way the cookie crumbles.
Now that you're armed with a very basic and oversimplified knowledge of what web technologies are for what kinds of applications, you should be able to narrow down your search and find something that works. You should start out with something like freejavachat.com...Even though it breaks your requirement of having control over it yourself, I doubt you're willing to put in the time to learn everything you need to learn to get this going yourself.
A google search for free chat java applet brought up some good results, and hotscripts.com should have what you need.
Good luck,
-SN

Thanks for the education. I do not know anything about any type of programming. That is why I ask questions like these. How else will I get my answers or learn?
My friend was able to help me with a Java based IRC room which will give me the control I need and the power I want from www.pjirc.com.
Thanks for the reply.

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |