|
I want to know how gmail chat allows the user to connect to AIM and then chat as if he were logged on to AIM.
Is this easy to make? How can it be done?
Does anybody know of any similar open source tools?
Thanks!
Started by chris on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
They support both Google Chat and AIM (among a number of other services), so you could get some.
|
|
Some users on a site I have been working on have requested the ability to allow the server to set their aim status when they are listening to a song though our flash music player. I looked at the AIM developer pages, but didn't see any API for PHP.
I ...
Started by dawnerd on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It should support everything.
You probably want the Web AIM Server API ; it looks like you can set the AIM status through around with using BlueTOC (formerly PhpTocAim) to work with AIM.
|
|
The web development team I work in works with a user experience team that follow User Centered Design principles. Together we all work within Scrum.
What best practices should we be aiming for to get great products delivered?
Started by Stewart Robinson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Scrum....
Stewart, judging by your question and subsequent comments it sounds like you have a people problem as opposed to a project management problem .
Give all of your programmers pay increases and stay out of their way .
You sound like middle management.
|
Ask your Facebook Friends
|
I'm not sure if this belongs on Serverfault so I'll post here and it can get moved if people think it should. I have three AIM accounts I'd like to use on my Symbian phone, but all the IM apps I've found only support one account per protocol. I thought...
Started by Jared on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Have one) Find three servers with AIM gateway Register to each AIM gateway with different AIM account Voila! You have three AIM accounts connected to your one Jabber account..
|
|
This answer says that Linq is targeted at a slightly different group of developers than NHibernate, Castle, etc.
Being rather new to C#, nevermind all the DB stuff surrounding it:
Are there other major, for lack of a better term, SQL wrappers than NHibernate...
Started by Adam Davis on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
With linq to sql, your database is pre-existing and you're ... .
When you say Castle I assume you mean Castle Active Record?
The difference is NHibernate is an OR/M and is aimed at developers who want to focus on the domain rather than the database.
|
|
I am looking for some library that will help me connect to IM networks through a Java program.
My requirement is as follows:
User should be able to login, retrieve friend list, and able to send messages to his friends Messages should be delivered to offline...
Started by aneez on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Apparently I am not allowed to add hyperlinks....
For aim, JAIMBot appears to provide a library that supports this: http this post.
Do you want the offline messages to be stored locally or on a server? I know AIM/ MSN have some would handle delivery.
|
HTML email not received in gmail, but succeeds with yahoo, msn, aim, and work domain. Is it my HTML?
I have tried sending and HTML formatted email using ACYmailing for Joomla AND Mailchimp. It works for yahoo, msn, aim, my work domain but not for gmail.
I can send plain emails from my server to gmail but the HTML formatted newsletter doesn't work.
Someone...
Started by Kel on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I realize it's likely you just forgot to include those tags in the pastebin... .
Just in case you're actually sending the HTML you reference in your question, note that it's invalid - you haven't wrapped it in the necessary <html> and <body> tags .
|
|
Question says it all.
I'm looking for some decent podcasts aimed at junior developers, or those who might be coming from a different background.
I used to be into .Net a bit, but I got caught up in some COBOL/legacy stuff for financial reasons and now...
Started by AgentConundrum on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
My favorite podcast is Software Engineering Radio ; sometimes the concepts are... .
Some interesting podcasts that are within reach of a beginning programmer:
Stackoverflow podcast Deep Fried Bytes If you're into legacy stuff, you might check out Retrobits .
|
|
I've looked for this a few times in the past, to no avail. I would like a simple php/ajax web chat interface, that, and this is the critical part, will interface with my IM client (Pidgin) ... via Jabber or Aim. Plugoo is almost what I want, except it...
Started by Buzz on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
There may.
It's not very complex, and that would allow you to build a nice web based AIM client for your website.
This wouldn't be that hard, if you implement the Oscar protocol that AIM uses.
|
|
Is the general advice re windows apps technology to develop in "aim to develop WPF unless you need to drop back to Windows Forms".
I known there are some specific pros/cons for particular scenarios/requirements (e.g. assumptions about what version of ...
Started by Greg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What about your user base? They may be more familiar with... .
If you are distributing the interface through citrix, windows forms may be a more robust solution .
It depends on lots of factors (even if they all else is equal), in particular presentation .
|