<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Architecture + Strategy : Web</title><link>http://blogs.msdn.com/dachou/archive/tags/Web/default.aspx</link><description>Tags: Web</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Dolly Parton and IE8 Web Slices</title><link>http://blogs.msdn.com/dachou/archive/2009/11/11/dolly-parton-and-ie8-web-slices.aspx</link><pubDate>Thu, 12 Nov 2009 06:51:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9921218</guid><dc:creator>dachou</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/dachou/comments/9921218.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dachou/commentrss.aspx?PostID=9921218</wfw:commentRss><description>&lt;p&gt;Yes, it really is Dolly Parton, one of the most honored country performers of all time! In conjunction with the international release of her new CD/DVD set, Live From London, Dolly has added a Silverlight-based IE8 web slice to her web site, &lt;a href="http://www.dollypartonmusic.net"&gt;www.dollypartonmusic.net&lt;/a&gt;. Dolly has even created a &lt;a href="http://www.youtube.com/watch?v=UYENOUcaAsM"&gt;video&lt;/a&gt; about IE8 web slices.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/dollyparton"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002[9]" border="0" alt="clip_image002[9]" src="http://blogs.msdn.com/blogfiles/dachou/WindowsLiveWriter/DollyPartonandIE8WebSlices_14154/clip_image002%5B9%5D_d18c439f-4b3b-4583-b32a-870c7d91db6b.jpg" width="746" height="268" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ieaddons.com/en/details/music/Dolly_Parton_News_and_Video_Diary"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ieaddons.com/en/details/music/Dolly_Parton_News_and_Video_Diary/"&gt;Dolly’s web slice&lt;/a&gt; provides access to these content:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Video Diary&lt;/strong&gt; – see Dolly’s latest thoughts on video, with the beauty of Silverlight &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;News&lt;/strong&gt; – see the latest news, fan club announcements, and Dollyisms (like &amp;quot;It costs a lot of money to look this cheap”) &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Buy Now&lt;/strong&gt; – view the latest deal from Dolly’s online store, &lt;i&gt;Trinkets &amp;amp; Treasures&lt;/i&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://ieaddons.com/en/details/music/Dolly_Parton_News_and_Video_Diary"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.msdn.com/blogfiles/dachou/WindowsLiveWriter/DollyPartonandIE8WebSlices_14154/clip_image002_25ef336f-a9c6-49d4-95fb-751ca01b493b.jpg" width="330" height="293" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This is a great example of leveraging Web-oriented technologies to improve connections with visitors. IE8 Web Slices represent one way to add sticky content for users even when they’re not viewing the website directly. And based on our observations, these out-of-browser content channels can significantly improve user retention and return visits to the websites.&lt;/p&gt;  &lt;p&gt;In addition, IE8 Web Slices are actually pretty simple to create; all based on existing technologies, such as RSS, HTML, XML, etc. Real briefly -&lt;/p&gt;  &lt;p&gt;Implementation:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Enabled by adding HTML annotations &lt;/li&gt;    &lt;li&gt;Use a combination of hAtom Microformat and WebSlice format &lt;/li&gt;    &lt;li&gt;Refresh interval configurable via “ttl” (Time-to-Live) property &lt;/li&gt;    &lt;li&gt;Supports page-level and individual feed integration &lt;/li&gt;    &lt;li&gt;Supports HTTP authentication and persistent cookies &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Sample HTML Annotations:&lt;/p&gt;  &lt;blockquote&gt;&lt;code&gt;&amp;lt;div class=&amp;quot;&lt;font color="#ff0000"&gt;hslice&lt;/font&gt;&amp;quot; id=&amp;quot;1&amp;quot;&amp;gt;       &lt;br /&gt;&amp;#160; &amp;lt;p class=&amp;quot;&lt;font color="#ff0000"&gt;entry-title&lt;/font&gt;&amp;quot;&amp;gt;Item - $66.00&amp;lt;/p&amp;gt;       &lt;br /&gt;&amp;#160; &amp;lt;div class=&amp;quot;&lt;font color="#ff0000"&gt;entry-content&lt;/font&gt;&amp;quot;&amp;gt;high bidder: buyer1       &lt;br /&gt;&amp;#160; …       &lt;br /&gt;&amp;#160; &amp;lt;/div&amp;gt;       &lt;br /&gt;&amp;lt;/div&amp;gt;       &lt;br /&gt;&lt;/code&gt;&lt;/blockquote&gt;  &lt;p&gt;To find out more, visit:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Features - &lt;a title="http://www.microsoft.com/windows/internet-explorer/features/easier.aspx" href="http://www.microsoft.com/windows/internet-explorer/features/easier.aspx"&gt;http://www.microsoft.com/windows/internet-explorer/features/easier.aspx&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Documentation - &lt;a title="http://msdn.microsoft.com/en-us/library/cc956158(VS.85).aspx" href="http://msdn.microsoft.com/en-us/library/cc956158(VS.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc956158(VS.85).aspx&lt;/a&gt;&amp;#160;&lt;/li&gt;    &lt;li&gt;Gallery - &lt;a title="http://www.ieaddons.com/en/webslices/" href="http://www.ieaddons.com/en/webslices/"&gt;http://www.ieaddons.com/en/webslices/&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;eBay’s IE8 extensions (including Web Slices) - &lt;a title="http://ie8.ebay.com/" href="http://ie8.ebay.com/"&gt;http://ie8.ebay.com/&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9921218" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dachou/archive/tags/Web/default.aspx">Web</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Customer/default.aspx">Customer</category><category domain="http://blogs.msdn.com/dachou/archive/tags/IE8/default.aspx">IE8</category></item><item><title>Engaging the Local Tech Community at Twiistup 3</title><link>http://blogs.msdn.com/dachou/archive/2008/01/30/engaging-the-local-tech-community-at-twiistup-3.aspx</link><pubDate>Thu, 31 Jan 2008 02:10:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7335611</guid><dc:creator>dachou</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/dachou/comments/7335611.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dachou/commentrss.aspx?PostID=7335611</wfw:commentRss><description>&lt;p&gt;I had the opportunity to participate in &lt;a href="http://www.twiistup.com/"&gt;Twiistup 3&lt;/a&gt;, a local event that connects people from technology, media, and entertainment. Held at a nightclub, it is also a venue where local tech startups can come and show off their work, to potential investors, customers, partners, etc. There were 9 show-offs: &lt;a href="http://askmenow.com/"&gt;Askmenow&lt;/a&gt;, &lt;a href="http://www.docstoc.com/"&gt;Docstoc&lt;/a&gt;, &lt;a href="http://www.magentocommerce.com/"&gt;MegentoCommerce&lt;/a&gt;, &lt;a href="http://www.officezilla.com/"&gt;OfficeZilla&lt;/a&gt;, &lt;a href="http://www.peoplejam.com/"&gt;PeopleJam&lt;/a&gt;, &lt;a href="http://rubiconproject.com/"&gt;RubiconProject&lt;/a&gt;, &lt;a href="http://www.speeddate.com/date/"&gt;SpeedDate&lt;/a&gt;, &lt;a href="http://www.thembid.com/"&gt;ThemBid&lt;/a&gt; and &lt;a href="http://www.yellowbot.com/"&gt;Yellowbot     &lt;br /&gt;&lt;/a&gt;&lt;img src="http://farm3.static.flickr.com/2150/2200021433_74f612e012_d.jpg" /&gt; &lt;/p&gt;  &lt;p&gt;We managed to get a show-off space so I went and ran demos and discussed Silverlight with anyone interested, from 7pm until midnight.&lt;/p&gt;  &lt;p&gt;&lt;a title="DSC_4806.JPG" href="http://www.flickr.com/photos/47338829@N00/2201134718/"&gt;&lt;img alt="DSC_4806.JPG" src="http://static.flickr.com/2090/2201134718_5c2351a0a0.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;During the evening, I also had the privilege of being graced with the presence of &lt;a href="http://www.shiralazar.com/"&gt;Shira Lazar&lt;/a&gt;, who presided over the event and interviewed all of the show-offs.&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="0" width="640" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="320"&gt;&lt;img height="480" alt="DSC_4760.JPG" src="http://static.flickr.com/2269/2199997021_fe499459f6.jpg" width="320" border="0" /&gt;&lt;a title="DSC_4760.JPG" href="http://www.flickr.com/photos/47338829@N00/2199997021/"&gt;&lt;/a&gt;&lt;a title="DSC_4806.JPG" href="http://www.flickr.com/photos/47338829@N00/2201134718/"&gt;&lt;/a&gt;&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="320"&gt;&lt;a title="DSC_4759.JPG" href="http://www.flickr.com/photos/47338829@N00/2200790146/"&gt;&lt;img height="480" alt="DSC_4759.JPG" src="http://static.flickr.com/2300/2200790146_ecbf85e07a.jpg" width="320" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;Shira is one of those very few on earth who looks good in just about any picture (and she's smart too!); while I never look good in any picture (pictures courtesy of Mike Macadaan, founder of Twiistup). I'm just glad I can designate myself a geek and call it a day.&lt;/p&gt;  &lt;p&gt;Anyway, the evening was a quite party. It was an amazing experience meeting and connecting with so many people working on the Web. It was also a testament to how seemingly simple it has become, to build interactive websites using the various building blocks. People innovating on the Web are now empowered to focus on what to do, as opposed to the how.&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7335611" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dachou/archive/tags/Web/default.aspx">Web</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Events/default.aspx">Events</category></item><item><title>2007.12.04 MSDN PowerSeries Event in Irvine, CA</title><link>http://blogs.msdn.com/dachou/archive/2007/12/06/2007-12-04-msdn-powerseries-event-in-irvine-ca.aspx</link><pubDate>Thu, 06 Dec 2007 11:06:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6676526</guid><dc:creator>dachou</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/dachou/comments/6676526.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dachou/commentrss.aspx?PostID=6676526</wfw:commentRss><description>&lt;p&gt;I had the opportunity to present at the &lt;a href="http://www.msdnevents.com/pswest/default.aspx?name=CA,%20Irvine%2012/04" target="_blank"&gt;MSDN PowerSeries&lt;/a&gt; event in Irvine, on Software + Services, Windows Live Platform, and the Office Platform. It was a tough act to follow after &lt;a href="http://blogs.msdn.com/socaldevgal/" target="_blank"&gt;Lynn Langit's&lt;/a&gt; morning session, but the audience was great and allowed me to talk about these topics at an architecture level and not providing implementation-level details.&lt;/p&gt;  &lt;p&gt;For those who attended the event - thank you again for your time at the event and the feedback you've provided; both positive and otherwise. Here are the presentations:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Announcements&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div id="__ss_193818" style="width: 425px; text-align: left"&gt;&lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=20071204-arcready-announcements-1196927563449051-4" width="425" height="355" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" /&gt;     &lt;div style="font-size: 11px; padding-top: 2px; font-family: tahoma,arial; height: 26px"&gt;&lt;a href="http://www.slideshare.net/?src=embed"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin-bottom: -5px; border-right-width: 0px" alt="SlideShare" src="http://static.slideshare.net/swf/logo_embd.png" /&gt;&lt;/a&gt; | &lt;a title="View &amp;#39;20071204 ArcReady Announcements&amp;#39; on SlideShare" href="http://www.slideshare.net/davidcchou/20071204-arcready-announcements"&gt;View&lt;/a&gt; | &lt;a href="http://www.slideshare.net/upload"&gt;Upload your own&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Software + Services Overview&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div id="__ss_194212" style="width: 425px; text-align: left"&gt;&lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=20071204-arc-ready-software-services-1196951270166934-3" width="425" height="355" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" /&gt;     &lt;div style="font-size: 11px; padding-top: 2px; font-family: tahoma,arial; height: 26px"&gt;&lt;a href="http://www.slideshare.net/?src=embed"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin-bottom: -5px; border-right-width: 0px" alt="SlideShare" src="http://static.slideshare.net/swf/logo_embd.png" /&gt;&lt;/a&gt; | &lt;a title="View &amp;#39;20071204 Arc Ready Software + Services&amp;#39; on SlideShare" href="http://www.slideshare.net/davidcchou/20071204-arc-ready-software-services"&gt;View&lt;/a&gt; | &lt;a href="http://www.slideshare.net/upload"&gt;Upload your own&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Windows Live Platform Overview&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div id="__ss_194213" style="width: 425px; text-align: left"&gt;&lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=20071204-arc-ready-windows-live-platform-1196951272669807-2" width="425" height="355" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" /&gt;     &lt;div style="font-size: 11px; padding-top: 2px; font-family: tahoma,arial; height: 26px"&gt;&lt;a href="http://www.slideshare.net/?src=embed"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin-bottom: -5px; border-right-width: 0px" alt="SlideShare" src="http://static.slideshare.net/swf/logo_embd.png" /&gt;&lt;/a&gt; | &lt;a title="View &amp;#39;20071204 Arc Ready Windows Live Platform&amp;#39; on SlideShare" href="http://www.slideshare.net/davidcchou/20071204-arc-ready-windows-live-platform"&gt;View&lt;/a&gt; | &lt;a href="http://www.slideshare.net/upload"&gt;Upload your own&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Office Platform Overview&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div id="__ss_194211" style="width: 425px; text-align: left"&gt;&lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=20071204-arc-ready-office-as-a-platform-1196951266864824-5" width="425" height="355" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" /&gt;     &lt;div style="font-size: 11px; padding-top: 2px; font-family: tahoma,arial; height: 26px"&gt;&lt;a href="http://www.slideshare.net/?src=embed"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin-bottom: -5px; border-right-width: 0px" alt="SlideShare" src="http://static.slideshare.net/swf/logo_embd.png" /&gt;&lt;/a&gt; | &lt;a title="View &amp;#39;20071204 Arc Ready Office As A Platform&amp;#39; on SlideShare" href="http://www.slideshare.net/davidcchou/20071204-arc-ready-office-as-a-platform"&gt;View&lt;/a&gt; | &lt;a href="http://www.slideshare.net/upload"&gt;Upload your own&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The presentation decks have also been uploaded to my &lt;a href="http://cid-e8cb707cdd38130b.skydrive.live.com/browse.aspx/Presentations" target="_blank"&gt;Windows Live Skydrive&lt;/a&gt; in PowerPoint 2007 (PPTX) format. If you don't have Office 2007, you can download the free &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;amp;displaylang=en" target="_blank"&gt;PowerPoint Viewer 2007&lt;/a&gt;. Here are the direct links to the presentation slide decks in PowerPoint 2007 (PPTX) format:&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="574" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td align="right" width="199"&gt;&lt;strong&gt;Announcements&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="373"&gt;&lt;iframe style="border-right: #dde5e9 1px solid; padding-right: 0px; border-top: #dde5e9 1px solid; padding-left: 0px; padding-bottom: 0px; margin: 3px; border-left: #dde5e9 1px solid; width: 240px; padding-top: 0px; border-bottom: #dde5e9 1px solid; height: 66px; background-color: #ffffff" marginwidth="0" marginheight="0" src="http://cid-e8cb707cdd38130b.skydrive.live.com/embedrowdetail.aspx/Presentations/20071204%20-%20ArcReady%20-%20Announcements.pptx" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td align="right" width="199"&gt;&lt;strong&gt;Software + Services&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="373"&gt;&lt;iframe style="border-right: #dde5e9 1px solid; padding-right: 0px; border-top: #dde5e9 1px solid; padding-left: 0px; padding-bottom: 0px; margin: 3px; border-left: #dde5e9 1px solid; width: 240px; padding-top: 0px; border-bottom: #dde5e9 1px solid; height: 66px; background-color: #ffffff" marginwidth="0" marginheight="0" src="http://cid-e8cb707cdd38130b.skydrive.live.com/embedrowdetail.aspx/Presentations/20071204%20-%20ArcReady%20-%20Software%20+%20Services.pptx" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td align="right" width="199"&gt;&lt;strong&gt;Windows Live Platform&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="373"&gt;&lt;iframe style="border-right: #dde5e9 1px solid; padding-right: 0px; border-top: #dde5e9 1px solid; padding-left: 0px; padding-bottom: 0px; margin: 3px; border-left: #dde5e9 1px solid; width: 240px; padding-top: 0px; border-bottom: #dde5e9 1px solid; height: 66px; background-color: #ffffff" marginwidth="0" marginheight="0" src="http://cid-e8cb707cdd38130b.skydrive.live.com/embedrowdetail.aspx/Presentations/20071204%20-%20ArcReady%20-%20Windows%20Live%20Platform.pptx" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td align="right" width="199"&gt;&lt;strong&gt;Office as a Platform&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="373"&gt;&lt;iframe style="border-right: #dde5e9 1px solid; padding-right: 0px; border-top: #dde5e9 1px solid; padding-left: 0px; padding-bottom: 0px; margin: 3px; border-left: #dde5e9 1px solid; width: 240px; padding-top: 0px; border-bottom: #dde5e9 1px solid; height: 66px; background-color: #ffffff" marginwidth="0" marginheight="0" src="http://cid-e8cb707cdd38130b.skydrive.live.com/embedrowdetail.aspx/Presentations/20071204%20-%20ArcReady%20-%20Office%20as%20a%20Platform.pptx" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://blogs.msdn.com/dachou/archive/2007/12/06/2007-12-04-msdn-powerseries-event-in-irvine-ca.aspx&amp;amp;;title=2007.12.04 MSDN PowerSeries Event in Irvine, CA" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://blogs.msdn.com/dachou/archive/2007/12/06/2007-12-04-msdn-powerseries-event-in-irvine-ca.aspx&amp;amp;title=2007.12.04 MSDN PowerSeries Event in Irvine, CA" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.msdn.com/dachou/archive/2007/12/06/2007-12-04-msdn-powerseries-event-in-irvine-ca.aspx&amp;amp;title=2007.12.04 MSDN PowerSeries Event in Irvine, CA" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://blogs.msdn.com/dachou/archive/2007/12/06/2007-12-04-msdn-powerseries-event-in-irvine-ca.aspx&amp;amp;ti=2007.12.04 MSDN PowerSeries Event in Irvine, CA" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.msdn.com/dachou/archive/2007/12/06/2007-12-04-msdn-powerseries-event-in-irvine-ca.aspx&amp;amp;title=2007.12.04 MSDN PowerSeries Event in Irvine, CA" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://blogs.msdn.com/dachou/archive/2007/12/06/2007-12-04-msdn-powerseries-event-in-irvine-ca.aspx&amp;amp;title=2007.12.04 MSDN PowerSeries Event in Irvine, CA" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://blogs.msdn.com/dachou/archive/2007/12/06/2007-12-04-msdn-powerseries-event-in-irvine-ca.aspx&amp;amp;title=2007.12.04 MSDN PowerSeries Event in Irvine, CA" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://blogs.msdn.com/dachou/archive/2007/12/06/2007-12-04-msdn-powerseries-event-in-irvine-ca.aspx&amp;amp;title=2007.12.04 MSDN PowerSeries Event in Irvine, CA" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.msdn.com/dachou/archive/2007/12/06/2007-12-04-msdn-powerseries-event-in-irvine-ca.aspx&amp;amp;t=2007.12.04 MSDN PowerSeries Event in Irvine, CA" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6676526" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dachou/archive/tags/Architecture/default.aspx">Architecture</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Strategy/default.aspx">Strategy</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Web/default.aspx">Web</category><category domain="http://blogs.msdn.com/dachou/archive/tags/S_2B00_S/default.aspx">S+S</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Platform/default.aspx">Platform</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Live+Services/default.aspx">Live Services</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Events/default.aspx">Events</category></item><item><title>Describing Web Platform Stack</title><link>http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx</link><pubDate>Sat, 01 Dec 2007 22:30:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6635130</guid><dc:creator>dachou</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/dachou/comments/6635130.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dachou/commentrss.aspx?PostID=6635130</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;Context&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;In an &lt;a href="http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx"&gt;earlier blog post&lt;/a&gt; I talked about &amp;quot;Web as a Platform&amp;quot; (in Web 2.0's context) and briefly described a layered and componentized perspective in looking at the Web platform in general. And I thought it would be more clarifying to illustrate what a Web platform stack might look like, so this post is intended to describe (not define) a stack view of the Web platform.&lt;/p&gt;  &lt;p&gt;Plus, the evolution of this stack is the result of collective innovation contributed by many brilliant minds, and not driven by any single entity. Just as &lt;a href="http://en.wikipedia.org/wiki/Eric_E._Schmidt" target="_blank"&gt;Eric Schmidt&lt;/a&gt; had said, &amp;quot;don't fight the Internet&amp;quot;, I also don't think we need to model the Web after a specific prescribed framework. Rather, just allow the collective consciousness continue to innovate organically.&lt;/p&gt;  &lt;p&gt;Thus this is a &lt;em&gt;description&lt;/em&gt; of the Web platform (not a definition), as it is merely an attempt at categorizing the observed patterns and trends, and their relationships and dependencies, in the Web 2.0 phenomenon, into a structured context. There are many ways to describe and categorize these patterns, so this view is not necessarily exact and accurate, but hopefully it can provide some clarifications into the way Web is evolving.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Architecture of the Web&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Below is a high-level rendering of the layered components architecture view of the Web platform stack:&lt;/p&gt;  &lt;p&gt;&lt;img src="http://blogs.msdn.com/photos/dachou/images/6639818/original.aspx" /&gt; &lt;/p&gt;  &lt;p&gt;The choice of words used is questionable, but the intention here is to highlight the trends and patterns (and their relationships) and hoping to effectively convey the concepts, without spending the time to make sure they are semantically accurate.&lt;/p&gt;  &lt;p&gt;Just as I mentioned in my &lt;a href="http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx" target="_blank"&gt;earlier blog post&lt;/a&gt;, layers towards the bottom of the stack are progressively closer to raw data and IT architectures, and layers towards the top are closer to people. In general, this layered stack view is used as I think lower layers serve as platforms that encapsulate the underlying complexities and provide abstraction and support to the upper layers. Even though this also kind of describes the evolutionary path (or a maturity model) of the Web in the past few years, I think this stack view is relevant as innovation is still occurring across this entire view.&lt;/p&gt;  &lt;p&gt;Some examples to help clarify (nowhere near a comprehensive list; just intended to illustrate the categorizations):&lt;/p&gt;  &lt;p&gt;Infrastructure: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Standards - XML, HTML, CSS, SOAP, REST, Atom, RSS, BitTorrent, HTTP, SMTP, FTP, SMS, VoIP, etc. &lt;/li&gt;    &lt;li&gt;Tools - LAMP, WISA, JavaScript, .NET, Java, Visual Studio, Eclipse, etc. &lt;/li&gt;    &lt;li&gt;Media - video streaming, podcasts, vcasts, electronic gaming, interactive TV, Microsoft IP TV, Microsoft Media Center &lt;/li&gt;    &lt;li&gt;Runtimes - hosting environment, servers, desktops, browsers, clients, mobile devices, Microsoft Xbox, Sony Playstation, Nintendo Wii, Adobe AIR, Microsoft Silverlight, etc. &lt;/li&gt;    &lt;li&gt;Networks - Internet, Wi-Fi, VPN, WAN, cellular, wireless LAN, DSL, FiOS, etc. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Foundation:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Utilities - Amazon EC2, programmableweb, etc. &lt;/li&gt;    &lt;li&gt;Data - Amazon S3, Google Base, Microsoft Astoria, etc. &lt;/li&gt;    &lt;li&gt;Storage - Google GDrive, Windows Live Skydrive, XDrive, DriveHQ, Box.net, Elephant Drive, etc. &lt;/li&gt;    &lt;li&gt;Messaging - Amazon SQS, Microsoft BizTalk Services, etc. &lt;/li&gt;    &lt;li&gt;Identity - Windows Live ID, Google Accounts, Yahoo! Accounts, OpenID, etc. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Framework:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Personalization - My Yahoo!, iGoogle, Netvibes, Windows Live, bookmarks, favorites, etc. &lt;/li&gt;    &lt;li&gt;Transformation - Microsoft BizTalk Services (part of Don Ferguson's description of the &amp;quot;&lt;a href="http://msdn2.microsoft.com/en-us/arcjournal/bb906065.aspx" target="_blank"&gt;Internet Service Bus&lt;/a&gt;&amp;quot;) &lt;/li&gt;    &lt;li&gt;Composition - Yahoo! Pipes, Google Mashup Editor, Microsoft BizTalk Services, etc. &lt;/li&gt;    &lt;li&gt;Orchestration - Microsoft BizTalk Services (part of Don Ferguson's description of the &amp;quot;&lt;a href="http://msdn2.microsoft.com/en-us/arcjournal/bb906065.aspx" target="_blank"&gt;Internet Service Bus&lt;/a&gt;&amp;quot;) &lt;/li&gt;    &lt;li&gt;Privacy - TBD; in general, interoperable services to give users control over what parts of their online presences to share and what not to share &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Applications:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Information - Google Analytics, Google Trends, MSN, Yahoo! News, Yahoo! Finance, Upcoming, etc. &lt;/li&gt;    &lt;li&gt;Visualization - Google Maps, Virtual Earth, Yahoo! Maps, Google Gadgets, Windows Live Gadgets, Vista Sidebar Gadgets, mobile clients, etc. &lt;/li&gt;    &lt;li&gt;Commerce - Amazon, eBay, Paypal, Google Checkout, MSN Shopping, Microsoft Points, etc. &lt;/li&gt;    &lt;li&gt;Monetization - Google AdSense, Google AdWords, Microsoft AdCenter, pay-per-click, cost-per-action, impressions, etc. &lt;/li&gt;    &lt;li&gt;Accessibility - TellMe, Google Translate, Live Search Translator, services for the visually impaired like Google Accessible Search, plusmo, ZapText, etc. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Integration:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Search - Google Search, Yahoo! Search, Ask, Windows Live Search, etc. &lt;/li&gt;    &lt;li&gt;Distribution - Facebook Platform, Microsoft Popfly, etc. &lt;/li&gt;    &lt;li&gt;Aggregation - Newsgator, Bloglines, Rojo, NetNewsWire, My Yahoo!, Windows Live, iGoogle, PageFlakes, etc. &lt;/li&gt;    &lt;li&gt;Syndication - Twitter, Jaiku, Pownce, Facebook Newsfeed, Feedburner, Technorati, etc. &lt;/li&gt;    &lt;li&gt;Portability - Gadgets, Widgets, Google OpenSocial, etc. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Participation:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;User Content - blogs, wikis, reviews, photo sharing, Blogger, WordPress, LiveJournals, Wikipedia, CrowdRules, Flickr, Youtube. Epinions, Urban Dictionary, Trip Advisor, eHarmony, Match, etc. &lt;/li&gt;    &lt;li&gt;Communities - MySpace, Facebook, Orkut, hi5, Bebo, Windows Live Spaces, Friendster, LinkedIn, World of Warcraft, Xbox Live, Second Life, etc. &lt;/li&gt;    &lt;li&gt;Folksonomies - del.icio.us, Digg, reddit, Simpy, Furl, Netvouz, etc. &lt;/li&gt;    &lt;li&gt;Collaborative Filtering - Amazon, half.ebay.com, NetFlix, TiVO, Last.fm, StumbleUpon, etc. &lt;/li&gt;    &lt;li&gt;Mashups - Microsoft Popfly, JackBe, etc. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Interaction (emerging):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Social Graphs - capability to enable social network analysis and moving towards mapping physical relationships &lt;/li&gt;    &lt;li&gt;Collective Intelligence - capability to comprehend and extract meaning from composite/aggregate communities &lt;/li&gt;    &lt;li&gt;Microformats - creation of various metadata formatting approaches to add contextual relationships &lt;/li&gt;    &lt;li&gt;Semantic Relationships - adding meaning and contextual mapping to various forms of content available on the Web &lt;/li&gt;    &lt;li&gt;Implicit Networks - frameworks for capturing and analyzing dynamic aspects of user activities on the Web &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Interpretation (futures):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Derived Intelligence - a form of artificial intelligence derived from collective intelligence to aid predictive analysis &lt;/li&gt;    &lt;li&gt;User Intent - discernment of user intentions based on historical user activities, responses, and collective trends and patterns &lt;/li&gt;    &lt;li&gt;Dynamic Relationships - ability to map dynamic aspects between user activities throughout the Web &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;In general, each component in each layer is worthy of a separate detailed analysis, and only a minor fraction of things that are examples of a particular category have been listed. Though the intention is to show that each site or service individually is not representative of the layer component; it is the network effects created by the collection of sites and services in that category. Similarly for the layers in the platform stack, it is the aggregation of individual components that really exemplify the characteristics of that layer.&lt;/p&gt;  &lt;p&gt;As a result, we can see that each layer in this stack view has dependencies on the services offered in the underlying layers. And each layer itself provides a level of abstraction and support to the layers above. Thus architecting solutions using the Web as a platform is quickly becoming a process of choosing a target layer (where the solution will reside), and choosing the appropriate combination of support services from the underlying layers.&lt;/p&gt;  &lt;p&gt;This view can also be helpful in visualizing general trends of innovative development on the Web, and identify potential spots where opportunistic developments can occur, and areas where they have been turned over to systematic developments. For example, the current state (as of this writing) is that mainstream efforts can be categorized as focused in the &amp;quot;Participation&amp;quot; layer, and is where many of the opportunistic developments are being turned into systematic ones (basically, gaining maturity). The &amp;quot;Interaction&amp;quot; and &amp;quot;Interpretation&amp;quot; layers are considered to be the subject of the next Web (or Web 3.0), and is where much of the research &amp;amp; development efforts are focused in.&lt;/p&gt;  &lt;p&gt;One fundamental aspect is that, the Web platform is created and maintained by the collective wisdom contributing to it. It is too big and too diverse for any one entity to own, even though many organizations have investments in multiple areas, and some more than the others. But it is interesting to see how this view of the Web platform is taking shape, based on the inter-dependencies and (almost &amp;quot;symbiotic&amp;quot;) relationships established between the clusters of sites and organizations operating on the Web.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Hypothesis&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The general concept here is that, Web 2.0 applications are taking on a new form. They are composite applications in nature, and increasingly can be created and hosted completely in the Web (cloud), without any dedicated on-premise infrastructure. And they are increasingly being implemented at higher levels of abstraction (moving up the stack).&lt;/p&gt;  &lt;p&gt;For established enterprises, this marks a shift in Web application models. From approaches to open up enterprise data silos and providing value-added services to customers (&amp;quot;Applications&amp;quot; layer aspects), to migrate to a model where various higher-level components of the Web (&amp;quot;Integration&amp;quot; and &amp;quot;Participation&amp;quot; layer aspects) can be integrated and leveraged to connect to the communities. For emerging businesses, it is now possible to quickly establish an initial online presence by completely building on the cloud-based Web platform, while looking to add differentiating values with a variety of options (such as dedicated on-premise solutions).&lt;/p&gt;  &lt;p&gt;From a user participation perspective, lower layers are progressively closer to people with higher technical expertise, but are populated by smaller communities. On the other hand, upper layers are progressively closer to larger communities as barriers to entry, from a technology perspective, are increasingly lower. This aspect demonstrates the power of network effects in enabling the participation age, and fueling the explosive pace of innovation towards creating a Web that connects/involves more people and is more relevant and intelligent.&lt;/p&gt;  &lt;p&gt;&lt;img src="http://blogs.msdn.com/photos/dachou/images/6639824/original.aspx" /&gt; &lt;/p&gt;  &lt;p&gt;Certainly, areas where boundaries are being pushed may still sound like science fiction, and it's fun to imagine that new breakthroughs will bring about sea changes that will overthrow all conventional wisdom. The blogosphere already has tons of speculations in that respect. Though I believe &amp;quot;could&amp;quot; does not equate to &amp;quot;should&amp;quot;, such that change for change sake will not add value; only changes that lead to better outcomes will gain adoption. Thus my assessment is that, significant changes are surely imminent, but conventional wisdom will also not cease to complete irrelevance. Eventually, when the pendulum settles, we usually see a hybrid world, with some changes more dominant, and some changes less. The Web is a place where rapid changes are occurring, and as architects and strategists, using a pragmatic viewpoint when facing these changes may help us better plan the migration path between current and future states.&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx&amp;amp;;title=Describing Web Platform Stack" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx&amp;amp;title=Describing Web Platform Stack" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx&amp;amp;title=Describing Web Platform Stack" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx&amp;amp;ti=Describing Web Platform Stack" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx&amp;amp;title=Describing Web Platform Stack" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx&amp;amp;title=Describing Web Platform Stack" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx&amp;amp;title=Describing Web Platform Stack" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx&amp;amp;title=Describing Web Platform Stack" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx&amp;amp;t=Describing Web Platform Stack" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt;    &lt;p&gt;This post is part of a series:&lt;/p&gt;    &lt;ul&gt;     &lt;li&gt;&lt;a href="http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx" target="_blank"&gt;Web 2.0 - A Platform Perspective&lt;/a&gt; &lt;/li&gt;      &lt;li&gt;&lt;a href="http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx" target="_blank"&gt;Popfly as a Web Platform&lt;/a&gt; &lt;/li&gt;   &lt;/ul&gt;    &lt;p&gt;&lt;/p&gt; &lt;/span&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6635130" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dachou/archive/tags/Architecture/default.aspx">Architecture</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Strategy/default.aspx">Strategy</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Web/default.aspx">Web</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Platform/default.aspx">Platform</category></item><item><title>Popfly as a Web Platform</title><link>http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx</link><pubDate>Mon, 26 Nov 2007 14:12:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6529273</guid><dc:creator>dachou</dc:creator><slash:comments>9</slash:comments><comments>http://blogs.msdn.com/dachou/comments/6529273.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dachou/commentrss.aspx?PostID=6529273</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;&lt;a title="popfly-small-logo" href="http://www.flickr.com/photos/9182673@N02/2065560552/"&gt;&lt;img style="margin: 0px 0px 0px 10px" alt="popfly-small-logo" src="http://static.flickr.com/2311/2065560552_8311c7c3c1.jpg" align="right" border="0" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Primer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Microsoft Popfly (&lt;a href="http://www.popfly.com"&gt;www.popfly.com&lt;/a&gt;), currently in beta since October 2007, is a web site and tool to help people create and share web sites, mashups, and other kinds of experiences.&lt;/p&gt;  &lt;p&gt;This service, in my opinion, is a really interesting and innovative product Microsoft has delivered this year. From an architect's perspective, Popfly can be considered as a Web platform, along with the many other interesting ones created this year, such as the &lt;a href="http://www.facebook.com/platform_tour.php" target="_blank"&gt;Facebook Platform&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Many people also saw Popfly's potential as a Web platform. For example, &lt;a href="http://blogs.zdnet.com/microsoft/?p=452" target="_blank"&gt;Mary Jo Foley&lt;/a&gt; correlated it to Yahoo! Pipes, &lt;a href="http://blogs.zdnet.com/Foremski/?p=198" target="_blank"&gt;Tom Foremski&lt;/a&gt; described how easy it is to build a Facebook app with Popfly, &lt;a href="http://blogs.msdn.com/johnmullinax/archive/2007/10/30/building-brand-and-transcending-walled-gardens.aspx" target="_blank"&gt;John Mullinax&lt;/a&gt; provided a business perspective on how to leverage Popfly, and &lt;a href="http://blog.dennyboynton.com/PermaLink,guid,f543cfb9-9b6f-4593-9d64-9581b38e08f2.aspx" target="_blank"&gt;Denny Boynton&lt;/a&gt; with some architectural thoughts.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;A Web Platform&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;In an &lt;a href="http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx" target="_blank"&gt;earlier blog post&lt;/a&gt; I talked about &amp;quot;Web as a Platform&amp;quot; (in Web 2.0's context) and briefly described a layered and componentized perspective in looking at the Web platform in general. Popfly fits in that perspective very well, and can be categorized into a composition tools layer that doesn't seem to have received a lot of attention from the general Web 2.0 community. Specifically, in the programmable Web aspect of Web 2.0, the focus has been on creating the APIs, frameworks, runtime environments, standards, etc. to facilitate the various kinds of applications and social interactions. But the tasks of developing these applications still rely on traditional code-based environments. Popfly represents a major innovation on the composition tool side, and does it in an elegant way that transformed the bootstrapping requirements of various kinds of services and APIs available in the cloud, into, literally, building blocks that people without any technical background can piece together (like LEGO!) and create all kinds of composite applications (or mashups). It also offers a provisioning and syndication system so these applications can be deployed (or embedded into web pages) anywhere on the Web (and coined the term &amp;quot;mashout&amp;quot;).&lt;/p&gt;  &lt;p&gt;Popfly has been compared to &lt;a href="http://pipes.yahoo.com/" target="_blank"&gt;Yahoo! Pipes&lt;/a&gt;, which provides a very elegant composition tool for aggregating and manipulating syndicated content (and a wickedly cool implementation of JavaScript in its development environment). It is a very powerful platform in terms of programmability in the context of mashing up data. Another is &lt;a href="http://code.google.com/gme/" target="_blank"&gt;Google Mashup Editor&lt;/a&gt;, which is also a very powerful tool that helps people quickly create mashup applications. Without turning this into a comparison of the three tools, in general I think each provides a distinct value and meet different needs. For example, Yahoo! Pipes provides a graphical drag-and-drop development model in using syndicated data, and Google Mashup Editor provides a code environment particularly targeted for utilizing Google services and products; though the target audience for both of them tend to be developers.&lt;/p&gt;  &lt;p&gt;Popfly differs in its approach to democratize development by raising the level of abstraction and narrowing down options in block configurations. This greatly simplifies the process of piecing together building blocks, and it is this simplicity that offers Popfly's greatest advantage at making development social, and potentially more appealing to a wider audience.&lt;/p&gt;  &lt;p&gt;The public beta provides many kinds of building blocks - display, fun &amp;amp; games, images &amp;amp; video (media), local information, maps, news &amp;amp; RSS, shopping, social networks, tools (programming utilities such as RegExp), and others. These building blocks represent configurable components that map to many different kinds of cloud-based service APIs, such as Flickr, Facebook, Live Search, AOL Video Search, Yahoo! Videos, Virtual Earth, Yahoo! Traffic, Digg, Yahoo! News, Twitter, Technorati, etc.; the list goes on. The rich collection (and growing) of building blocks allows not just the mashup of functions and data, but also adding an interchangeable visualization and interaction layer to the applications.&lt;/p&gt;  &lt;p&gt;Popfly boostrapped these cloud-based service APIs, and exposed their methods, input parameters, and results as configurable elements in each building block. In addition, Popfly also pre-defines and maintains compatible relationships between these APIs so in many cases, default configurations are sufficient for creating a mashup without requiring the user to perform any configuration changes. Simply drag and drop, and connect the dots will do.&lt;/p&gt;  &lt;p&gt;Popfly itself is implemented using a combination of traditional Web application technologies (ASP.NET, AJAX, JavaScript, HTML, etc.) hosted in a highly available server infrastructure, and a &lt;a href="http://www.silverlight.net" target="_blank"&gt;Silverlight&lt;/a&gt; implementation of the in-browser development environment.&lt;/p&gt;  &lt;p&gt;The challenge for Popfly is reaching critical mass in adoption. Just like the Facebook Platform, which is really a software distribution platform, harnesses its power from the lively communities in Facebook. Popfly can achieve similar goals if its adoption can be turned into a self-propelling virtuous cycle, when a healthy growth in adoption can be facilitated.&lt;/p&gt;  &lt;p&gt;Thus Popfly really is a platform in the Web 2.0 world. It provides an environment where people without a significant technical background can build stuff in, and hides the complexities in the underlying infrastructure. It also articulates many of the Web 2.0 principles, such as enabling participation and harnessing collective intelligence, leveraging the long tail, lightweight development models, rich user experiences, etc. For businesses and organizations looking to open up their data and services, or to interact with the user communities, participating in the Popfly ecosystem could be a simple way to enable viral adoption in the distribution channel (and for some, utilizing the monetization methods).&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;A 1-Minute Mashup Application&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;To illustrate Popfly's simplistic elegance, I created a mashup between a Flickr picture set and a visualization block that uses &lt;a href="http://www.silverlight.net" target="_blank"&gt;Silverlight&lt;/a&gt;. A snapshot of the application in edit mode is shown below.&lt;/p&gt;  &lt;p&gt;&lt;a title="Popfly-ITARCPresoFlickrPhotoTiles" href="http://www.flickr.com/photos/9182673@N02/2065292230/"&gt;&lt;img alt="Popfly-ITARCPresoFlickrPhotoTiles" src="http://static.flickr.com/2093/2065292230_5137736698.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Without going into a detailed step-by-step replay, all I did was drag/drop the Flickr block, configure it with the Flickr set ID that contains the pictures I want to use, drag/drop the Carousel block, then drag/drop a connector from the Flickr block to the Carousel block. Hooking up the output from Flickr with input parameters in Carousel was done automatically and seamless. That's it! And the application is now ready to be deployed across the Web.&lt;/p&gt;  &lt;p&gt;The resulting mashup application is embedded below. I picked a presentation block that uses Silverlight, but there are blocks that are pure HTML and JavaScript too.&lt;/p&gt;  &lt;p&gt;&lt;iframe style="width: 400px; height: 600px" src="http://www.popfly.ms/users/dachou/ITARC%20Preso%20Flickr%20PhotoTiles.small" frameborder="no"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx&amp;amp;;title=Popfly as a Web Platform" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx&amp;amp;title=Popfly as a Web Platform" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx&amp;amp;title=Popfly as a Web Platform" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx&amp;amp;ti=Popfly as a Web Platform" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx&amp;amp;title=Popfly as a Web Platform" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx&amp;amp;title=Popfly as a Web Platform" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx&amp;amp;title=Popfly as a Web Platform" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx&amp;amp;title=Popfly as a Web Platform" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx&amp;amp;t=Popfly as a Web Platform" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;  &lt;p&gt;This post is part of a series:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx" target="_blank"&gt;Web 2.0 - A Platform Perspective&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx" target="_blank"&gt;Describing Web Platform Stack&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6529273" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dachou/archive/tags/Architecture/default.aspx">Architecture</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Web/default.aspx">Web</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Platform/default.aspx">Platform</category></item><item><title>Web 2.0 - A Platform Perspective</title><link>http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx</link><pubDate>Mon, 26 Nov 2007 07:39:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6525493</guid><dc:creator>dachou</dc:creator><slash:comments>10</slash:comments><comments>http://blogs.msdn.com/dachou/comments/6525493.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dachou/commentrss.aspx?PostID=6525493</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;Background &amp;amp; Primer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&amp;quot;Web as a Platform&amp;quot; has been a much discussed topic since &lt;a href="http://radar.oreilly.com/tim/" target="_blank"&gt;Tim O'Reilly&lt;/a&gt; used it as a tagline in the first Web 2.0 conference back in October of 2004, then described in more detail in a &lt;a href="http://www.oreillynet.com/lpt/a/6228" target="_blank"&gt;2005 article&lt;/a&gt;, and the subsequent &amp;quot;&lt;a href="http://en.wikipedia.org/wiki/Image:Web_2.0_Map.svg" target="_blank"&gt;Mind Map&lt;/a&gt;&amp;quot; graphic:&lt;/p&gt;  &lt;p&gt;&lt;a title="800px-Web_2_0_Map_svg" href="http://www.flickr.com/photos/9182673@N02/2063967616/"&gt;&lt;img height="375" alt="800px-Web_2_0_Map_svg" src="http://static.flickr.com/2336/2063967616_36121e7944.jpg" width="500" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Since then many interpretations of the &amp;quot;Web platform&amp;quot; have existed, ranging from technical perspectives that focused on tools such as AJAX, RSS, REST, SOAP, mashups, composite applications; user-generated content and collective intelligence such as &lt;a href="http://www.wikipedia.org" target="_blank"&gt;Wikipedia&lt;/a&gt;, &lt;a href="http://www.youtube.com" target="_blank"&gt;Youtube&lt;/a&gt;; social bookmarking/syndication such as &lt;a href="http://del.icio.us/" target="_blank"&gt;del.icio.us&lt;/a&gt;, &lt;a href="http://www.digg.com/" target="_blank"&gt;Digg&lt;/a&gt;; to social networks such as &lt;a href="http://www.facebook.com" target="_blank"&gt;Facebook&lt;/a&gt;, &lt;a href="http://www.myspace.com" target="_blank"&gt;Myspace&lt;/a&gt;, etc. Just to list a few, but the list of sites and categories of sites that exemplify Web 2.0 principles has undergone an explosive growth in the past few years.&lt;/p&gt;  &lt;p&gt;Collectively, the rich cluster of &amp;quot;Web 2.0&amp;quot; sites on the internet form a services foundation from which applications and functionalities can be built upon, without needing any additional dedicated infrastructure. This marks a significantly different approach from &amp;quot;Web 1.0&amp;quot; site implementations where each organization has to procure dedicated hardware, software, hosting environment, etc. in order to provision a new application on the internet. As a result, the collection of cloud-based services form a new kind of &amp;quot;platform&amp;quot; to create a new breed of applications.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Understanding Web as a Platform&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Without making this yet another attempt at trying to define the specifics of Web 2.0 (or even &lt;a href="http://en.wikipedia.org/wiki/Web_3.0" target="_blank"&gt;Web 3.0&lt;/a&gt; for that matter) and the internet platform, delegating it to those who focus on semantics, I think we can look at &amp;quot;Web as a Platform&amp;quot; in its broadest terms. That is, a platform that provides some sort of framework which allows people to build stuff upon, while encapsulating (or hiding) some of the underlying complexities.&lt;/p&gt;  &lt;p&gt;But this doesn't point directly to technical solutions; it really encompasses many categories of &amp;quot;stuff&amp;quot; (such as media, social interactions, implicit relationships, semantic connections, monetization methods, etc.) that can be leveraged and implemented on the Web today. I liked how &lt;a href="http://www.readwriteweb.com/archives/defining_web_as.php" target="_blank"&gt;Fred Wilson&lt;/a&gt; said it:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;I believe the web is a platform. And that everything we need for an open ad market, or an open data architecture, or frankly most anything else, is available on the &amp;quot;web platform&amp;quot; today.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;So what can we do with the Web platform? There are many perspectives on this as well. Such as &lt;a href="http://blog.pmarca.com/2007/09/the-three-kinds.html" target="_blank"&gt;Marc Andreesen's&lt;/a&gt; &amp;quot;layered&amp;quot; perspective:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Level 1 - &lt;em&gt;API access&lt;/em&gt; - Flickr, Delicious, Twitter, etc.       &lt;br /&gt;Level 2 - &lt;em&gt;API plug-in&lt;/em&gt; - Facebook       &lt;br /&gt;Level 3 - &lt;em&gt;Runtime environment&lt;/em&gt; - Ning, Salesforce.com, etc.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;And &lt;a href="http://www.readwriteweb.com/archives/web_platform_primer.php" target="_blank"&gt;Alex Iskold's&lt;/a&gt; &amp;quot;building blocks&amp;quot; perspective:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;Storage Services&lt;/em&gt; - Amazon S3, GDrive, Windows Live Skydrive, etc.       &lt;br /&gt;&lt;em&gt;Messaging Services&lt;/em&gt; - Amazon Simple Queue Service, BizTalk Services, etc.       &lt;br /&gt;&lt;em&gt;Compute Services&lt;/em&gt; - Sun Grid       &lt;br /&gt;&lt;em&gt;Information Services&lt;/em&gt; - Amazon E-Commerce, Yahoo! Answers, Virtual Earth, etc.       &lt;br /&gt;&lt;em&gt;Search Services&lt;/em&gt; - Google Search API, Alexa Search Platform, Live Search, etc.       &lt;br /&gt;&lt;em&gt;Web 2.0 Services&lt;/em&gt; - del.icio.us, Flickr, Basecamp, etc.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Again, without questioning the validity of these categorizations used (as there are lots of discussion about that as well), I think from a general sense, both &lt;em&gt;perspectives&lt;/em&gt; are valid. I think that building blocks do exist, but at the same time, there are multiple layers of building blocks (or categories) in the Web platform.&lt;/p&gt;  &lt;p&gt;What this means, is that building blocks in each layer can be utilized in various combinations/permutations to create the next layer up. These layers span between two extremes - information and people. The layers closer to information consist of Web application platforms as we know today, such as ASP.NET, Silverlight, LAMP, Java, Ruby on Rails, etc.; that require more expert knowledge in development and technology but smaller parts of the overall population. The layers closer to people are still being formed as we speak, but in general they rely on higher forms of abstraction that provide services closer to our lives, while enabling the broad reach of larger pools of audiences (consumerization and democratization of technology comes to mind). And today we are seeing higher and higher layers of platforms being created that allow people to connect, to organize, to find and use resources, to be social, and to basically &amp;quot;live&amp;quot; on the Web.&lt;/p&gt;  &lt;p&gt;Of course, the word &amp;quot;platform&amp;quot; is being used very loosely today, and new &amp;quot;platforms&amp;quot; and layers of platforms are being created almost on a daily basis. &lt;a href="http://www.readwriteweb.com/archives/hyped_new_platforms_explaining.php" target="_blank"&gt;Marshall Kirkpatrick&lt;/a&gt; took a real brief look at some of the most hyped new platforms today. For example, the most recent and significant incarnations of higher-level Web platforms are probably &lt;a href="http://www.facebook.com/platform_tour.php" target="_blank"&gt;Facebook Platform&lt;/a&gt; and &lt;a href="http://code.google.com/apis/opensocial/" target="_blank"&gt;Google OpenSocial&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;From a platform layer perspective, the Facebook Platform and Google OpenSocial, even though aimed at doing different things (lots of debate on this too), are built on top of other existing layers. Applications built on top of the Facebook Platform use a combination of traditional Web app technologies like HTML, CSS, JavaScript, XML, etc., but their benefits are derived from building blocks available on the Facebook Platform, in the form of mashups of external services building blocks, explicit foundation blocks (such as News Feeds, Status, Events, FBML, FQL, configuration and provisioning systems, etc.), and implicit foundation blocks (social graphs, software distribution/dissemination channel, monetization, 50+ million and still growing user base, etc.). A major characteristic of this platform is that it is very easy to develop against, which democratizes development and allows more and more people to participate in the social experience. In essence this platform furtherly narrows the gap between technology and people (thus categorized as a higher-layer platform). This resulted in a wildly viral and vital platform that has accounted more than 5,000 applications deployed today and growing exponentially.&lt;/p&gt;  &lt;p&gt;From a higher level, it seems that a &amp;quot;Web OS&amp;quot; of some sort is starting to take shape, as we can draw many parallels to the layered, subsystems and componentized approaches in modern computer operating system and software architectures. But I am not yet sure that it would be of value to try to apply traditional thinking in defining a &amp;quot;standard&amp;quot; Web platform stack, by needlessly preempting more knowledgeable people, and risk further defragmenting the evolution.&lt;/p&gt;  &lt;p&gt;In general though, by today we can definitely see the Web maturing as a very viable platform. &lt;a href="http://www.freshnews.com/news/computers-internet/article_40691.html?Webmetrics" target="_blank"&gt;News&lt;/a&gt; such as Amazon S3 exceeds 99.99% uptime should remove most doubts about the reliability of cloud-based services. But I think it is a platform with a spectrum of choices (layers and building blocks) where people with different skillsets can look to leverage and add value. The choices available in the full spectrum are all relevant, despite some idealists' claim that newer and higher-level models (such as higher layers of the platform used in the context of this post) will completely commoditize and subsume older and lower-level models. I tend to think that, while it is true that more and more attention will be focused on newer and higher-level models, we will continue to see lots of innovation on the lower-level layered platforms. We will just see that more and more people will be involved in the overall ecosystem, with a large infusion of participants with non-technical skillsets increasingly more involved at the higher levels. This I think is the true goal of Web 2.0, connecting people and democratizing/bridging the technology chasm.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What's Next?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;It's always interesting to try to take a peek at what may be possible in the future.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Democratization in software development&lt;/em&gt; - Recent advances in the Web platform (raising layers of abstraction), model-driven architectures, etc., will increasingly simplify software development efforts for the higher level platforms. Two very notable examples are &lt;a href="http://pipes.yahoo.com/" target="_blank"&gt;Yahoo! Pipes&lt;/a&gt; and &lt;a href="http://www.popfly.com" target="_blank"&gt;Microsoft Popfly&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;The Implicit Web&lt;/em&gt; - Increasing specialization in making sense of the dynamic aspects of user behaviors and activities in the online world. For example, search engines to finally grasp user intent (via click streams, combinational media consumption habits, etc.). This is also an area where the Facebook Platform may be able to glean from the reactions its applications can elicit from the members, based on the static social graphs.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Privacy Controls&lt;/em&gt; - With so much attention on enabling the &amp;quot;read-write&amp;quot; Web, and increasing openness, a need for better privacy control will inevitably arise. Web idealists argue that traditional data silos (or intellectual property as we know today) will need to be opened up and interoperate in the new world. Again, I believe a hybrid model somewhere between the two extremes (of fully open and completely closed architectures) usually work out better to the benefit of its users. From this perspective, yes the highly protected enterprise data silos today will need to open up, but should be just enough to add value for the users. To do that, some kind of interoperable privacy controls is required.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Ubiquitous Access w/ Rich User Experiences&lt;/em&gt; - A consistent and seamless experience for people accessing their information, applications, and services, across a full spectrum of connected devices and systems. At the same time, highly targeted user experiences implemented for the appropriate form factors are available to take advantage of the latest hardware and device innovations.&lt;/p&gt;  &lt;p&gt;There are many more, such as the data/semantic Web, evolutionary intelligence, changes in social trends, etc. It'll be interesting to see how things pan out in this space.&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx&amp;amp;;title=Web 2.0 - A Platform Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx&amp;amp;title=Web 2.0 - A Platform Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx&amp;amp;title=Web 2.0 - A Platform Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx&amp;amp;ti=Web 2.0 - A Platform Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx&amp;amp;title=Web 2.0 - A Platform Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx&amp;amp;title=Web 2.0 - A Platform Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx&amp;amp;title=Web 2.0 - A Platform Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx&amp;amp;title=Web 2.0 - A Platform Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.msdn.com/dachou/archive/2007/11/25/web-2-0-a-platform-perspective.aspx&amp;amp;t=Web 2.0 - A Platform Perspective" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;  &lt;p&gt;This post is part of a series:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.msdn.com/dachou/archive/2007/12/01/describing-web-platform-stack.aspx" target="_blank"&gt;Describing Web Platform Stack&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/dachou/archive/2007/11/26/popfly-as-a-web-platform.aspx" target="_blank"&gt;Popfly as a Web Platform&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6525493" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dachou/archive/tags/Architecture/default.aspx">Architecture</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Web/default.aspx">Web</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Platform/default.aspx">Platform</category></item><item><title>Thoughts from the WebbyConnect Summit</title><link>http://blogs.msdn.com/dachou/archive/2007/10/18/thoughts-from-the-webbyconnect-summit.aspx</link><pubDate>Fri, 19 Oct 2007 02:44:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5515217</guid><dc:creator>dachou</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/dachou/comments/5515217.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dachou/commentrss.aspx?PostID=5515217</wfw:commentRss><description>&lt;p&gt;I had the opportunity to attend the &lt;a href="http://www.webbyawards.com/webbyconnect/" target="_blank"&gt;WebbyConnect Summit&lt;/a&gt; on October 3-5 at Laguna Beach. It was a series of non-technical panel discussions on the various growing trends on the Web, and their social and cultural impacts, especially with respect to the media and internet industries. Topics discussed include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Web as an essential media channel&lt;/li&gt;    &lt;li&gt;Convergence of online and traditional media&lt;/li&gt;    &lt;li&gt;Convergence of minority expert knowledge and mass collective intelligence&lt;/li&gt;    &lt;li&gt;Disruptive innovation in organizations&lt;/li&gt;    &lt;li&gt;Privacy vs. piracy on the Web; cultural impacts on the next generation&lt;/li&gt;    &lt;li&gt;Convergence of the Web and physical worlds&lt;/li&gt;    &lt;li&gt;Emergence of social networks and online media as political platforms&lt;/li&gt;    &lt;li&gt;Importance of brand and storytelling on the Web&lt;/li&gt;    &lt;li&gt;Web 2.0 as a customer engagement platform&lt;/li&gt;    &lt;li&gt;PR&amp;#x2019;s transition from absolute control to dialogues with consumers&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;It was a very insightful event, as the various very notable speakers presented their thoughts on how media and social trends are impacting the evolution of the Web, and vice versa.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Some highlights:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;General theme of &amp;#x201C;convergence&amp;#x201D; between extremes; emerging focus on &amp;#x201C;and&amp;#x201D; and away from &amp;#x201C;either/or&amp;#x201D; debates; best of both worlds and hybrid models instead of one dominating/replacing the other. For example,&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Traditional TV media &lt;i&gt;and&lt;/i&gt; online media&lt;/li&gt;      &lt;li&gt;Computers &lt;i&gt;and&lt;/i&gt; devices&lt;/li&gt;      &lt;li&gt;Online &lt;i&gt;and&lt;/i&gt; offline&lt;/li&gt;      &lt;li&gt;Inherent openness &lt;i&gt;and&lt;/i&gt; selective filtering / segmented privacy&lt;/li&gt;      &lt;li&gt;User generated content &lt;i&gt;and&lt;/i&gt; high production value content&lt;/li&gt;      &lt;li&gt;Mass collective knowledge &lt;i&gt;and&lt;/i&gt; expert editorial&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Summit opened with Tommy Means&amp;#x2019; (Creative Director, Mekanism) overview of the &amp;#x201C;&lt;a href="http://www.clearification.com/ " target="_blank"&gt;Clarifications&lt;/a&gt;&amp;#x201D; campaign for Microsoft Windows Vista launch&lt;/li&gt;    &lt;li&gt;Rei Inamoto (Global Creative Director, AKQA) provided an overview of the &amp;#x201C;&lt;a href="http://en.wikipedia.org/wiki/Iris_%28game%29" target="_blank"&gt;Iris&lt;/a&gt;&amp;#x201D; alt-reality game (ARG) and &amp;#x201C;&lt;a href="http://halo3.com/believe/" target="_blank"&gt;Believe&lt;/a&gt;&amp;#x201D; campaigns for the Halo 3 launch&lt;/li&gt;    &lt;li&gt;Amanda Kelso (Executive Producer, DBH) &amp;#x2013; Mentos Intern &amp;#x201C;&lt;a href="http://www.mentosintern.com"&gt;Trevor&lt;/a&gt;&amp;#x201D; campaign&lt;/li&gt;    &lt;li&gt;Nick Bergstrom (Creative Director, FarFar) &amp;#x2013; Diesel &amp;#x201C;&lt;a href="http://www.farfar.se/awards/cannes2007/heidies/" target="_blank"&gt;Heidies 15MBs of fame&lt;/a&gt;&amp;#x201D; campaign&lt;/li&gt;    &lt;li&gt;Ricardo Figueira (Creactive Director, AgencialClick, Brazil) - Motorola &lt;a href="http://razr2experience.motorola.com/" target="_blank"&gt;RAZR2&lt;/a&gt; campaign&lt;/li&gt;    &lt;li&gt;Rob Master (Director of Marketing U.S., Skin, Unilever) - &lt;a href="http://www.campaignforrealbeauty.com/" target="_blank"&gt;Dove&lt;/a&gt; webisodes and &lt;a href="http://www.collegehumor.com/worldsdirtiestfilm/" target="_blank"&gt;AXE&lt;/a&gt; campaigns&lt;/li&gt;    &lt;li&gt;Arianna Huffington (Co-Founder, The Huffington Post) mentioned during her keynote address: &amp;quot;stop the debate of either/or&amp;quot;, and &amp;quot;Get connected to figure out how to get disconnected, then reconnect with ourselves&amp;quot;&lt;/li&gt;    &lt;li&gt;Michael Eisner (Founder, Tornante; former Chairman and CEO of The Walt Disney Company) mentioned during his keynote address, that change is the constant theme (based on what he has seen in the media industry over the years), but the ability of great storytelling and expert editorial remains essential&lt;/li&gt;    &lt;li&gt;Vinton Cerf (Chief Internet Evangelist, Google) mentioned trends of convergence and mobility (&amp;quot;I P on everything!&amp;quot;), and that client-side software is still relevant. Also interesting was the observation on challenges of the digital age, where information preservation (for thousands of years) will become a major issue due to the rapid advancements in technology&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;My thoughts:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;It was very refreshing to hear from the thought leaders in the social Web and media and advertising agency spaces. Particularly many campaigns that worked wildly successfully, by leveraging many social elements of Web 2.0. For example, &amp;#x201C;&lt;a href="http://www.mentosintern.com"&gt;Trevor&lt;/a&gt;&amp;#x201D; as world's intern where anyone can schedule Trevor's time and ask him to do things (like sending a heavy metal birthday gram), effectively used a combination of user-generated content, viral advertising, live web feeds, instant messaging, video streaming, community establishment in Facebook and Myspace, etc., that drew an extremely popular response on the Web. The campaigns discussed were just about the most effective use of Web 2.0 platforms I've seen.&lt;/p&gt;  &lt;p&gt;To me it boils down to brand management, and the emergence of using Web-oriented techniques to drive a new breed of brand campaigns on the Web. However, a few principles remain the same (lessons for a technologist such as myself, but obvious to people working in these areas):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;It's about storytelling and not product placement&lt;/li&gt;    &lt;li&gt;Fun and humor (one layer of connecting at an emotional level), but also be able to poke fun at oneself especially if concepts are parallel to public perception of the brand to begin with&lt;/li&gt;    &lt;li&gt;It is comparatively less effective if a brand tries to uphold itself by fighting against public perception; as after all, brand *is* perception&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;On the general trend of convergence:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This was my biggest takeaway from the summit, as it was clear that the pendulum has swung back away from the extremes, in many different areas. As noted earlier, online and off-line, traditional media and online media, collective intelligence and expert editorial, etc. Basically people are no longer claiming the absolute dominance of one extreme over the other, but are seeing trends that hybrid and combinatorial models work much more effectively. In the technology world, the focus is now shifting towards bringing information and access to the users in a seamless and consistent manner, but with targeted user experiences for different platforms.&lt;/p&gt;  &lt;p&gt;Coming back closer to home, from a technology architecture perspective, I found all these trends of convergence are very analogous to the core of Microsoft's &amp;quot;Software Plus Services&amp;quot; (S+S) strategy (and moniker). I akin S+S to Microsoft's vision of the future, in response to all the recent innovation and mindshare on SOA, Web 2.0, SaaS, etc. I will leave the details of my thoughts on S+S to another post, but just briefly here - it's an architecture of &amp;quot;AND&amp;quot;, where both local software and cloud-based services work together to provide the most targeted user experiences. Vinton Cerf noted a similar thought in his keynote, that the internet is still largely a transport that is agnostic of the context and data that traverses it. We still need software to interpret and visualize the information in meaningful ways. And the fact is, the dominant players in the online space, such as Google, Yahoo, eBay, Saleforce.com, etc., are all moving towards this middle by providing client-side software. It seems their current approach can be categorized as &amp;quot;Services Plus Software&amp;quot; where cloud-based services are augmented by client-side software, compared to Microsoft's approach of &amp;quot;Software Plus Services&amp;quot; where client-side software is augmented by &amp;quot;Web as features&amp;quot;. It is arguable which approach (or direction) is more relevant, but I think in general the macro-trend that is occurring is that of convergence between software and services. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5515217" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dachou/archive/tags/Strategy/default.aspx">Strategy</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Web/default.aspx">Web</category><category domain="http://blogs.msdn.com/dachou/archive/tags/S_2B00_S/default.aspx">S+S</category><category domain="http://blogs.msdn.com/dachou/archive/tags/Events/default.aspx">Events</category></item></channel></rss>