How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
(See all)
Program that retrieves page titles from web pages
By NeedProgram on Sep 29
Max Bid: Open to fair suggestions


Retrieve whois data from Internet (not emails)
By NeedProgram on Sep 29
Max Bid: Open to fair suggestions


TWAIN Scanner Interface
By Lee2000 on Sep 29
Max Bid: $25


optimizing ranking position
By Veejay01 on Sep 28
Max Bid: Open to fair suggestions


Write information articles
By MissingLink on Sep 28
Max Bid: $5


3D conversion of logo
By Goalie35 on Sep 28
Max Bid: $50


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(180 open)
   Access 
(54 open)
   MySQL 
(123 open)
   Oracle 
(14 open)
   SQL Server 
(70 open)
   Other DB 
(26 open)
Documentation / Tech Writing 
(25 open)
   Language (Human) Translations 
(12 open)
Data Entry 
(41 open)
Game Development 
(25 open)
Graphics / Art / Music 
(59 open)
   Graphics 
(66 open)
     Adobe AfterEffects 
(8 open)
     Adobe Photoshop 
(30 open)
     Adobe Premiere 
(6 open)
     3d Animation 
(21 open)
   Art (Misc.) 
(15 open)
   Music 
(8 open)
   Photography 
(5 open)
   3d Modeling 
(15 open)
Language Specific 
(123 open)
   Assembly / Machine language 
(14 open)
   ASP 
(65 open)
   ASP .NET 
(68 open)
   C# 
(75 open)
   C++ / C 
(163 open)
   Carbon (Mac OS) 
(4 open)
   Cocoa / Obj-C 
(4 open)
   Cold Fusion 
(10 open)
   Delphi 
(62 open)
   Java 
(94 open)
   JSP 
(16 open)
   Perl 
(50 open)
   Python 
(6 open)
   PHP 
(123 open)
   XML/XSL 
(32 open)
   Visual Basic 
(164 open)
   Visual Basic .Net 
(105 open)
   Other 
(80 open)
Misc 
(48 open)
   Middleware 
(4 open)
   CAD 
(3 open)
MultiMedia 
(27 open)
   Video Editing 
(5 open)
Network 
(35 open)
   Network Design 
(9 open)
   Network Implementation 
(9 open)
Platforms 
(73 open)
   Windows 
(184 open)
     MS Exchange 
(9 open)
     MS Office 
(26 open)
     Other 
(12 open)
   Darwin 
(1 open)
   Embedded Systems 
(15 open)
   Hand Held/PDA Programming 
(21 open)
   Internet Browser 
(50 open)
   Linux 
(67 open)
   Lotus Notes / Domino 
(3 open)
   UNIX 
(35 open)
Requirements 
(14 open)
Security 
(32 open)
Testing / Quality Assurance 
(18 open)
Web 
(174 open)
   Page Design 
(96 open)
   Flash 
(53 open)
   Marketing 
(14 open)
     Search Engine Optimization 
(12 open)
     Marketing (Other) 
(11 open)
   Web Services 
(92 open)
   Web (Other) 
(101 open)
Training 
(15 open)
   Computer Based 
(15 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

java chatroom needed fast
Bid Request Id: 17878
Bookmark in my 'To Do' list
Posted by: PETER786 (0 ratings)
Non-action Ratio: Very Good - 0.00%
Buyer Security Verifications: Good
Approved on: Jun 2, 2002
11:17:31 PM EDT
Bidding Closes: Jun 3, 2002
11:45:28 PM EDT
Viewed (by coders): 381 times
Deadline: 6/4/2002 6:00:00 PM
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: Java
Enter chat room for this bid request
(0 active users at Sep 29, 2003 3:09:40 AM EDT)

Description:
the chat program code is provided already. You will need to email me once the deal is done. You will have access to my email address (will be given to you by the web site). So you need to email me and ask me to provide you the code so that you can modify it.

As you can read below there are two tasks. The first task is the easier one and that is the main one that i want to be done. The second one is a bit more difficult and it may be alright if you won't have time to do it.

You will only have 1 day to do it and if you are good at java it is going to be enough time for you. I could do it myself but because of workload i cant do it at the moment.

PLEASE PLEASE PLEASE remember time is of essence. I have no way to extend the deadline. It is just not in my control. It needs to be done by the deadline, or else it is of no use to me.

Deliverables:
Task: Write a “Chat Room” program that allows several people to chat, by modifying a given sample chat program.
Specification:
1. The sample chat program is placed on our subject&'s website. Compile the codes and run it in terms of the following instructions.
1) Run the Chat Server class:
java ChatServer 9830
2) There is a HTML file that contents an applet tag. Please change the host IP number to your local machine IP number. If you are using a PC, do not change it.
3) Open the Chat.html in an Internet browser. If it does not open, try to use appletviewer to open it. (Chat.html is the client window)
4) Same as the previous step - open the Chat.html in another window.
5) Start a chat.
2. Your first task is to modify the sample chat codes such that the new program satisfies the following requirements:
· Add a textbox that allows a user to enter his/her name and an OK button that registers the user with the server.
· Add a textbox (or a list box) that shows the names of people currently in the chat room. When a user joins, his/her name will show in the textbox. When a user leaves, the user should be removed from the textbox.
· During a chat, the name of the talker should be automatically placed in font of his/her words.
3.You need to modify your program to create a new program enabling multiple chat rooms. The client window now has a button for creating a chat room and a list of names of chat rooms created by users. Once a chat room is created, it will remain on the server and is able to use by Internet users. Each user can now choose his/her chat room for a chat by clicking on one of names of the existing chat rooms. The GUI and the codes should be modified in terms of the following instruction:
· The client window contains now a button and a textbox (or a list box)
- Button: when it is clicked, a dialog box pops up asking you to enter the name of the chat room. Clicking on OK button on the dialog box, you create a new chat room. The name of the created chat room is then placed in the textbox (or the list box) viewable/useable by all Internet users who are currently using your chat program.
- Textbox (or list box): Once a chat room is listed in the textbox, it becomes available for all Internet users. When a user clicks on a name of chat room, a chat window pops up. This window is similar to the one you have done for your first task. It should be a frame containing the name of the chat room, a big textbox allowing users to type in their messages, a textbox allowing the user to type in his/her name, a list of current users in the chat room. If a user tries to create a chat room that has the same name of an existing chat room, he/she should be warned and is asked to use a different name.

Platform:
win2000

Must be 100% finished and received by buyer on:
Jun 4, 2002 6:00:00 PM EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.

Special Conditions / Other:
must be completed by the due date. After that date the code would be of no use to me whatsoever.

Please confirm your interest asap, so that i can give you the job quickly. You will have very little time to complete it.


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
Mikael J
(12 ratings)
in N/A, Stockholm
Sweden
Bid id: 195,489
 
$90 (USD) Jun 3, 2002
1:49:47 AM EDT
 10
(Excellent)
   
Hi
I'd be happy to code this for you! I'm a very experienced Java programmer and I'm confident I can deliver the code for you today. I have written a lot of programs that work with sockets in Java and actually even a Chat applet. I always write my code very clear and easy to understand. I will also of course make it fully commented. Please accept my bid as soon as possible and I'll start working at once!
Thanks
Best regards,
Mikael
 
 
 
 
  There are 11 private replies to/from Mikael J. Click here to view them.
 

Mikael J
(12 ratings)
in N/A, Stockholm
Sweden
Bid id: 195,579
 
N/A Jun 3, 2002
4:05:22 AM EDT
 10
(Excellent)
   
Hi
Can you reply to me with the source so I can take a look at it? If it seems easy maybe I can make you a better bid. Please reply as soon as possible since it's not a lot of time to do this project.
Hope to hear from you soon
Regards,
Mikael
 




Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders

Buddies
Rated a 9.86 on 96 jobs 
Securenext
Rated a 9.97 on 125 jobs 
Codman
Rated a 9.97 on 159 jobs 
hernest
Rated a 10 on 122 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
D-N-S
Rated a 9.93 on 39 jobs 
markesh
Rated a 10 on 24 jobs 
GribFritz
Rated a 9.89 on 155 jobs 
PSergei
Rated a 9.78 on 112 jobs 
ASP.NET
Rated a 9.86 on 62 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.