Hardcode
Making it happen
Making it happen
Dec 10th
Adrian (again!) points to me that you can’t simply compare strings lexicographically using < and >, you’d get the following:
Dec 10th
I’m off tonight to the 4th programmer meeting under the name of Wurbe – details here in RO.
Dec 6th
A preview version is here – performance is terrible though, I’ve uninstalled it after exactly one minute.

Dec 3rd
Guess what, these days you can no longer use flags (as a visual symbol) along with text to indicate languages when choosing one from a list because it’s offensive to the other countries sharing the same language – more here.
Dec 3rd
Ok I admit I wasn’t in love with XAML at the time when it was launched, mostly because of its verbosity and bloatedness
But about a month ago I had to implement a kind of complex design into a .NET desktop application, and it was that kind of design that could have required lots of weeks to develop using owner draw controls and GDI+: list views with clipped contents, multiple-step gradient borders etc, they all proved very easy to do in XAML like a few hours for the most complicated control.
As for WPF being bloated, some time ago I thought of implementing a hardware accelerated DirectX-based XAML rendering engine, yet I found it already is GPU accelerated:
DirectX 10 cards are able to cache the font glyphs in video memory,
then perform the composition (assembling of character glyphs in the
correct order, with the correct spacing), alpha-blending (application
of anti-aliasing), and RGB blending (ClearType’s sub-pixel color
calculations), entirely in hardware. This means that only the original
glyphs need to be stored in video memory once per font (Microsoft
estimates that this would require 2 MB of video memory per font), and
other operations such as the display of anti-aliased text on top of
other graphics – including video – can also be done with no computation
effort on the part of the CPU.
Still I kind of doubt the renderer is using the GPU at it’s full power – I can bet the gradients are not done using shaders and the shapes are not drawn with polys etc.
Nov 22nd
Check here (thanks Adrian), also take a look at VPL, a visual language used by Microsoft Robotics Studio, not exactly new but resembling to Windows Workflow ? Robotics Studio also seems to have a Visual Simulation Environment, that is, 3d simulations of the robots – wow!
But my favorite is Popfly Explorer.
![]()
And apparently I was remembering incorrectly that you can’t build commercial products using these Express editions, well, I was wrong:
7. Can I use Express Editions for commercial use?
Yes, there are no licensing restrictions for applications built using Visual Studio
Express Editions.
Nov 20th
Yes that’s right
MFC will feature some controls from BCG like the Office 2007 ribbon, Visual Studio docking panels etc – seems like BCG’s source code for these controls is much cleaner than Microsoft’s own code so they decided to partner with them rather than package their internal code nicely and expose it
).