Archive for July, 2008

Binding list of custom objects to WinForms’ DataGridView. Sorting and Searching.

There is a lot of information in the Internet connected with this problem. Last week me and my friend Martin ran into it. Somebody will say “Come on guys it is quite simple!”. May be looking through most of the samples in Internet like this from MSDN it seems to be simple. But what about [...]

Essential Silverlight 2 - my impressions

Thanks to Christain Wenz for its book Essential Silverlight 2.
Essential Silverlight 2 by Christain Wenz is the book I finished in the last days. My opinion is that it is a nice book which can give a good base lines to start with Silverlight (no matter it is written for version 2). It consists of [...]

Create custom UI appearance for WinForms CustomButton - part 4

(All posts in this series: Post 1, Post 2, Post 3, Post 4, Post 5, Post 6, Source Code)

In this fourth part I’d like to present a custom button control. As all other controls described it has some customizable and different look but this one has an additional simple functionality - it has checked/unchecked state. [...]

Deployment and configuration of wordpress blog engine - my impressions

Finally, I finished initial configuration of my new blog (you read it now). It was my first time to do it and I’d like to share my impressions and experience about it.
First of all, I’d like to thank Mr. Michael Pollock for the nice theme Zeke. The second person I’d like to thank is my [...]

A tedious problem with importing xml file from one wordpress blog to another

I decided to move my blog from wordpress.com to my own domain. Well I’ve gotten a domain and hosting. I’ve also gotten wordpress blog engine zip and upload it to my server. It’s obvious that I’ve made some searches to find information how to deploy it and I found a postabout it. Well I’ve followed it [...]

Create custom UI appearance for WinForms RadioButton - part 3

(All posts in this series: Post 1, Post 2, Post 3, Post 4, Post 5, Post 6, Source Code)

It is my third post of WinForms controls with custom UI appearance. Here I’ll provide a custom radio button. For its implementation I’ll use CustomCheckBoxUIAppearance from my old post. As with CustomCheckBox (see my old post) it will [...]