<?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>Say what? Microsoft Malaysia One ISV Technology Blog : TechEd SEA 2008</title><link>http://blogs.msdn.com/fai/archive/tags/TechEd+SEA+2008/default.aspx</link><description>Tags: TechEd SEA 2008</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Outlook To Go, anyone?</title><link>http://blogs.msdn.com/fai/archive/2008/08/21/outlook-to-go-anyone.aspx</link><pubDate>Thu, 21 Aug 2008 05:58:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8883187</guid><dc:creator>hoongfai</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/fai/comments/8883187.aspx</comments><wfw:commentRss>http://blogs.msdn.com/fai/commentrss.aspx?PostID=8883187</wfw:commentRss><description>&lt;p&gt;The final session I delivered at TechEd SEA 2008 was one titled "Outlook Application To Go! Building an Occasionally-connected outlook add-in using Outlook+Services Blueprint". I tag-teamed with &lt;a href="http://www.patrickyong.net/" target="_blank"&gt;Patrick Yong&lt;/a&gt;, for this instructor-led lab (ILL). Patrick developed a workflow hosted as a WCF service, and it serves as an &lt;a href="http://www.codeplex.com/issuetracker" target="_blank"&gt;Issues Tracker&lt;/a&gt;. With oil price only increasing, and the cost of living skyrocketing, people need a solution to keep track of their issues. :)&lt;/p&gt; &lt;p&gt;Essentially this lab introduces a manifestation of Software + Services, in the form of an Outlook application to go! &lt;a href="http://www.codeplex.com/ssblueprints/Release/ProjectReleases.aspx?ReleaseId=10627" target="_blank"&gt;Outlook + Services&lt;/a&gt; is one of the blueprints published under Software + Services Blueprints. You need to install the &lt;a href="http://www.codeplex.com/ssblueprints" target="_blank"&gt;Software-plus-Services Blueprints&lt;/a&gt;, and the &lt;a href="http://www.codeplex.com/ssblueprints/Release/ProjectReleases.aspx?ReleaseId=10626" target="_blank"&gt;Software-plus-Services Blueprints Manager&lt;/a&gt; which is a Visual Studio 2008 extension that gives you all the nifty features of developing an Outlook add-in at blazing pace.&lt;/p&gt; &lt;p&gt;This lab was developed by both Patrick and myself, hence it was exclusive at TechEd SEA 2008. I've developed the lab manual in simple steps, which do not require you to type in code. I've also prepared a bunch of code snippets (all C#), which you could use the keyword shortcut to insert into your code. I've also setup all the bookmarks all over the classes so that all you need is to follow the sequence of the bookmarks. Bookmarks in Visual Studio 2008 is an excellent feature to guide both the presenter as well as the lab participants on where to insert code. The shortcut is as follows:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Go to the bookmark item.  &lt;li&gt;Say this is the first todo item, type "todo1", and press the Tab button twice, and VOILA!&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;The lab content is explained well in the manual. Enjoy reading the manual.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&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-77527ae3878b3eec.skydrive.live.com/embedrowdetail.aspx/Public/OFC025-ILL%20-%20Outlook%20Application%20To-Go.docx" frameborder="0" scrolling="no"&gt;&lt;/iframe&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-77527ae3878b3eec.skydrive.live.com/embedrowdetail.aspx/Public/IssueTrackerOutlookAddin.zip" frameborder="0" scrolling="no"&gt;&lt;/iframe&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-77527ae3878b3eec.skydrive.live.com/embedrowdetail.aspx/Public/IssuesTrackerAddInCodeSnippets.zip" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt; &lt;p&gt;Extract the code snippets into My Documents\Visual Studio 2008\Code Snippets\Visual C#\My Code Snippets&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8883187" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/fai/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://blogs.msdn.com/fai/archive/tags/TechEd+SEA+2008/default.aspx">TechEd SEA 2008</category><category domain="http://blogs.msdn.com/fai/archive/tags/Outlook+add-in/default.aspx">Outlook add-in</category><category domain="http://blogs.msdn.com/fai/archive/tags/Software+_2B00_+Services/default.aspx">Software + Services</category><category domain="http://blogs.msdn.com/fai/archive/tags/Outlook+_2B00_+Services/default.aspx">Outlook + Services</category></item><item><title>I played Rock Band drums on stage at TechEd!!!</title><link>http://blogs.msdn.com/fai/archive/2008/08/21/i-m-playing-rock-band-on-stage-at-teched.aspx</link><pubDate>Thu, 21 Aug 2008 05:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8883067</guid><dc:creator>hoongfai</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/fai/comments/8883067.aspx</comments><wfw:commentRss>http://blogs.msdn.com/fai/commentrss.aspx?PostID=8883067</wfw:commentRss><description>&lt;P&gt;This is truly a wonderful experience, to play drums on Rock Band in front of a crowd. So far I was far from being contented playing in front of a virtual crowd in the world tour. Check out the video which my ex-colleague, KC, took, and he uploaded the video onto YouTube. Check it out &lt;A href="http://www.youtube.com/watch?v=XLPKzaMiZyM" target=_blank mce_href="http://www.youtube.com/watch?v=XLPKzaMiZyM"&gt;here&lt;/A&gt;.
&lt;OBJECT height=344 width=425&gt;&lt;PARAM NAME="movie" VALUE="http://www.youtube.com/v/XLPKzaMiZyM&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;PARAM NAME="allowFullScreen" VALUE="true"&gt;
&lt;embed src="http://www.youtube.com/v/XLPKzaMiZyM&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/OBJECT&gt;A bunch of us "Microsofties" just couldn't wait to get our hands on the Rock Band instruments, but we were to give priority to the attendees. But when the attendees failed miserably, we had to step up to the challenge. I jumped up onto the stage on no time to grab hold of the drum sticks, to the chagrin of my team mate, Yu Tsing. ha ha :) The verdict, 98% on drums, and 400+ notes streak.. woo hoo!&lt;/P&gt;
&lt;P&gt;These are some of the photos which were taken at my first breakout session at TechEd SEA, which happened right after the keynote. Pretty cool to be presenting in a large hall. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8059.jpg" mce_href="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8059.jpg"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=164 alt=IMG_8059 src="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8059_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8059_thumb.jpg"&gt;&lt;/A&gt; &lt;A href="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8061.jpg" mce_href="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8061.jpg"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=164 alt=IMG_8061 src="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8061_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8061_thumb.jpg"&gt;&lt;/A&gt; &lt;A href="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8062_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8062_2.jpg"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=164 alt=IMG_8062 src="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8062_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8062_thumb.jpg"&gt;&lt;/A&gt; &lt;A href="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8070.jpg" mce_href="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8070.jpg"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=164 alt=IMG_8070 src="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8070_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/fai/WindowsLiveWriter/ImplayingRockBandonstageatTechEd_8D5C/IMG_8070_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;The presenters' appreciation night&lt;/P&gt;
&lt;P&gt;&lt;IMG height=213 src="http://nahwra.bay.livefilestore.com/y1p5bACsx-bDYl1MOQ2ixjEsBcwBVMxo0sRi0VF-KMyTrYmSD3tdOJZV_xcYnqcQZBMtoHB9iLqGm0/GD3_6176.JPG" width=320 mce_src="http://nahwra.bay.livefilestore.com/y1p5bACsx-bDYl1MOQ2ixjEsBcwBVMxo0sRi0VF-KMyTrYmSD3tdOJZV_xcYnqcQZBMtoHB9iLqGm0/GD3_6176.JPG"&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8883067" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/fai/archive/tags/Rock+Band/default.aspx">Rock Band</category><category domain="http://blogs.msdn.com/fai/archive/tags/TechEd+SEA+2008/default.aspx">TechEd SEA 2008</category></item><item><title>Where have I been during my MIA days?</title><link>http://blogs.msdn.com/fai/archive/2008/08/20/swhere-have-i-been-during-my-mia-day.aspx</link><pubDate>Wed, 20 Aug 2008 10:56:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8880864</guid><dc:creator>hoongfai</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/fai/comments/8880864.aspx</comments><wfw:commentRss>http://blogs.msdn.com/fai/commentrss.aspx?PostID=8880864</wfw:commentRss><description>&lt;p&gt;You may have realized by now that my recent blog posts are not in chronological order. But I think that this is better than not blogging at all. Life's revolved around TechEd SEA 2008 since the past one month. Check out my profile on the TechEd SEA 2008 website &lt;a href="http://www.microsoft.com/malaysia/techedsea2008/speakers.mspx#Lai" target="_blank"&gt;here&lt;/a&gt;. My session synopsis are all on this &lt;a href="http://www.microsoft.com/malaysia/techedsea2008/session.mspx" target="_blank"&gt;site&lt;/a&gt;, just search for my name. &lt;/p&gt; &lt;p&gt;It was also the first month in Microsoft's new fiscal year of FY09, which starts in July every year. That means plenty of business meetings with my ISV partners, especially with managed partners to ensure we start the new fiscal year fresh with good plans, and means to bring in the results.&lt;/p&gt; &lt;p&gt;While preparing for my session that was titled SharePoint To Go!, I holed up in my study room for 4 days straight in sharpening that rusty coding-Swiss army-knife of mine. It was enjoyable and very satisfying to say the least. In doing that I learnt a great deal about the &lt;a href="http://msdn.microsoft.com/en-us/sync/default.aspx" target="_blank"&gt;Microsoft Sync Framework&lt;/a&gt;, which has since RTM, and also played with one of the app blocks in the Smart Client Software Factory. &lt;/p&gt; &lt;p&gt;The week before TechEd SEA 2008, I was in Seattle to attend an internal technical conference called TechReady. It was also a satisfying and unforgettable experience as I won the Top Performing Partner Evangelist award. The award comes with a Flip video camera, which sadly I haven't had the time to start using it yet. I should have used it at TechEd to do some video recording of the crowd. It wasn't all party and drinks in Seattle, I had to go back to my hotel room every evening to continue working on my demo!&lt;/p&gt; &lt;p&gt;In a later blog post, I will surely explain what were my key learning, steps, and resources I came across while developing the demo for my TechEd session. While I was thinking about how best to retain and share the knowledge, an idea was born. This will be my pet project for this FY, and I hope to have more details of that at a later time, perhaps around Oct timeframe. Meanwhile keep reading my blog. Cheers!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8880864" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/fai/archive/tags/SharePoint+Products+and+Technologies+Protocols/default.aspx">SharePoint Products and Technologies Protocols</category><category domain="http://blogs.msdn.com/fai/archive/tags/TechEd+SEA+2008/default.aspx">TechEd SEA 2008</category><category domain="http://blogs.msdn.com/fai/archive/tags/Smart+Client+Software+Factory/default.aspx">Smart Client Software Factory</category><category domain="http://blogs.msdn.com/fai/archive/tags/Sync+Framework/default.aspx">Sync Framework</category></item><item><title>Creating Dynamic UI using WPF</title><link>http://blogs.msdn.com/fai/archive/2008/08/20/creating-dynamic-ui-using-wpf.aspx</link><pubDate>Wed, 20 Aug 2008 10:33:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8880837</guid><dc:creator>hoongfai</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/fai/comments/8880837.aspx</comments><wfw:commentRss>http://blogs.msdn.com/fai/commentrss.aspx?PostID=8880837</wfw:commentRss><description>&lt;P&gt;As promised, here are the content from my other session at &lt;A href="http://www.techedsea.com/" target=_blank mce_href="http://www.techedsea.com"&gt;TechEd SEA 2008.&lt;/A&gt; This session was titled WUX338 - Creating Dynamic UI with Windows Presentation Foundation. This session was not solely mine to present, I did a tag-team with the Lead Architect from Entellium Technologies. We invited Entellium to do a quick demo of their sexy-looking Rave client at TechEd SEA keynote, and this session was meant to divulge more details about some of the things they did under the hood to provide animation when stack panels are resized or reordered. This is great considering they are really sharing their engineering excellence.&lt;/P&gt;
&lt;P&gt;I took this opportunity to also share the &lt;A href="http://msdn.microsoft.com/en-us/library/cc707819.aspx" target=_blank&gt;Composite Application Guidance for WPF - June 2008 release&lt;/A&gt;. As I have emphasized this during my breakout session, I will say it again in my blog, the application block and patterns used in this example was a modification of the Stock Trader RI application, and it was really meant to exaggerate how modules could be dynamically loaded onto a shell application to make up the look-and-feel of the application. In the modified Stock Trader RI, all I did was to create the following to demonstrate the points across to my audience:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a new region on the shell, AdsRegion&lt;/LI&gt;
&lt;LI&gt;Create an AdsModule&lt;/LI&gt;
&lt;LI&gt;Created the interfaces for View and Presenter, and a concrete class to represent the Model, which is Advertisement&lt;/LI&gt;
&lt;LI&gt;Implemented derived classes for the View and Presenter interfaces.&lt;/LI&gt;
&lt;LI&gt;Created the AdsModule, and updated the shell bootstrapper to load up the AdsModule statically. However this may well be a dynamic loading of the modules by means of a configuration file or a directory lookup. If you want to find out how to achieve that, there are QuickStart samples that show exactly that.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;When I checked out the Composite WPF app block, I fell in love with it. In many ways, those were exactly the requirements of most of the ISVs I've been working with. Essentially the question is how do they cater to very dynamic, or fluid UI that may be capture in some form of metadata, and the application UI framework should be intelligent enough to render this during runtime. In other cases, my ISVs are looking at designing their UI (which may consists of hundreds of screens or forms, and store that as metadata in a local storage, and the shell application should be able to load it up on the fly).&lt;/P&gt;
&lt;P&gt;William has also promised to share the code for the PanelAnimator class as well as the Visual Studio project he had demonstrated during the session. However he's on vacation until Aug 22, and once he's back, I'll get the bits from him, to upload here or to link to what he has posted.&lt;/P&gt;
&lt;P&gt;Meanwhile, he's the project and the slides I presented at this session.&lt;/P&gt;
&lt;P&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-77527ae3878b3eec.skydrive.live.com/embedrowdetail.aspx/Public/WUX338-DynamicUIWithWPF-FaiNWilliam.pptx" frameBorder=0 scrolling=no&gt;&lt;/IFRAME&gt;&lt;/P&gt;
&lt;P&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-77527ae3878b3eec.skydrive.live.com/embedrowdetail.aspx/Public/StockTraderRI-Modified.zip" frameBorder=0 scrolling=no&gt;&lt;/IFRAME&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8880837" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/fai/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/fai/archive/tags/Composite+WPF/default.aspx">Composite WPF</category><category domain="http://blogs.msdn.com/fai/archive/tags/TechEd+SEA+2008/default.aspx">TechEd SEA 2008</category><category domain="http://blogs.msdn.com/fai/archive/tags/Dynamic+UI/default.aspx">Dynamic UI</category></item><item><title>SharePoint To Go!</title><link>http://blogs.msdn.com/fai/archive/2008/08/19/sharepoint-to-go.aspx</link><pubDate>Tue, 19 Aug 2008 14:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8878502</guid><dc:creator>hoongfai</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/fai/comments/8878502.aspx</comments><wfw:commentRss>http://blogs.msdn.com/fai/commentrss.aspx?PostID=8878502</wfw:commentRss><description>&lt;P&gt;I'm back. My apologies to those who have been waiting for me to upload the bits after my breakout sessions and ILL session from TechEd SEA 2008. I'll start off with my session that is titled OFC311 SharePoint Applications To Go! - Building Occasionally-Connected SharePoint Applications Using the Microsoft Sync Framework.&lt;/P&gt;
&lt;P&gt;You can go ahead and create a list on your SharePoint site. Update the part of the code that points to the SharePoint List Web Service, which I have bookmarked. You need to open this solution using Visual Studio 2008, go to the Bookmarks windows, and navigate through all the bookmarks in sequence.&lt;/P&gt;
&lt;P&gt;At a later point, I will provide more meat to this, but in the meantime, check this out. &lt;/P&gt;
&lt;P&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-77527ae3878b3eec.skydrive.live.com/embedrowdetail.aspx/Public/OFC311-SharePointToGo-Fai.pptx" frameBorder=0 scrolling=no mce_src="http://cid-77527ae3878b3eec.skydrive.live.com/embedrowdetail.aspx/Public/OFC311-SharePointToGo-Fai.pptx"&gt;&lt;/IFRAME&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-77527ae3878b3eec.skydrive.live.com/embedrowdetail.aspx/Public/SharePointToGo.zip" frameBorder=0 scrolling=no mce_src="http://cid-77527ae3878b3eec.skydrive.live.com/embedrowdetail.aspx/Public/SharePointToGo.zip"&gt;&lt;/IFRAME&gt;&lt;/P&gt;
&lt;P&gt;I'll also talk about what I've been doing since I went MIA. &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8878502" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/fai/archive/tags/SharePoint+Products+and+Technologies+Protocols/default.aspx">SharePoint Products and Technologies Protocols</category><category domain="http://blogs.msdn.com/fai/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://blogs.msdn.com/fai/archive/tags/TechEd+SEA+2008/default.aspx">TechEd SEA 2008</category><category domain="http://blogs.msdn.com/fai/archive/tags/Smart+Client+Software+Factory/default.aspx">Smart Client Software Factory</category><category domain="http://blogs.msdn.com/fai/archive/tags/Disconnected+Service+Agent/default.aspx">Disconnected Service Agent</category><category domain="http://blogs.msdn.com/fai/archive/tags/Sync+Framework/default.aspx">Sync Framework</category></item></channel></rss>