AJAX :: Development Of Facebook Chat?

Feb 22, 2011

Am developing an application that looks more of facebook but at a point i got stuck on the area of the chat

how to develop similar chat in dat of facebook. Am usiing asp.net 3.5 with c#

View 2 Replies


Similar Messages:

AJAX :: Create Facebook Like Chat In .Net

Jun 25, 2010

l'd like to create facebook like chat application in asp.net. This is real situation and I cant implement any workaround....since there would be large no. of users using the application.I need to implement 1-1 chat functionality where user can chat with multiple users by opening multiple chat windows much similar to facebook.

View 1 Replies

C# - How To Make A Facebook-like Chat

Jan 15, 2011

I always wondered how to make an instance chat using ajax !

View 4 Replies

Web Forms :: Do Chat One To One Such As Facebook?

Nov 22, 2010

I want to add chat to my web application. How to readily available modules or add ons? The chat function will be one to one such as Facebook.

View 3 Replies

Add A Chat Feature Like Facebook?

Jul 6, 2010

I am a c# developer and am working on a web site that contains user accounts. I am trying to add a chat feature like facebook. Only direct chat is to be available like IM, a logged in user in the website should be able to chat with only logged in users. And the user can chat with only one other user at a time. If he wants to chat with another user, he must open a new chat window for him seperately. Which is exactly like facebook's chatting system. Any guides how to go about this. I am a newbie in web applications. Also, preferred language to go about his is asp.net.

View 6 Replies

How To Devlope Chat Module Like Facebook In .NET

Oct 4, 2010

how can i devlope chat module like Facebook In ASP.NET?

View 19 Replies

Make A Chat Room Which Should Be Attach Like Facebook ?

Mar 26, 2011

i am working on asp.net .i want to make a chat room which should be attach like facebook .can any tell me do's and dont's

wht is it called
how can i start ?
designing part ?

View 1 Replies

How To Add Chat Application Like Facebook In Social Networking Website

Oct 27, 2010

how can i add chat application like facebook in my social networking site?

i need to add chat application in my project just like facebook chat

how can i create in asp.net?

View 24 Replies

MVC :: Developed An Adaptation For An Existing Facebook/gmail Like Chat?

Apr 22, 2010

I've developed an adaptation for asp.net mvc of an existing facebook/gmail like chat. it also includes video P2P features .

View 2 Replies

Web Forms :: How To Create Facebook And Gmail Type Web Based Chat

Aug 14, 2012

How can I create FB and gmail type web base chat in Asp.net ....

View 1 Replies

.net - Facebook Development Using C#?

Jul 17, 2010

I see a lots of different framework for development of app in asp.NET using C#. Please suggest a stable and well document framework for FB development.

View 3 Replies

Facebook .net Application Development?

Dec 1, 2010

Whats the best starting point for facebook application development in .net?

View 4 Replies

Facebook Game Development - .NET - Which Architecture

Mar 17, 2010

I am starting to develop a facebook game using ASP.NET + Silverlight

Which architecture would you use? ASP.NET MVC or MVVM or RIA Services?

ALso what do you think about using XNA with Silversprite?

The game won't be a arcade game. It will be more strategy/RPG.

View 2 Replies

How To Request The Extended Permission At The Time Of Authentication Only In Facebook App Development

Nov 8, 2010

I am developing a facebook application in asp.net using the facebook developkit downloaded from [URL] website.

I am practicing a sample application in SDK 3.02samplesIFrame.

They have give an attribute called RequiredAttribute = true in IFrameMaster.Master.cs, which will access the basic information.

But I want to request for extended permission in the same screen itself.

For that i have used this.RequiredPermissions = new List() { Facebook.Schema.Enums.ExtendedPermissions.publish_stream, Facebook.Schema.Enums.ExtendedPermissions.offline_access };

But there is no use.

Is there any way to do it.

View 2 Replies

Web Forms :: Develop Web Based Chat Application With Private And Group Chat Option

Sep 5, 2012

I want to develope web based chat application for an organization

My requirements are,

1. Group chat
2. Private chat
3. All chat information will save in sql server
4. if user minimize the browser,it will blink like gtalk and face book

View 1 Replies

Architecture :: How To Save A Large Data Of Chat Room In Chat Application

Nov 3, 2010

I'm developing chat application on asp.net mvc, in my app, user can create room and invite other join to chat, but don't need to save chat room information.So, I designed to save all chat message ,room information and user info in Session and clear it when owner close the room.I'm worry about stressing server when I save alot of data (include room info, user info, and message) in Session if there are up to 5000 rooms created and alot of messages transfered in that room.Is my solution good enough ? is it ok to save in Session ?

View 3 Replies

Data Controls :: Save Chat Messages To Database Using SignalR Chat

May 7, 2015

I had create an application to allow user to register new project.Manager will chat with user base on the project ID(chat room id = Project ID) and store this conversation to database.

Example: User A register project A, other user cannot join the chat room A.

View 1 Replies

Professional Ajax Chat?

Apr 8, 2010

how it works to be on the chat site Facebook.When I watched this chat via Firebug, so there they have made with retrieving messages over and over again in the loop.

I used setInterval ("function", time);They're just loading the chat for a change.So how does such a professional ajax chat?

View 7 Replies

AJAX :: How To Realize Chat Between Exactly Two Visitors

Aug 25, 2010

I want to realize the following with AJAX and .NET, but I don't know the best way to do it.Person A comes to the website, clicks a button 'I want to chat'. Then Person B comes and he should see a list where he can choose 'chat with A'.I have two questions:- What is the best way to address B's message to A? After B has sent his message to the server, how does the message get to A?- Is it possible to invoke a "update-chat" function for A when a message for him arrives? (Of course, A's browser could ask the server 'do you have a message for me?' every second, but this seems not a good solution.

View 5 Replies

AJAX :: Post Multiple Xmlhttprequests For Chat?

Apr 8, 2010

I have developed a chat by xmlhttprequests. It supports one user at a time. I am using post requests. It works fine. Now, I want that all users of my site can chat with each other. So, when someone is talking with more than one user at a time, I need to handle those multiple requests. So, what should I do ...?

1. Should I go for multiple xmlhttprequest ? ( I think its not a good idea, as no. of users is uncertain, secondly it will be a havoc to the page)

2. Should I pass multiple arguments in post request for differenct chats(separtated by some sign ). ( But its not a good idea too, as no. of active chats at a time is not certain, secondly I have to pass whole arguments whether one is chatting with just a single person.

3. Should I pass an array ? If I can ... Can I pass an array in arguement. How to achieve this ? and how to retrive this in server page.

View 4 Replies

AJAX :: Make A Non-voice Chat Support Tool?

Nov 17, 2010

I need to make a non-voice chat support tool for a client in ASP.NET 3.5 framework.Can anyone tell me how can i make it using ajax control toolkit??

View 4 Replies

Built Chat Application Using Asp.net3.5,sqlserver2005,ajax?

Mar 21, 2011

i need to built chat application using asp.net3.5,sqlserver2005,ajax..

where to get easy source or idea to develope from the scratch...

View 4 Replies

Javascript - Web Based Chat, Using Ajax Timers , Will It Perform For Large Number Of Users

Jan 25, 2010

as all we know that we can create very simple chat using ajax timer & web service , it runs well for few users .

i want to leaverage same idea for site where 5000+ users will be there in chat room , messages are stored in queue hold in memory * dispatched as user request that is through java script timers calling page method or service ,

how well it will perform ? i know GTalk implements XMPP protocol(jabber) for the web chat
seems it will be difficult to got XMPP way ?

View 1 Replies

Is It Wise To Mix MVC Development And Web Form Development In The Same Group Of Products?

Oct 20, 2010

We have a largely asp.net web form team (With some Oracle developers thrown in).

Question 1:

Is it a good idea to start using asp.net MVC which will mean redevelopment of a number of standard controls for not much benefit.

Question 2:

Is it a good idea to hire developers where there most recent skills are with asp.net MVC?

I doubt there is any benefit adopting MVC now, given the 100+ applications in this suite of products, and the maintenance/rework this will cause. Given this, is there any particular reason to hire MVC developers, as they won't be hitting the ground running, which is what I need now.

View 3 Replies

Social Networking :: How To Access Facebook Page At Dialog Of Facebook Send Button

Aug 18, 2012

I see that only name,group,email address we can access at facebook send button. How can i send to my facebook page wall (where i am admin) by clicking facebook send button. It's by default don't show it.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved