Earlier, I installed Microsoft Max which added .NET 2.0 and this immediately broke my ability to post in ink to these blogs.
For others having trouble posting in ink here, you have a couple options: #1 roll back your system (System Restore) to a time before you upgraded to .NET 2.0? That's what I had to do to get ink working here again. I should have read this thread first, where Loren explained that this was a problem on 11/20 and a handy workaround (option #2) as well:
Create a file called iexplore.exe.config in the same folder as the Internet Explorer exe. You can find the exe by looking under Program Files\Internet Explorer. Within this file place the following lines:
<CONFIGURATION>
<STARTUP>
<SUPPORTEDRUNTIME version="v1.1.4322" />
<STARTUP>
<CONFIGURATION>
Close all instances of IE, and open a new one.
This will be handy for if I really need .NET 2.0 on the tablet, thanks Loren.