My friend Abhijit Jana recently published a book “Kinect for Windows SDK Programming Guide”. The book covers step-by-step tutorial to demonstrate the API usage with well explanation and code sample for beginners.

 

Hence I thought to share this to my blog readers and followers in case it helps you to learn Kinect programming. Sharing herewith a sample chapter and other links.

Published by on under Book | Kinect

If you are looking for a way to retrieve the current battery status of Windows Phone device, first let me inform you that the same is not available for WP7 device. But if you are looking for the same to implement in WP8 device, you can do it now.

 

Windows Phone 8 SDK exposes an API to retrieve the current battery status of the device which includes remaining percent and time. Let’s discuss more about it.

Published by on under Tips | WP8

If you just installed Telerik’s Team Pulse solution for your TFS synchronization, you might face the following error message that says “The TeamPulse Integration Service could not load the required Team Foundation client libraries”.

 

You might already searched for a solution online and came here to resolve the issue. So, let us discuss how to resolve it.

Published by on under TeamPulse | Telerik

How to Crop an Image based on a Shape or Path control?

In the last post we discussed “How to Crop an Image using the WriteableBitmap class”. If you didn’t read it yet, first try to understand that before reading this post as we are going to use it in this post very frequently.

 

Today in this post we are going to learn how to crop an image in different shapes like rectangle, circle or any other different complex shapes programmatically.

Published by on under Silverlight | SilverlightTips

Some time we need to crop an image uploaded by user in Silverlight or Windows Phone applications. Sometime we also need to do a rotate transform or skew transform to the image before saving it. So, how to achieve it?

 

This blog post will cover the code with details using the WriteableBitmap class that comes with the SDK. Continue reading to know more about it.

Published by on under Silverlight | SilverlightTips

Earlier days while working with Silverlight 2, it was very difficult to take a snapshot of the XAML page programmatically in Silverlight. Later WritableBitmap class helped us to take snapshot of any portion and save it as image.

 

Today I learnt something new to do this operation very easily using Telerik library methods and hence thought to share with you in this post.

Published by on under Silverlight | Telerik

Yesterday while working with Telerik’s RadHtmlPlaceholder control for Silverlight, I noticed that, it is unable to open certain websites and showing a message that says “The content cannot be displayed in a Frame”.

 

After doing an investigation, I came to know that, it is default behaviour of the control we can not handle. Let’s discuss more on the issue and the reason behind it.

Published by on under Silverlight | Telerik

Windows Phone 8 is already in the market and people having the Windows Phone 7 device is waiting for the WP7.8 update to test few features that is already available in the WP8 devices because the WP7 devices can not be upgraded with the WP8 operating system.

 

WMPoweruser reported some new features which we will get in WP7.8 update from a Nokia Customer Feedback page, but it is still not officially confirmed yet.

Published by on under News | Nokia