March 1st, 2010
Despite the fact that I earn a living with technology, and that even many of my leisure hours are spent in front of a computer, I’m feeling especially consumed by technology lately. By “consumed” I mean more of the “waste or burn away” sense.
Read the rest of this entry »
No Comments » |
Misc |
Permalink
Posted by Eric
January 5th, 2010
So shortly after crowing about how cheaply I was getting cell phone service, I’ve sailed headlong into the rocks of an $80 a month smart phone plan. In spite of all the Android buzz of late, I went with the Palm Pre.
Read the rest of this entry »
1 Comment |
Hardware |
Permalink
Posted by Eric
January 4th, 2010
I frequently say, only half-jokingly, that printers are evil. Actually I love my HP LaserJet 1320, but my Canon Pixma 620 is just plain E-V-I-L.
Read the rest of this entry »
1 Comment |
Hardware |
Permalink
Posted by Eric
December 16th, 2009
When is white not white? When one is Color.White and the other is Color.FromArgb(0xff, 0xff, 0xff, 0xff).
Read the rest of this entry »
No Comments » |
.NET, Bafflers |
Permalink
Posted by Eric
November 28th, 2009
Easy control transparency isn’t exactly a hallmark of Windows Forms. If you have a form with a background image or a gradient, the stock controls paint with a solid background to give a criminally egregious aesthetic.
Read the rest of this entry »
No Comments » |
.NET, Programming, User Interface, Windows |
Permalink
Posted by Eric
July 8th, 2009
The official Silverlight documentation about localization gives lots of information about working with resource files, but it is kind of scant on how to actually get localized strings to show up in the UI in a reasonable way. For example, an unreasonable way would be to set the text/content properties of all the controls in a page’s code-behind file. A reasonable way is to use data binding.
Read the rest of this entry »
No Comments » |
Programming, Silverlight |
Permalink
Posted by Eric