<?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>Non-official Random .NET Ramblings : Code Trip</title><link>http://blogs.msdn.com/woodyp/archive/tags/Code+Trip/default.aspx</link><description>Tags: Code Trip</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Code Trip's rejected launch marketing</title><link>http://blogs.msdn.com/woodyp/archive/2008/04/01/code-trip-s-rejected-launch-marketing.aspx</link><pubDate>Wed, 02 Apr 2008 01:55:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8349170</guid><dc:creator>woodyp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/woodyp/comments/8349170.aspx</comments><wfw:commentRss>http://blogs.msdn.com/woodyp/commentrss.aspx?PostID=8349170</wfw:commentRss><description>&lt;p&gt;&lt;/p&gt;  &lt;p&gt;You will now see why we don't do the marking for Microsoft products!&lt;/p&gt;  &lt;p&gt;&lt;iframe height="310" src="http://thecodetrip.com/1/rejected-launch-marketing/roadreel" frameborder="0" width="380" allowtransparency="allowtransparency" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.jasonmauer.com/" target="_blank"&gt;Jason&lt;/a&gt; did a killer job editing and setting up the shots for this, good job man!&lt;/p&gt;  &lt;div style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3c716735-264c-451a-a5eb-8e7d5ecf35e0" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Code%20Trip" rel="tag"&gt;Code Trip&lt;/a&gt;,&lt;a href="http://technorati.com/tags/codetrip" rel="tag"&gt;codetrip&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows%20Server" rel="tag"&gt;Windows Server&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8349170" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/woodyp/archive/tags/General/default.aspx">General</category><category domain="http://blogs.msdn.com/woodyp/archive/tags/Code+Trip/default.aspx">Code Trip</category></item><item><title>IE8 Activity: "Define with Wikipedia"</title><link>http://blogs.msdn.com/woodyp/archive/2008/04/01/ie8-activity-define-with-wikipedia.aspx</link><pubDate>Tue, 01 Apr 2008 10:54:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8347580</guid><dc:creator>woodyp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/woodyp/comments/8347580.aspx</comments><wfw:commentRss>http://blogs.msdn.com/woodyp/commentrss.aspx?PostID=8347580</wfw:commentRss><description>&lt;p&gt;While at Cuesta College in San Luis Obispo I was doing a demonstration of &lt;a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/default.mspx" target="_blank"&gt;Internet Explorer 8 Beta&lt;/a&gt; and showing off a new add-on type called &lt;a href="http://blogs.msdn.com/ie/archive/2008/03/06/activities-and-webslices-in-internet-explorer-8.aspx" target="_blank"&gt;Activities&lt;/a&gt;. During the demo I had a weak moment and said that it looked so easy to implement that while the bus was driving on the way to Mountain View, CA after the meeting I would implement an Activity for Wikipedia. I thought I understood what I needed to do from just looking at the Windows Live Maps sample but I wanted to make sure. So I found the current documentation &lt;a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/default.htm" target="_blank"&gt;Internet Explorer 8 Readiness Toolkit&lt;/a&gt; and the &lt;a href="http://go.microsoft.com/fwlink?LinkID=110264" target="_blank"&gt;Activities white paper&lt;/a&gt; and gleaned the rest from the available samples. Here's what I came up with:&lt;/p&gt;  &lt;hr style="clear: both" /&gt;  &lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&amp;lt;?&lt;/span&gt;&lt;span class="html"&gt;xml&lt;/span&gt; &lt;span class="attr"&gt;version&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;1.0&amp;quot;&lt;/span&gt; &lt;span class="attr"&gt;encoding&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;UTF-8&amp;quot;&lt;/span&gt;?&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;openServiceDescription&lt;/span&gt; &lt;span class="attr"&gt;xmlns&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://www.microsoft.com/schemas/openservicedescription/1.0&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;homepageUrl&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;http://en.wikipedia.org/&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;homepageUrl&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;display&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;Define with Wikipedia&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;icon&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;http://en.wikipedia.org/favicon.ico&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;icon&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;display&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;activity&lt;/span&gt; &lt;span class="attr"&gt;category&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;Define&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;activityAction&lt;/span&gt; &lt;span class="attr"&gt;context&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;selection&amp;quot;&lt;/span&gt; &lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
      &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;execute&lt;/span&gt; &lt;span class="attr"&gt;action&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;http://en.wikipedia.org/wiki/Special:Search?search={selection}&amp;quot;&lt;/span&gt; &lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;activityAction&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;activity&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;openServiceDescription&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

&lt;p&gt;I did learn that you need to use the proper capitalization for the category so that the new Activity will be grouped with the other Activities of that category in the &amp;quot;Manage Add-ons&amp;quot; dialog.&lt;/p&gt;

&lt;p&gt;Once you have the XML file you need to install it, it turns out quite easy to do:&lt;/p&gt;

&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;button&lt;/span&gt; &lt;span class="attr"&gt;onclick&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;window.external.addService('http://thecodetrip.com/common/wikipedia_activity.xml')&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;Add Define Activity&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;button&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;style type="text/css"&gt;






.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;

&lt;p&gt;&lt;img style="border-top-width: 0px; padding-right: 10px; border-left-width: 0px; float: left; border-bottom-width: 0px; border-right-width: 0px" border="0" alt="wikipedia_activity" src="http://blogs.msdn.com/blogfiles/woodyp/WindowsLiveWriter/TheCodeTripsIE8Activity_14A60/wikipedia_activity_3.png" width="249" height="316" /&gt;Now a button like this one&lt;button onclick="window.external.addService(&amp;#39;http://test.pewitt.org/wikipedia_activity.xml&amp;#39;)"&gt;Add Wikipedia Define Activity&lt;/button&gt; (yes it's live) will show up.&lt;/p&gt;

&lt;p&gt;So how long did this take? Including a stop at Taco Bell on the way out of San Luis Obispo this took less than an hour to implement! Now that is an easy way to improve the user's experience and help drive traffic to sites.&lt;/p&gt;

&lt;p&gt;&amp;#160;&lt;/p&gt;

&lt;p&gt;&amp;#160;&lt;/p&gt;

&lt;p&gt;&lt;style type="text/css"&gt;








.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8347580" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/woodyp/archive/tags/Code+Trip/default.aspx">Code Trip</category><category domain="http://blogs.msdn.com/woodyp/archive/tags/IE8/default.aspx">IE8</category></item><item><title>The Code Trip Is Coming!</title><link>http://blogs.msdn.com/woodyp/archive/2008/03/21/the-code-trip-is-coming.aspx</link><pubDate>Sat, 22 Mar 2008 02:01:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8330111</guid><dc:creator>woodyp</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/woodyp/comments/8330111.aspx</comments><wfw:commentRss>http://blogs.msdn.com/woodyp/commentrss.aspx?PostID=8330111</wfw:commentRss><description>&lt;p&gt;That's right the &lt;a href="http://thecodetrip.com/" target="_blank"&gt;Code Trip&lt;/a&gt; is coming to Southern California we will be doing some fun events while the bus is here. The bus will be coming from Phoenix to San Diego on the 24th some time in the early evening. We will be keeping the bus at my families winery in Rancho Bernardo (&lt;a href="http://www.bernardowinery.com/" target="_blank"&gt;Bernardo Winery&lt;/a&gt;) where it will stay&amp;#160; until about 4:30p on the 25th where it will be heading to the &lt;a href="http://thecodetrip.com/1/san-diego-dotnet-user-group" target="_blank"&gt;San Diego .NET Users Group&lt;/a&gt; meeting in Scripps Ranch Library where we will get to hear from &lt;a href="http://www.dasblonde.net/" target="_blank"&gt;Michele Leroux Bustamente&lt;/a&gt; and &lt;a href="http://weblogs.asp.net/jgalloway/default.aspx"&gt;Jon Galloway&lt;/a&gt; on SilverLight and WCF. We will have Pizza and a bunch of giveaways!&lt;/p&gt;  &lt;p&gt;That night we will be driving to Irvine and staying at the Hyatt next to the &lt;a href="http://www.microsoft.com/about/companyinformation/usaoffices/southernca/orangecounty.mspx"&gt;Microsoft Office&lt;/a&gt; where we will have the &lt;a href="http://thecodetrip.com/1/microsoft-irvine" target="_blank"&gt;next event&lt;/a&gt; on the 26th. We will hear from &lt;a href="http://blogs.interknowlogy.com/johnbowen/" target="_blank"&gt;John Bowen&lt;/a&gt; about the &lt;a href="http://gdcportal.interknowlogy.com/Pages/iZooFari.aspx" target="_blank"&gt;iZooFari&lt;/a&gt; project and David Robinson about &lt;a href="http://www.microsoft.com/sql/dataservices/default.mspx" target="_blank"&gt;SQL Server Data Services&lt;/a&gt;. This event is being sponsored by &lt;a href="http://www.speaktech.com" target="_blank"&gt;speakTECH&lt;/a&gt;!&lt;/p&gt;  &lt;p&gt;On the 27th the Code Trip is earning it's pay! We have three event we will be at:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://thecodetrip.com/1/xna-day" target="_blank"&gt;Cal State Fullerton&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://thecodetrip.com/1/university-southern-california" target="_blank"&gt;USC&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.lageekdinners.net/LaGeekDinnersEvents.aspx" target="_blank"&gt;LA Geek Dinner&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;At each we will have different things going on so any of them will be a good place to catch us!&lt;/p&gt;  &lt;p&gt;On the 28th we have a special party at RedBull planed we will hear again from David Robinson and we will see some cool SilverLight applications but mostly we will be socializing and getting to know other developers in SoCal. Space is quite limited so please &lt;a href="http://mixergy.com/r/?lk=obtyTrLnjmDElVz" target="_blank"&gt;register&lt;/a&gt; soon!&lt;/p&gt;  &lt;p&gt;And finally we will be stopping at &lt;a href="http://thecodetrip.com/1/cuesta-college" target="_blank"&gt;Cuesta Community College&lt;/a&gt; in San Luis Obispo where we will speak to a few classes and have a community meeting as well.&lt;/p&gt;  &lt;p&gt;I hope if you are in SoCal you can make one or more of these events I am sure you will see some new stuff and have a bunch of fun!&lt;/p&gt;  &lt;div style="padding-right: 0px; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9c0e6ad3-9620-4e7d-b4a2-f43d681cfbf2" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Code%20Trip" rel="tag"&gt;Code Trip&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SoCal" rel="tag"&gt;SoCal&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SSDS" rel="tag"&gt;SSDS&lt;/a&gt;,&lt;a href="http://technorati.com/tags/RedBull" rel="tag"&gt;RedBull&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8330111" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/woodyp/archive/tags/User+Group/default.aspx">User Group</category><category domain="http://blogs.msdn.com/woodyp/archive/tags/Event/default.aspx">Event</category><category domain="http://blogs.msdn.com/woodyp/archive/tags/San+Diego/default.aspx">San Diego</category><category domain="http://blogs.msdn.com/woodyp/archive/tags/General/default.aspx">General</category><category domain="http://blogs.msdn.com/woodyp/archive/tags/Code+Trip/default.aspx">Code Trip</category></item><item><title>The Code Trip Map</title><link>http://blogs.msdn.com/woodyp/archive/2008/03/12/the-code-trip-map.aspx</link><pubDate>Wed, 12 Mar 2008 18:06:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8170696</guid><dc:creator>woodyp</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/woodyp/comments/8170696.aspx</comments><wfw:commentRss>http://blogs.msdn.com/woodyp/commentrss.aspx?PostID=8170696</wfw:commentRss><description>&lt;p&gt;W00t late last night &lt;a href="http://jasonmauer.com/"&gt;Jason&lt;/a&gt; got the &lt;a href="http://thecodetrip.com/"&gt;Code Trips&lt;/a&gt; home page to be the map that we had originally wanted to to be there. You need to check it out! When we have Internet connectivity we publish to the server once a minute the potion of the bus and every 2 minutes any client looking at the map will poll for the current location.&lt;/p&gt;  &lt;p&gt;Good job Jason! &lt;/p&gt;  &lt;div style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d396002a-f9f6-4ea7-932b-c0704199b773" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Code%20Trip" rel="tag"&gt;Code Trip&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Live%20Maps" rel="tag"&gt;Live Maps&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8170696" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/woodyp/archive/tags/Code+Trip/default.aspx">Code Trip</category></item><item><title>The Code Trip Bus ROCKS!</title><link>http://blogs.msdn.com/woodyp/archive/2008/03/06/the-code-trip-bus-rocks.aspx</link><pubDate>Thu, 06 Mar 2008 23:53:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8078406</guid><dc:creator>woodyp</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/woodyp/comments/8078406.aspx</comments><wfw:commentRss>http://blogs.msdn.com/woodyp/commentrss.aspx?PostID=8078406</wfw:commentRss><description>&lt;p&gt;This morning &lt;a href="http://timheuer.com/blog/" target="_blank"&gt;Tim&lt;/a&gt;, &lt;a href="http://www.jasonmauer.com/" target="_blank"&gt;Jason&lt;/a&gt; &amp;amp; myself got up and walked a few blocks from the Venetian and found the &lt;a href="http://thecodetrip.com/" target="_blank"&gt;Code Trip&lt;/a&gt; bus and all I can say is WOW! I was more than a little skeptical about the bus but all my doubt was totally erased. This bus evidently just came off tour with the current incarnation of &lt;a href="http://en.wikipedia.org/wiki/Styx_(band)" target="_blank"&gt;Styx&lt;/a&gt; and has been used at the Super bowl (not sure I want to know what for) there are six bunks and a back a front lounge and a small frig and sink crammed in the middle. Each bunk has a DVD player and can watch the TV station that is being watched on the DirectTV throughout the bus (as seen below). I am now way excited to get this trip going and I hope everyone can make a little time to come out and see this insanity as it rolls along!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/woodyp/WindowsLiveWriter/TheCodeTripBusROCKS_AB93/IMG_1026.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" border="0" alt="IMG_1026" src="http://blogs.msdn.com/blogfiles/woodyp/WindowsLiveWriter/TheCodeTripBusROCKS_AB93/IMG_1026_thumb.jpg" width="244" height="113" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;span style="font-size: smaller"&gt;The bus as we first found it&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/woodyp/WindowsLiveWriter/TheCodeTripBusROCKS_AB93/IMG_1033.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" border="0" alt="IMG_1033" src="http://blogs.msdn.com/blogfiles/woodyp/WindowsLiveWriter/TheCodeTripBusROCKS_AB93/IMG_1033_thumb.jpg" width="244" height="184" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;span style="font-size: smaller"&gt;one of the bunks with TV folded down&lt;/span&gt;&lt;/p&gt;  &lt;div style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e9dfc000-1704-4b2b-ba69-a78ddb4feedc" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Code%20Trip" rel="tag"&gt;Code Trip&lt;/a&gt;,&lt;a href="http://technorati.com/tags/CodeTrip" rel="tag"&gt;CodeTrip&lt;/a&gt;,&lt;a href="http://technorati.com/tags/the%20Code%20Trip" rel="tag"&gt;the Code Trip&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8078406" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/woodyp/archive/tags/Code+Trip/default.aspx">Code Trip</category></item><item><title>The Code Trip fun starts</title><link>http://blogs.msdn.com/woodyp/archive/2008/03/02/the-code-trip-fun-starts.aspx</link><pubDate>Mon, 03 Mar 2008 02:41:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7993711</guid><dc:creator>woodyp</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/woodyp/comments/7993711.aspx</comments><wfw:commentRss>http://blogs.msdn.com/woodyp/commentrss.aspx?PostID=7993711</wfw:commentRss><description>&lt;p&gt; At TechReady in Seattle (A Microsoft internal training event) &lt;a href="http://timheuer.com/blog/" target="_blank"&gt;Tim Heuer&lt;/a&gt; and &lt;a href="http://www.jasonmauer.com/" target="_blank"&gt;Jason Mauer&lt;/a&gt; made the introduction video for the Code Trip that is now posted on the Code Trip site. Check it out &lt;a href="http://thecodetrip.com/1/thecodetrip-film-at-11"&gt;The Code Trip, film at 11 - The Code Trip&lt;/a&gt;.&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b1c21466-eb80-4384-8af5-5558138e06fc" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/The%20Code%20Trip" rel="tag"&gt;The Code Trip&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Code%20Trip" rel="tag"&gt;Code Trip&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7993711" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/woodyp/archive/tags/Code+Trip/default.aspx">Code Trip</category></item><item><title>Look ma I'm famous...</title><link>http://blogs.msdn.com/woodyp/archive/2008/02/25/look-ma-i-m-famous.aspx</link><pubDate>Tue, 26 Feb 2008 07:54:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7899490</guid><dc:creator>woodyp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/woodyp/comments/7899490.aspx</comments><wfw:commentRss>http://blogs.msdn.com/woodyp/commentrss.aspx?PostID=7899490</wfw:commentRss><description>&lt;p&gt;&lt;a title="woodyp on the flash" href="http://www.flickr.com/photos/88771830@N00/2292467953/"&gt;&lt;img alt="woodyp on the flash" src="http://static.flickr.com/3088/2292467953_20a505dc24_m.jpg" align="right" border="0" /&gt;&lt;/a&gt;OK maybe not so much but it was kind of spoke to open my copy of the &lt;a href="http://msdn.microsoft.com/flash/" target="_blank"&gt;MSDN Flash&lt;/a&gt; today and see my own ugly mug staring at me. This was the first time that I submitted content to the Flash news letter so I did not know what to expect (ok so I did not submit it my boss did for me as I was disconnected when this content was due). But from the first day reactions I think I will keep this up, I have received a lot of email from my community and friends saying this is a good thing so look to see my face looking at you if you have customized the Flash for SoCal.&lt;/p&gt;  &lt;p&gt;If you are new to this blog (from the Flash or not) welcome, you will note that I am quite inconstant on posting here but I consider it reducing the amount of noise on the web ;).&lt;/p&gt;  &lt;p&gt;This is the fist post have done it quite some time, there has been many reasons for this (death in the family, being sick, traveling too much and more excuses) but I will be keeping up some constant blogging for a while if not here that on &lt;a href="http://thecodetrip.com/" target="_blank"&gt;thecodetrip.com&lt;/a&gt;. I am about to get on a &amp;quot;Rock Star&amp;quot; buss with other geeks on my team for a 40 day code trip (d'oh). We will be going all over the western states and talking to people about the latest technology that Microsoft is announcing at &lt;a href="http://www.visitmix.com" target="_blank"&gt;MIX 08&lt;/a&gt; in Las Vegas. We will have a lot of activities in the places we will visit and we will be posting a lot of content to the web site. If you want to know what we are up to go to the web site and subscribe to the RSS feed.&lt;/p&gt;  &lt;p&gt;If you have anything you would like to see in future issues of the SoCal edition of the flash please let me know but the lead time is quite long 2 to 3 weeks so let me know sooner than later!&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d42d4743-f2a5-4513-a648-15d30021656e" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Code%20Trip" rel="tag"&gt;Code Trip&lt;/a&gt;,&lt;a href="http://technorati.com/tags/MSDN%20Flash" rel="tag"&gt;MSDN Flash&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7899490" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/woodyp/archive/tags/General/default.aspx">General</category><category domain="http://blogs.msdn.com/woodyp/archive/tags/Code+Trip/default.aspx">Code Trip</category></item></channel></rss>