<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Denny Boynton</title>
    <description>(Literally) Beating the Drum of Software Architecture!</description>
    <link>http://blog.dennyboynton.com/</link>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>BlogEngine.Net Syndication Generator 1.0.0.0 (http://dotnetblogengine.net/)</generator>
    <language>en-GB</language>
    <blogChannel:blogRoll>http://blog.dennyboynton.com/opml.axd</blogChannel:blogRoll>
    <blogChannel:blink>http://www.dotnetblogengine.net/syndication.axd</blogChannel:blink>
    <dc:creator>Denny Boynton</dc:creator>
    <dc:title>Denny Boynton</dc:title>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DennyBoynton" /><feedburner:info uri="dennyboynton" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
      <title>The Weather Channel Makes My Spring With Internet Explorer 9 Pinned Mode</title>
      <description>&lt;p&gt;I live in St. Louis, which means I am sort of manic about the weather, especially in the Spring. We get massive storm systems moving through this area and I like to be prepared for them. I have long relied on The Weather Channel’s web site, &lt;a href="http://www.weather.com"&gt;http://www.weather.com&lt;/a&gt; to get timely news on what’s going to hit us and when.&lt;/p&gt;  &lt;p&gt;I was surprised this morning by a fluke shower, and by “fluke” I mean I wasn’t expecting it. So I jumped only TWC’s web site using the newly installed &lt;a href="http://www.beautyoftheweb.com/" target="_blank"&gt;Internet Explorer 9 RTW&lt;/a&gt; and saw the most interesting notice on the screen:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dennyboynton.com/image.axd?picture=Windows-Live-Writer/The-Weather-Channel-Makes-My-Day-With-In/18626C3E/image.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.dennyboynton.com/image.axd?picture=Windows-Live-Writer/The-Weather-Channel-Makes-My-Day-With-In/5FF44565/image_thumb.png" width="393" height="145" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Weather.com now checks to see if you’re running in IE9 pinned mode or not. If you’re not familiar with running a site in pinned mode with IE9, think about how you can pin your favorite applications to your Windows 7 taskbar, making them easy to get to when you need them. Since users, more and more, are using web applications as much, if not more, than locally installed client applications, it only makes sense that web pages should act the same way as local applications. Thus, IE9 pinned mode web sites. How cool is that? I could go into details here on how to enable IE9 pinned mode implementation and discoverability for a site, but my friend and colleague, &lt;a href="http://blogs.msdn.com/b/jonbox/" target="_blank"&gt;Jon Box&lt;/a&gt;, has already &lt;a href="http://blogs.msdn.com/b/jonbox/archive/2011/02/18/a-simple-ie9-site-pinning-pattern-and-one-gotcha.aspx" target="_blank"&gt;done so on his blog&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;So, I dragged the IE9 tab to my task bar and pinned the site and, low and behold, It got the following when I right clicked on the hi-res favicon:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dennyboynton.com/image.axd?picture=Windows-Live-Writer/The-Weather-Channel-Makes-My-Day-With-In/62D9844B/TWCJumpList.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="TWCJumpList" border="0" alt="TWCJumpList" src="http://www.dennyboynton.com/image.axd?picture=Windows-Live-Writer/The-Weather-Channel-Makes-My-Day-With-In/78DFEFDD/TWCJumpList_thumb.png" width="272" height="374" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The first set of items under the &lt;strong&gt;Tasks&lt;/strong&gt; section head are part of a static jump list. Amazingly, any web site can implement a list like this by adding a meta tag for each item in the list. They look like this:&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;&amp;lt;meta name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Some Task;action-uri=&lt;/font&gt;&lt;font face="Courier New"&gt;/SomeTask.html;icon-uri=/favicon.ico&amp;quot;/&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;That’s it. Pretty easy, right? Add up to five of these to make your list and users can immediately get directly to important resources on your web site with one right-click and one left-click. This is something you can add to your web site today with minimal effort and testing, since browsers ignore HTML tags they don’t recognize, especially meta tags.&lt;/p&gt;  &lt;p&gt;The really cool part of The Weather Channel web site’s pinned mode is the section about the static jump list items, the section called &lt;strong&gt;Recent Searches&lt;/strong&gt;. This is an example of a dynamic jump list because it is generated based on real-time data as opposed to static information in HTML. Here they simply replicated the same functionality I would receive from clicking on the &lt;strong&gt;Find Weather&lt;/strong&gt; search box at the top of their web site:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dennyboynton.com/image.axd?picture=Windows-Live-Writer/The-Weather-Channel-Makes-My-Day-With-In/49615B44/image.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.dennyboynton.com/image.axd?picture=Windows-Live-Writer/The-Weather-Channel-Makes-My-Day-With-In/2AE6F48E/image_thumb.png" width="524" height="266" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Thus, without having to write any new functional code, The Weather Channel was able to give me the ability to check my local weather with two clicks and no typing.&lt;/p&gt;  &lt;p&gt;This is the real power of these new features of IE9. You get the same presence and access as your favorite Windows applications, but in this case, they’re your favorite web sites. You get access to what you want, when you want it, with few clicks. That’s what I call a win in my book.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:29974ffe-8f9c-4b82-9c9f-c75043126166" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Internet+Explorer+9" rel="tag"&gt;Internet Explorer 9&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Pinned+Mode" rel="tag"&gt;Pinned Mode&lt;/a&gt;,&lt;a href="http://technorati.com/tags/The+Weather+Channel" rel="tag"&gt;The Weather Channel&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Meta+Tags" rel="tag"&gt;Meta Tags&lt;/a&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/RG2C3xMEL_w" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/RG2C3xMEL_w/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/The-Weather-Channel-Makes-My-Spring-With-Internet-Explorer-9-Pinned-Mode.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=aea12b5d-1ee8-4856-aa97-512866164531</guid>
      <pubDate>Fri, 18 Mar 2011 20:58:53 -0500</pubDate>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=aea12b5d-1ee8-4856-aa97-512866164531</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=aea12b5d-1ee8-4856-aa97-512866164531</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/The-Weather-Channel-Makes-My-Spring-With-Internet-Explorer-9-Pinned-Mode.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=aea12b5d-1ee8-4856-aa97-512866164531</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=aea12b5d-1ee8-4856-aa97-512866164531</feedburner:origLink></item>
    <item>
      <title>FTW! (For the Windows, that is...)</title>
      <description>&lt;div align="center"&gt;   &lt;table border="0" cellspacing="0" cellpadding="0" width="797" align="center"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="2"&gt;&lt;a href="http://windowsclient.net/" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="WPF" border="0" alt="WPF" src="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/For-the-Windows-that-is/17B5C2DE/WPF-Client.jpg" width="81" height="84" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td width="90"&gt;&lt;a href="http://windowsclient.net/" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="XAML Document" border="0" alt="XAML Document" src="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/For-the-Windows-that-is/056CFC1C/XAML-Document.jpg" width="88" height="104" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td width="15"&gt;           &lt;p align="center"&gt;&lt;strong&gt;&lt;font size="3"&gt;+&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="242"&gt;&lt;a href="http://www.silverlight.net/" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Silverlight" border="0" alt="Silverlight" src="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/For-the-Windows-that-is/4536E2A1/Silverlight.png" width="240" height="73" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td width="15"&gt;           &lt;p align="center"&gt;&lt;strong&gt;&lt;font size="3"&gt;+&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="174"&gt;&lt;font size="3"&gt;&lt;a href="http://www.beautyoftheweb.com/" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Internet Explorer 9 Beta" border="0" alt="Internet Explorer 9 Beta" src="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/For-the-Windows-that-is/5DC67FF1/IE9-Horizontal.png" width="172" height="39" /&gt;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;          &lt;td width="15"&gt;           &lt;p align="center"&gt;&lt;strong&gt;&lt;font size="3"&gt;=&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="242"&gt;&lt;a href="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/For-the-Windows-that-is/368C36BC/Windows-7.png"&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;a href="http://www.microsoft.com/windows/windows-7/default.aspx" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Windows 7" border="0" alt="Windows 7" src="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/For-the-Windows-that-is/1D243382/Windows-7.png" width="240" height="38" /&gt;&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;    &lt;p&gt;What do &lt;a href="http://windowsclient.net/" target="_blank"&gt;WPF&lt;/a&gt;, &lt;a href="http://www.silverlight.net/" target="_blank"&gt;Silverlight 4&lt;/a&gt;, and &lt;a href="http://www.beautyoftheweb.com/" target="_blank"&gt;Internet Explorer 9&lt;/a&gt; have in common? No, that's not a riddle. Really, it's not a riddle. They are all FTW. What I mean by that is they all offer developers unique ways to exploit the power of &lt;a href="http://www.microsoft.com/windows/windows-7/default.aspx"&gt;Windows 7&lt;/a&gt;, such as integrating with the taskbar, leveraging jump lists, or offering the ability to exploit multi-touch or hardware sensors.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;FTW?     &lt;br /&gt;&lt;/strong&gt;And why am I even talking about this? Well closely following on the heels of our &lt;a href="http://www.windowsazurebootcamp.com/" target="_blank"&gt;Windows Azure Boot Camp&lt;/a&gt; announcement, we are gearing up another boot camp series: &lt;a href="http://www.windowsdevbootcamp.com/" target="_blank"&gt;For the Win: Window 7 Development Boot Camp&lt;/a&gt;. This new series of events will include evangelist-led presentations by none other than the purely awesome &lt;a href="http://blogs.msdn.com/jennifer/" target="_blank"&gt;Jennifer Marsman&lt;/a&gt; as well as hands-on labs to help you really dig into developing client-centric applications using &lt;a href="http://windowsclient.net/" target="_blank"&gt;WPF&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/ms752059.aspx" target="_blank"&gt;XAML&lt;/a&gt;, &lt;a href="http://www.silverlight.net/" target="_blank"&gt;Silverlight&lt;/a&gt;, and &lt;a href="http://www.beautyoftheweb.com/" target="_blank"&gt;Internet Explorer 9&lt;/a&gt; (yes, client-centric integrations from your web site with just a touch of &lt;a href="http://html5.org/" target="_blank"&gt;HTML5&lt;/a&gt;).&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What's Covered?     &lt;br /&gt;&lt;/strong&gt;Jennifer will cover application compatibility and transitioning your application to Windows 7, leveraging the Windows taskbar and jump lists, exploiting the taskbar and jump lists from your web site using IE9, taking advantage of new sensor, location and multi-touch functionality, and creating Silverlight 4 out of browser applications. Each boot camp will last a full day, starting off right at 8am local time, include lunch, several sessions and a couple of hands-on labs to help you really get a feel for how to take advantage of Windows 7 capabilities in your applications.&lt;/p&gt;  &lt;p&gt;So, yes, this is a BYOL (bring your own laptop) event. Windows 7 is required, as is several other pieces of software: &lt;a href="http://www.microsoft.com/express/Downloads/" target="_blank"&gt;Visual Studio 2008 or 2010&lt;/a&gt;, &lt;a href="http://bit.ly/bGKULt" target="_blank"&gt;Windows API Code Pack&lt;/a&gt;, &lt;a href="http://bit.ly/cXaJ1u" target="_blank"&gt;Windows 7 Training Kit for Developers&lt;/a&gt;, &lt;a href="http://bit.ly/b9HBZu" target="_blank"&gt;IE9&lt;/a&gt;, and &lt;a href="http://bit.ly/dvR7Hb" target="_blank"&gt;Silverlight 4&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What Cities?&lt;/strong&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;ul style="line-height: 12pt; list-style-type: none; margin-top: 0px; margin-bottom: 0px; margin-left: 20px; list-style-image: url(Images/Bullet.gif)"&gt;   &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032471942&amp;amp;Culture=en-US" target="_blank"&gt;Waukesha, WI&lt;/a&gt; on 1/17/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472056&amp;amp;Culture=en-US" target="_blank"&gt;Downers Grove, IL&lt;/a&gt; on 1/18/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472057&amp;amp;Culture=en-US" target="_blank"&gt;Indianapolis, IN&lt;/a&gt; on 1/19/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472058&amp;amp;Culture=en-US" target="_blank"&gt;Independence, OH&lt;/a&gt; on 1/24/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472059&amp;amp;Culture=en-US" target="_blank"&gt;Columbus, OH&lt;/a&gt; on 1/25/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472060&amp;amp;Culture=en-US" target="_blank"&gt;Mason, OK&lt;/a&gt; on 1/27/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472070&amp;amp;Culture=en-US" target="_blank"&gt;Franklin, TN&lt;/a&gt; on 2/3/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472061&amp;amp;Culture=en-US" target="_blank"&gt;Southfield, MI&lt;/a&gt; on 2/7/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472062&amp;amp;Culture=en-US" target="_blank"&gt;Bloomington, MN&lt;/a&gt; on 2/14/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472063&amp;amp;Culture=en-US" target="_blank"&gt;St. Louis, MO&lt;/a&gt; on 2/15/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472064&amp;amp;Culture=en-US" target="_blank"&gt;Overland Park, KS&lt;/a&gt; on 2/16/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472065&amp;amp;Culture=en-US" target="_blank"&gt;Des Moines, IA&lt;/a&gt; on 2/17/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472066&amp;amp;Culture=en-US" target="_blank"&gt;Houston, TX&lt;/a&gt; on 2/21/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472067&amp;amp;Culture=en-US" target="_blank"&gt;Irving, TX&lt;/a&gt; on 2/22/2011 at 8:00 AM &lt;/li&gt;    &lt;li&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472068&amp;amp;Culture=en-US" target="_blank"&gt;Austin, TX&lt;/a&gt; on 2/24/2011 at 8:00 AM&lt;/li&gt; &lt;/ul&gt;    &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:414c6f4d-b37f-48ea-8bcc-12e2a66b1a7a" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Windows+7" rel="tag"&gt;Windows 7&lt;/a&gt;,&lt;a href="http://technorati.com/tags/IE9" rel="tag"&gt;IE9&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Silverlight" rel="tag"&gt;Silverlight&lt;/a&gt;,&lt;a href="http://technorati.com/tags/WPF" rel="tag"&gt;WPF&lt;/a&gt;,&lt;a href="http://technorati.com/tags/XAML" rel="tag"&gt;XAML&lt;/a&gt;&lt;/div&gt;&lt;div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;script type="text/javascript"&gt;digg_url = "http://blog.dennyboynton.com/post/FTW!-(For-the-Windows2c-that-is).aspx";digg_title = "FTW! (For the Windows, that is...)";digg_bgcolor = "#FFFFFF";digg_skin = "compact";&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script type="text/javascript"&gt;digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/RFoXl3ntPqc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/RFoXl3ntPqc/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/FTW!-(For-the-Windows2c-that-is).aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=3e4f844b-38b8-47aa-a977-3f2131c2d58f</guid>
      <pubDate>Mon, 13 Dec 2010 11:56:17 -0500</pubDate>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=3e4f844b-38b8-47aa-a977-3f2131c2d58f</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=3e4f844b-38b8-47aa-a977-3f2131c2d58f</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/FTW!-(For-the-Windows2c-that-is).aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=3e4f844b-38b8-47aa-a977-3f2131c2d58f</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=3e4f844b-38b8-47aa-a977-3f2131c2d58f</feedburner:origLink></item>
    <item>
      <title>Windows Phone 7 and Xbox 360 Launch Event in St. Louis November 22nd</title>
      <description>&lt;p&gt;&lt;a href="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/5ada915fe8a5/44578F98/image.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; float: ; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/5ada915fe8a5/750A9743/image_thumb.png" width="398" height="224" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;It’s been a big month for Microsoft’s Consumer Products group. With both &lt;a href="http://www.microsoft.com/windowsphone/" target="_blank"&gt;Windows Phone 7&lt;/a&gt; and &lt;a href="http://www.xbox.com/kinect" target="_blank"&gt;Xbox Kinect&lt;/a&gt; launching just a couple of weeks apart, There is suddenly a lot to learn before the busy holiday shopping season kicks into full swing.&lt;/p&gt;  &lt;p&gt;In St. Louis, Microsoft is here to help! On the evening of November 22nd, we’ll be hosting a launch party for Windows Phone 7 and Xbox Kinect at the Microsoft offices in Creve Coeur. You’ll get an insider’s look at Windows Phone and the many unique experiences it offers in the mobile device space. Besides the usual cadre of Microsoft experts, we’ll also have representatives from AT&amp;amp;T and T-Mobile on hand to perform demos of their respective devices and answer your questions. We’ll also have Xboxes setup so you can experience Kinect first-hand.&lt;/p&gt;  &lt;p&gt;Pizza, soda and beer will be provided and everyone who registers to attend the event will be entered into a drawing to win and new Xbox 360.&lt;/p&gt;  &lt;p&gt;This should be a fun evening. &lt;a href="https://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&amp;amp;EventID=1032471078&amp;amp;IO=DRh7pL9tZbg%2bqdThc9UJqA%3d%3d" target="_blank"&gt;Register today&lt;/a&gt; and I’ll see you there.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#0000ff"&gt;&lt;u&gt;Event Details&lt;/u&gt;:&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;font style="background-color: #0000ff"&gt;&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;strong&gt;Date:&lt;/strong&gt;&lt;/font&gt; November 22, 2010     &lt;br /&gt;&lt;font color="#0000ff"&gt;&lt;strong&gt;Time:&lt;/strong&gt;&lt;/font&gt; 5:00 P.M. to 9:00 P.M.     &lt;br /&gt;&lt;strong&gt;&lt;font color="#0000ff"&gt;Location:&lt;/font&gt;&lt;/strong&gt; Microsoft Office, 3 City Place Dr., Suite 1100, St. Louis, MO 63141&lt;/p&gt;  &lt;p&gt;&lt;a href="https://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&amp;amp;EventID=1032471078&amp;amp;IO=DRh7pL9tZbg%2bqdThc9UJqA%3d%3d" target="_blank"&gt;&lt;strong&gt;Online Registration Required!&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&amp;#160;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/5ada915fe8a5/33FC17DF/image.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/5ada915fe8a5/1374D82D/image_thumb.png" width="221" height="41" /&gt;&lt;/a&gt;&amp;#160; &lt;a href="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/5ada915fe8a5/72ED987A/image.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/5ada915fe8a5/206EB83E/image_thumb.png" width="77" height="100" /&gt;&lt;/a&gt;&amp;#160; &lt;a href="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/5ada915fe8a5/4DEFD801/image.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://dennyboynton.com/image.axd?picture=Windows-Live-Writer/5ada915fe8a5/4D83A50C/image_thumb.png" width="158" height="50" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9c1cf855-af76-4217-8328-810e882b1909" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Windows+Phone+7" rel="tag"&gt;Windows Phone 7&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Xbox" rel="tag"&gt;Xbox&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Kinect" rel="tag"&gt;Kinect&lt;/a&gt;,&lt;a href="http://technorati.com/tags/AT%26T" rel="tag"&gt;AT&amp;amp;T&lt;/a&gt;,&lt;a href="http://technorati.com/tags/T-Mobile" rel="tag"&gt;T-Mobile&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Microsoft" rel="tag"&gt;Microsoft&lt;/a&gt;&lt;/div&gt;&lt;div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;script type="text/javascript"&gt;digg_url = "http://blog.dennyboynton.com/post/Windows-Phone-7-and-Xbox-360-Launch-Event-in-St-Louis-November-22nd.aspx";digg_title = "Windows Phone 7 and Xbox 360 Launch Event in St. Louis November 22nd";digg_bgcolor = "#FFFFFF";digg_skin = "compact";&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script type="text/javascript"&gt;digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/ujF9N3QL6sA" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/ujF9N3QL6sA/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/Windows-Phone-7-and-Xbox-360-Launch-Event-in-St-Louis-November-22nd.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=8146d1eb-5bab-4ad8-a1c2-288887957ecd</guid>
      <pubDate>Tue, 16 Nov 2010 12:26:57 -0500</pubDate>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=8146d1eb-5bab-4ad8-a1c2-288887957ecd</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=8146d1eb-5bab-4ad8-a1c2-288887957ecd</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/Windows-Phone-7-and-Xbox-360-Launch-Event-in-St-Louis-November-22nd.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=8146d1eb-5bab-4ad8-a1c2-288887957ecd</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=8146d1eb-5bab-4ad8-a1c2-288887957ecd</feedburner:origLink></item>
    <item>
      <title>Code Work-Around Now Available for Critical ASP.NET Vulnerability</title>
      <description>&lt;p&gt;
On Saturday, Microsoft released a &lt;a href="http://www.microsoft.com/technet/security/advisory/2416728.mspx" target="_blank"&gt;security advisory&lt;/a&gt; for all versions of ASP.NET. As with all security issues, it is important for system administrators and developers to take the necessary steps to ensure their data remains safe. This particular vulnerability could allow an attacker to request and download files within an ASP.NET application, like the web.config file. Obviously, this is a file often containing sensitive information. A patch for this vulnerability will be available soon, but for now, developers can implement code to ensure that their applications are safe.
&lt;/p&gt;
&lt;p&gt;
For a full description of the vulnerability and what you need to do to protect your application, please check out &lt;a href="http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx" target="_blank"&gt;ScottGu&amp;rsquo;s blog post&lt;/a&gt; on this issue.
&lt;/p&gt;
&lt;div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0e74a610-94f3-423b-8369-df3632918d8f" class="wlWriterSmartContent" style="margin: 0px; padding: 0px; float: none; display: inline"&gt;
Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/ASP.NET"&gt;ASP.NET&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Microsoft+Security+Advisory"&gt;Microsoft Security Advisory&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Scott+Guthrie"&gt;Scott Guthrie&lt;/a&gt;
&lt;/div&gt;
&lt;div class="wlWriterHeaderFooter" style="margin: 0px; padding: 4px 0px; text-align: right"&gt;
&lt;script type="text/javascript"&gt;
digg_url = "http://blog.dennyboynton.com/post/Patch-and-Work-Around-Code-for-Critical-ASPNET-Vulnerability.aspx";digg_title = "Patch and Work Around Code for Critical ASP.NET Vulnerability";digg_bgcolor = "#FFFFFF";digg_skin = "compact";&lt;/script&gt;
&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/AfhaB2GO78U" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/AfhaB2GO78U/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/Patch-and-Work-Around-Code-for-Critical-ASPNET-Vulnerability.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=dca425fc-b452-4b10-9a29-acd3b3e20267</guid>
      <pubDate>Mon, 20 Sep 2010 21:05:00 -0500</pubDate>
      <category>Security</category>
      <category>ASP.NET</category>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=dca425fc-b452-4b10-9a29-acd3b3e20267</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=dca425fc-b452-4b10-9a29-acd3b3e20267</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/Patch-and-Work-Around-Code-for-Critical-ASPNET-Vulnerability.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=dca425fc-b452-4b10-9a29-acd3b3e20267</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=dca425fc-b452-4b10-9a29-acd3b3e20267</feedburner:origLink></item>
    <item>
      <title>Seats Still Available for Windows Phone 7 Bootcamp</title>
      <description>&lt;p&gt;
&lt;a href="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/SeatsStillAvailableforWindowsPhone7Bootc/1BDCE240/image.png"&gt;&lt;img style="margin: 0px 0px 10px 10px; display: inline; border: 0px" src="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/SeatsStillAvailableforWindowsPhone7Bootc/10177541/image_thumb.png" border="0" alt="image" title="image" width="155" height="30" align="right" /&gt;&lt;/a&gt; Be a part of one of the most anticipated releases from Microsoft since Windows 7! Over the course of the next two months, Microsoft will be conducting a series of Windows Phone 7 Bootcamps around the country, many of which will be held in cities here in the mid-west. 
&lt;/p&gt;
&lt;p&gt;
These bootcamps will get you on an inside track on how to be part of the step of Microsoft&amp;rsquo;s mobile strategy and get hands-on training for building Silverlight-based applications. These free, live learning sessions explore the latest tools, discuss tips and technologies and provide access to Windows Phone 7 experts. Specifically, you&amp;rsquo;ll learn about: 
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The Windows Phone 7 platform&lt;/li&gt;
	&lt;li&gt;Building Silverlight applications for Windows Phone 7&lt;/li&gt;
	&lt;li&gt;Submitting your application to the Windows Phone 7 marketplace&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
The best news: There are still seats available for these events. Click on the registration link below for the city closest to you and register today! 
&lt;/p&gt;
&lt;table border="1" cellpadding="0" width="285"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td width="129"&gt;
			&lt;p&gt;
			&lt;strong&gt;&lt;a href="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/SeatsStillAvailableforWindowsPhone7Bootc/16CA7EC4/clip_image001.png"&gt;&lt;img style="display: inline; border: 0px" src="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/SeatsStillAvailableforWindowsPhone7Bootc/6870F916/clip_image001_thumb.png" border="0" alt="clip_image001" title="clip_image001" width="9" height="9" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;Location/Registration&lt;/strong&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154"&gt;
			&lt;p&gt;
			&lt;strong&gt;&lt;a href="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/SeatsStillAvailableforWindowsPhone7Bootc/2EEDE91F/clip_image0011.png"&gt;&lt;img style="display: inline; border: 0px" src="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/SeatsStillAvailableforWindowsPhone7Bootc/0E66A96D/clip_image0011_thumb.png" border="0" alt="clip_image001[1]" title="clip_image001[1]" width="9" height="9" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;Date&lt;/strong&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456040&amp;amp;Culture=en-US"&gt;Cincinnati, OH&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			July 29 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456041&amp;amp;Culture=en-US"&gt;Minneapolis, MN&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			August 3 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456042&amp;amp;Culture=en-US"&gt;Dallas, TX&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			August 4 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456044&amp;amp;Culture=en-US"&gt;Indianapolis, IN&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			August 5 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456045&amp;amp;Culture=en-US"&gt;Overland Park, KS&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			August 5 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456171&amp;amp;Culture=en-US"&gt;Columbus, OH&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 7 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456043&amp;amp;Culture=en-US"&gt;Waukesha, WI&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 14 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456172&amp;amp;Culture=en-US"&gt;Grand Rapids, MI&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 14 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456174&amp;amp;Culture=en-US"&gt;Little Rock, AR&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 15 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456175&amp;amp;Culture=en-US"&gt;Cleveland, OH&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 15 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456176&amp;amp;Culture=en-US"&gt;St. Louis, MO&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 16 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456178&amp;amp;Culture=en-US"&gt;Southfield, MI&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 21 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456179&amp;amp;Culture=en-US"&gt;Austin, TX&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 22 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456181&amp;amp;Culture=en-US"&gt;Des Moines, IA&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 23 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456182&amp;amp;Culture=en-US"&gt;Tulsa, OK&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 28 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456183&amp;amp;Culture=en-US"&gt;Memphis, TN&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 29 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456184&amp;amp;Culture=en-US"&gt;Houston, TX&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 30 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456185&amp;amp;Culture=en-US"&gt;Knoxville, TN&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			September 30 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456180&amp;amp;Culture=en-US"&gt;Chicago, IL&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			October 8 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td width="129" valign="bottom"&gt;
			&lt;p&gt;
			&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456177&amp;amp;Culture=en-US"&gt;Downers Grove, IL&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td width="154" valign="bottom"&gt;
			&lt;p&gt;
			October 20 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:55672fb7-1980-4c4d-a4a3-403783604808" class="wlWriterSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px"&gt;
Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/Windows+Phone+7"&gt;Windows Phone 7&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Training"&gt;Training&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Mobility"&gt;Mobility&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Silverlight"&gt;Silverlight&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Windows+Phone+Marketplace"&gt;Windows Phone Marketplace&lt;/a&gt; 
&lt;/div&gt;
&lt;div class="wlWriterHeaderFooter" style="text-align: right; padding-bottom: 4px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 4px"&gt;
&lt;script type="text/javascript"&gt;
digg_url = "http://blog.dennyboynton.com/post/Seats-Still-Available-for-Windows-Phone-7-Bootcamp.aspx";digg_title = "Seats Still Available for Windows Phone 7 Bootcamp";digg_bgcolor = "#FFFFFF";digg_skin = "compact";&lt;/script&gt;
&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/ok8g5mq2XKc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/ok8g5mq2XKc/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/Seats-Still-Available-for-Windows-Phone-7-Bootcamp.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=6a5fb6d4-c4cb-4e7e-9efd-5199d6269ab3</guid>
      <pubDate>Wed, 28 Jul 2010 16:37:00 -0500</pubDate>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=6a5fb6d4-c4cb-4e7e-9efd-5199d6269ab3</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=6a5fb6d4-c4cb-4e7e-9efd-5199d6269ab3</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/Seats-Still-Available-for-Windows-Phone-7-Bootcamp.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=6a5fb6d4-c4cb-4e7e-9efd-5199d6269ab3</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=6a5fb6d4-c4cb-4e7e-9efd-5199d6269ab3</feedburner:origLink></item>
    <item>
      <title>Winchester Ammunition Builds Cool IE8 Web Slice with Silverlight and SharePoint Server</title>
      <description>&lt;p&gt;&lt;a href="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/WinchesterAmmunitionBuildsCoolIE8WebSlic/077B6C12/WinchesterWebSlice.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 10px 10px; display: inline; border-top: 0px; border-right: 0px" title="Winchester Web Slice" border="0" alt="Winchester Web Slice" align="right" src="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/WinchesterAmmunitionBuildsCoolIE8WebSlic/7FEFFCA4/WinchesterWebSlice_thumb.jpg" width="244" height="185" /&gt;&lt;/a&gt; Last week I talked about a &lt;a href="http://blog.dennyboynton.com/post/When-You-Care-to-Send-the-Very-Besthellip3bUse-the-Hallmark-Reminders-Web-Slice.aspx" target="_blank"&gt;cool web slice Hallmark Cards developed&lt;/a&gt; to let you track important events in your Facebook friends’ lives. Well, this week I have another cool web slice, one developed by &lt;a href="http://www.winchester.com" target="_blank"&gt;Winchester Ammunition&lt;/a&gt; (a division of &lt;a href="http://www.olin.com/" target="_blank"&gt;Olin Corporation&lt;/a&gt;) out of East Alton, Illinois. This web slice is significant because it uses &lt;a href="http://silverlight.net" target="_blank"&gt;Silverlight&lt;/a&gt; to deliver a rich experience while leveraging &lt;a href="http://sharepoint.microsoft.com/Pages/Default.aspx" target="_blank"&gt;SharePoint Server&lt;/a&gt; to host and manage the content of the web slice.&lt;/p&gt;  &lt;p&gt;You see, late last year, Winchester launched the new version of &lt;a href="http://www.winchester.com" target="_blank"&gt;their public web site&lt;/a&gt; on top of SharePoint Server. They’re leveraging primarily the content management and search capabilities on winchester.com. When they looked at how to deliver content to their IE8 web slice, they wanted to reuse as much as they could. So, working with &lt;a href="http://aspect.com/" target="_blank"&gt;Aspect Software&lt;/a&gt; (formerly &lt;a href="http://www.quilogy.com/" target="_blank"&gt;Quilogy&lt;/a&gt; of St. Charles, Missouri), the hooked their Silverlight client for the web slice, which was custom built for the 320x240 web slice pane, and hooked it into the RSS feed, product catalog and streaming media areas of the winchester.com web site.&lt;/p&gt;  &lt;p&gt;The result is a rich, intuitive application that allows Winchester’s customers to connect to important industry news and product information whenever they like &lt;em&gt;without&lt;/em&gt; interrupting what they’re currently doing in the browser. This is a win for the customer, but a win for Winchester as well. By the user installing the web slice, Winchester wins much sought-after real estate in the browser and has a place to connect with their customers as often as they like.&lt;/p&gt;  &lt;p&gt;Check out the &lt;a href="http://ieaddons.com/en/details/shopping/Winchester_Web_Slice/" target="_blank"&gt;Winchester web slice on the IE Add-ons Gallery&lt;/a&gt;. Even if you’re not a hunter or shoot for sport, it’s a good way to look at an new and innovative way to leverage rich content delivery to connect with your customers. &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:afa6d5d8-a217-4bd6-bd9a-b99d061fc6a9" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Internet+Explorer+8" rel="tag"&gt;Internet Explorer 8&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Winchester+Ammunition" rel="tag"&gt;Winchester Ammunition&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Web+Slice" rel="tag"&gt;Web Slice&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Silverlight+3" rel="tag"&gt;Silverlight 3&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SharePoint+Server" rel="tag"&gt;SharePoint Server&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Aspect+Software" rel="tag"&gt;Aspect Software&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Quilogy" rel="tag"&gt;Quilogy&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Hallmark+Cards" rel="tag"&gt;Hallmark Cards&lt;/a&gt;&lt;/div&gt;&lt;div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;script type="text/javascript"&gt;digg_url = "http://www.dennyboynton.com/post/Winchester-Ammunition-Builds-Cool-IE8-Web-Slice-with-Silverlight-and-SharePoint-Server.aspx";digg_title = "Winchester Ammunition Builds Cool IE8 Web Slice with Silverlight and SharePoint Server";digg_bgcolor = "#FFFFFF";digg_skin = "compact";&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script type="text/javascript"&gt;digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/Dimc8HwzTcg" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/Dimc8HwzTcg/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/Winchester-Ammunition-Builds-Cool-IE8-Web-Slice-with-Silverlight-and-SharePoint-Server.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=e7a7c1f4-f344-449c-a074-15f7c575590f</guid>
      <pubDate>Fri, 25 Jun 2010 10:40:15 -0500</pubDate>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=e7a7c1f4-f344-449c-a074-15f7c575590f</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=e7a7c1f4-f344-449c-a074-15f7c575590f</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/Winchester-Ammunition-Builds-Cool-IE8-Web-Slice-with-Silverlight-and-SharePoint-Server.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=e7a7c1f4-f344-449c-a074-15f7c575590f</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=e7a7c1f4-f344-449c-a074-15f7c575590f</feedburner:origLink></item>
    <item>
      <title>ARCast.TV - UI of the New Era, Designing for Multiple Devices</title>
      <description>&lt;p&gt;
&lt;strong&gt;&lt;a href="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/ARC.TVUIoftheNewEraDesigningforMultipleD/04178932/clip_image001.jpg"&gt;&lt;img style="margin: 0px 0px 10px 10px; display: inline; border-width: 0px" src="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/ARC.TVUIoftheNewEraDesigningforMultipleD/43E16FB7/clip_image001_thumb.jpg" border="0" alt="clip_image001" title="clip_image001" width="63" height="93" align="right" /&gt;&lt;/a&gt;&lt;/strong&gt;Computer screens in laptops, desktops and phones are now the targets for application developers yet they represent challenges as the resolution, size, among other factors. 
&lt;/p&gt;
&lt;p&gt;
In this &lt;a href="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-UI-of-the-new-era-designing-for-multiple-devices/"&gt;episode&lt;/a&gt;, Director of User Experience at &lt;a href="http://www.infragistics.com/"&gt;Infragistics &lt;/a&gt;Dr. Komischke&amp;nbsp; describes how using Fluid UI allows organizations and developers design in the new era of user experience. 
&lt;/p&gt;
&lt;div class="wlWriterSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px"&gt;
Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/ARCast"&gt;ARCast&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Infragistics"&gt;Infragistics&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/UI"&gt;UI&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Fluid+UI"&gt;Fluid UI&lt;/a&gt; 
&lt;/div&gt;
&lt;div class="wlWriterHeaderFooter" style="text-align: right; padding-bottom: 4px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 4px"&gt;
&lt;script type="text/javascript"&gt;
digg_url = "http://blog.dennyboynton.com/post/ARCastTV-ndash3b-UI-of-the-New-Era2c-Designing-for-Multiple-Devices.aspx";digg_title = "ARCast.TV – UI of the New Era, Designing for Multiple Devices";digg_bgcolor = "#FFFFFF";digg_skin = "compact";&lt;/script&gt;
&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/40ppnz-Z9FI" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/40ppnz-Z9FI/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/ARCastTV-ndash3b-UI-of-the-New-Era2c-Designing-for-Multiple-Devices.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=89634579-50fc-486e-9f42-94c288b7e51e</guid>
      <pubDate>Mon, 21 Jun 2010 15:45:00 -0500</pubDate>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=89634579-50fc-486e-9f42-94c288b7e51e</pingback:target>
      <slash:comments>72</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=89634579-50fc-486e-9f42-94c288b7e51e</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/ARCastTV-ndash3b-UI-of-the-New-Era2c-Designing-for-Multiple-Devices.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=89634579-50fc-486e-9f42-94c288b7e51e</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=89634579-50fc-486e-9f42-94c288b7e51e</feedburner:origLink></item>
    <item>
      <title>When You Care to Send the Very Best...Use the Hallmark Reminders Web Slice</title>
      <description>&lt;p&gt;
&lt;img src="http://blog.dennyboynton.com/image.axd?picture=HallmarkReminders2.jpg" alt="" align="right" /&gt;&lt;a href="http://www.hallmark.com" target="_blank"&gt;Hallmark Cards&lt;/a&gt; released a &lt;a href="http://www.ieaddons.com/en/details/social/Hallmark_Reminders/" target="_blank"&gt;new web slice&lt;/a&gt; for &lt;a href="http://www.microsoft.com/ie" target="_blank"&gt;Internet Explorer 8&lt;/a&gt; to the &lt;a href="http://www.ieaddons.com" target="_blank"&gt;IE Add-ons Gallery&lt;/a&gt; last week that will make it extremely simple to remember the birthdays, anniversaries and other &lt;em&gt;raisons de c&amp;eacute;l&amp;egrave;bre&lt;/em&gt; in your life. This slick little slice integrates with your &lt;a href="http://www.facebook.com" target="_blank"&gt;Facebook&lt;/a&gt; friends list and provides you with a list of the next ten special events coming up. From the web slice, you can write on your friend&amp;rsquo;s Facebook wall, send them a &lt;a href="http://www.hallmark.com/webapp/wcs/stores/servlet/category2%7C10001%7C10051%7C-102001%7C147551;-102001%7Cecards%7CE-Cards%7CE-Cards" target="_blank"&gt;Hallmark E-Card&lt;/a&gt; or even &lt;a href="http://www.hallmark.com/webapp/wcs/stores/servlet/category1%7C10001%7C10051%7C147551%7C147551%7Cecards%7CunEcardandMore%7CCards%20&amp;amp;%20E-Cards" target="_blank"&gt;order them a &amp;ldquo;print-on-demand&amp;rdquo;&lt;/a&gt; card that you can design and that Hallmark will print and mail for you. 
&lt;/p&gt;
&lt;p&gt;
From the technological perspective, web slices are not difficult to develop. They are built just like any other web application, but they are tagged in a web page by a specific set of HTML that tells IE8 that this content is &amp;ldquo;sliceable.&amp;rdquo;&amp;nbsp; In this case, the web slice is obviously integrated with the Facebook API, but another interesting feature is that the slice will also call out major holidays and integrate them into the list. This is provided by a secondary service, showing you how you can build really useful mash-up style applications leveraging multiple background services. Rather than dive into the details of how to develop add-ons for IE8, I&amp;rsquo;ll refer you instead to my colleague, &lt;a href="http://blogs.msdn.com/b/jonbox/" target="_blank"&gt;Jon Box&amp;rsquo;s, blog&lt;/a&gt;. Jon has written several extremely useful posts over the past twelve months showing how to not only build web slices, but accelerators and visual search providers as well. 
&lt;/p&gt;
&lt;p&gt;
From a business and marketing standpoint, IE add-ons make all the sense in the world. I mean, the Hallmark web slice is a great example of providing not only a cool and useful application for customers, but it also &lt;em&gt;lives&lt;/em&gt; in the link bar inside the browser, allowing their customers to check on their special events at any time, regardless of the web site they are currently on. It provides a very non-obtrusive way to provide your company&amp;rsquo;s specific products and services to customers while maintaining brand ubiquity in a piece of software in which users spend the good majority of their time each day: The web browser. 
&lt;/p&gt;
&lt;p&gt;
The best way to &lt;a href="http://ieaddons.com/en/details/social/Hallmark_Reminders/" target="_blank"&gt;get the web slice is to visit the IE Add-ons Gallery&lt;/a&gt;. Since you need to connect the slice with Facebook, there is a two-step installation process, but it&amp;rsquo;s pretty easy and intuitive. I&amp;rsquo;ve been using it since it was released last week and I find myself checking it every day. See what &lt;em&gt;you&lt;/em&gt; think. 
&lt;/p&gt;
&lt;div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b3786d10-014d-4ca3-9bb8-3852d265fedd" class="wlWriterSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px"&gt;
Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/Hallmark+Cards"&gt;Hallmark Cards&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Internet+Explorer+8"&gt;Internet Explorer 8&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Web+Slice"&gt;Web Slice&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Accelerator"&gt;Accelerator&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Visual+Search+Provider"&gt;Visual Search Provider&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Web+Borswer"&gt;Web Borswer&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Hallmark+Reminders"&gt;Hallmark Reminders&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Facebook"&gt;Facebook&lt;/a&gt; 
&lt;/div&gt;
&lt;div class="wlWriterHeaderFooter" style="text-align: right; padding-bottom: 4px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 4px"&gt;
&lt;script type="text/javascript"&gt;
digg_url = "http://blog.dennyboynton.com/post/When-You-Care-to-Send-the-Very-Besthellip3bUse-the-Hallmark-Reminders-Web-Slice.aspx";digg_title = "When You Care to Send the Very Best…Use the Hallmark Reminders Web Slice";digg_bgcolor = "#FFFFFF";digg_skin = "compact";&lt;/script&gt;
&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/_1AKKpbvt-M" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/_1AKKpbvt-M/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/When-You-Care-to-Send-the-Very-Besthellip3bUse-the-Hallmark-Reminders-Web-Slice.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=5e8cae3d-c235-4c4a-8343-7945906414d6</guid>
      <pubDate>Mon, 21 Jun 2010 12:26:00 -0500</pubDate>
      <category>SOA</category>
      <category>Social Networking</category>
      <category>Web Standards</category>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=5e8cae3d-c235-4c4a-8343-7945906414d6</pingback:target>
      <slash:comments>10</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=5e8cae3d-c235-4c4a-8343-7945906414d6</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/When-You-Care-to-Send-the-Very-Besthellip3bUse-the-Hallmark-Reminders-Web-Slice.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=5e8cae3d-c235-4c4a-8343-7945906414d6</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=5e8cae3d-c235-4c4a-8343-7945906414d6</feedburner:origLink></item>
    <item>
      <title>Carve a Halloween Pumpkin with Silverlight 3</title>
      <description>&lt;p&gt;&lt;a href="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/CarveaHalloweenPumpkinwithSilverlight3/4A29F7B4/image.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 10px 10px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="right" src="http://dennyboynton.com/image.axd?picture=WindowsLiveWriter/CarveaHalloweenPumpkinwithSilverlight3/46C8600C/image_thumb.png" width="280" height="143" /&gt;&lt;/a&gt; In the spirit of the season, I thought I would share this very cool &lt;a href="http://silverlight.net" target="_blank"&gt;Silverlight 3&lt;/a&gt; application developed by &lt;a href="http://www.archetype-inc.com/" target="_blank"&gt;Archetype&lt;/a&gt;. It’s an application that lets you virtually carve a pumpkin and then share it with your friends. The cool technical part is that it is built in Silverlight 3 and is hosted on &lt;a href="http://azure.com" target="_blank"&gt;Windows Azure&lt;/a&gt;!&lt;/p&gt;  &lt;p&gt;Try it out &lt;a href="http://halloween.cloudapp.net/pumpkin/02a97183-d2c3-4b5f-a692-75c23da13703" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Have a fun and safe &lt;a href="http://en.wikipedia.org/wiki/Halloween" target="_blank"&gt;Halloween&lt;/a&gt;, everybody!&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:da2d8e47-a0b3-4473-867d-8ac6392c6a39" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Halloween" rel="tag"&gt;Halloween&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Silverlight+3" rel="tag"&gt;Silverlight 3&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows+Azure" rel="tag"&gt;Windows Azure&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Pumpkin+Carving" rel="tag"&gt;Pumpkin Carving&lt;/a&gt;&lt;/div&gt;&lt;div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;script type="text/javascript"&gt;digg_url = "http://dennyboynton.com/post/Carve-a-Halloween-Pumpkin-with-Silverlight-3.aspx";digg_title = "Carve a Halloween Pumpkin with Silverlight 3";digg_bgcolor = "#FFFFFF";digg_skin = "compact";&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script type="text/javascript"&gt;digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/dsrMVkp367g" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/dsrMVkp367g/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/Carve-a-Halloween-Pumpkin-with-Silverlight-3.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=ca9fdb65-3613-4da5-b2e6-0fe6c9449f21</guid>
      <pubDate>Fri, 30 Oct 2009 15:51:08 -0500</pubDate>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=ca9fdb65-3613-4da5-b2e6-0fe6c9449f21</pingback:target>
      <slash:comments>19</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=ca9fdb65-3613-4da5-b2e6-0fe6c9449f21</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/Carve-a-Halloween-Pumpkin-with-Silverlight-3.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=ca9fdb65-3613-4da5-b2e6-0fe6c9449f21</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=ca9fdb65-3613-4da5-b2e6-0fe6c9449f21</feedburner:origLink></item>
    <item>
      <title>MSDN and TechNet Live Present: Highlights from "The New Efficiency" Launch</title>
      <description>&lt;div class="wlWriterHeaderFooter" style="padding-bottom: 4px; margin: 0px; padding-left: 8px; padding-right: 0px; float: right; padding-top: 0px"&gt;
&lt;script type="text/javascript"&gt;
digg_url = "http://dennyboynton.com/post/MSDN-and-TechNet-Live-Present-Highlights-from-ldquo3bThe-New-Efficiencyrdquo3b-Launch.aspx";digg_title = "MSDN and TechNet Live Present: Highlights from “The New Efficiency” Launch";digg_bgcolor = "#FFFFFF";digg_skin = "normal";&lt;/script&gt;
&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;
&lt;/div&gt;
&lt;p&gt;
&lt;a href="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/MSDNandTechNetLivePresentHighlightsfromT/71BFA3C1/image.png"&gt;&lt;img style="margin: 0px 0px 10px 10px; display: inline; border-width: 0px" src="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/MSDNandTechNetLivePresentHighlightsfromT/30B1245D/image_thumb.png" border="0" alt="image" title="image" width="180" height="180" align="right" /&gt;&lt;/a&gt;What&amp;rsquo;s that? Couldn&amp;rsquo;t make it to one of the regional launch events for Windows 7, Windows Server 2008 R2 and Exchange Server 2010? Never fear. Your second chance is on its way.
&lt;/p&gt;
&lt;p&gt;
Microsoft recently announced that it will be holding two &amp;ldquo;best of launch&amp;rdquo; events in the central region over the next couple of months featuring content from the so-called &amp;ldquo;New Efficiency&amp;rdquo; launch events. The content will be for both developers and IT professionals. These events will focus on:
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Windows 7&lt;/strong&gt;: It simplifies everyday tasks, improves productivity and works the way &lt;strong&gt;you&lt;/strong&gt; want it to work. &lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Windows Server 2008 R2&lt;/strong&gt;: It delivers new functionality and powerful improvements to the core Windows Server operating system to help organizations increase control, availability and flexibility for their changing business needs. &lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Exchange Server 2010&lt;/strong&gt;: Achieves new levels of reliability, reduces cost and drives productivity. &lt;/li&gt;
&lt;/ul&gt;
&lt;table border="0" cellspacing="0" cellpadding="2" width="781" style="width: 781px; height: 60px"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td width="266" align="center"&gt;&lt;a href="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/MSDNandTechNetLivePresentHighlightsfromT/0FBDB1B6/image.png"&gt;&lt;img style="display: inline; border: 0px" src="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/MSDNandTechNetLivePresentHighlightsfromT/48685BC3/image_thumb.png" border="0" alt="image" title="image" width="140" height="45" /&gt;&lt;/a&gt; &lt;/td&gt;
			&lt;td width="268" align="center"&gt;&lt;a href="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/MSDNandTechNetLivePresentHighlightsfromT/6ECA3F0E/image.png"&gt;&lt;img style="display: inline; border: 0px" src="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/MSDNandTechNetLivePresentHighlightsfromT/22923560/image_thumb.png" border="0" alt="image" title="image" width="210" height="50" /&gt;&lt;/a&gt; &lt;/td&gt;
			&lt;td width="273" align="center"&gt;&lt;a href="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/MSDNandTechNetLivePresentHighlightsfromT/3AB59FBB/image.png"&gt;&lt;img style="display: inline; border: 0px" src="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/MSDNandTechNetLivePresentHighlightsfromT/332A304E/image_thumb.png" border="0" alt="image" title="image" width="182" height="49" /&gt;&lt;/a&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
These events will be held in Des Moines, IA and Omaha, NE. To register for these free events, use the links below:
&lt;/p&gt;
&lt;table border="0" cellspacing="0" cellpadding="2" width="800"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td width="400" valign="top"&gt;
			&lt;table border="0" cellspacing="0" cellpadding="2" width="399"&gt;
				&lt;tbody&gt;
					&lt;tr&gt;
						&lt;td width="399" valign="top"&gt;&lt;strong&gt;TechNet Events Presents &amp;gt; &lt;br /&gt;
						&lt;/strong&gt;8:30 AM &amp;ndash; 12:00 PM&lt;/td&gt;
					&lt;/tr&gt;
					&lt;tr&gt;
						&lt;td width="399" valign="top"&gt;SESSIONS INCLUDE&lt;/td&gt;
					&lt;/tr&gt;
					&lt;tr&gt;
						&lt;td width="399" valign="top"&gt;
						&lt;ul&gt;
							&lt;li&gt;Introducing to Windows 7 &lt;/li&gt;
							&lt;li&gt;Introduction to Windows Server 2008 R2 &lt;/li&gt;
							&lt;li&gt;Introducing Exchange Server 2010 &lt;/li&gt;
						&lt;/ul&gt;
						&lt;p&gt;
						&amp;nbsp;
						&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
					&lt;tr&gt;
						&lt;td width="399" align="center" valign="top"&gt;
						&lt;table border="1" cellspacing="0" cellpadding="2" width="225" style="width: 225px; height: 71px"&gt;
							&lt;tbody&gt;
								&lt;tr bgcolor="#0000ff"&gt;
									&lt;td colspan="2" width="198" align="center" valign="top"&gt;&lt;font color="#ffffff"&gt;&lt;strong&gt;Date/Location?registration&lt;/strong&gt;&lt;/font&gt;&lt;/td&gt;
								&lt;/tr&gt;
								&lt;tr&gt;
									&lt;td width="198" valign="top"&gt;11/11/2009&lt;/td&gt;
									&lt;td width="198" align="left" valign="top"&gt;&lt;a href="http://go.microsoft.com/?linkid=9692625" target="_blank"&gt;Des Moines, IA&lt;/a&gt;&lt;/td&gt;
								&lt;/tr&gt;
								&lt;tr&gt;
									&lt;td width="198" valign="top"&gt;12/3/2009&lt;/td&gt;
									&lt;td width="198" align="left" valign="top"&gt;&lt;a href="http://go.microsoft.com/?linkid=9692629" target="_blank"&gt;Omaha, NE&lt;/a&gt;&lt;/td&gt;
								&lt;/tr&gt;
							&lt;/tbody&gt;
						&lt;/table&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;
			&lt;/td&gt;
			&lt;td width="400" valign="top"&gt;
			&lt;table border="0" cellspacing="0" cellpadding="2" width="399"&gt;
				&lt;tbody&gt;
					&lt;tr&gt;
						&lt;td width="399" valign="top"&gt;&lt;strong&gt;MSDN Events Presents &amp;gt;&amp;nbsp; &lt;br /&gt;
						&lt;/strong&gt;1:00 PM &amp;ndash; 4:30 PM&lt;/td&gt;
					&lt;/tr&gt;
					&lt;tr&gt;
						&lt;td width="399" valign="top"&gt;SESSIONS INCLUDE&lt;/td&gt;
					&lt;/tr&gt;
					&lt;tr&gt;
						&lt;td width="399" valign="top"&gt;
						&lt;ul&gt;
							&lt;li&gt;Taking Your Application to the Next Level with Windows 7 &lt;/li&gt;
							&lt;li&gt;Light Up Your Application with graphics, Multi-Touch and Ribbon on Windows 7 &lt;/li&gt;
							&lt;li&gt;What&amp;rsquo;s New and Changed in Windows Server 2008 R2? &lt;/li&gt;
						&lt;/ul&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
					&lt;tr&gt;
						&lt;td width="399" align="center" valign="top"&gt;
						&lt;table border="1" cellspacing="0" cellpadding="2" width="225" style="width: 225px; height: 71px"&gt;
							&lt;tbody&gt;
								&lt;tr bgcolor="#0000ff"&gt;
									&lt;td colspan="2" width="198" align="center" valign="top"&gt;&lt;font color="#ffffff"&gt;&lt;strong&gt;Date/Location?registration&lt;/strong&gt;&lt;/font&gt;&lt;/td&gt;
								&lt;/tr&gt;
								&lt;tr&gt;
									&lt;td width="198" valign="top"&gt;11/11/2009&lt;/td&gt;
									&lt;td width="198" align="left" valign="top"&gt;&lt;a href="http://go.microsoft.com/?linkid=9692634" target="_blank"&gt;Des Moines, IA&lt;/a&gt;&lt;/td&gt;
								&lt;/tr&gt;
								&lt;tr&gt;
									&lt;td width="198" valign="top"&gt;12/3/2009&lt;/td&gt;
									&lt;td width="198" align="left" valign="top"&gt;&lt;a href="http://go.microsoft.com/?linkid=9692638" target="_blank"&gt;Omaha, NE&lt;/a&gt;&lt;/td&gt;
								&lt;/tr&gt;
							&lt;/tbody&gt;
						&lt;/table&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
And what launch would be complete without some great giveaways? Register and attend the event for you chance to &lt;strong&gt;win&lt;/strong&gt;:
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Netbook!&lt;/strong&gt; Dell Mini 10 &amp;ndash; US $329.00 ARV&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Zune!&lt;/strong&gt; Zune HD &amp;ndash; US $289.00 ARV&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Games!&lt;/strong&gt; Halo 3 ODST for Xbox 360 &amp;ndash; US $49.99 ARV&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Books!&lt;/strong&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;em&gt;Windows 7 Inside Out&lt;/em&gt; &amp;ndash; US $49.99 ARV&lt;/li&gt;
		&lt;li&gt;Introducing Windows 7 for Developers &amp;ndash; US $39.99 ARV&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a71dd470-4153-4ce7-b86a-adab53ba31ad" class="wlWriterSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px"&gt;
Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/MSDN+Live"&gt;MSDN Live&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/TechNet"&gt;TechNet&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Windows+7"&gt;Windows 7&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Windows+Server+2008+R2"&gt;Windows Server 2008 R2&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Exchange+Server+2010"&gt;Exchange Server 2010&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Dell+Mini+10"&gt;Dell Mini 10&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Zune+HD"&gt;Zune HD&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Halo+ODST"&gt;Halo ODST&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Des+Moines"&gt;Des Moines&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Omaha"&gt;Omaha&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/Q9sR7KMlpNA" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/Q9sR7KMlpNA/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/MSDN-and-TechNet-Live-Present-Highlights-from-ldquo3bThe-New-Efficiencyrdquo3b-Launch.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=ae2aaea3-9938-4b69-9f43-fc7c7d28c1aa</guid>
      <pubDate>Fri, 30 Oct 2009 11:38:00 -0500</pubDate>
      <category>Architecture</category>
      <category>Events</category>
      <category>Windows 7</category>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=ae2aaea3-9938-4b69-9f43-fc7c7d28c1aa</pingback:target>
      <slash:comments>16</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=ae2aaea3-9938-4b69-9f43-fc7c7d28c1aa</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/MSDN-and-TechNet-Live-Present-Highlights-from-ldquo3bThe-New-Efficiencyrdquo3b-Launch.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=ae2aaea3-9938-4b69-9f43-fc7c7d28c1aa</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=ae2aaea3-9938-4b69-9f43-fc7c7d28c1aa</feedburner:origLink></item>
    <item>
      <title>New ARCast.tv Episode: Simon Guest on Patterns for Moving to the Cloud</title>
      <description>&lt;p&gt;Everything that you read these days seems to suggest that you should be moving to the cloud. But where do you start? Which applications and services should you be moving? How do you build the bridge between on-premises and the cloud? And more importantly, what should you be looking out for along the way? In this talk, learn architectural patterns and factors for moving to the cloud. Based on real-world projects, the talk explores building block services, patterns for exposing applications, and challenges involving identity, data federation, and management. &lt;/p&gt;  &lt;p&gt;In this episode of ARCast.tv, I sit down and talk to &lt;a href="http://simonguest.com/blogs/smguest/default.aspx"&gt;Simon Guest &lt;/a&gt;about the tools and knowledge required to determine whether cloud computing is right for you, and where to start.&lt;/p&gt;  &lt;table width="331"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="329"&gt;         &lt;p&gt;&lt;iframe height="325" src="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Patterns-for-Moving-to-the-Cloud//player" frameborder="0" width="320" scrolling="no" mce_src="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Patterns-for-Moving-to-the-Cloud/"&gt;&lt;/iframe&gt;&lt;a href=" http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Patterns-for-Moving-to-the-Cloud/"&gt;ARCast.TV - Simon Guest on Patterns for Moving to the Cloud&lt;/a&gt; &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:402c6b58-1fb3-403e-b528-670c00096ab3" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/ARCast.tv" rel="tag"&gt;ARCast.tv&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Architects" rel="tag"&gt;Architects&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Architecture" rel="tag"&gt;Architecture&lt;/a&gt;,&lt;a href="http://technorati.com/tags/S%2bS" rel="tag"&gt;S+S&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Cloud+Architecture" rel="tag"&gt;Cloud Architecture&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Cloud+Computing" rel="tag"&gt;Cloud Computing&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Cloud+Patterns" rel="tag"&gt;Cloud Patterns&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Cloud+Services" rel="tag"&gt;Cloud Services&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Simon+Guest" rel="tag"&gt;Simon Guest&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;&lt;div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;a href="http://digg.com/submit?url=http%3a%2f%2fblog.dennyboynton.com%2fpost%2fNew-ARCasttv-Episode-Simon-Guest-on-Patterns-for-Moving-to-the-Cloud.aspx&amp;amp;title=New+ARCast.tv+Episode%3a+Simon+Guest+on+Patterns+for+Moving+to+the+Cloud"&gt;&lt;img src="http://digg.com/img/badges/100x20-digg-button.png" width="100" height="20" alt="Digg This" title="Digg This" border="0" style="border: 0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/12S-qlvJFb8" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/12S-qlvJFb8/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/New-ARCasttv-Episode-Simon-Guest-on-Patterns-for-Moving-to-the-Cloud.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=f42f6623-9388-40c4-b182-993b60c033d1</guid>
      <pubDate>Wed, 26 Aug 2009 16:02:20 -0500</pubDate>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=f42f6623-9388-40c4-b182-993b60c033d1</pingback:target>
      <slash:comments>38</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=f42f6623-9388-40c4-b182-993b60c033d1</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/New-ARCasttv-Episode-Simon-Guest-on-Patterns-for-Moving-to-the-Cloud.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=f42f6623-9388-40c4-b182-993b60c033d1</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=f42f6623-9388-40c4-b182-993b60c033d1</feedburner:origLink></item>
    <item>
      <title>New ARCast.tv Episode: Ward Bell on Building Modular Applications Using Silverlight and WPF</title>
      <description>&lt;p&gt;How do you build line-of-business applications in &lt;a href="http://www.silverlight.net"&gt;Silverlight &lt;/a&gt;and &lt;a href="http://windowsclient.net/wpf/"&gt;Windows Presentation Foundation &lt;/a&gt;(WPF) that can be maintained and extended over a period of years? How do you design and code to handle real-world complexity? &lt;a href="http://www.codeplex.com/CompositeWPF"&gt;Composite Application Guidance &lt;/a&gt;(a.k.a., &amp;quot;PRISM&amp;quot;) from patterns &amp;amp; practices offers guidance, libraries and examples--in small, free-standing, digestible chunks--that you can use to tame the complexity. &lt;/p&gt;  &lt;p&gt;In this episode of ARCast.tv, I sit down and chat with &lt;a href="http://neverindoubtnet.blogspot.com/"&gt;Ward Bell &lt;/a&gt;to learn how to compose complex UIs from simpler views, integrate loosely coupled components with &amp;quot;EventAggregator&amp;quot; and &amp;quot;Commands&amp;quot;, develop independent modules that can be loaded dynamically, and share code between &lt;a href="http://silverlight.net" target="_blank"&gt;Silverlight&lt;/a&gt; and WPF clients.&lt;/p&gt;  &lt;table width="12"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="10"&gt;         &lt;p&gt;&lt;iframe height="325" src="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Ward-Bell-on-Building-Modular-Applications-Using-Microsoft-Silverlight-and-WPF//player" frameborder="0" width="320" scrolling="no" mce_src="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Ward-Bell-on-Building-Modular-Applications-Using-Microsoft-Silverlight-and-WPF/"&gt;&lt;/iframe&gt;            &lt;br /&gt;&lt;a href="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Ward-Bell-on-Building-Modular-Applications-Using-Microsoft-Silverlight-and-WPF/"&gt;ARCast.TV - Ward Bell on Building Modular Applications Using Microsoft Silverlight and WPF&lt;/a&gt; &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c663550d-ad90-48e2-8743-abd518487478" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/ARCast.tv" rel="tag"&gt;ARCast.tv&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Architects" rel="tag"&gt;Architects&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Architecture" rel="tag"&gt;Architecture&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Composite" rel="tag"&gt;Composite&lt;/a&gt;,&lt;a href="http://technorati.com/tags/PRISM" rel="tag"&gt;PRISM&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Silverlight" rel="tag"&gt;Silverlight&lt;/a&gt;,&lt;a href="http://technorati.com/tags/WPF" rel="tag"&gt;WPF&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;&lt;div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;a href="http://digg.com/submit?url=http%3a%2f%2fwww.dennyboynton.com%2fpost%2fNew-ARCasttv-Episode-Ward-Bell-on-Building-Modular-Applications-Using-Silverlight-and-WPF.aspx&amp;amp;title=New+ARCast.tv+Episode%3a+Ward+Bell+on+Building+Modular+Applications+Using+Silverlight+and+WPF"&gt;&lt;img src="http://digg.com/img/badges/100x20-digg-button.png" width="100" height="20" alt="Digg This" title="Digg This" border="0" style="border: 0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/eeJ8Y-tgkSo" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/eeJ8Y-tgkSo/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/New-ARCasttv-Episode-Ward-Bell-on-Building-Modular-Applications-Using-Silverlight-and-WPF.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=d45829ca-7fbe-42ae-8528-d06804c443cf</guid>
      <pubDate>Mon, 17 Aug 2009 12:36:07 -0500</pubDate>
      <category>ARCast</category>
      <category>Architecture</category>
      <category>Silverlight</category>
      <category>Windows Presentation Foundation</category>
      <category>Mashups</category>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=d45829ca-7fbe-42ae-8528-d06804c443cf</pingback:target>
      <slash:comments>58</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=d45829ca-7fbe-42ae-8528-d06804c443cf</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/New-ARCasttv-Episode-Ward-Bell-on-Building-Modular-Applications-Using-Silverlight-and-WPF.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=d45829ca-7fbe-42ae-8528-d06804c443cf</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=d45829ca-7fbe-42ae-8528-d06804c443cf</feedburner:origLink></item>
    <item>
      <title>A Full Day of Windows Azure Coming to the Central Region in August</title>
      <description>&lt;p&gt;&lt;a href="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/AFullDayofWindowsAzureComingtotheCentral/27DAEF0B/windowsazure.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 10px 10px; display: inline; border-top: 0px; border-right: 0px" title="windows-azure" border="0" alt="windows-azure" align="right" src="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/AFullDayofWindowsAzureComingtotheCentral/6D7F7929/windowsazure_thumb.png" width="240" height="144" /&gt;&lt;/a&gt; Passionate about the Cloud? Interested in the Cloud? Never heard of the Cloud? Regardless of where you standing with the trend of cloud computing, you are not going to want to miss these outstanding events coming to the central region of the US later this month.&lt;/p&gt;  &lt;p&gt;Microsoft TechNet and MSDN Events are please to offer you an entire day of Windows Azure for IT professionals and developers in a city near you. These events will answer the big questions about Windows Azure, such as:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;What is Windows Azure? &lt;/li&gt;    &lt;li&gt;When should you use Windows Azure? &lt;/li&gt;    &lt;li&gt;How does it apply or impact your day-to-day work? &lt;/li&gt;    &lt;li&gt;As an architect, how will Windows Azure impact my system design? &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Here is a summary of the sessions.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;a href="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/AFullDayofWindowsAzureComingtotheCentral/13752980/MicrosoftTechNet.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Microsoft TechNet" border="0" alt="Microsoft TechNet" align="right" src="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/AFullDayofWindowsAzureComingtotheCentral/533F1005/MicrosoftTechNet_thumb.png" width="149" height="36" /&gt;&lt;/a&gt; &lt;font size="4"&gt;TechNet Windows Azure for the IT Professional&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;strong&gt;Time&lt;/strong&gt;: 8:30 AM to noon     &lt;br /&gt;&lt;strong&gt;Session Summary&lt;/strong&gt;: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Azure architecture from the IT professional’s point of view &lt;/li&gt;    &lt;li&gt;Why an IT operations team would want to pursue Azure as an extension to the data center &lt;/li&gt;    &lt;li&gt;Configuration, deployment, and scaling Azure-based applications &lt;/li&gt;    &lt;li&gt;The Azure roles (web, web service, and worker) &lt;/li&gt;    &lt;li&gt;Azure storage options &lt;/li&gt;    &lt;li&gt;Azure security and identity options &lt;/li&gt;    &lt;li&gt;How Azure-based applications can be integrated with on-premises applications &lt;/li&gt;    &lt;li&gt;How operations teams can manage and monitor Azure-based applications &lt;/li&gt; &lt;/ul&gt;  &lt;table border="1" cellspacing="0" cellpadding="2" width="600"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="600" colspan="4"&gt;&lt;center&gt;&lt;strong&gt;TechNet - Date/Location/Registration&lt;/strong&gt;&lt;/center&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;8/18/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420930&amp;amp;Culture=en-US" target="_blank"&gt;Columbus, OH&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/22/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420944&amp;amp;Culture=en-US" target="_blank"&gt;Cleveland, OH&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;8/19/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420931&amp;amp;Culture=en-US" target="_blank"&gt;Mason, OH&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/24/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420945&amp;amp;Culture=en-US" target="_blank"&gt;Waukesha, WI&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;8/19/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420933&amp;amp;Culture=en-US" target="_blank"&gt;Downers Grove, OH&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/24/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420946&amp;amp;Culture=en-US" target="_blank"&gt;Austin, TX&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;8/20/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420934&amp;amp;Culture=en-US" target="_blank"&gt;Indianapolis, IN&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/29/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420947&amp;amp;Culture=en-US" target="_blank"&gt;St. Louis, MO&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;9/16/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420935&amp;amp;Culture=en-US" target="_blank"&gt;Dallas, TX&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/29/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420949&amp;amp;Culture=en-US" target="_blank"&gt;Nashville, TN&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;9/17/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420936&amp;amp;Culture=en-US" target="_blank"&gt;Grand Rapids, MI&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/30/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420953&amp;amp;Culture=en-US" target="_blank"&gt;Knoxville, TN&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;9/17/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420937&amp;amp;Culture=en-US" target="_blank"&gt;Southfield, MI&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;10/1/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420943&amp;amp;Culture=en-US" target="_blank"&gt;Chicago, IL&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;9/17/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420938&amp;amp;Culture=en-US"&gt;Overland Park, KS&lt;/a&gt;&lt;/u&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;10/27/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420942&amp;amp;Culture=en-US"&gt;Bloomington, MN&lt;/a&gt;&lt;/u&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;9/17/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420940&amp;amp;Culture=en-US"&gt;Houston, TX&lt;/a&gt;&lt;/u&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&amp;#160;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;/p&gt;  &lt;br /&gt;  &lt;p&gt;&lt;a href="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/AFullDayofWindowsAzureComingtotheCentral/7E177417/MSDNEvents.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="MSDN Events" border="0" alt="MSDN Events" align="right" src="http://blog.dennyboynton.com/image.axd?picture=WindowsLiveWriter/AFullDayofWindowsAzureComingtotheCentral/6BCEAD55/MSDNEvents_thumb.png" width="66" height="38" /&gt;&lt;/a&gt; &lt;strong&gt;&lt;font size="4"&gt;MSDN Windows Azure for the Developer and Architect&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;strong&gt;Time&lt;/strong&gt;: 1:00 PM to 5:00 PM     &lt;br /&gt;&lt;strong&gt;Session Summary&lt;/strong&gt;: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Cloud computing architectures in general and the Azure architecture in particular &lt;/li&gt;    &lt;li&gt;Several aspects of Azure from the developer’s and architect’s perspective &lt;/li&gt;    &lt;li&gt;Azure roles (web, web service and worker) &lt;/li&gt;    &lt;li&gt;Azure storage options &lt;/li&gt;    &lt;li&gt;Azure security and identity options &lt;/li&gt;    &lt;li&gt;How Azure-based applications can be integrated with on-premise applications &lt;/li&gt;    &lt;li&gt;Configuration, deployment and scaling Azure-based applications &lt;/li&gt;    &lt;li&gt;How development teams can optimize their applications for better management and monitoring &lt;/li&gt; &lt;/ul&gt;  &lt;table border="1" cellspacing="0" cellpadding="2" width="600"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="600" colspan="4"&gt;&lt;center&gt;&lt;strong&gt;MSDN - Date/Location/Registration&lt;/strong&gt;&lt;/center&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;8/18/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420960&amp;amp;Culture=en-US" target="_blank"&gt;Columbus, OH&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/22/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420974&amp;amp;Culture=en-US" target="_blank"&gt;Cleveland, OH&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;8/19/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420961&amp;amp;Culture=en-US" target="_blank"&gt;Mason, OH&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/24/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420975&amp;amp;Culture=en-US" target="_blank"&gt;Waukesha, WI&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;8/19/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420962&amp;amp;Culture=en-US" target="_blank"&gt;Downers Grove, OH&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/24/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420976&amp;amp;Culture=en-US" target="_blank"&gt;Austin, TX&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;8/20/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420963&amp;amp;Culture=en-US" target="_blank"&gt;Indianapolis, IN&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/29/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420977&amp;amp;Culture=en-US" target="_blank"&gt;St. Louis, MO&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;9/16/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420964&amp;amp;Culture=en-US" target="_blank"&gt;Dallas, TX&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/29/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420978&amp;amp;Culture=en-US" target="_blank"&gt;Nashville, TN&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;9/17/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420967&amp;amp;Culture=en-US"&gt;Grand Rapids, MI&lt;/a&gt;&lt;/u&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;9/30/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420980&amp;amp;Culture=en-US"&gt;Knoxville, TN&lt;/a&gt;&lt;/u&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;9/17/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420968&amp;amp;Culture=en-US"&gt;Southfield, MI&lt;/a&gt;&lt;/u&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;10/1/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420973&amp;amp;Culture=en-US"&gt;Chicago, IL&lt;/a&gt;&lt;/u&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;9/17/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420969&amp;amp;Culture=en-US"&gt;Overland Park, KS&lt;/a&gt;&lt;/u&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;10/27/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420972&amp;amp;Culture=en-US"&gt;Bloomington, MN&lt;/a&gt;&lt;/u&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="150"&gt;9/17/09&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032420970&amp;amp;Culture=en-US"&gt;Houston, TX&lt;/a&gt;&lt;/u&gt;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&amp;#160;&lt;/td&gt;        &lt;td valign="top" width="150"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;&lt;div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;a href="http://digg.com/submit?url=http%3a%2f%2fblog.dennyboynton.com%2fpost%2fA-Full-Day-of-Windows-Azure-Coming-to-the-Central-Region-in-August.aspx&amp;amp;title=A+Full+Day+of+Windows+Azure+Coming+to+the+Central+Region+in+August"&gt;&lt;img src="http://digg.com/img/badges/100x20-digg-button.png" width="100" height="20" alt="Digg This" title="Digg This" border="0" style="border: 0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/YwNiCGTf4wk" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/YwNiCGTf4wk/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/A-Full-Day-of-Windows-Azure-Coming-to-the-Central-Region-in-August.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=50c0076a-4160-4f82-915c-d23a248c136d</guid>
      <pubDate>Thu, 06 Aug 2009 12:07:33 -0500</pubDate>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=50c0076a-4160-4f82-915c-d23a248c136d</pingback:target>
      <slash:comments>23</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=50c0076a-4160-4f82-915c-d23a248c136d</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/A-Full-Day-of-Windows-Azure-Coming-to-the-Central-Region-in-August.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=50c0076a-4160-4f82-915c-d23a248c136d</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=50c0076a-4160-4f82-915c-d23a248c136d</feedburner:origLink></item>
    <item>
      <title>New ARCast.tv Episode: Juval Lowy on the EnergyNet, the Next Software Boom</title>
      <description>&lt;p&gt;The ongoing economy unraveling is the defining moment of our time. Many professional developers are fearful for their livelihood, as employers and customers cut and slash development plans, and as economic activity grinds to a halt. &lt;/p&gt;  &lt;p&gt;But not everywhere. &lt;/p&gt;  &lt;p&gt;In centers of technical excellence and innovation such as the Silicon Valley, the major players, from investors to industry leaders, are aligning themselves with the next boom in software, a field &lt;a href="http://www.idesign.net/idesign/DesktopDefault.aspx?tabindex=3&amp;amp;tabid=5"&gt;Juval Lowy &lt;/a&gt;calls the Energynet. Alternative energy covers a wide range, from new cars, to micro renewal sources energy producers, infrastructure upgrades to charge stations and distribution, new power and transformation grids, and integration of billing systems, let alone commercial building and homes modification. And the key for making all that work is software. We simply cannot make the physics or the chemistry substantially better, but we can profoundly integrate systems, iron out inefficiency, automate and vertically integrate energy trading, production and consumption; and the key to all of that is great software. This massive new software system is the Energynet, and the analogy to the Internet is a good one - instead of packets and request the Energynet transfers watts and usage data, connecting anything and everything in the energy market. In this unique session, Juval Lowy presents the case for the next boom in software, shares personal observation and perspectives, and points out the skills and expertise required of developers that want to not only survive but thrive on the next boom in software.&lt;/p&gt;  &lt;p&gt;Be sure to check out this compelling interview conducted by my colleague &lt;a href="http://blogs.msdn.com/bobfamiliar/" target="_blank"&gt;Bob Familiar&lt;/a&gt;.&lt;/p&gt;  &lt;table width="224"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="222"&gt;         &lt;p&gt;&lt;iframe height="325" src="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Juval-Lowy-on-The-Energy-Net-the-next-software-boom//player" frameborder="0" width="320" scrolling="no" mce_src="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Juval-Lowy-on-The-Energy-Net-the-next-software-boom/"&gt;&lt;/iframe&gt;            &lt;br /&gt;&lt;a href="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Juval-Lowy-on-The-Energy-Net-the-next-software-boom/"&gt;ARCast.TV - Juval Lowy on The Energy Net, the next software boom&lt;/a&gt; &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:64febba9-7504-44b5-aba5-300a71a82ef5" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Alternative+Energy" rel="tag"&gt;Alternative Energy&lt;/a&gt;,&lt;a href="http://technorati.com/tags/ARCast.tv" rel="tag"&gt;ARCast.tv&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Architects" rel="tag"&gt;Architects&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Architecture" rel="tag"&gt;Architecture&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Cloud+Computing" rel="tag"&gt;Cloud Computing&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Economics" rel="tag"&gt;Economics&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Energy" rel="tag"&gt;Energy&lt;/a&gt;,&lt;a href="http://technorati.com/tags/EnergyNET" rel="tag"&gt;EnergyNET&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Juval+Lowy" rel="tag"&gt;Juval Lowy&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Software%2bServices" rel="tag"&gt;Software+Services&lt;/a&gt;&lt;/div&gt;&lt;div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;a href="http://digg.com/submit?url=http%3a%2f%2fblog.dennyboynton.com%2fpost%2fNew-ARCasttv-Episode-Juval-Lowy-on-the-EnergyNet2c-the-Next-Software-Boom.aspx&amp;amp;title=New+ARCast.tv+Episode%3a+Juval+Lowy+on+the+EnergyNet%2c+the+Next+Software+Boom"&gt;&lt;img src="http://digg.com/img/badges/100x20-digg-button.png" width="100" height="20" alt="Digg This" title="Digg This" border="0" style="border: 0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/YH_YuQZK230" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/YH_YuQZK230/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/New-ARCasttv-Episode-Juval-Lowy-on-the-EnergyNet2c-the-Next-Software-Boom.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=8b46e919-a4af-4fd9-8cf7-e0257b78a6c6</guid>
      <pubDate>Thu, 06 Aug 2009 10:43:56 -0500</pubDate>
      <category>ARCast</category>
      <category>Architecture</category>
      <category>Cloud Computing</category>
      <category>SOA</category>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=8b46e919-a4af-4fd9-8cf7-e0257b78a6c6</pingback:target>
      <slash:comments>65</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=8b46e919-a4af-4fd9-8cf7-e0257b78a6c6</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/New-ARCasttv-Episode-Juval-Lowy-on-the-EnergyNet2c-the-Next-Software-Boom.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=8b46e919-a4af-4fd9-8cf7-e0257b78a6c6</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=8b46e919-a4af-4fd9-8cf7-e0257b78a6c6</feedburner:origLink></item>
    <item>
      <title>New ARCast.tv Episode: Scott Hanselman On Scaling Websites with Caching</title>
      <description>&lt;p&gt;Architecting an enterprise or web application for high performance, scale, and availability can be a challenge without an appropriate caching strategy. One approach is to leverage a distributed caching platform to support the needs of performance, scale, and availability. In this ARCast episode, &lt;a href="http://www.hanselman.com/blog/"&gt;Scott Hanselman&lt;/a&gt; and &lt;a href="http://www.joeshirey.com/default,page,1.aspx"&gt;Joe Shirey&lt;/a&gt; discuss Microsoft's codename &amp;quot;Velocity&amp;quot; project and how it supports building out these types of applications as well as what architects and developers need to think about when implementing a distributed caching approach.&lt;/p&gt;  &lt;table width="262"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="260"&gt;         &lt;p&gt;&lt;iframe height="325" src="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching//player" frameborder="0" width="320" scrolling="no" mce_src="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching/"&gt;&lt;/iframe&gt;            &lt;br /&gt;&lt;a href="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching/"&gt;ARCast.TV - Scott Hanselman on scaling websites with caching&lt;/a&gt; &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:79d0d64a-1b10-41f1-90a6-fbe3a8526171" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/ARCast.tv" rel="tag"&gt;ARCast.tv&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Architects" rel="tag"&gt;Architects&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Architecture" rel="tag"&gt;Architecture&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Availability" rel="tag"&gt;Availability&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Cache" rel="tag"&gt;Cache&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Distributed+Caching" rel="tag"&gt;Distributed Caching&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Scalability" rel="tag"&gt;Scalability&lt;/a&gt;&lt;/div&gt;&lt;div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;a href="http://digg.com/submit?url=http%3a%2f%2fdennyboynton.com%2fpost%2fNew-ARCasttv-Episode-Scott-Hanselman-On-Scaling-Websites-with-Caching.aspx&amp;amp;title=New+ARCast.tv+Episode%3a+Scott+Hanselman+On+Scaling+Websites+with+Caching"&gt;&lt;img src="http://digg.com/img/badges/100x20-digg-button.png" width="100" height="20" alt="Digg This" title="Digg This" border="0" style="border: 0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DennyBoynton/~4/gmD4IobGsrY" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/DennyBoynton/~3/gmD4IobGsrY/post.aspx</link>
      <author>dboynton</author>
      <comments>http://blog.dennyboynton.com/post/New-ARCasttv-Episode-Scott-Hanselman-On-Scaling-Websites-with-Caching.aspx#comment</comments>
      <guid isPermaLink="false">http://blog.dennyboynton.com/post.aspx?id=c5efc295-9f39-407c-9027-6a66a02cb1fe</guid>
      <pubDate>Mon, 27 Jul 2009 10:01:29 -0500</pubDate>
      <category>ARCast</category>
      <category>Architecture</category>
      <dc:publisher>dboynton</dc:publisher>
      <pingback:server>http://blog.dennyboynton.com/pingback.axd</pingback:server>
      <pingback:target>http://blog.dennyboynton.com/post.aspx?id=c5efc295-9f39-407c-9027-6a66a02cb1fe</pingback:target>
      <slash:comments>69</slash:comments>
      <trackback:ping>http://blog.dennyboynton.com/trackback.axd?id=c5efc295-9f39-407c-9027-6a66a02cb1fe</trackback:ping>
      <wfw:comment>http://blog.dennyboynton.com/post/New-ARCasttv-Episode-Scott-Hanselman-On-Scaling-Websites-with-Caching.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blog.dennyboynton.com/syndication.axd?post=c5efc295-9f39-407c-9027-6a66a02cb1fe</wfw:commentRss>
    <feedburner:origLink>http://blog.dennyboynton.com/post.aspx?id=c5efc295-9f39-407c-9027-6a66a02cb1fe</feedburner:origLink></item>
  </channel>
</rss>
