Welcome to MSDN Blogs Sign in | Join | Help

December 2008 - Posts

A couple of days ago, I went out with the iBOT into the still uncleared snowed-over sidewalks. It was a test -- I had some Christmas day plans (a bunch of Seattle orphans sans travel plans all heading to Amy's places the top of Capitol Hill for Jumbalaya Read More...
As the end of the year approaches, I guess it is a time for reflection. Oh, I suppose resolutions for the new year. For those you can paste in mine from four years ago , as I am still striving on them. 2008 was kind of my worst year for as long as I have Read More...
After reading It isn't really RED versus GREEN , Cheong asked: I've searched for a while in charmap.exe and yet to find a font that'll display these characters in WinXP. That brings me to a question: Is there a font that ships with Windows (not necessarily Read More...
YAIB -- yet another IBOT blog -- feel free to ignore if they aren't your thing... Prior blogs in the series here and here and here and here and here and here and here and here and here . This blog is going to be about the good, the bad, and the ugly . Read More...
Computerized apologies to Soundgarden, an awesome band that at a minimum deserves more intelligent puns.... Someone was having trouble getting something to work in Vista (yes, yes, alert the news media). The problem description: Hi, there, sorry for spam. Read More...
Frank's question is one any reasonable person could have: So, why is XmlWriter producing a document with encoding = UTF16 when I specify UTF8 ? static void Main(string[] args) { XmlWriterSettings xws = new XmlWriterSettings(); xws.Encoding = Encoding.UTF8; Read More...
WARNING: This blog has nothing whatsoever ¹ do with Nordic sex. Regular reader Santhosh Pillai had a question not too long ago that I found to be rather kick ass and cool, professionally speaking. It was: Hi, I am trying to figure out how these characters Read More...
In the past 10 days I have had four people ask me the same question. Here is one if the most recent ones: Hi Michael, One of my friends was asking if there is an ICU for .NET. icu4c-4_0-Win32-msvc8.zip that he got from http://www.icu-project.org/download/4.0.html Read More...
Earlier today, tshirk (probably not his real name?) asked via the Contact link: Okay, I'm sorry. This is a support question. I suck. I'm just asking if you've ever heard of applications that use Marlett (super secret Windows system symbol font) being Read More...
Ben's question was a reasonable one: Hello, I am currently running into an issue on an Arabic localized box in which an ArgumentOutOfRangeException is being thrown when DateTime.ToString() is called on a DateTime object with the value set to MaxValue. Read More...
Previous blogs in this series of blogs on this Blog: Part 0: The intro, sans content Part 1: Getting the obvious out of the way Part 2: A&P of a 'linguistic character' Part 3: It starts with cursor movement (where MS simultaneously gets better and Read More...
Over in the Suggestion Box, Aaron asked: Hi again - question about one of your favorite codepages - 1258 (Vietnamese) and combining diacritics in regards to Unicode character U+1EB7 (LATIN SMALL LETTER A WITH BREVE AND DOT BELOW - http://www.fileformat.info/info/unicode/char/1eb7/index.htm) Read More...
YIAB -- yet another IBOT blog -- feel free to ignore if they aren't your thing... Prior blogs in the series here and here and here and here and here and here and here and here . Yesterday was an interesting day. We had a morale event, an Argosy lunch Read More...
Looking back at the my blog Ready... set... Reboot Redux, part Deux! , in order tp get the link to help answer someone's question, I realized something very important. That blog does not give the solution, it really only states the problem. A problem Read More...
Not a technical issues but kind of a language one. Feel free to skip... When I was growing up in Beachwood, Ohio, I remember a children's rhyme involving a rabbit that was harassing the local field mice. After ignoring the warnings of Good Fairy (usually Read More...
There are many functions in the Win32 API that really amount to little more than requests. The caller is asking for something, perhaps passing parameters to give specifics on what the caller wants. And the caller will usually get something back. It will Read More...
I was in triage today, and we were looking at a bug. I can't remember what the bug was. Oh yeah, I remember. The Windows Reliability Wizard, when it is done running, puts up a report. The bug was a specific scenario where the report's information was Read More...
Previous blogs in this series of blogs on this Blog: Part 0: The intro, sans content Part 1: Getting the obvious out of the way Part 2: A&P of a 'linguistic character' Part 3: It starts with cursor movement (where MS simultaneously gets better and Read More...
In response to yesterday's blog ( The "plate of shrimp" theory explains it ), a depressing number of people admitted via the Contact link that they did not understand the reference.... In this case, n>0 would be depressing, but it was actually more Read More...
There is an old expression about how when it is time to railroad, people railroad (I've mentioned this issue before ). Others think of this as the plate of shrimp theory (if they are fans of the movie Repo Man , that is -- if so, they are cool). Anyway, Read More...
Jason's question was: The Unicode "Lt" character category -- this is the "title case" character category. It looks like the .Net BCL exposes this but the Win32 API doesn't. Am I correct in this? Thanks. Yes, Jason is spot on here. Like much of the Unicode Read More...
It was recently suggested to me that the terms COLLATION and COLLATE are confusing to people. Not people over here, I'd guess. And probably not so much the people who work in SQL Server or Access or really any database program -- anyone who places so Read More...
The mail I got the other day from Brett was pretty amusing (reposted uncensored with his permission, with no hint as to whether he was Anonymous1 or Anonymous2: Regards this conversation … anonymized for obvious reasons … Anonymous 1 [10:09 AM]: If you Read More...
So the other day a bunch of people were talking about stuff that was GREEN and stuff that was (RED)™ . The (RED)™ thing you can read about here . They are working to solve big problems -- getting antiretroviral medicine to the people dying of AIDS in Read More...
Previous blogs in this series of blogs on this Blog: Part 0: The intro, sans content Part 1: Getting the obvious out of the way Part 2: A&P of a 'linguistic character' Part 3: It starts with cursor movement (where MS simultaneously gets better and Read More...
VB expert and long time compatriot/comrade Bill McCarthy asked over in the Suggestion Box: Hey Michka, Can you tell us why ImmGetDescription seems to return zero length on Vista ? Is it broken ? Thanks. It's funny how many people still know me as Michka Read More...
Yet another IBOT blog -- feel free to ignore if they aren't your thing... Prior blogs in the series here and here and here and here and here and here and here . I have given many reasons that that I feel the iBOT has really changed not just my life but Read More...
Now lots of people have already been talking about cool changes to fonts in Windows 7, such as blogs like Long Zheng's Improvements to fonts in Windows 7 , which talk about some of the long-awaited updates to the Fonts folder that will make so much of Read More...
Prior blogs in the series here and here and here and here and here and here . There has been a question about the steering of the IBOT that I have been trying to explain. I have kind of given up. Though I do notice some information in the instruction Read More...
The question from the other day from Patrick was: I have a class defined as public class Foo { private string name = "a\r\nb\r\nc"; public string Name { get { return this.name; } set { this.name = value; } } } When I push object foo:Foo into a property Read More...
 
Page view tracker