Project Detail

Chat Room Software. URGENT  

Chat Room Software. URGENT is project number 512643
posted at Freelancer.com. Click here to post your own project.

 

| More Free Trial For New Buyers
 

Status:

Selected Providers: genti157

Budget: $250-750

Created: 09/21/2009 at 19:30 EDT

Bid Count: 16

Average Bid:
$ 548

11/20/2009 at 19:30 EST

Project Creator: bids4penny
Employer Rating: (No Feedback Yet)

Bid On This Project
 

Description

Hello,

We are looking for a developer or developers who can create and provide a chat room software with the functionalities similar to Paltalk software or skype software. We need to see some portfolio in order to select the developer. Please do not attempt to place any bids on this project if you do not know what you are doing and/or you are going to leave the development half way through! We need this software to be a desktop stand alone application similar to skype or paltalk.
This is an urgent job and the bidders who have provided the shorter period of time will be noticed immediately.
we have some other quotes regarding development of this software and we would like to see if there are other developers who can provide this software in a shorter time and for a lower budget.

The payment will be made when we have seen the final work and are satisfied with it.

Thank You!

Messages Posted:2 View project clarification board Post message on project clarification board

Bid On This Project
 

If you are the project creator or one of the bidders Log In for more options

 

350

21 days

10-22-2009 22:05 EDT

It can be done. This will be a Java application. AFAIK Skype does not provide chat rooms but a friends' list where you chat with people. Do not expect a great User Interface for this short time frame and this kind of money since I will be building everything from scratch. Let me know if you are interested. P.S. I could use C# as well (which suits better to standalone applications), but I might need about 10 days for that.

help

 

750

15 days

09-21-2009 19:43 EDT

(No Feedback Yet)

Hello, please see PMB

help

 

500

10 days

09-21-2009 22:07 EDT

(No Feedback Yet)

Hi, i am ready to work .

help

 

720

30 days

09-21-2009 23:45 EDT

(No Feedback Yet)

Hi... Lot of opensource's are there for chat tool.You like means i will customice that one to based on yourrequirement. Thanks

help

 

300

1 day

09-22-2009 00:34 EDT

(No Feedback Yet)

I have implemented already the chat component in one of my client project please check it once. i send the details in PM.

help

 

1000

1 day

09-22-2009 01:14 EDT

(No Feedback Yet)

Please check PM. Sincerely Mike

help

 

450

20 days

09-22-2009 01:38 EDT

(No Feedback Yet)

We hold a strong know-how and technical expertise across all platforms in IT. Qua Ganador is a global IT and Management solutions company . We Provide full-cycle services in the area of Software Development, Web- Based Enterprise Solutions,Web Application, Portal Developement, Software, Multimedia and Soft Skills Training, Creative Designing and Affordable Management and Marketing Services.

help

 

400

5 days

09-22-2009 04:18 EDT

(No Feedback Yet)

Dear Sir, Please allow us to express our self. We are the team of Dhakera Tech, one of the leading Solution Provider of IT/ITES in Delhi, INDIA, exploiting the high speed development, and our technology range includes .NET, PHP, MS SQL 2005, MySQL Furthermore, Dhakera Tech is a private listed company in India, with historic reputation, years of experience and expertise in Software design, development, testing and service. We offer not only competitive price but more importantly, ‘‘reliability’’. For the five-year growth, Dhakera Technologies has gained trust from a wide range of customers all over the world. Finally, we hope we can have opportunities to provide you with our high-end solutions and hope we can have successful business with you in 2009. Thank you for your attention in advance and have a nice day.

help

E2W

 

650

20 days

09-23-2009 02:13 EDT

(No Feedback Yet)

we can deliver a chart portal with all the requirements like chat rooms, search friends, invite friends etc....

help

 

750

12 days

09-23-2009 04:53 EDT

(No Feedback Yet)

please check your pmb

help

 

700

15 days

09-25-2009 06:29 EDT

(No Feedback Yet)

Hi, I will do this.

help

 

255

3 days

09-27-2009 14:42 EDT

(No Feedback Yet)

// it's a simple quiz game. //here is your project .its gift for you.just modify it. //created by sultana das(swapan)date 27/9/2009. /* barack.txt file should be like below: 20 what is the name of american president? barack obama mendela howard clinton a who is a golf player? federer udds sachin lara b */ //here the uppest number is the number of question.2nd is question.next 4 is choice ,5 th is answer.no new line is expected. import java.net.*; import javax.media.*; import javax.swing.JButton; import java.util.*; import java.util.*; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import java.io.*; import java.awt.* import javax.swing.*; import java.awt.image.*; public class quiz extends Thread implements KeyListener { FileReader file; Scanner in; double result=0.5; String s[]; int pic1=0; boolean start=false; boolean time=false; int j=0; char c='a'; int l; int min=0; boolean pic=true; int pic2=-800; String s1,s2,s3,s4,s5,s6; public static void main(String args[]){ quiz b = new quiz(); b.start(); b.go(); int s=12; } public void go(){ JFrame f = new JFrame(); f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); pane p = new pane(); f.getContentPane().add(p); f.setUndecorated(true); f.setSize(800,600); f.setVisible(true); f.addKeyListener(this); int dw=7; try{ FileReader file1 = new FileReader("\\barack.txt"); Scanner in1 = new Scanner(file1); s=new String[10*Integer.parseInt(in1.nextLine())]; }catch(Exception ex){} do{ try{ if(time){ min++; if(min==540){min=0;pic=false;j+=6;} } file = new FileReader("\\barack.txt"); in = new Scanner(file); for(int i=0;i=800){pic1=-800;} if(pic2>=800){pic2=-800;} p.repaint(); try{Thread.sleep(100);}catch(Exception ex){} }while(dw==7); } class pane extends JPanel{ public void paintComponent(Graphics g){ Image im = new ImageIcon("E:\\Azul.jpg").getImage(); g.drawImage(im,pic1,0,800+pic1,600,0,0,800,600,this); g.drawImage(im,pic2,0,800+pic2,600,800,0,0,600,this); if(!start){ g.setFont(new Font("Serif", Font.BOLD,30)); g.setColor(Color.blue); g.drawString("PRESS ENTER TO START THE QUIZ", 200,200); } if(start){ for(int i=0,c='a';i<4;i++){ g.setColor(new Color(0,255,0,200)); g.fillOval(200+i*100,500,50,50); g.setColor(Color.red); g.setFont(new Font("Serif",Font.ITALIC,50)); g.drawString(""+(char)c,210+i*100,540); c++; } g.setFont(new Font("Serif", Font.BOLD,30)); g.setColor(Color.blue); g.drawString(s[1+j],50,200); g.setColor(Color.black); for(int i=j+2,k=0,c='a';i<6+j;i++,k++){ //here you can generate the random number to change the question serial ,supposeint ran= (4 - (int)(Math.random()*4)) will create a random number between 1 and 4.you use it as drawString(s[ran],50,50) g.drawString((char)(c+k)+" " +s[i],100,250+k*50); } } } } public void keyPressed(KeyEvent ke){ if(ke.getKeyCode()==KeyEvent.VK_ENTER){start=true;time=true;} if(ke.getKeyChar()==s[6+j].charAt(0)){result++; j+=6; pic=false; }else{result-=.5;} System.out.println(result); } public void keyReleased(KeyEvent ke){} public void keyTyped(KeyEvent ke){} public void run(){ int s=12; a try{ URL u = new URL("file:///E:\\b1.wav").toURI().toURL(); Player mediaplayer; mediaplayer = Manager.createRealizedPlayer(u); mediaplayer.start(); Thread.sleep(700); }catch(Exception ex){} }while(s==12); } }

help

 

600

10 days

10-03-2009 08:19 EDT

(No Feedback Yet)

You'll get your delivery within 10days

help

 

750

14 days

10-06-2009 14:04 EDT

(No Feedback Yet)

Hello, my name is Geoffrey Gertken. I am a private freelancer with over 10 years of experience in developing web sites and web applications. I would like you to know that my prices are far cheaper than that of large design firms and I am a lot easier to get a hold of then any third party or out sourced staff provider. I specialize in social network development and design. I have personally designed and programmed over 4 social networks from top to bottom from scratch and would like to bring my experience to your company as well as express my deepest interest in your project and provide you with the following services: Programming: 1. ASP.Net 2. VB.NET 3. Javascript 4. AJAX .NET 5. MS SQL Server 2005 6. Working from design documents or SRS documents 7. Microsoft .NET framework. 8. Apis such as facebook/myspace/opensocial/twitter/google maps and more A few of my previous sites I designed and coded from scratch: http://www.tequilamemoirs.com http://www.valsecrets.com http://www.zenzuu.com http://www.worldpropertyguide.com http://www.musictvnetwork.com http://www.modelvideomagazine.com Design: 1. Photoshop 2. Flash 3. Illustrator Applications: Mobile/iphone Social Networks E-Commerce Systems Blog Systems Contact Management Systems Intranet Systems and more... You can find my resume and portfolio online at www.geoffreygertken.com. I am on linked in as well under Geoffrey Gertken.

help

 

250

15 days

10-12-2009 15:50 EDT

(No Feedback Yet)

Please check PM

help

 

350

0 days

10-13-2009 19:33 EDT

(No Feedback Yet)

This bid is for VideoWhisper 2 Way Video Chat, a premium high definition video communication software designed for instant 1 on 1 online video conferencing. Includes big video panels, instant room creation and access, session duration management, emoticons, customizable streaming settings. Works both with FMIS and Red5 (hosting can be provided for additional fees). Free trial version is available for download. ( Demo: http://www.videowhisper.com/?p=2+Way+Video+Chat )

help


    Bid on this Project