Logging Out of Facebook with C# SDK
Logging out of Facebook programmatically turns out to be much more problematic that you would think. I posted the question […]
Logging out of Facebook programmatically turns out to be much more problematic that you would think. I posted the question […]
Well, it appears I’ve been caught in the cross-fire in some open source wars. A number of years ago, SkyBound
I really shouldn’t drink & post like last night… Anyways, cynicism and rantiness wane as sobriety returns, and here’s some
I’m a complete and total bigot. Unmitigated, complete, total bigot. The web sucks. And web APIs suck too. Especially when
As I am virtually incapable of doing anything the same way twice, I had to go out and find another
I know what I want in computing devices, and it’s not available. Anywhere. Nobody makes it. But everybody wants it.
Internet Explorer 7/8 throws an error when you pop a download through a meta refresh or iframe. The error message
DirectoryInfo is really very fast to iterate through. While working on some software, I’ve been experimenting with different approaches to
Using “false” in a conditional causes all variables in the else clause to return nothing while debugging. Huh? Yep. Here’s
While working on some threading stuff, I came across an excellent article on boxing and unboxing in C#. The author