<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Marc LaFleur</title><link>http://weblogs.asp.net/mlafleur/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>WebAuthenticationBroker &amp; Facebook</title><link>http://weblogs.asp.net/mlafleur/archive/2013/04/19/webauthenticationbroker-amp-facebook.aspx</link><pubDate>Fri, 19 Apr 2013 13:26:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10183922</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>I needed to use Facebook authentication in a Windows Store app the other day. The Windows Runtime makes this trivially easy with it's WebAuthenticationBroker class. The web authentication broker allows apps to use Internet authentication and authorization...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2013/04/19/webauthenticationbroker-amp-facebook.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10183922" width="1" height="1"&gt;</description></item><item><title>Style In The Round</title><link>http://weblogs.asp.net/mlafleur/archive/2013/03/13/outside-the-box.aspx</link><pubDate>Wed, 13 Mar 2013 15:47:20 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9983494</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>As part of my job I get to talk with a lot of developers, designers and product managers. When the subject of User Experience comes up (and it always does), I always emphasize the importance of thinking "outside the box". Yes, I know. It is a horrible...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2013/03/13/outside-the-box.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9983494" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mlafleur/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>A Better Sample Data</title><link>http://weblogs.asp.net/mlafleur/archive/2013/03/06/a-better-sample-data.aspx</link><pubDate>Wed, 06 Mar 2013 16:40:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9952547</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>Scott Hanselman recently wrote about some placeholder images sites for web development. As is typical for one of his posts, it pointed me towards something I was completely unaware of. It also inspired me to solve a personally annoyance of mine. As a...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2013/03/06/a-better-sample-data.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9952547" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mlafleur/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Do It With Style</title><link>http://weblogs.asp.net/mlafleur/archive/2013/03/04/breaking-rules-in-style.aspx</link><pubDate>Mon, 04 Mar 2013 21:11:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9944573</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>Along with the introduction of Windows 8 came the induction of formalized user experience design guidelines. This was a pretty revolutionary step in Windows development. The historic lack of any formal UX guidelines for previous versions of Windows had...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2013/03/04/breaking-rules-in-style.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9944573" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mlafleur/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Word as Blog Editor</title><link>http://weblogs.asp.net/mlafleur/archive/2013/01/16/word-as-blog-editor.aspx</link><pubDate>Wed, 16 Jan 2013 19:36:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9761057</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>Did you know that Microsoft Word also makes an excellent blog editor? In fact, this post made using Word 2013. So how do you set up Word for blog editing? It is rather simple, albeit a little round about. The process starts by opening Microsoft Word and...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2013/01/16/word-as-blog-editor.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9761057" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mlafleur/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Custom Headers with HttpClient</title><link>http://weblogs.asp.net/mlafleur/archive/2013/01/09/custom-headers-with-httpclient.aspx</link><pubDate>Wed, 09 Jan 2013 13:53:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9724265</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>I while back I talked about Basic Authentication with HttpClient. Kaysha posted an excellent question about custom headers for things like User-Agent and Content-Type. Here is how you handle those headers. HttpClient is extremely simple to use out of...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2013/01/09/custom-headers-with-httpclient.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9724265" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mlafleur/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Too Clever By Half</title><link>http://weblogs.asp.net/mlafleur/archive/2013/01/03/too-clever-by-half.aspx</link><pubDate>Thu, 03 Jan 2013 21:33:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9695502</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>So I'm a bit of a stickler for fool-proof configuration, sometimes to my own detriment. In response to my earlier Bing Maps SDK issue with x64 I thought I would be really clever and just remove x64 as a target platform from the solution configuration...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2013/01/03/too-clever-by-half.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9695502" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mlafleur/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Bing Maps SDK</title><link>http://weblogs.asp.net/mlafleur/archive/2013/01/03/bing-maps-sdk.aspx</link><pubDate>Thu, 03 Jan 2013 15:22:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9693958</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>I've been playing around with the Bing Maps SDK over the holidays. The documentation includes a step-by-step guide for adding Bing Maps to my app that got me up and running. I had to make some small changes like targeting specific CPU and not the default...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2013/01/03/bing-maps-sdk.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9693958" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mlafleur/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Settings Charm</title><link>http://weblogs.asp.net/mlafleur/archive/2012/11/18/settings-charm.aspx</link><pubDate>Mon, 19 Nov 2012 04:10:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9415552</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>One of the nice things about Windows 8 for developers adoption of some clearly defined (and long needed) user experience standards. While in the past we relied on conventions (Help -&amp;gt; About for example) those conventions were not always followed and...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2012/11/18/settings-charm.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9415552" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mlafleur/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Windows Store Apps</title><link>http://weblogs.asp.net/mlafleur/archive/2012/11/07/windows-store-apps.aspx</link><pubDate>Wed, 07 Nov 2012 05:50:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9326001</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>5</slash:comments><description>I've run into a couple of developers asking where "Metro Style Apps" went in the RTM version of Visual Studio 2012. Don't worry, they are still there. They just have a new name. That term "Metro" was just a placeholder during the beta phase. There are...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2012/11/07/windows-store-apps.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9326001" width="1" height="1"&gt;</description></item><item><title>Moved to Azure</title><link>http://weblogs.asp.net/mlafleur/archive/2012/11/07/moved-to-azure.aspx</link><pubDate>Wed, 07 Nov 2012 05:25:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9325810</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>Well now I've gone and done it, I've moved this site over to Azure. Overall the experience was pretty painless. Created a new Windows Server 2012 VM instance Installed WordPress and MySQL via the Web Platform Installer Imported my old MySQL Database I...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2012/11/07/moved-to-azure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9325810" width="1" height="1"&gt;</description></item><item><title>Basic HTTP Authentication in WinRT</title><link>http://weblogs.asp.net/mlafleur/archive/2012/07/29/basic-http-authentication-in-winrt.aspx</link><pubDate>Mon, 30 Jul 2012 03:49:20 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8798038</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>I’m on vacation right now, getting some much needed time with the family and preparing for my wedding at the end of the week. So what does a geek do in the midst of 6 kids and the chaos of wedding planning? Why build a Metro style app of course. Duh!...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2012/07/29/basic-http-authentication-in-winrt.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8798038" width="1" height="1"&gt;</description></item><item><title>The Internet is for FUD</title><link>http://weblogs.asp.net/mlafleur/archive/2012/05/25/the-internet-is-for-fud.aspx</link><pubDate>Fri, 25 May 2012 17:42:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8532965</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>1</slash:comments><description>Sometimes I think Avenue Q got it wrong; The Internet is for FUD. When it comes to generating Fear, Uncertainty and Doubt the internet reigns supreme. Oh the television was good, but it has limitations. When you need to simultaneously scare the pants...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2012/05/25/the-internet-is-for-fud.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8532965" width="1" height="1"&gt;</description></item><item><title>Windows Azure for Amazon AWS Users</title><link>http://weblogs.asp.net/mlafleur/archive/2012/05/22/windows-azure-for-amazon-aws-users.aspx</link><pubDate>Tue, 22 May 2012 21:21:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8521788</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>0</slash:comments><description>One hurdle I run across while talking to AWS users about Azure comes down to terminology. Every cloud vendor has their own vernacular and this can be a source of endless frustration when one starts to compare the two services. Developers that have already...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2012/05/22/windows-azure-for-amazon-aws-users.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8521788" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mlafleur/archive/tags/General+Software+Development+/default.aspx">General Software Development </category></item><item><title>Windows 8: Sleep, Restart &amp; Shutdown</title><link>http://weblogs.asp.net/mlafleur/archive/2012/04/20/windows-8-sleep-restart-amp-shutdown.aspx</link><pubDate>Fri, 20 Apr 2012 15:40:56 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8399037</guid><dc:creator>MarcLaFleur</dc:creator><slash:comments>2</slash:comments><description>Of all the questions I’ve seen regarding the Windows 8 Consumer Preview, “How do I shutdown?” seems to be the most prevalent. I’ve spent my share of time on various social networks showing people how to do it but that just doesn’t scale. As such, I’ve...(&lt;a href="http://weblogs.asp.net/mlafleur/archive/2012/04/20/windows-8-sleep-restart-amp-shutdown.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8399037" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mlafleur/archive/tags/General+Software+Development+/default.aspx">General Software Development </category></item></channel></rss>