Nice API examples in Kentico CMS 6.0

This is very helpful and good news for developers who are not good in Kentico CMS API. Kentico CMS 6.0 coming out with API examples. In that they would like to give us an example of how things in Kentico CMS can be coded easily and correctly. What Kentico expect developers want from API examples? 1) See the API example code. 2) Run the API example and look at the result. 3) Modify the API example code and look how the result changed. 4) Copy part of the API example and paste it into their...
More

Custom Message Box in Windows Phone 7

In this post, I am going tell about Custom Message Box(Tomers.Phone.Controls.NotificationBox) in WP7. First I want to say how I getting know this control. When I code for Message Box In Wp7. I saw few things. We can set only two type of Message box buttons. Those are 1) MessageBox.Show("This is just normal Message Box", "Title", MessageBoxButton.OK); 2) MessageBox.Show("This is just normal Message Box", "Title", MessageBoxButton.OKCancel); But, when I am try to cache the result of Message bo...
More

Improved settings up coming Kentico CMS 6.0

Another useful feature, which will be included in Kentico CMS 6.0, is support for creating custom settings and improved settings configuration. There is a lot of built-in settings in Kentico CMS for caching, content management, file management, modules, etc. Each new version usually brings other new settings. They realized that there is a need for improving the settings configuration UI to help us to find the requested setting more quickly and easily. Please check with images [slideshow]...
More