Posts
-
Reminder: Check your cables before buying more cables...
I’m sure I’m the only one that has ever messed up like this, but anyway…
Read more... -
My programmer personality type...
Your programmer personality type is:
DHSC
You’re a Doer.
You are very quick at getting tasks done. You believe the outcome is the most important part of a task and the faster you can reach that outcome the better. After all, time is money.
You like coding at a High level.
The world is made up of objects and components, you should create your programs in the same way.
You work best in a Solo situation.
The best way to program is by yourself. There’s no communication problems, you know every part of the code allowing you to write the best programs possible.
You are a Conservative programmer.
The less code you write, the less chance there is of it containing a bug. You write short and to the point code that gets the job done efficiently. -
TODO: Add NTWind Feed to your Feed Reader!
You know about NTWind even if you don’t think you do… NTWind is where you can get such awesome tools as WinSnap and TaskSwitchXP. The site has had a blog link on the side for a while, but it had been “under construction” for a few months…
Read more... -
How do we solve this problem? (not a programming problem!)
Jeff Atwood posted a great article talking about programmers that can’t actually program.
Read more... -
Worse than failure...
I guess Worse Than Failure fits a little better than what I had resorted to calling it on my own: “Where’s the Function?”
Read more... -
My Vista stability score is way down lately...
Check this out…
Read more... -
Problems with the WebBrowser control and IDocHostUIHandler
Lately, I’ve been doing some work with the WebBrowser control (new in the 2.0 framework). It really does offer a lot of benefits over directly using the underlying ActiveX web browser control. And when the new functionality doesn’t cover a need you may have, you can always get at the ActiveX control (though you’ll need plenty of COM interface definitions - hello pinvoke.net!).
Read more... -
Vista Fun!
Windows Vista has been released for public consumption! That makes it sound like Vista is some sort of sandwich or something…
Read more... -
Quote of the Day?
I probably should have just submitted this one to Overheard at the Office, but I’d rather post it here.
Read more... -
Possible solution to problems when remoting between .NET 1.1 and 2.0
We’re in the process of migrating to .NET 2.0 at work and one of the the things we’ve encountered is a problem with remoting between .NET 1.1 and 2.0 frameworks.
Read more...