search for: alexk

Displaying 3 results from an estimated 3 matches for "alexk".

Did you mean: alex
2007 Sep 27
4
transportXML returns null?
Hi, I want to load an XHTML file into DOM. I issue Ajax.Request and on success do: var response=transport.responseXML Response is null. On the other hand: var response=transport.responseText; // has the data. Why is response=transport.responseXML returns null? Here is the code: function display() { url = "http://" + location.hostname + port + "/fusion/
2004 Aug 06
2
Speex API for use with .Net applications
Hi, I'm Ossama Khayat, an Arab .Net Framework developer. I'm interested in building an API or COM component, of the speex codec, that is suitable for use in a Windows Forms application. This will be used in an Open Source project that will hopefully be hosted in Source Forge one done. I tried downloading the source code and compiling it but really couldn't do much with it, especially
2001 Oct 24
1
Borken dirname on Solaris 2.5.1
Discovered this post an upgrade to 2.9.9p2, Solaris 2.5.1 dirname is busted for paths like "/usr", returning "" rather than "/". Index: acconfig.h =================================================================== RCS file: /cvsroot/upstream/openssh/acconfig.h,v retrieving revision 1.1.1.3 diff -u -r1.1.1.3 acconfig.h --- acconfig.h 2001/10/23 15:18:33 1.1.1.3 +++