eboard
-
my messenger have eboard and this board I want to appear in every one in group that contact in same session how can I do it in WAN
How do you think you can do it? Part of the skills needed to be a professional developer include being able to break a problem down into logical steps. As I told you before, you should have started off by modelling the requirements and this will go a long way towards determining what you need to do. So far, all the evidence points to you just jumping in and hacking code together, and that's not going to help you. Please, work out what you want to do first.
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
-
my messenger have eboard and this board I want to appear in every one in group that contact in same session how can I do it in WAN
Hi :) I'm not sure I completely understand the question. Could you give an example in the form of a small use case, describing how a fictional person would use your application? Most people won't know what you're referring to with the term "eboard". For the ones still wondering, it's an aid for teachers, described here[^]. To sum it up, the site offers a post-it note service. What messenger are you referring to? If it's Windows Live Messenger, then you might be able to create a custom activity. Other messengers might be more work; you'd need to supply an addin that could display the site.
I are Troll :suss:
-
How do you think you can do it? Part of the skills needed to be a professional developer include being able to break a problem down into logical steps. As I told you before, you should have started off by modelling the requirements and this will go a long way towards determining what you need to do. So far, all the evidence points to you just jumping in and hacking code together, and that's not going to help you. Please, work out what you want to do first.
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
-
Pete O'Hanlon wrote:
As I told you before, you should have started off by modelling the requirements
I must have missed where you told that before :) +5, knowing what you need is a very important part of getting what you need.
I are Troll :suss:
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
-
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
-
Pete O'Hanlon wrote:
As I told you before, you should have started off by modelling the requirements
I must have missed where you told that before :) +5, knowing what you need is a very important part of getting what you need.
I are Troll :suss:
yes I know that but the eboard education by messeger i will develope messenger but not like any messenger 1-have eboard 2-this eboard one student (one member like teacher control it) 3-the one line contact who their decided who make control in eboaed by vote the online student or freinds 4-the eboard make it live communication my question how can make live communication and how make data base of email I can make DB in own server or use the server like email aleredy is exist such as @hotmail or @yahoo thank :confused::confused:
-
Hi :) I'm not sure I completely understand the question. Could you give an example in the form of a small use case, describing how a fictional person would use your application? Most people won't know what you're referring to with the term "eboard". For the ones still wondering, it's an aid for teachers, described here[^]. To sum it up, the site offers a post-it note service. What messenger are you referring to? If it's Windows Live Messenger, then you might be able to create a custom activity. Other messengers might be more work; you'd need to supply an addin that could display the site.
I are Troll :suss:
until now I cant decided how many that can used but i think all friends that in my contact list that can used eboard( electronic board with tools like save draw circle ,ellipse....,pen,font,...) that used to teaching if u have advice help me if u can and thanks until now idont now what protocol I must be used
-
yes I know that but the eboard education by messeger i will develope messenger but not like any messenger 1-have eboard 2-this eboard one student (one member like teacher control it) 3-the one line contact who their decided who make control in eboaed by vote the online student or freinds 4-the eboard make it live communication my question how can make live communication and how make data base of email I can make DB in own server or use the server like email aleredy is exist such as @hotmail or @yahoo thank :confused::confused:
om_metab wrote:
my question how can make live communication
You'd need a chatserver, clientsoftware, and you'd need to decide on a protocol. There's the MsnpSharp library if you want to connect to the Windows Live' Messenger service. If you already have an eboard, you'd have to find a way to integrate it into that messenger. Or is this something you want to develop yourself too?
om_metab wrote:
and how make data base of email I can make DB in own server or use the server like email aleredy is exist such as @hotmail or @yahoo
I don't completely understand what you're asking. You can install a Smtp-server if you need to send emails, a Pop3-server if you need to receive them. If you have a lot of accounts, then you 'could' download all the messages from the different providers to your database. Is that what you want?
I are Troll :suss:
-
until now I cant decided how many that can used but i think all friends that in my contact list that can used eboard( electronic board with tools like save draw circle ,ellipse....,pen,font,...) that used to teaching if u have advice help me if u can and thanks until now idont now what protocol I must be used
om_metab wrote:
if u have advice help me if u can and thanks until now idont now what protocol I must be used
Xmpp[^] would be my personal choice, as it's widely supported, and there's a nice supply of serversoftware[^]. You could try to "integrate" an eboard as an activity in Windows Live Messenger, but that would limit the contents to Html and JavaScript. Nah, I'd write my own Xmpp-client. If you also want to integrate some eboard-like functionality, check out the WCF - should contain something to replace remoting :)
I are Troll :suss: