<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Colinizer: taking up residence in your tech brain &#187; Mobile Application</title>
	<atom:link href="http://colinizer.com/category/mobile-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://colinizer.com</link>
	<description>Taking up residence in your tech brain sharing knowledge, insight and opinion on Microsoft technology (esp. BI/Azure/Silverlight) and the world at large</description>
	<lastBuildDate>Tue, 31 Jan 2012 22:19:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='colinizer.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Colinizer: taking up residence in your tech brain &#187; Mobile Application</title>
		<link>http://colinizer.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://colinizer.com/osd.xml" title="Colinizer: taking up residence in your tech brain" />
	<atom:link rel='hub' href='http://colinizer.com/?pushpress=hub'/>
		<item>
		<title>Test-drive HTML5 Development for Windows Phone &amp; Desktop</title>
		<link>http://colinizer.com/2011/08/10/test-drive-html5-development-for-windows-phone-desktop/</link>
		<comments>http://colinizer.com/2011/08/10/test-drive-html5-development-for-windows-phone-desktop/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 23:42:00 +0000</pubDate>
		<dc:creator>colinizer</dc:creator>
				<category><![CDATA[Desktop Application]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[IE 9]]></category>
		<category><![CDATA[Mobile Application]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Windows Phone 7.5]]></category>
		<category><![CDATA[Windows Phone Mango]]></category>
		<category><![CDATA[Windows Phone OS 7.1]]></category>

		<guid isPermaLink="false">https://colinizer.wordpress.com/2011/08/10/test-drive-html5-development-for-windows-phone-desktop/</guid>
		<description><![CDATA[It seems to be increasing said these days, that software solutions are moving away from the desktop and to the cloud and mobile space.&#160; There’s more to be said about this which I’ll blog about soon, but let’s just agree that this leads to at one possible conclusion – we need to be able to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=927&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It seems to be increasing said these days, that software solutions are moving away from the desktop and to the cloud and mobile space.&#160; There’s more to be said about this which I’ll blog about soon, but let’s just agree that this leads to at one possible conclusion – we need to be able to develop sufficiently rich client-based solutions that run on both desktops and a wide variety of mobile devices that all connect to the cloud.&#160; If we add the requirement that we want to reach as many users and devices as possible on the client-side, with a single ‘base’ of code (and we aren’t too fussy about immersive UI, richness of experience, deep access to local resources and to varying extents, and very high development productivity/maintainability), then we are often lead to the door of HTML.&#160; With ‘HTML5’, we can even be fussy about a few things too.</p>
<p>Microsoft is making its platforms capable of running those HTML5 solutions.&#160; Currently this means IE9 on the Windows desktop and now also IE9 on Windows Phone 7.5 (now RTM’d and due on phones this fall).&#160; We’ll likely see more native platform support for HTML5 solutions in Windows 8 with IE10.&#160; Given the right use of HTML of course, a solution for Windows desktop and phone, should also work on a large range of HTML5-compatible desktop browsers and mobile devices.</p>
<p>Here’s the same hardware-accelerated HTML5 content running on IE9 and Windows Phone Mango.</p>
<p><img style="display:block;float:none;margin-left:auto;margin-right:auto;" title="sidebyside" alt="sidebyside" src="http://colinizer.files.wordpress.com/2011/08/sidebyside.jpg?w=633&#038;h=480" width="633" height="480" /></p>
<p><strong>Getting started with HTML5 development on Windows</strong></p>
<p>So what do you need?&#160; On the desktop you can get IE9 and start ‘coding’ in something as simple as Notepad(!).&#160; Use the free included F12 developer tools to explore and even debug your solution.&#160; For something a little more productive, you can go for the free <a href="http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-web-developer-express">Visual Studio Web Developer 2010 Express SP1</a> largely for the HTML editor support and test web-server, plus you’ll want the community-based <a href="http://visualstudiogallery.msdn.microsoft.com/a15c3ce9-f58f-42b7-8668-53f6cdc2cd83">Web Standards Update for Microsoft Visual Studio SP1</a> for IntelliSense support.&#160; For testing on Windows Phone, go to <a href="http://create.msdn.com">http://create.msdn.com</a> to get the latest Windows Phone Tools/SDK (currently Windows Phone SDK 7.1 Beta 2) to be able to run the emulator on your machine which includes the mobile browser.&#160; If you are not connecting to any web-based data services, or you are connecting to existing services, you may not need any other tools, but you’ll probably want the <a href="http://jquery.com/">jQuery</a> library to be more productive with your JavaScript.&#160; Want some great slides on jQuery (from a Microsoft guy)?&#160; Download Joe Marini’s Mix 2011 <a href="http://www.joemarini.com/downloads/Presentations/jQueryBootCampMIX11.zip">jQuery bootcamp slide deck</a>.</p>
<p><strong>Doing rich HTML5 stuff</strong></p>
<p>The easiest way to learn about new HTML5 is to see some in action and check behind the scenes.&#160; To demonstrate the great HTML5 and hardware-accelerated capabilities of IE9 on the Windows desktop and Windows Phone, Microsoft created two ‘testdrive’ sites.&#160; They include some great and diverse examples as well as links to useful resources.</p>
<p align="center"><a href="http://ie.microsoft.com/testdrive">http://ie.microsoft.com/testdrive</a> for IE9 on the desktop</p>
<p><a href="http://ie.microsoft.com/testdrive"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;padding-top:0;" title="ie9td" border="0" alt="ie9td" src="http://colinizer.files.wordpress.com/2011/08/ie9td.jpg?w=640&#038;h=452" width="640" height="452" /></a></p>
<p>&#160;</p>
<p align="center"><a href="http://ie.microsoft.com/testdrive/mobile">http://ie.microsoft.com/testdrive/mobile</a> (which works on the phone and the desktop)</p>
<p><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;padding-top:0;" title="ie9wptd" border="0" alt="ie9wptd" src="http://colinizer.files.wordpress.com/2011/08/ie9wptd.jpg?w=267&#038;h=480" width="267" height="480" /></p>
<p><strong>Detecting desktop vs. mobile browsers</strong></p>
<p>One of the key issues to tackle when creating an HTML5 application that will work on the desktop and on mobile, is getting the right layout experience for the screen size, ideally using the same markup.&#160; CSS3 Media Queries are a great solution here.&#160; The test site includes an example of this (see entry in screenshot above).&#160; In addition I’d suggest watching <a href="http://channel9.msdn.com/Events/MIX/MIX11/HTM09">this video from Mix 2011</a> as well as <a href="http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/06/27/building-mobile-ready-content-and-layout.aspx">this blog entry</a> from the Windows Phone team (by the same Joe Marini that did the jQuery bootcamp at Mix).</p>
<p><strong>Dealing with down-level browsers/capabilities</strong></p>
<p>Of course a good solution should deal gracefully with down-level browsers and missing HTML5 capabilities, especially given that the specification is still in flux.&#160; On many existing websites, this is still handled on the server side by looking at the User Agent string provided by the browser application, and delivering browser-specific content.&#160; In the new client-side world, it’s often better to detect the browser capabilities in the client code and enact progressive enhancements to the user experience based on what specific features the browser has.&#160; If the browser cannot do some of the new HTML5 goodness, you may want to consider a ‘Polyfill’.&#160; To help detect browser capabilities, there’s a library called <a href="http://www.modernizr.com/docs/#installing">Modernizr</a>, and a number of <a href="http://www.modernizr.com/docs/#polyfills">Polyfills available</a> to handle missing capabilities that Modernizr can detect.</p>
<p>I hope this has given you an idea of how you can start to test drive HTML5 experiences and development on the Windows desktop, upcoming Windows Phone 7.5/Mango phones and beyond on to other ‘HTML5-ready’ browses and devices.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/colinizer.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/colinizer.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/colinizer.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/colinizer.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/colinizer.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/colinizer.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/colinizer.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/colinizer.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/colinizer.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/colinizer.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/colinizer.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/colinizer.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/colinizer.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/colinizer.wordpress.com/927/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=927&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://colinizer.com/2011/08/10/test-drive-html5-development-for-windows-phone-desktop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b872323ed82c63ea7e6e410eb52a4f84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">colinizer</media:title>
		</media:content>

		<media:content url="http://colinizer.files.wordpress.com/2011/08/sidebyside.jpg" medium="image">
			<media:title type="html">sidebyside</media:title>
		</media:content>

		<media:content url="http://colinizer.files.wordpress.com/2011/08/ie9td.jpg" medium="image">
			<media:title type="html">ie9td</media:title>
		</media:content>

		<media:content url="http://colinizer.files.wordpress.com/2011/08/ie9wptd.jpg" medium="image">
			<media:title type="html">ie9wptd</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Free training With Great WP7, Silverlight &amp; Azure Sessions at Microsoft Mix11</title>
		<link>http://colinizer.com/2011/01/26/get-free-training-with-great-wp7-silverlight-azure-sessions-at-microsoft-mix11/</link>
		<comments>http://colinizer.com/2011/01/26/get-free-training-with-great-wp7-silverlight-azure-sessions-at-microsoft-mix11/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 15:12:11 +0000</pubDate>
		<dc:creator>colinizer</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud Applications]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mix11]]></category>
		<category><![CDATA[Mobile Application]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Azure]]></category>
		<category><![CDATA[Windows Azure AppFabric]]></category>
		<category><![CDATA[Windows Azure Platform]]></category>
		<category><![CDATA[Windows Azure Storage]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[WP7Dev]]></category>

		<guid isPermaLink="false">https://colinizer.wordpress.com/2011/01/26/get-free-training-with-great-wp7-silverlight-azure-sessions-at-microsoft-mix11/</guid>
		<description><![CDATA[&#160; This year&#8217;s Microsoft Mix 11 conference is taking place from April 12th to 14th in Las Vegas. I have 4 sessions proposals that have been selected for voting by the Mix panel, and with your help, I can present them at the conference for you to see in person or for free on-demand shortly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=892&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;border-top:0;border-right:0;padding-top:0;margin:0 auto;" title="300x250_Mix11_011011_US_b (2)" border="0" alt="300x250_Mix11_011011_US_b (2)" src="http://colinizer.files.wordpress.com/2011/01/300x250_mix11_011011_us_b-2.gif?w=300&#038;h=250" width="300" height="250" /></p>
<p>This year&#8217;s Microsoft Mix 11 conference is taking place from April 12th to 14th in Las Vegas.</p>
<p>I have 4 sessions proposals that have been selected for voting by the Mix panel, and with your help, I can present them at the conference for you to see in person or for free on-demand shortly afterwards.</p>
<p>As well as from commercial projects and published articles/shows, these sessions are based on my expertise as a Microsoft MVP for Silveright, a workshop trainer for Microsoft on the Windows Azure Platform &amp; the developer of the first WP7 training bootcamp delivered across North America.</p>
<p>To vote for sessions by Feb 4th…</p>
<p>For each of the web links below, click on each one and then vote by first clicking on all of the animal pictures of the indicated type (usually cats awww) and then clicking “vote for this session”.&#160; Repeat for each of the 4 links.&#160; The picture clicking thing is to make sure you are human and not a cheating robot of course.&#160; If you select the wrong animation by mistake, you can click it again to unselect it.</p>
<p>Thank you for your interest and support!</p>
<p>&#160;</p>
<p><a href="http://bit.ly/g7997i">0 to Phone App in 60 Minutes</a> (based on a popular TechDays session)</p>
<p>Windows Phone 7 devices are out there. Will you have an application in the marketplace this year? The tools are free to download but it helps to get a jump-start to get moving. Do you understand the MVVM design pattern and how it applies to Windows Phone? Would you like to see how it’s done from scratch? Come along and see Microsoft MVP for Silverlight and leading WP7 trainer, Colin Melia, show you how to build an application step-by-step and answer questions along the way.</p>
<p>&#160;</p>
<p><a href="http://bit.ly/i77zHc">Getting to grips with MVVM on Windows Phone</a></p>
<p>You&#8217;ve downloaded the phone tools and created your first project. Now you&#8217;re venturing into the other project templates and have found all kinds of extra xaml files, bindings and classes. You&#8217;re in the world of MVVM architecture and you feel like you&#8217;ve fallen down the rabbit whole. The MVVM patterns in the templates are there to leveraged, but you need to know how to work with it. In this session Microsoft MVP for Silverlight and leading WP7 trainer, Colin Melia, will cover the MVVM concepts, the templates and go beyond viewing data to using commands and explaining key choices.</p>
<p>&#160;</p>
<p><a href="http://bit.ly/gqt9hk">Windows Azure Platform as the backend for Windows Phone experiences</a></p>
<p>The launch of Windows Phone has been a source of much interest and developer enthusiam. There are 1,000s of appplications in the Windows Phone Marketplace. However, not many of those applications interact with a service created by the same developer. In this session, Microsoft MVP for Silverlight and leading WP7 trainer, Colin Melia, will show you how the Windows Azure Platform is a natural backend for Windows Phone experiences and how to use the various components.</p>
<p>&#160;</p>
<p><a href="http://bit.ly/f7frmK">On-Premise Data to Cloud to Phone &#8211; Connecting with Odata</a></p>
<p>You have corporate data to disseminate into the field, or service records that need to be updated in the field. How can you quickly make that data accessible from your on-premise system to Windows Phone users? Come take a look at OData with Microsoft MVP for Silverlight and leading WP7 trainer, Colin Melia, and see how you can expose data and services into the cloud and quickly connect to it from the phone, from scratch</p>
<p>&#160;</p>
<p>These are 4 of just <a href="http://blogs.msdn.com/b/cdndevs/archive/2011/01/25/mix11.aspx">14 sessions by Canadian-based developers highlighted by Microsoft Canada</a>.&#160; You can vote for all to 10 in total.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/colinizer.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/colinizer.wordpress.com/892/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/colinizer.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/colinizer.wordpress.com/892/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/colinizer.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/colinizer.wordpress.com/892/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/colinizer.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/colinizer.wordpress.com/892/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/colinizer.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/colinizer.wordpress.com/892/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/colinizer.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/colinizer.wordpress.com/892/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/colinizer.wordpress.com/892/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/colinizer.wordpress.com/892/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=892&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://colinizer.com/2011/01/26/get-free-training-with-great-wp7-silverlight-azure-sessions-at-microsoft-mix11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b872323ed82c63ea7e6e410eb52a4f84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">colinizer</media:title>
		</media:content>

		<media:content url="http://colinizer.files.wordpress.com/2011/01/300x250_mix11_011011_us_b-2.gif" medium="image">
			<media:title type="html">300x250_Mix11_011011_US_b (2)</media:title>
		</media:content>
	</item>
		<item>
		<title>Discover The Future of Silverlight at the Ottawa Silverlight Firestarter Event</title>
		<link>http://colinizer.com/2010/11/15/discover-the-future-of-silverlight-at-the-ottawa-silverlight-firestarter-event/</link>
		<comments>http://colinizer.com/2010/11/15/discover-the-future-of-silverlight-at-the-ottawa-silverlight-firestarter-event/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 17:44:46 +0000</pubDate>
		<dc:creator>colinizer</dc:creator>
				<category><![CDATA[Cloud Applications]]></category>
		<category><![CDATA[Desktop Application]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Application]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Silverlight 4]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[WP7Dev]]></category>

		<guid isPermaLink="false">https://colinizer.wordpress.com/2010/11/15/discover-the-future-of-silverlight-at-the-ottawa-silverlight-firestarter-event/</guid>
		<description><![CDATA[Come to the Microsoft Ottawa office on Dec 2nd 2010 @ 11:45 am ET sharp to watch the the future of Silverlight unfold.&#160; On Dec 2nd 2010, Microsoft is running the all-day Firestarter event about Silverlight.&#160; It opens with a keynote from Scott Guthrie (Corporate VP of the Developer Division) on the Future of Silverlight [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=824&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Come to the Microsoft Ottawa office on Dec 2nd 2010 @ 11:45 am ET sharp to watch the the future of Silverlight unfold.&#160; </p>
<p>On Dec 2nd 2010, Microsoft is running the all-day <a href="http://bit.ly/aSMRSP">Firestarter event</a> about Silverlight.&#160; It opens with a keynote from Scott Guthrie (Corporate VP of the Developer Division) on the <u>Future of Silverlight</u> and features various sessions from renowned speakers.&#160;&#160; It&#8217;s like another day of PDC just for Silverlight.&#160; </p>
<p>We&#8217;ll be watching and discussing the morning portion of the live event as a group.&#160; As a Microsoft MVP for Silverlight I&#8217;ll be there along with Microsoft&#8217;s <a href="http://twitter.com/cbeauclair">Christian Beauclair</a> to discuss the event and answer questions.</p>
<p>Silverlight is THE developer platform for rapidly building and deploying UI- and media-rich data-connected business and consumer applications for the web, the desktop and the phone.&#160; <u>It&#8217;s available today</u>.&#160; Microsoft has invested and will continue to invest in Silverlight, and in products that use it including LightSwitch, Lync, Windows InTune, the new Azure Portal, etc. </p>
<p>&#160;</p>
<p><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;border-top:0;border-right:0;padding-top:0;margin:0 auto;" title="SLFirestarter_150X240" border="0" alt="SLFirestarter_150X240" src="http://colinizer.files.wordpress.com/2010/11/slfirestarter_150x240.jpg?w=150&#038;h=240" width="150" height="240" /></p>
<p>No registration is required.</p>
<p>Dec 2nd 2010</p>
<p>11:45 ET (event started at noon)</p>
<p>100 Queen Street (the World Exchange Plaza – with underground parking)   <br />Suite 500 (5th floor)    <br />Ottawa, ON    <br />K1P 1J9</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/colinizer.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/colinizer.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/colinizer.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/colinizer.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/colinizer.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/colinizer.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/colinizer.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/colinizer.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/colinizer.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/colinizer.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/colinizer.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/colinizer.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/colinizer.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/colinizer.wordpress.com/824/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=824&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://colinizer.com/2010/11/15/discover-the-future-of-silverlight-at-the-ottawa-silverlight-firestarter-event/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b872323ed82c63ea7e6e410eb52a4f84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">colinizer</media:title>
		</media:content>

		<media:content url="http://colinizer.files.wordpress.com/2010/11/slfirestarter_150x240.jpg" medium="image">
			<media:title type="html">SLFirestarter_150X240</media:title>
		</media:content>
	</item>
		<item>
		<title>Discover The Future of Silverlight at Another PDC-Like Day just for Silverlight</title>
		<link>http://colinizer.com/2010/11/15/discover-the-future-of-silverlight-at-another-pdc-like-day-just-for-silverlight/</link>
		<comments>http://colinizer.com/2010/11/15/discover-the-future-of-silverlight-at-another-pdc-like-day-just-for-silverlight/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 17:34:08 +0000</pubDate>
		<dc:creator>colinizer</dc:creator>
				<category><![CDATA[Cloud Applications]]></category>
		<category><![CDATA[Desktop Application]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Application]]></category>
		<category><![CDATA[PDC10]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Silverlight 4]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[WP7Dev]]></category>

		<guid isPermaLink="false">https://colinizer.wordpress.com/2010/11/15/discover-the-future-of-silverlight-at-another-pdc-like-day-just-for-silverlight/</guid>
		<description><![CDATA[On Dec 2nd 2010, Microsoft is running the all-day live streaming Firestarter event about Silverlight.&#160; It opens with a keynote from Scott Guthrie (Corporate VP of the Developer Division) on the Future of Silverlight and features various sessions from renowned speakers.&#160;&#160; It&#8217;s like another day of PDC just for Silverlight running from 9:00 am PT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=822&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On Dec 2nd 2010, Microsoft is running the all-day <a href="http://bit.ly/aSMRSP">live streaming Firestarter event</a> about Silverlight.&#160; It opens with a keynote from Scott Guthrie (Corporate VP of the Developer Division) on the <u>Future of Silverlight</u> and features various sessions from renowned speakers.&#160;&#160; It&#8217;s like another day of PDC just for Silverlight running from 9:00 am PT to 5:15 pm PT.&#160; </p>
<p>Silverlight is THE developer platform for rapidly building and deploying UI- and media-rich data-connected business and consumer applications for the web, the desktop and the phone.&#160; <u>It&#8217;s available today</u>.&#160; Microsoft has invested and will continue to invest in Silverlight, and in products that use it including LightSwitch, Lync, Windows InTune, the new Azure Portal, etc.</p>
<p><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;border-top:0;border-right:0;padding-top:0;margin:0 auto;" title="SLFirestarter_300X250 (2)" border="0" alt="SLFirestarter_300X250 (2)" src="http://colinizer.files.wordpress.com/2010/11/slfirestarter_300x250-2.jpg?w=300&#038;h=250" width="300" height="250" /></p>
<p>This Firestarter event was announced before PDC and with the recently announced keynote on the future of Silverlight, it emphasizes Microsoft&#8217;s commitment to Silverlight.</p>
<p>Want more commitment?&#160; Read or see what Microsoft executives have had to say:</p>
<p><a href="http://bit.ly/aery7P">The State of Silverlight with Scott Guthrie and John Papa</a> (Oct 21 2010)</p>
<p><a href="http://bit.ly/aNPCoN">PDC and Silverlight – by Bob Muglia, President, Server &amp; Tool Business</a> (Nov 1 2010)</p>
<p><a href="http://bit.ly/cPHb06">Silverlight Questions – by Scott Guthrie, Corporate VP, Developer Division</a> (Nov 4 2010)</p>
<p>Also, here&#8217;s a great post on the subject:</p>
<p><a href="http://bit.ly/9Qy6Yq">Silverlight&#8217;s Bright Future – by Ward Bell</a> (Nov 10 2010)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/colinizer.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/colinizer.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/colinizer.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/colinizer.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/colinizer.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/colinizer.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/colinizer.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/colinizer.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/colinizer.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/colinizer.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/colinizer.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/colinizer.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/colinizer.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/colinizer.wordpress.com/822/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=822&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://colinizer.com/2010/11/15/discover-the-future-of-silverlight-at-another-pdc-like-day-just-for-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b872323ed82c63ea7e6e410eb52a4f84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">colinizer</media:title>
		</media:content>

		<media:content url="http://colinizer.files.wordpress.com/2010/11/slfirestarter_300x250-2.jpg" medium="image">
			<media:title type="html">SLFirestarter_300X250 (2)</media:title>
		</media:content>
	</item>
		<item>
		<title>Use the WPDTPTConnect/WPConnect Tool to Debug WP7 Apps on Devices Without Running Zune</title>
		<link>http://colinizer.com/2010/10/22/wpdtptconnectwpconnect-tool-in-the-windows-phone-developer-tools-october-2010-update/</link>
		<comments>http://colinizer.com/2010/10/22/wpdtptconnectwpconnect-tool-in-the-windows-phone-developer-tools-october-2010-update/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 14:25:07 +0000</pubDate>
		<dc:creator>colinizer</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Application]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[WP7Dev]]></category>

		<guid isPermaLink="false">https://colinizer.wordpress.com/2010/10/22/wpdtptconnectwpconnect-tool-in-the-windows-phone-developer-tools-october-2010-update/</guid>
		<description><![CDATA[The Windows Phone Developer Tools October 2010 Update (and breath) has been quietly released. It includes a major tool for debugging applications on devices, that was mentioned back in the Summer during Microsoft WP7 Jump Start training, but not publically released. It allows you to debug WP7 applications on a connected device without running the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=798&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://bit.ly/bMDY4N">Windows Phone Developer Tools October 2010 Update</a> (and breath) has been quietly released.</p>
<p>It includes a major tool for debugging applications on devices, that was mentioned back in the Summer during Microsoft WP7 Jump Start training, but not publically released.</p>
<p>It allows you to debug WP7 applications on a connected device without running the Zune software.</p>
<p>This is a good thing for two reason (personally to me at least):</p>
<ul>
<li>You don&#8217;t have to launch the huge Zune software to do device debugging</li>
<li>It allows debugging of applications using certain features that could not be used when the Zune software was running with a connected device: Media Launchers or Choosers; XNA Framework playback of song objects; Silverlight playback of video or audio content using the MediaElement control</li>
</ul>
<p>To use it:</p>
<p>Connect your device</p>
<p>Close the Zune software if running – and you can prevent it from launching on device connect by going to Settings-&gt;General and uncheck the appropriate box.</p>
<p>Open a command prompt and navigate to: </p>
<ul>
<li>For 32-bit OS &#8211; %ProgramFiles%\Microsoft SDKs\Windows Phone\v7.0\Tools\WPConnect</li>
<li>For 64-bit OS &#8211; %ProgramFiles(x86)%\Microsoft SDKs\Windows Phone\v7.0\Tools\WPConnect</li>
</ul>
<p>Run WPConnect.exe</p>
<p>That&#8217;s it – now you can debug on the device without the Zune software &#8216;in the way&#8217;.</p>
<p>To go back to using Zune, just launch it again.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/colinizer.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/colinizer.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/colinizer.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/colinizer.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/colinizer.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/colinizer.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/colinizer.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/colinizer.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/colinizer.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/colinizer.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/colinizer.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/colinizer.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/colinizer.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/colinizer.wordpress.com/798/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=798&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://colinizer.com/2010/10/22/wpdtptconnectwpconnect-tool-in-the-windows-phone-developer-tools-october-2010-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b872323ed82c63ea7e6e410eb52a4f84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">colinizer</media:title>
		</media:content>
	</item>
		<item>
		<title>Highlights of What&#8217;s new in the Windows Phone 7 Developer Tools RTM/RTW</title>
		<link>http://colinizer.com/2010/09/16/highlights-of-whats-new-in-the-windows-phone-7-developer-tools-rtmrtw/</link>
		<comments>http://colinizer.com/2010/09/16/highlights-of-whats-new-in-the-windows-phone-7-developer-tools-rtmrtw/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 16:25:38 +0000</pubDate>
		<dc:creator>colinizer</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Application]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">https://colinizer.wordpress.com/2010/09/16/highlights-of-whats-new-in-the-windows-phone-7-developer-tools-rtmrtw/</guid>
		<description><![CDATA[It’s a big day for Microsoft and I&#8217;ve had a great ride to this point. The RTM of the Windows Phone 7 Developer Tools have now been released. See the update MSDN documentation. Get the tools.&#160; Be sure to correctly uninstall previously installed versions of the tools (see the release notes) before installing. Read the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=766&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It’s <a href="http://bit.ly/a77FHT">a big day for Microsoft</a> and I&#8217;ve had a <a href="http://bit.ly/cnDUuR">great ride to this point</a>.</p>
<p>The RTM of the Windows Phone 7 Developer Tools have now been released.</p>
<p>See <a href="http://bit.ly/b1Cc7x">the update MSDN documentation</a>.</p>
<p>Get <a href="http://bit.ly/b86uj2">the tools</a>.&#160; <u>Be sure to <strong>correctly</strong> uninstall previously installed versions of the tools (see the release notes) before installing</u>.</p>
<p>Read <a href="http://bit.ly/92PEVA">the release notes</a>.</p>
<p>Let&#8217;s take a look at the highlights of what&#8217;s new in RTM of the WP7 Developer Tools, largely from a Silverlight application development point of view.</p>
<p><strong>Panorama Control</strong></p>
<p>There have been a few 3rd party open source goes at a Panorama Control (and no-one can blame them for getting a little impatient – it&#8217;s like the Office ribbon), but now there&#8217;s an official one (which was explain recently in <a href="http://bit.ly/90NntK">a blog entry by Jeff Wilcox</a>).&#160; You can include one by starting with the new dedicate Visual Studio template (under File-&gt;New Project), use the one in the toolbox, or add it via XAML.&#160; See <a href="http://bit.ly/dtjHRH">the documentation</a>.&#160; Use it to get UI like this:</p>
<p><img style="display:block;float:none;margin-left:auto;margin-right:auto;" title="Ff941104.83abaa3d-63cc-4424-b8ff-3c5ceca759c4(en-us,VS.92).jpg" alt="Ff941104.83abaa3d-63cc-4424-b8ff-3c5ceca759c4(en-us,VS.92).jpg" src="http://i.msdn.microsoft.com/dynimg/IC425813.jpg" /></p>
<p><strong>Pivot Control</strong></p>
<p>The new official Pivot control is just as easy to use.&#160; See <a href="http://bit.ly/dseWng">the documentation</a> to produce things like this:</p>
<p><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;border-top:0;border-right:0;padding-top:0;margin:0 auto;" title="image" border="0" alt="image" src="http://colinizer.files.wordpress.com/2010/09/image.png?w=266&#038;h=443" width="266" height="443" /></p>
<p>&#160;</p>
<p><strong>Bing Maps Silverlight Control for Windows Phone</strong></p>
<p>While the previously available control worked on the phone, it was not optimized for the phone.&#160; This new version rocks!&#160; Check out <a href="http://bit.ly/cUM8s4">the docs</a>.&#160; You&#8217;ll also want to <a href="http://bit.ly/91XBch">get yourself a developer key</a>.</p>
<p><img style="display:block;float:none;margin-left:auto;margin-right:auto;" title="Ff941093.10d7071a-c8bf-4a96-85d0-651438c449a6(en-us,VS.92).jpg" alt="Ff941093.10d7071a-c8bf-4a96-85d0-651438c449a6(en-us,VS.92).jpg" src="http://i.msdn.microsoft.com/dynimg/IC430131.jpg" width="302" height="554" /></p>
<p><strong>Other changes:</strong></p>
<p>The tools and emulator have performance improvements.&#160; Check out <a href="http://bit.ly/ctHMdy">Microsoft&#8217;s paper on creating high performing Silverlight apps</a>.</p>
<p>The <a href="http://msdn.microsoft.com/en-us/library/ff637516(v=VS.92).aspx">documentation has been updated</a>.</p>
<p>Be sure to read <a href="http://bit.ly/92PEVA">the release notes</a>.</p>
<p><strong>What&#8217;s missing to round out the platform?</strong>&#160; </p>
<p>I&#8217;ll do another post on this topic soon.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/colinizer.wordpress.com/766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/colinizer.wordpress.com/766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/colinizer.wordpress.com/766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/colinizer.wordpress.com/766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/colinizer.wordpress.com/766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/colinizer.wordpress.com/766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/colinizer.wordpress.com/766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/colinizer.wordpress.com/766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/colinizer.wordpress.com/766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/colinizer.wordpress.com/766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/colinizer.wordpress.com/766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/colinizer.wordpress.com/766/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/colinizer.wordpress.com/766/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/colinizer.wordpress.com/766/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=766&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://colinizer.com/2010/09/16/highlights-of-whats-new-in-the-windows-phone-7-developer-tools-rtmrtw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b872323ed82c63ea7e6e410eb52a4f84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">colinizer</media:title>
		</media:content>

		<media:content url="http://i.msdn.microsoft.com/dynimg/IC425813.jpg" medium="image">
			<media:title type="html">Ff941104.83abaa3d-63cc-4424-b8ff-3c5ceca759c4(en-us,VS.92).jpg</media:title>
		</media:content>

		<media:content url="http://colinizer.files.wordpress.com/2010/09/image.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://i.msdn.microsoft.com/dynimg/IC430131.jpg" medium="image">
			<media:title type="html">Ff941093.10d7071a-c8bf-4a96-85d0-651438c449a6(en-us,VS.92).jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>3 Windows Phone 7 Developer events in Ottawa this coming week with a Developer Device!</title>
		<link>http://colinizer.com/2010/08/28/3-windows-phone-7-developer-events-in-ottawa-this-coming-week-with-a-developer-device/</link>
		<comments>http://colinizer.com/2010/08/28/3-windows-phone-7-developer-events-in-ottawa-this-coming-week-with-a-developer-device/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 13:02:05 +0000</pubDate>
		<dc:creator>colinizer</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Application]]></category>
		<category><![CDATA[Ottawa]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[WP7Dev]]></category>

		<guid isPermaLink="false">https://colinizer.wordpress.com/2010/08/28/3-windows-phone-7-developer-events-in-ottawa-this-coming-week-with-a-developer-device/</guid>
		<description><![CDATA[3 Important Windows Phone 7 Events in Ottawa featuring a real developer device… 1 Microsoft Canada Windows Phone 7 Ottawa Deployment Clinic – Sep 1st 2010 So you have a WP7 application in development, but you need to see how it works on a real device ahead of the marketplace opening in October? The emulator [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=761&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b>3 Important Windows Phone 7 Events in Ottawa featuring a real developer device…</b></p>
<p><b></b></p>
<p><b>1 Microsoft Canada Windows Phone 7 Ottawa Deployment Clinic – Sep 1<sup>st</sup> 2010</b></p>
<p>So you have a WP7 application in development, but you need to see how it works on a real device ahead of the marketplace opening in October?</p>
<p>The emulator currently available as part of the Windows Phone Developer Tools Beta, provides a great testing environment for many, but not all, of the platform’s features.&#160; The capabilities of your application may necessitate testing on a real device.&#160; Devices are available to purchase at retail in the November so you may need access to a real device for testing in the meantime.</p>
<p>Over the next few months Microsoft Canada will be holding a series events in Ottawa where you can try out your WP7 apps on a real device.</p>
<p>The first one will be held at the Microsoft Ottawa office (5<sup>th</sup> floor at the World Exchange Plaza) on Wed Sep 1 2010.&#160; To request a testing slot, please contact <a href="mailto:christian.beauclair@microsoft.com">Christian Beauclair</a>, let him know about your application and why you’d like to test on a real device.&#160; You should bring along a developer machine if you’d like to make revisions while testing.</p>
<p>Not ready to test on a device yet?&#160; Future events will be held at the office and at coffee and code events around town.&#160; Watch <a href="http://colinizer.com">http://colinizer.com</a> and <a href="http://blogs.msdn.com/b/cdndevs/">http://blogs.msdn.com/b/cdndevs/</a> for details.</p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b>2 DevTeach Windows Phone 7 Boot Camp Sep 2<sup>nd</sup>/3<sup>rd</sup> 2010</b></p>
<p><b></b></p>
<p><a href="http://www.devteach.com/SpecialEvent.aspx"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;border-top:0;border-right:0;padding-top:0;margin:0 auto;" title="clip_image001" border="0" alt="clip_image001" src="http://colinizer.files.wordpress.com/2010/08/clip_image001.jpg?w=125&#038;h=125" width="125" height="125" /></a><b></b></p>
<p><b></b></p>
<p>The phone tools RTM on Sep 16<sup>th</sup>, the marketplace opens in October and devices expected in November.</p>
<p>Do you have?</p>
<p>· The developer knowledge to build apps for this platform</p>
<p>· Access to device to test your application</p>
<p>· Assistance with getting your application in the marketplace.</p>
<p>With this boot camp you get::</p>
<p>· <b>2 solid workshop days to rapidly build your WP7 Developer knowledge and beyond – </b>covering major topics in depth, samples, exercises and expertise in Microsoft technologies </p>
<p>· <b>Face-time with a developer device</b></p>
<p>· <b>50!! Demos/Examples</b></p>
<p>· <b>Priority invite to Microsoft Canada’s deployment clinics to test your application(s) on a real device </b>- <u>unless you have a relationship with Microsoft, these events may be your only opportunity before retail device availability!!!</u></p>
<p>· <b>FREE</b> <b>go-to-marketplace support from Microsoft to get your application into the marketplace and potential promotion </b>– you’ll be connected with a Microsoft evangelist to help you with getting your application(s) into the marketplace with potential for application promotional </p>
<p>· <b>Information, 40+ samples &amp; exercises to walk away with</b></p>
<p>Register today!&#160; Use the code WP7BOOTCAMP to save $100.</p>
<p><a href="http://winphone7bootcamp.com">http://winphone7bootcamp.com</a></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b>3 Microsoft Canada Windows Phone 7 Night in Ottawa (featuring a developer device!) – Sep 2<sup>nd</sup> 2010</b></p>
<p><b></b></p>
<p>Join <a href="http://twitter.com/cbeauclair">Christian Beauclair</a> &amp; <a href="http://twitter.com/RicksterCDN">Rick Claus</a> from <a href="http://www.microsoft.ca/">Microsoft Canada</a>, along with <a href="http://twitter.com/colinizer">Colin Melia</a> from <a href="http://www.dreamdigital.com/">DreamDigital</a>, for an evening about Windows Phone 7 in the flesh.&#160; That’s right, they’ll be there in person, oh and so will <b><u>a real developer device!</u></b></p>
<p>In October, Microsoft will start accepting application submissions on the mobile marketplace for Windows Phone 7 applications, with devices being available at retail shortly thereafter. </p>
<p>Will you be one of the first developers selling a cool application? Are you an IT Pro that wants to figure out how these devices fit into your organization?&#160; To get to grips with this new mobile platform and build on your existing .NET and infrastructure knowledge, you&#8217;ll need to know the features of the new phone platform. </p>
<p>Visual Studio 2010 together with the WP7 tools make building applications a delightful experience. During this evening event, you’ll have the opportunity to see the phone in action, learn about the tools and understand how the phone integrates into your enterprise.</p>
<p>You absolutely must be registered to attend.</p>
<p>Register here: <a href="https://www.clicktoattend.com/invitation.aspx?code=150519">https://www.clicktoattend.com/invitation.aspx?code=150519</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/colinizer.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/colinizer.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/colinizer.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/colinizer.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/colinizer.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/colinizer.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/colinizer.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/colinizer.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/colinizer.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/colinizer.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/colinizer.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/colinizer.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/colinizer.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/colinizer.wordpress.com/761/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=761&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://colinizer.com/2010/08/28/3-windows-phone-7-developer-events-in-ottawa-this-coming-week-with-a-developer-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b872323ed82c63ea7e6e410eb52a4f84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">colinizer</media:title>
		</media:content>

		<media:content url="http://colinizer.files.wordpress.com/2010/08/clip_image001.jpg" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>
	</item>
		<item>
		<title>In-Depth Developer Training, Samples, Marketplace Assistance, Promotion, Device Face-Time &amp; Loaner Device Access for Windows Phone 7</title>
		<link>http://colinizer.com/2010/08/18/in-depth-developer-training-samples-marketplace-assistance-promotion-device-face-time-loaner-device-access-for-windows-phone-7/</link>
		<comments>http://colinizer.com/2010/08/18/in-depth-developer-training-samples-marketplace-assistance-promotion-device-face-time-loaner-device-access-for-windows-phone-7/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 16:33:43 +0000</pubDate>
		<dc:creator>colinizer</dc:creator>
				<category><![CDATA[Blend]]></category>
		<category><![CDATA[Expression]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Application]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[Silverlight 4]]></category>
		<category><![CDATA[Windows Azure]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Windows Phone 7 Series]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[WP7Dev]]></category>

		<guid isPermaLink="false">https://colinizer.wordpress.com/2010/08/18/in-depth-developer-training-samples-marketplace-assistance-promotion-device-face-time-loaner-device-access-for-windows-phone-7/</guid>
		<description><![CDATA[Windows Phone 7 devices are coming to market this Oct/Nov in several markets. Time is running out to get in on the launch and test device access is vital for some applications. Get these benefits from the Windows Phone 7 Boot Camp that I&#8217;m running, sponsored by Microsoft at their Canadian offices: 2 solid workshop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=753&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Windows Phone 7 devices are coming to market this Oct/Nov in several markets.</p>
<p>Time is running out to get in on the launch and test device access is vital for some applications.</p>
<p>Get these benefits from the Windows Phone 7 Boot Camp that I&#8217;m running, sponsored by Microsoft at their Canadian offices:</p>
<ul>
<li><strong>2 solid workshop days to rapidly build your WP7 Developer knowledge and beyond &#8211; </strong>covering major topics in depth, samples, exercises and expertise in Microsoft technologies </li>
<li><strong>50!! Demos/Examples</strong></li>
<li><strong>Priority invite to </strong><strong>Microsoft Canada&#8217;s deployment clinics to test your application(s) on a real device </strong>- <u>unless you have a relationship with Microsoft, this may be your only opportunity before retail device availability!!!</u> </li>
<li><strong>FREE</strong> <strong>go-to-marketplace support from Microsoft to get your application into the marketplace and potential promotion </strong>– you’ll be connected with a Microsoft evangelist to help you with getting your application(s) into the marketplace with potential for application promotional </li>
<li><strong>Information, 40+ samples &amp; exercises to walk away with</strong> </li>
</ul>
<p>Due to a shortage with devices, Microsoft Canada has withdrawn the loaner program (substituting the deployment clinics) and a device cannot be present in all bootcamp cities.</p>
<p><u>There are many free resources on the web, but none offer these benefits along with interactive learning.</u></p>
<p>Want More?&#160; How about, all this for less?&#160; Use the promo code WP7BOOTCAMP to get $100 off.</p>
<p><a href="http://winphone7bootcamp.com/"><strong>Register today.</strong></a></p>
<p><img style="display:block;float:none;margin-left:auto;margin-right:auto;" border="0" vspace="5" src="http://www.devteach.com/SpecialEvent/WindowsPhone7BootCamp635x410.jpg" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/colinizer.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/colinizer.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/colinizer.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/colinizer.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/colinizer.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/colinizer.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/colinizer.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/colinizer.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/colinizer.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/colinizer.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/colinizer.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/colinizer.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/colinizer.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/colinizer.wordpress.com/753/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=753&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://colinizer.com/2010/08/18/in-depth-developer-training-samples-marketplace-assistance-promotion-device-face-time-loaner-device-access-for-windows-phone-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b872323ed82c63ea7e6e410eb52a4f84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">colinizer</media:title>
		</media:content>

		<media:content url="http://www.devteach.com/SpecialEvent/WindowsPhone7BootCamp635x410.jpg" medium="image" />
	</item>
		<item>
		<title>Get Ahead With In-Depth Developer Training &amp; Early Device Access for Windows Phone 7</title>
		<link>http://colinizer.com/2010/08/12/get-ahead-with-in-depth-developer-training-early-device-access-for-windows-phone-7/</link>
		<comments>http://colinizer.com/2010/08/12/get-ahead-with-in-depth-developer-training-early-device-access-for-windows-phone-7/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 19:17:36 +0000</pubDate>
		<dc:creator>colinizer</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Application]]></category>
		<category><![CDATA[OData]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Windows Phone 7 Series]]></category>

		<guid isPermaLink="false">https://colinizer.wordpress.com/2010/08/12/get-ahead-with-in-depth-developer-training-early-device-access-for-windows-phone-7/</guid>
		<description><![CDATA[The current Windows Phone 7 rumour-mill currently has: Sept 2010Oct 2010 Confirmed by Microsoft &#8211; Mobile Marketplace opens for Windows Phone 7 application submissions Sep 16th 2010 Confirmed by Microsoft – Tools RTM Oct 2010 – Windows Phone 7 devices retail in Europe Nov 2010 – Windows Phone 7 devices retail in North America Are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=751&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The current Windows Phone 7 rumour-mill currently has:</p>
<ul>
<li><strike>Sept 2010</strike>Oct 2010 Confirmed by Microsoft &#8211; Mobile Marketplace opens for Windows Phone 7 application submissions </li>
<li>Sep 16th 2010 Confirmed by Microsoft – Tools RTM</li>
<li>Oct 2010 – Windows Phone 7 devices retail in Europe </li>
<li>Nov 2010 – Windows Phone 7 devices retail in North America </li>
</ul>
<p>Are you ready to ride this huge opportunity?</p>
<p>To be at the front of the line you&#8217;ll need these key things:</p>
<ul>
<li><font color="#0000ff"><strong>WP7 Developer Knowledge and beyond</strong></font>
<p>The developer tools for basic WP7 application are free and easy to start with.&#160; That&#8217;s a great story for your fart application, but not for building fully cloud-integrated applications where you have to build cloud services and/or understand the cloud space, especially if you want to use notification services.&#160; You&#8217;ll need in-depth knowledge for this and expertise extending all the way to developing for 3-screen &amp; the cloud in some cases.&#160; Plus, do you really have weeks to spend researching all this stuff?</p>
</li>
<li><strong><font color="#0000ff">Access to Windows Phone 7 devices to test your application(s)</font></strong>
<p>The developer tools for WP7 include an emulator which provides a great experience, far more useful that its predecessor for Windows Mobile 6.x, and even more graphically powerful that Virtual PC since it integrates with the host&#8217;s graphical hardware acceleration and multi-touch (if available).</p>
<p>However, the tools will not allow you to get a good sense of performance, test under real network conditions, or get real data from built-in devices like the accelerometer, GPS, compass, and multi-touch (this last one would require a multi-touch capable developer machine).&#160; If you are building a game (with XNA) for WP7, you definitely want to get your hands on some real hardware.</p>
<p>Do you have access to a device before retail availability?</p>
</li>
<li><strong><font color="#0000ff">Assistance with getting your application into the marketplace and potential promotion</font></strong> </li>
</ul>
<p><strong><font color="#008000"></font></strong></p>
<p><strong><font color="#008000"><font size="2">You can get help with these things by attending the </font><a href="http://winphone7bootcamp.com/"><font size="2">Windows Phone 7 Boot Camp</font></a></font></strong><strong><font color="#008000"></font></strong><strong><font color="#008000" size="2"> that I&#8217;m running <img style="border-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://colinizer.files.wordpress.com/2010/08/wlemoticonsmile.png" /></font></strong></p>
<p><font size="2"></font></p>
<p><font size="3">Boot Camp participants get:</font></p>
<p><font size="3"><strong><font color="#008000">2 solid in-depth workshop days</font></strong> covering major topics in depth, samples, exercises and expertise in Microsoft technologies at Microsoft offices – see agenda below</font></p>
<p><font color="#008000" size="3"><strong>50+ Demos/examples</strong></font></p>
<p><font color="#008000" size="3"><strong>40+ Samples</strong></font></p>
<p><font size="3"><strong>Priority invite to </strong><strong><font color="#008000">Microsoft Canada&#8217;s deployment clinics</font></strong>, for invaluable application testing on a real device.&#160; Unless you have a relationship with Microsoft, this may be your only opportunity before retail device availability!!!</font></p>
<p><font size="3"><strong>FREE</strong> <strong><font color="#008000">go-to-marketplace support from Microsoft</font>&#160;</strong>– you&#8217;ll be connected with a Microsoft evangelist to help you with getting your application(s) into the marketplace with potential for promotional assistance</font></p>
<p>Due to a shortage with devices, Microsoft Canada has withdrawn the loaner program (substituting the deployment clinics) and a device cannot be present in all bootcamp cities.</p>
<p>Want More?&#160; How about, all this for less?&#160; Use the promo code WP7BOOTCAMP to get $100 off.</p>
<p>&#160;</p>
<p><font size="4"><strong>A whole new market is approaching…&#160; </strong></font><a href="http://winphone7bootcamp.com/"><font size="4"><strong>Register today.</strong></font></a></p>
<p><strong>If the package, location, timing or content does not suit you and/or you want a tailored training experience, </strong><a href="http://tinyurl.com/EMyWP7BootCamp"><strong>go ahead and contact me</strong></a><strong>.</strong></p>
<p align="left"><strong></strong></p>
<p align="left"><strong>Current Agenda</strong></p>
<p><b><br />
<table border="0" cellspacing="0" cellpadding="2" width="763">
<tbody>
<tr>
<td valign="top" width="392">Day 1</td>
<td valign="top" width="369"><b>Day 2</b></td>
</tr>
<tr>
<td valign="top" width="392">
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Getting Started</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Tools</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Hardware</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Emulator</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Architecture</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Application Types</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Services</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Visual Basics</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">XAML</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Controls</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Layout</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Drawing, Brushes, Styles, Resources, Media</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Applications</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Stack</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Model</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Projects</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Navigation</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Threading</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Builds &amp; Deployment</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Debug</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">XAP Files</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Deployment</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Localisation</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Porting, Compatibility &amp; Re-use</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Application Layouts</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Orientation</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Transforms</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Hubs, Panorama &amp; Pivot</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Data Binding</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Essentials, Hierarchies, Lists</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Converters</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">LINQ</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Data Services</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Service Proxy</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">WebClient</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">HttpWebRequest</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">OData</font></font></span></p>
</td>
<td valign="top" width="369">
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Design</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Guide</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Theming</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Blend</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">MVVM</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Control Templates</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Platform Integration</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Launchers</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Choosers</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Application Bar</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Settings</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Device I/O</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">SIP</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Touch</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Accelerometer</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Location Services</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Network</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Maps</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Storage</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Isolated Storage</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Perst</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Cloud</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Syncing</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Application Lifecycle</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">In-depth</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Notification Services</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">In-depth</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Performance</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Web Integration</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Browser Control</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Integration</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">XNA</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Basics</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">&#160;</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><b><span lang="EN"><font face="Calibri"><font color="#000000">Marketplace</font></font></span></b></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Registration</font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Requirements </font></font></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span lang="EN"><font face="Calibri"><font color="#000000">Process</font></font></span></p>
</td>
</tr>
</tbody>
</table>
<p></b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/colinizer.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/colinizer.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/colinizer.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/colinizer.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/colinizer.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/colinizer.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/colinizer.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/colinizer.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/colinizer.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/colinizer.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/colinizer.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/colinizer.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/colinizer.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/colinizer.wordpress.com/751/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=751&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://colinizer.com/2010/08/12/get-ahead-with-in-depth-developer-training-early-device-access-for-windows-phone-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b872323ed82c63ea7e6e410eb52a4f84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">colinizer</media:title>
		</media:content>

		<media:content url="http://colinizer.files.wordpress.com/2010/08/wlemoticonsmile.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>
	</item>
		<item>
		<title>quick Review of Mix10 Day 1 Keynote</title>
		<link>http://colinizer.com/2010/03/16/quick-review-of-mix10-day-1-keynote/</link>
		<comments>http://colinizer.com/2010/03/16/quick-review-of-mix10-day-1-keynote/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 16:06:58 +0000</pubDate>
		<dc:creator>colinizer</dc:creator>
				<category><![CDATA[mix10]]></category>
		<category><![CDATA[Mobile Application]]></category>
		<category><![CDATA[Silverlight 4]]></category>
		<category><![CDATA[Windows Phone 7 Series]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://colinizer.wordpress.com/2010/03/16/quick-review-of-mix10-day-1-keynote/</guid>
		<description><![CDATA[Due to flight delays I didn’t make it for the Day 1 keynote, so I couldn’t live blog it.&#160; I will post more on the keynote contents later.&#160; Overall, there were NO surprises (and sadly no phone hardware).&#160; A Silverlight 4 RC was released along with development tools for Windows Phone 7 Series.&#160; Installing the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=596&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Due to flight delays I didn’t make it for the Day 1 keynote, so I couldn’t live blog it.&#160; I will post more on the keynote contents later.&#160; Overall, there were NO surprises (and sadly no phone hardware).&#160; A <a href="http://silverlight.net/">Silverlight 4 RC</a> was released along with <a href="http://developer.windowsphone.com/">development tools for Windows Phone 7 Series</a>.&#160; Installing the Windows Phone 7 tools (was straightforward, though the lack of a standalone installer is a little inconvenient).</p>
<p>The Microsoft wifi at the event is great considering the sea of laptops here.</p>
<p>I’ll be live tweeting (@colinizer) for Day 2.</p>
<p>Today’s keynote is likely going to be about IE9 and design – not as exciting as yesterday.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/colinizer.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/colinizer.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/colinizer.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/colinizer.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/colinizer.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/colinizer.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/colinizer.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/colinizer.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/colinizer.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/colinizer.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/colinizer.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/colinizer.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/colinizer.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/colinizer.wordpress.com/596/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=colinizer.com&amp;blog=908008&amp;post=596&amp;subd=colinizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://colinizer.com/2010/03/16/quick-review-of-mix10-day-1-keynote/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b872323ed82c63ea7e6e410eb52a4f84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">colinizer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
