7 posts tagged with application and programming. (View popular tags)
Displaying 1 through 7 of 7. Subscribe:
What's the best way of adding a "live" graph to my .NET WinForms application, similar in behaviour to the scrolling CPU usage and pagefile graphs found in Task Manager? Must be free, not too ugly, and not too processor-intensive.
posted by matthewr
on Nov 8, 2008 -
5 answers
Where can I find a service / program that would enable me to dynamically create resumes and cover letters? [more inside]
posted by Pontifex
on Sep 15, 2008 -
8 answers
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 by five fresh fish
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 by Vorteks
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 by grumblebee
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 by grumblebee
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 by ralawrence
on Apr 30, 2004 -
2 answers