talk

Where are all the Google Tech Talks at?

I saw one on the creator of captcha, Luis von Ahn, and he also made the picture matching game that Google has bought from him (citation). It was really interesting and I was wondering where a vast archive of Google Tech Talks are. Anyone know? ...

Which talks/videos appealed to you as a developer?

Which talks/videos appealed to you as a developer? I really like this talk by Clay Shirky: http://www.youtube.com/watch?v=Xe1TZaElTAs And, Startup School talk by David: http://www.omnisio.com/startupschool08/david-heinemeier-hansson-at-startup-school-08 Which ones you recommend? please provide links and a short description if possible....

Talk on ASP.NET

A friend of mine's company is considering using either Java or ASP.NET for web development. Currently they do all development in Delphi. As they have no experience in .NET they have asked me to come down and give a 1 hour overview of .NET (mainly ASP.NET). What topics should I cover? ...

php server talk

How can I enable talk or speech on my PHP Server? Is there a language that has speech-classes that could help me, or do I need to use a text-to-speech engine? ...

invoke IMUCTalkAPI and IMUCTalkPlugin of Google Talk 1.0.0.104 TypeLib

I see GoogleTalk.exe (1.0.0.104) has some undocumented TypeLib interface Dispatch IMUCTalkPlugin; // IMUCTalkPlugin Interface GUID={4C9DC108-C73F-11DA-95AB-00E08161165F}; function QueryInterface(riid:^GUID; out ppvObj:^^void); function AddRef: UI4; function Release: UI4; function OnNewContact(chatroom_contact:^IChatRoomContact);...

Wincap Msn messenger, yahoo messenger, google talk

Does someone know how to use Wincap(or other library) to see messages sent from and to Msn messenger, yahoo messenger, google talk? Thanks ...

JavaScript: To the other page

I made this PHP chatbox which supports some JavaScript code. I have these 'images' which if you click them make special codes inside the textfield. e.g: <head> <script language="javascript"> function addCode(code) { document.writeform.bericht.value+=code; document.writeform.bericht.focus(); } </head> <bo...

How can I retrieve a Google Talk users Status Message

I'd like to be able to retrieve a users Google Talk Status Message with Python, it's really hard to find documentation on how to use some of the libraries out there. ...