I have moved my blog to a self-hosted instance of Wordpress, so I will no longer be posting any new entries here. You can find the new blog at http://maxschmeling.me/.
See you there!
Thursday, October 29, 2009
New Location
Posted by
Max Schmeling
at
2:03 PM
Friday, August 28, 2009
My problem with Foo foo;
No, I don't have a problem with Little Bunny Foo Foo. What I'm referring to is a type of coding style where the developer makes a declaration like the following:
Posted by
Max Schmeling
at
10:31 AM
Labels: coding style, development
Thursday, August 27, 2009
Who are you comparing yourself to?
Regardless, it’s better than we have been taught we should deserve. Jerry the general manager explained why in the simple quote that leads this post off. He’s busy comparing the place to other restaurants, not to other airports. Seth Godin

Posted by
Max Schmeling
at
7:30 AM
Labels: business, development
Wednesday, August 26, 2009
Finite State Machine Research Paper
I'm putting this here more as a bookmark for myself because I've been reading a lot about Finite State Machine implementation lately for a project I'm beginning to start on (a rewrite of an existing application).
Posted by
Max Schmeling
at
1:33 PM
Labels: development, FSM, research
Sandcastle and Visual Studio 2005 SDK
I just ran into an annoying little problem with Sandcastle Help File Builder. I was getting a build error that said the version of Sandcastle that I had is out of date.
After a little research I determined that Visual Studio 2005 SDK was causing the problem. I've installed it since the last time I built a help file, so it makes sense. The fix is to set the SandcastlePath property on your Sandcastle project to the correct path: C:\Program Files\Sandcastle.
Apparently the Visual Studio 2005 SDK includes v1.0.0.0 of Sandcastle, and somehow SHFB uses that version instead of the one installed manually.
Hope this helps.
Posted by
Max Schmeling
at
1:16 PM
Labels: .net, bugs, development, documentation, microsoft, sandcastle


