<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Don Kitchen</title>
	
	<link>http://www.donkitchen.com</link>
	<description>family, kids, tech, and more...</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:09:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/donkitchen" /><feedburner:info uri="donkitchen" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Web applications are now helping you ditch your mouse!</title>
		<link>http://feedproxy.google.com/~r/donkitchen/~3/7NqgcQV1tPk/</link>
		<comments>http://www.donkitchen.com/2012/02/02/web-applications-are-now-helping-you-ditch-your-mouse/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 13:09:05 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[hot key]]></category>
		<category><![CDATA[keyboard shortcut]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=468</guid>
		<description><![CDATA[Being a heavy keyboard only user in many instances and having written desktop applications that focus heavily on keyboard tab order, hot keys, etc., I really enjoyed reading Scott Hansleman&#8217;s latest blog post about the web being the new terminal and how many web applications now are building in support for keyboard shortcuts and hot [...]]]></description>
			<content:encoded><![CDATA[<p>Being a heavy keyboard only user in many instances and having written desktop applications that focus heavily on keyboard <a href="http://en.wikipedia.org/wiki/Tab_order" target="_blank">tab order</a>, <a href="http://en.wikipedia.org/wiki/Hot_key" target="_blank">hot keys</a>, etc., I really enjoyed reading Scott Hansleman&#8217;s <a href="http://www.hanselman.com/blog/TheWebIsTheNewTerminalAreYouUsingTheWebsKeyboardShortcutsAndHotkeys.aspx" target="_blank">latest blog post</a> about the web being the new terminal and how many web applications now are building in support for keyboard shortcuts and hot keys.  I definitely see this being a trend that will continue to gain popularity, enabling people to be much more efficient while using web applications that are part of their daily lives (like <a href="http://www.gmail.com" target="_blank">Gmail)</a>.</p>
<p>Take for example all of the keyboard shortcuts that you could be using today in Gmail while reading your mail.</p>
<p><a href="http://www.donkitchen.com/wp-content/uploads/2012/02/gmail_1.png"><img class="alignnone size-medium wp-image-469" title="Gmail Keyboard Shortcuts" src="http://www.donkitchen.com/wp-content/uploads/2012/02/gmail_1-300x256.png" alt="" width="300" height="256" /></a></p>
<p>I&#8217;ve known about a few of these and have tinkered with them in the past.  Seeing just how much you can do with it and having spent a little more time on it recently, I am definitely going to make an effort to use the keyboard as much as possible from now on in Gmail.</p>
<img src="http://feeds.feedburner.com/~r/donkitchen/~4/7NqgcQV1tPk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2012/02/02/web-applications-are-now-helping-you-ditch-your-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.donkitchen.com/2012/02/02/web-applications-are-now-helping-you-ditch-your-mouse/</feedburner:origLink></item>
		<item>
		<title>Using HTML5 Web Storage in ASP.NET</title>
		<link>http://feedproxy.google.com/~r/donkitchen/~3/CA6bRWRWj_A/</link>
		<comments>http://www.donkitchen.com/2012/01/25/using-html5-web-storage-in-asp-net/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:57:14 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[local storage]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=464</guid>
		<description><![CDATA[This article does a great job at showing you a simple example of how to use local browser web storage in conjunction with ASP.NET web methods to save and retrieve the data from a server side database.  Even if you aren&#8217;t interested in using this functionality in an application you have now, it&#8217;s worth reading [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dotnetslackers.com/articles/aspnet/Using-HTML5-Web-Storage-in-ASP-NET.aspx#s6-passing-data-from-web-storage-to-server" target="_blank">This article</a> does a great job at showing you a simple example of how to use local browser web storage in conjunction with ASP.NET web methods to save and retrieve the data from a server side database.  Even if you aren&#8217;t interested in using this functionality in an application you have now, it&#8217;s worth reading to know what HTML5 brings to the table as far as storing your data down at the client.</p>
<img src="http://feeds.feedburner.com/~r/donkitchen/~4/CA6bRWRWj_A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2012/01/25/using-html5-web-storage-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.donkitchen.com/2012/01/25/using-html5-web-storage-in-asp-net/</feedburner:origLink></item>
		<item>
		<title>How to enable TRIM On Your Mac SSD to Prolong the Life Span</title>
		<link>http://feedproxy.google.com/~r/donkitchen/~3/WPnCENWeZgo/</link>
		<comments>http://www.donkitchen.com/2012/01/16/how-to-enable-trim-on-your-mac-ssd-to-prolong-the-life-span/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 16:26:11 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[TRIM]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=454</guid>
		<description><![CDATA[I added an SSD drive to my Macbook Pro a few months ago and was amazed at the performance boost I got from it.  I had read before how an SSD truly is one of the best things you can do to truly see big performance gains but I had no idea how much until [...]]]></description>
			<content:encoded><![CDATA[<p>I added an <a href="http://www.amazon.com/mn/search/?_encoding=UTF8&amp;x=0&amp;tag=donkitchencom-20&amp;linkCode=ur2&amp;y=0&amp;camp=1789&amp;creative=390957&amp;field-keywords=ssd%20hard%20drive&amp;url=search-alias%3Delectronics" target="_blank">SSD drive</a> to my Macbook Pro a few months ago and was amazed at the performance boost I got from it.  I had read before how an SSD truly is one of the best things you can do to truly see big performance gains but I had no idea how much until I did it.  Man, it made my already fast Macbook Pro even faster.  The boot time is amazing and opening even a bulky application like Photoshop is almost instant.</p>
<p>Since I didn&#8217;t order my SSD from Apple it didn&#8217;t come with the ability for OS X to enable <a href="http://en.wikipedia.org/wiki/TRIM" target="_blank">TRIM</a> for the drive.  And as you&#8217;ll see in the previous link, if you&#8217;re using an SSD you really need to be using TRIM.  Luckily I recently came across <a href="http://modmyi.com/content/6603-how-enable-trim-your-mac-ssd-prolong-life-span.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+home_all+%28MMi+%7C+Homepage+All%29" target="_blank">this article</a> that told me everything I needed to do to use TRIM in OS X.  Thanks to the free utility <a href="http://www.groths.org/?p=562" target="_blank">Trim Enabler 2.0</a>, it was easy and my SSD now should last a lot longer.</p>
<p>If you&#8217;re in the same situation as me, definitely check it out!</p>
<img src="http://feeds.feedburner.com/~r/donkitchen/~4/WPnCENWeZgo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2012/01/16/how-to-enable-trim-on-your-mac-ssd-to-prolong-the-life-span/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.donkitchen.com/2012/01/16/how-to-enable-trim-on-your-mac-ssd-to-prolong-the-life-span/</feedburner:origLink></item>
		<item>
		<title>Filter all incoming mail in Gmail to multiple recipients, including BCC messages</title>
		<link>http://feedproxy.google.com/~r/donkitchen/~3/gBBHcl3sVkE/</link>
		<comments>http://www.donkitchen.com/2011/09/21/filter-all-incoming-mail-in-gmail-to-multiple-recipients-including-bcc-messages/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 13:36:53 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bcc]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[family email]]></category>
		<category><![CDATA[forward]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=438</guid>
		<description><![CDATA[Now that our kids are in school my wife and I wanted to setup a family email account that we could give to our children&#8217;s teachers that would forward to both of our private email addresses. In Gmail you have the option to forward all incoming mail to 1 account easily. That however didn&#8217;t work [...]]]></description>
			<content:encoded><![CDATA[<p>Now that our kids are in school my wife and I wanted to setup a family email account that we could give to our children&#8217;s teachers that would forward to both of our private email addresses. In Gmail you have the option to forward all incoming mail to 1 account easily. That however didn&#8217;t work for us because we both wanted to get copies of the incoming mail.</p>
<p>As you&#8217;ll see when you visit the forwarding options you can also use filters to forward mail.  Based on my needs I went that route and had things setup to forward to me and my wife, and THOUGHT we were receiving all of the messages properly.  But later after chatting with other moms in the class realized the filter wasn&#8217;t picking up on messages from one of our teachers because they were putting us as BCC (blind carbon copy) recipients.  Our other teacher (I have twins, so both started kindergarten at the same time) however was sending messages to everybody simply in the To field, which we were receiving without any problems.  After some research I learned that Gmail doesn&#8217;t make it very obvious how to filter on a message when you&#8217;re only a BCC recipient.  So after some research and trial and error I figured it out and here&#8217;s how you can do it.</p>
<p><strong>Step 1</strong> &#8211; Open up your settings in Gmail in the account you want to forward mail from.  From there, choose the Forwarding and POP/IMAP tab.  Under forwarding, you will see a box to Add a forwarding address.</p>
<p><a href="http://www.donkitchen.com/wp-content/uploads/2011/09/filter01.png"><img class="size-full wp-image-440 aligncenter" title="Add a forwarding address" src="http://www.donkitchen.com/wp-content/uploads/2011/09/filter01.png" alt="" width="638" height="124" /></a></p>
<p><strong>Step 2</strong> &#8211; Enter in the address you want to forward mail to and click next.  Gmail will send a verification code to that email address to ensure that you are an owner of that account. Once you receive the email containing the code, enter it into the confirmation code box and click Verify.</p>
<p><a href="http://www.donkitchen.com/wp-content/uploads/2011/09/filter02.png"><img class="size-full wp-image-443 aligncenter" title="Enter email address" src="http://www.donkitchen.com/wp-content/uploads/2011/09/filter02.png" alt="" width="546" height="282" /></a></p>
<p><a href="http://www.donkitchen.com/wp-content/uploads/2011/09/filter03.png"><img class="size-full wp-image-444 aligncenter" title="Verify address" src="http://www.donkitchen.com/wp-content/uploads/2011/09/filter03.png" alt="" width="446" height="145" /></a></p>
<p><strong>Step 3</strong> &#8211; Once you have verified the destination address, click on the Filters tab and click Create a new filter.  We are now going to enter the specific details to ensure all mail, including messages you are BCC recipients on get sent to the address we just added.  When the Create a Filter wizard comes up we want to enter <strong>deliveredto:<em>youraddress</em>@gmail.com</strong> in the textbox labeled <strong>Has the words</strong>.  This is the important part, and something I didn&#8217;t realize when I first setup a filter with only my account in the To field.  That won&#8217;t get BCC messages.  Again, you are putting the address of the account you want to forward from (i.e. familyaccount@gmail.com).</p>
<p><a href="http://www.donkitchen.com/wp-content/uploads/2011/09/filter04.png"><img class="size-full wp-image-445 aligncenter" title="Filter step 1" src="http://www.donkitchen.com/wp-content/uploads/2011/09/filter04.png" alt="" width="615" height="169" /></a></p>
<p><strong>Step 4</strong> &#8211; Select the <strong>Mark as read</strong> checkbox and the <strong>Forward it to</strong> checkbox.  To the right of the Forward it to checkbox you will see the email account you verified in <strong>Step 2</strong> as an option.  Make sure it&#8217;s selected and click Create Filter.</p>
<p><strong>Step 5</strong> &#8211; Now you&#8217;re done.  You can repeat this for any additional addresses you want to forward mail to.  I do believe I read somewhere that Gmail has a limit of like 10 or 20 addresses that you can forward to, so keep that in mind if you are trying to do more than just a few.</p>
<p><a href="http://www.donkitchen.com/wp-content/uploads/2011/09/filter06.png"><img class="size-full wp-image-447 aligncenter" title="Filters created" src="http://www.donkitchen.com/wp-content/uploads/2011/09/filter06.png" alt="" width="540" height="235" /></a></p>
<p>Now you have a stand along family or shared email account that forwards <strong>ALL</strong> messages to one or more recipients.  The nice thing about this is that Gmail offers you so much storage that you also have an archive of all these messages that you can go back and search on over time.  Heck, maybe someday it will be fun for us to look back at the first emails we were getting when our kids started kindergarten.</p>
<p>Hope this helps!  <a href="http://www.donkitchen.com/contact-me/">Contact me</a> if you have any problems and I&#8217;ll try to help you out.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/donkitchen/~4/gBBHcl3sVkE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2011/09/21/filter-all-incoming-mail-in-gmail-to-multiple-recipients-including-bcc-messages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.donkitchen.com/2011/09/21/filter-all-incoming-mail-in-gmail-to-multiple-recipients-including-bcc-messages/</feedburner:origLink></item>
		<item>
		<title>Get the root part of a domain in .NET</title>
		<link>http://feedproxy.google.com/~r/donkitchen/~3/xQPmTWpiH7o/</link>
		<comments>http://www.donkitchen.com/2011/09/16/get-the-root-part-of-a-domain-in-net/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 19:32:20 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=429</guid>
		<description><![CDATA[Need to get the .com, .us, .biz, etc. part of the domain name in .NET? Here&#8217;s how: Dim root As String root = Right&#40;Request.Url.Host, &#40;Request.Url.Host.Length&#41; - InStrRev&#40;Request.Url.Host, &#34;.&#34;&#41;&#41;]]></description>
			<content:encoded><![CDATA[<p>Need to get the .com, .us, .biz, etc. part of the domain name in .NET?</p>
<p>Here&#8217;s how:</p>

<div class="wp_syntax"><div class="code"><pre class="vbnet" style="font-family:monospace;"><span style="color: #0600FF;">Dim</span> root <span style="color: #FF8000;">As</span> <span style="color: #FF8000;">String</span>
root <span style="color: #008000;">=</span> <span style="color: #0600FF;">Right</span><span style="color: #000000;">&#40;</span>Request.<span style="color: #0000FF;">Url</span>.<span style="color: #0000FF;">Host</span>, <span style="color: #000000;">&#40;</span>Request.<span style="color: #0000FF;">Url</span>.<span style="color: #0000FF;">Host</span>.<span style="color: #0000FF;">Length</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">-</span> <span style="color: #0600FF;">InStrRev</span><span style="color: #000000;">&#40;</span>Request.<span style="color: #0000FF;">Url</span>.<span style="color: #0000FF;">Host</span>, <span style="color: #808080;">&quot;.&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span></pre></div></div>

<img src="http://feeds.feedburner.com/~r/donkitchen/~4/xQPmTWpiH7o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2011/09/16/get-the-root-part-of-a-domain-in-net/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.donkitchen.com/2011/09/16/get-the-root-part-of-a-domain-in-net/</feedburner:origLink></item>
		<item>
		<title>Visual Studio 2010 Code Metrics Viewer</title>
		<link>http://feedproxy.google.com/~r/donkitchen/~3/pbNvv3uj6zE/</link>
		<comments>http://www.donkitchen.com/2011/06/29/visual-studio-2010-code-metrics-viewer/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 13:09:15 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[code metrics]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=423</guid>
		<description><![CDATA[What is Code Metrics Viewer? &#8211; Matthias Friedrich highlights his Visual Studio 2010 Code Metrics Viewer extension which plugs into VS 2010 Professional and uses the Code Metrics Power Tool to provide code metrics information to the IDE. Matthias is blogging a number of posts on this project blog which look at the various features [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://codemetricsviewer.wordpress.com/2011/06/26/what-is-code-metrics-viewer/" target="_blank">What is Code Metrics Viewer?</a> &#8211; Matthias Friedrich highlights his Visual Studio 2010 Code Metrics Viewer extension which plugs into VS 2010 Professional and uses the Code Metrics Power Tool to provide code metrics information to the IDE. Matthias is blogging a number of posts on this project blog which look at the various features of the viewer and I encourage you to check those other posts out too.</p>
<img src="http://feeds.feedburner.com/~r/donkitchen/~4/pbNvv3uj6zE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2011/06/29/visual-studio-2010-code-metrics-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.donkitchen.com/2011/06/29/visual-studio-2010-code-metrics-viewer/</feedburner:origLink></item>
		<item>
		<title>Ajax-based data loading using jQuery in ASP.NET</title>
		<link>http://feedproxy.google.com/~r/donkitchen/~3/rZELnrA0tiY/</link>
		<comments>http://www.donkitchen.com/2011/06/28/ajax-based-data-loading-using-jquery-in-asp-net/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 15:36:05 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=421</guid>
		<description><![CDATA[Great article to check out! Ajax-based data loading using jQuery.load() function in ASP.NET &#8211; Hajan Selmani takes a back to basics look at using jQuery to load partial chunks of HTML from a page using Ajax and insert them into the current page, providing a nice way of lighting up a web application with an [...]]]></description>
			<content:encoded><![CDATA[<p>Great article to check out!</p>
<p><a href="http://weblogs.asp.net/hajan/archive/2011/06/27/ajax-based-data-loading-using-jquery-load-function-in-asp-net.aspx" target="_blank">Ajax-based data loading using jQuery.load() function in ASP.NET</a> &#8211; Hajan Selmani takes a back to basics look at using jQuery to load partial chunks of HTML from a page using Ajax and insert them into the current page, providing a nice way of lighting up a web application with an ‘Ajax’ feel whilst easily maintaining non-ajax support.</p>
<img src="http://feeds.feedburner.com/~r/donkitchen/~4/rZELnrA0tiY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2011/06/28/ajax-based-data-loading-using-jquery-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.donkitchen.com/2011/06/28/ajax-based-data-loading-using-jquery-in-asp-net/</feedburner:origLink></item>
		<item>
		<title>The Microsoft Kinect SDK has arrived!</title>
		<link>http://feedproxy.google.com/~r/donkitchen/~3/a1_jxSsr8g0/</link>
		<comments>http://www.donkitchen.com/2011/06/17/the-microsoft-kinect-sdk-has-arrivedarrived/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 11:10:48 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Kinect]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=416</guid>
		<description><![CDATA[The official Microsoft Kinect SDK beta is now out and available for download! Covered by Channel Nine Live Media, Microsoft Scientist Anoop Gupta made the announcement himself that after the long wait, users may now go to the official SDK website to download the latest software development kit for the Kinect camera. Here are the features that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Microsoft Kinect" src="http://www.kinecthacks.com/wp-content/uploads/2011/02/xbox360.jpg" alt="" width="460" height="345" /></p>
<p>The official <a href="http://www.amazon.com/gp/product/B003O6JLZ2/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;tag=donkitchencom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B003O6JLZ2" target="_blank">Microsoft </a><strong><a href="http://www.amazon.com/gp/product/B003O6JLZ2/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;tag=donkitchencom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B003O6JLZ2" target="_blank">Kinect</a> SDK beta is now out and available for download</strong>! Covered by Channel Nine Live Media, Microsoft Scientist Anoop Gupta made the announcement himself that after the long wait, users may now go to the <a href="http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/default.aspx">official SDK website</a> to download the latest software development kit for the Kinect camera.</p>
<p>Here are the features that will come with the <a href="http://www.amazon.com/gp/product/B003O6JLZ2/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;tag=donkitchencom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B003O6JLZ2" target="_blank">Kinect </a>SDK (taken from Microsoft SDK website):</p>
<blockquote><p><em>“The Kinect for Windows SDK beta is a programming toolkit for application developers. It enables the academic and enthusiast communities easy access to the capabilities offered by the Microsoft Kinect device connected to computers running the Windows 7 operating system.</em></p>
<p><em>The Kinect for Windows SDK beta includes drivers, rich APIs for raw sensor streams and human motion tracking, installation documents, and resource materials. It provides Kinect capabilities to developers who build applications with C++, C#, or Visual Basic by using Microsoft Visual Studio 2010.</em></p>
<p><em><strong>Raw sensor streams</strong></em></p>
<p><em>Access to raw data streams from the depth sensor, color camera sensor, and four-element microphone array enables developers to build upon the low-level streams that are generated by the Kinect sensor.</em></p>
<p><em><strong>Skeletal tracking</strong></em></p>
<p><em>The capability to track the skeleton image of one or two people moving within the Kinect field of view make it easy to create gesture-driven applications.</em></p>
<p><em><strong>Advanced audio capabilities</strong></em></p>
<p><em>Audio processing capabilities include sophisticated acoustic noise suppression and echo cancellation, beam formation to identify the current sound source, and integration with the Windows speech recognition API.</em></p>
<p><em><strong>Sample code and documentation</strong></em></p>
<p><em>The SDK includes more than 100 pages of technical documentation. In addition to built-in help files, the documentation includes detailed walkthroughs for most samples provided with the SDK.</em></p>
<p><em><strong>Easy installation</strong></em></p>
<p><em>The SDK installs quickly, requires no complex configuration, and the complete installer size is less than 100 MB. Developers can get up and running in just a few minutes with a standard standalone Kinect sensor unit (widely available at retail outlets).</em></p>
<p><em>This SDK is designed for non-commercial purposes only; a commercial version is expected to be available at a later date.”</em></p></blockquote>
<p>Additional details about the SDK is that it is currently in beta, meaning it is not yet the actual finished product. Rather, Microsoft wants the opinion of the Kinect hackers/developers in finalizing the product. By keeping it in beta, Microsoft will then ask users to give their feedback concerning the SDK with the eventual hope of releaseing a Kinect SDK built for and with Kinect hackers.</p>
<p>There is also a commercial version coming out. Details are not yet final as to what the difference would be between the two versions of the <a href="http://www.amazon.com/gp/product/B003O6JLZ2/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;tag=donkitchencom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B003O6JLZ2" target="_blank">Kinect</a>.</p>
<p>Source: <a href="http://www.kinecthacks.com/" target="_blank">kinecthacks.com</a></p>
<img src="http://feeds.feedburner.com/~r/donkitchen/~4/a1_jxSsr8g0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2011/06/17/the-microsoft-kinect-sdk-has-arrivedarrived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.donkitchen.com/2011/06/17/the-microsoft-kinect-sdk-has-arrivedarrived/</feedburner:origLink></item>
		<item>
		<title>Visual Studio 2010 Web Standards Update adds HTML5 and CSS3 support</title>
		<link>http://feedproxy.google.com/~r/donkitchen/~3/ummVzojSJhU/</link>
		<comments>http://www.donkitchen.com/2011/06/16/visual-studio-2010-web-standards-update-adds-html5-and-css3-support/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 17:28:57 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=414</guid>
		<description><![CDATA[Yay!! Microsoft has released a Web Standards Update for Visual Studio 2010 that adds full support for HTML5, CSS3 and new Javascript features like Geolocation and local storage.  Scott Hanselman has a good write-up on this update in this blog post.  There you can see some more detail about what exactly it brings to the [...]]]></description>
			<content:encoded><![CDATA[<p>Yay!! Microsoft has released a Web Standards Update for Visual Studio 2010 that adds full support for HTML5, CSS3 and new Javascript features like Geolocation and local storage.  <a href="http://www.hanselman.com/blog/" target="_blank">Scott Hanselman</a> has a good write-up on this update in <a href="http://www.hanselman.com/blog/AnnouncingTheWebStandardsUpdateHTML5SupportForTheVisualStudio2010Editor.aspx" target="_blank">this blog post</a>.  There you can see some more detail about what exactly it brings to the VS.NET IDE, etc.  Or, if you want to skip all that and go right to the download, you can get it <a href="http://visualstudiogallery.msdn.microsoft.com/a15c3ce9-f58f-42b7-8668-53f6cdc2cd83" target="_blank">here</a>.  At this point in time the <a href="http://en.wikipedia.org/wiki/Html5" target="_blank">HTML5</a> <a href="http://dev.w3.org/html5/spec/Overview.html" target="_blank">standard</a> is still evolving. Taking that into consideration, Microsoft plans to provide additional updates every quarter or so to keep up with new features, changes to the draft, etc.</p>
<p>By the way, if you still aren&#8217;t familiar with all of the cool things that HTML5 brings to the table you should <strong>definitely </strong>check out this free online book, <em><a href="http://diveintohtml5.org/" target="_blank">Dive Into HTML5</a></em>, by Mark Pilgrim.</p>
<img src="http://feeds.feedburner.com/~r/donkitchen/~4/ummVzojSJhU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2011/06/16/visual-studio-2010-web-standards-update-adds-html5-and-css3-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.donkitchen.com/2011/06/16/visual-studio-2010-web-standards-update-adds-html5-and-css3-support/</feedburner:origLink></item>
		<item>
		<title>Tutorial for getting started with ASP.NET, WCF and jQuery</title>
		<link>http://feedproxy.google.com/~r/donkitchen/~3/C-YjmLHxitM/</link>
		<comments>http://www.donkitchen.com/2011/06/15/tutorial-for-getting-started-with-asp-net-wcf-and-jquery/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 15:22:44 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[offline]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=412</guid>
		<description><![CDATA[I have been doing some work lately with jQuery, WCF, HTML5 and ASP.NET and it&#8217;s been actually pretty fun challenging and fun. I&#8217;ve gotten to tinker with quite a few new technologies that I hadn&#8217;t used before and really got to sink my teeth into jQuery and some of the cool new features that HTML5 [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing some work lately with jQuery, WCF, HTML5 and ASP.NET and it&#8217;s been actually pretty fun challenging and fun.  I&#8217;ve gotten to tinker with quite a few new technologies that I hadn&#8217;t used before and really got to sink my teeth into jQuery and some of the cool new features that HTML5 has to offer (like local storage and offline capabilities).</p>
<p>When starting out with my recent project I had to pull from various resources to learn what these tools were capable of and how I could fit them all together.  And while it doesn&#8217;t get into the HTML5 aspects of my project <a title="Create a Simple Task List Using ASP.NET, WCF, and jQuery, Part 1" href="http://www.devproconnections.com/article/aspnet2/create-a-simple-task-list-using-asp-net-wcf-and-jquery-part-1-129917" target="_blank">this article</a> on creating a simple task list with ASP.NET, WCF and jQuery would have been very helpful to me in the beginning.</p>
<p>While the article is only Part 1 in a series, I think it will get you going in the right direction and will show you some of the power that you have on the client with the new jQuery data templates.  I must say that with the introduction of these templates you can truly offload a large amount of your logic down to the client which will provide for a much better (and faster) user experience.</p>
<p>Anyway, check out the article.  It&#8217;s short, to the point and offers the source code as a download too!</p>
<img src="http://feeds.feedburner.com/~r/donkitchen/~4/C-YjmLHxitM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2011/06/15/tutorial-for-getting-started-with-asp-net-wcf-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.donkitchen.com/2011/06/15/tutorial-for-getting-started-with-asp-net-wcf-and-jquery/</feedburner:origLink></item>
	</channel>
</rss>

