I wish to insert a namespaced XML document into an (X)HTML web page. The "XML Data Island" trick is verboten. There appears to be two ways of accomplishing this. Both continue to elude me. [more inside]
posted on May 15, 2008 - 16 answers ![]()
Does anyone have experience using DirectX in a server-side application? Is it practical? If not, what alternatives are there? [more inside]
posted on Jan 4, 2008 - 10 answers
Comp Sci: What's the best Design Pattern or structure for dealing with a complex relationship between many booleans? [more inside]
posted on Sep 25, 2007 - 34 answers ![]()
I need to spec out a huge, complex application in UML. I'm looking for good tools/techniques to do this in a fluid situation, where there are a ton of classes and new ones will be added all the time. [more inside]
posted on Jul 26, 2007 - 11 answers ![]()
I'm trying to get my application (VB, but that doesn't matter) to connect to the internet and support proxy servers that require a username and password. The former is easy, the latter not. What I'm doing is sending Proxy-Authorization: Basic [authentication] in the header (where [authentication] is "username:password" base64 encoded) with each request. However the proxy server keeps reporting error 407 (authentication required). I've read the RFC's, I've read google groups but I have no idea what I'm doing wrong. Any ideas?
posted on Apr 30, 2004 - 2 answers