Adobe outs experimental Flash to HTML5 conversion tool, name Wallaby

Adobe outs experimental Flash-to-HTML5 conversion tool, calls it Wallaby we could flip a big happy switch and convert all the web's Flash content into (functional) HTML5 code. It's a dream shared by many and, funnily enough, the company pushing to make it a reality is none other than Adobe itself, the owner and proprietor of Flash. Its Labs research team has just released an experimental new dev tool, dubbed Wallaby, that's targeted at taking Flash-encoded artwork and animations and turning ...
More

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