<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>xcud</title><generator>Tumblr (3.0; @xcud)</generator><link>http://xcud.com/</link><item><title>Add Yammer to Chrome Apps</title><description>&lt;p&gt;Yammer SHOULD be in the Chrome App Store but isn’t. &lt;a title="Yammer Feedback on adding themselves to the Chrome App Store" href="http://yammer.uservoice.com/forums/22714-general-feedback/suggestions/1877033-put-a-hosted-app-in-the-chrome-app-store"&gt;Tell them so&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm6.static.flickr.com/5221/5765373698_268d4c7582.jpg" alt="Yammer in Chrome Apps" width="500" height="178"/&gt;&lt;/p&gt;
&lt;p&gt;In the meantime, you can add them into your own personal apps by following these 5 simple steps:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Download and unzip this manifest/icon app folder for Yammer: &lt;a title="yammer_app.zip" href="http://db.tt/64K0l8W"&gt;&lt;a href="http://db.tt/64K0l8W"&gt;http://db.tt/64K0l8W&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Open up the Chrome Extension by clicking the wrench icon, choosing ‘Tools’, then choosing ‘Extensions’&lt;/li&gt;
&lt;li&gt;Click the ‘+’ next to ‘Developer mode’ to open up the developer tools&lt;/li&gt;
&lt;li&gt;Click the ‘Load unpacked extension’ button&lt;/li&gt;
&lt;li&gt;Navigate to the unzipped yammer_app folder, click ‘OK’&lt;/li&gt;
&lt;/ol&gt;</description><link>http://xcud.com/post/5898933997</link><guid>http://xcud.com/post/5898933997</guid><pubDate>Fri, 27 May 2011 10:32:00 -0500</pubDate></item><item><title>Get-NetworkStatistics (or 'netstat' for PowerShell)</title><description>&lt;p&gt;Shay Levy did an excellent PowerShellization of ‘netstat’ (&lt;a title="How to find running processes and their port number" href="http://blogs.microsoft.co.il/blogs/scriptfanatic/archive/2011/02/10/How-to-find-running-processes-and-their-port-number.aspx"&gt;link&lt;/a&gt;) on his blog back in February. JRich also had an excellent take on implementing NetStat in PowerShell (&lt;a title="JRich NetStat for powershell" href="http://jrich523.wordpress.com/2011/04/15/netstat-for-powershell/"&gt;link&lt;/a&gt;). There is also a simple one-liner &lt;em&gt;[net.NetworkInformation.IPGlobalProperties]::GetIPGlobalProperties().GetActiveTcpConnections()&lt;/em&gt; that will get you Tcp connection information without the process information but IMHO the info provided is practically useless in most real world scenarios without the process info.&lt;/p&gt;
&lt;p&gt;One can argue over which solution is more PowerShellicous, “inlining c#” or “scraping cmd output”. Meanwhile while that flame war is happening I’ll be over here extending either of these solutions because PowerShell is awesome like that. Here I added filtering to the Shay’s solution. &lt;strong&gt;Behold&lt;/strong&gt;:&lt;/p&gt;
&lt;pre class="psh"&gt;PS C:\Users\ben&gt; Get-NetworkStatistics skype | ft -AutoSize

Protocol LocalAddress LocalPort RemoteAddress RemotePort State     ProcessName PID 
-------- ------------ --------- ------------- ---------- -----     ----------- --- 
TCP      0.0.0.0      443       0.0.0.0       0          LISTENING Skype       4068
TCP      0.0.0.0      9841      0.0.0.0       0          LISTENING Skype       4068

PS C:\Users\ben&gt; Get-NetworkStatistics -ProcessId 3368


Protocol      : TCP
LocalAddress  : 192.168.10.115
LocalPort     : 49899
RemoteAddress : 204.152.18.196
RemotePort    : 443
State         : ESTABLISHED
ProcessName   : chrome
PID           : 3368

&lt;/pre&gt;
&lt;p&gt;Here’s the &lt;a title="bitbucket/xcud Get-NetworkStastics" href="https://bitbucket.org/xcud/powershell-snippets/src/d1b171f2d6c5/Get-NetworkStatistics.psm1"&gt;source&lt;/a&gt;:&lt;/p&gt;
&lt;script src="https://bitbucket.org/xcud/powershell-snippets/src/d1b171f2d6c5/Get-NetworkStatistics.psm1?embed=t"&gt;&lt;/script&gt;</description><link>http://xcud.com/post/5872186891</link><guid>http://xcud.com/post/5872186891</guid><pubDate>Thu, 26 May 2011 14:28:00 -0500</pubDate></item><item><title>Change the welcome background image in Windows7:
Set this key...</title><description>&lt;img src="http://30.media.tumblr.com/tumblr_leo2djU9fR1qznqbko1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Change the welcome background image in Windows7:&lt;/p&gt;
&lt;p&gt;Set this key value to 1: HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background\OEMBackground&lt;/p&gt;
&lt;p&gt;Overwriting this file:  %windir%\system32\oobe\info\backgrounds\backgroundDefault.jpg&lt;/p&gt;</description><link>http://xcud.com/post/2641496091</link><guid>http://xcud.com/post/2641496091</guid><pubDate>Fri, 07 Jan 2011 16:01:07 -0600</pubDate></item><item><title>Back from #MMS2010</title><description>&lt;iframe src="http://player.vimeo.com/video/11176632" width="400" height="300" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Back from #MMS2010&lt;/p&gt;</description><link>http://xcud.com/post/544524965</link><guid>http://xcud.com/post/544524965</guid><pubDate>Fri, 23 Apr 2010 21:54:00 -0500</pubDate></item><item><title>Get Process Owners</title><description>&lt;p&gt;I really like the &lt;a href="http://twitter.com/PowerTip"&gt;@PowerTip&lt;/a&gt; blog series but I find myself wanting to talk back with more than 120 characters. &lt;strike&gt;Please enable comments &lt;/strike&gt;&lt;a href="http://twitter.com/PowerTip"&gt;&lt;strike&gt;@PowerTip&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt;.&lt;/strike&gt; Comments &lt;strong&gt;are&lt;/strong&gt; enabled for authenticated users. &lt;strike&gt;In the meantime, I’ll blog my comments.&lt;/strike&gt;&lt;/p&gt;
&lt;p&gt;re: &lt;a href="http://powershell.com/cs/blogs/tips/archive/2009/12/17/get-process-owners.aspx"&gt;Get Process Owners&lt;/a&gt;&lt;/p&gt;
&lt;pre class="psh"&gt;function Get-PSOwner($searchString)
{	
    $foundProcess = ps $searchString
    if($foundProcess -eq $null) { return; }
    gwmi Win32_Process -Filter ("Handle={0}" -f $foundProcess.id ) | 
        % { Add-Member `
            -InputObject $_ `
            -MemberType NoteProperty `
            -Name Owner `
            -Value ($_.GetOwner().User) `
            -PassThru } | 
        select Name, Handle, Owner
}&lt;/pre&gt;
&lt;p&gt;The four minor changes I made to the &lt;a href="http://twitter.com/PowerTip"&gt;@PowerTip&lt;/a&gt; script are: 1) it’s functionized, 2) the input is a search string for process (wildcards accepted), 3) it spits out the correct errors if the process can’t be found, and 4) the process handle is added to the results.&lt;/p&gt;
&lt;p&gt;Download the script here: &lt;a href="http://bitbucket.org/xcud/powershell-snippets/src/tip/Get-PSOwner.psm1"&gt;&lt;a href="http://bitbucket.org/xcud/powershell-snippets/src/tip/Get-PSOwner.psm1"&gt;http://bitbucket.org/xcud/powershell-snippets/src/tip/Get-PSOwner.psm1&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://xcud.com/post/287677877</link><guid>http://xcud.com/post/287677877</guid><pubDate>Thu, 17 Dec 2009 11:06:00 -0600</pubDate><category>powershell</category><category>powertip</category><category>get-process</category></item><item><title>Get-DominosOrderStatus, a profound poshcode contribution</title><description>&lt;p&gt;(tongue set firmly in cheek)&lt;/p&gt;
&lt;p&gt;I happened upon Dana Merrick’s &lt;a href="http://shakti.trincoll.edu/~dmerrick/dominos.html"&gt;blog entry&lt;/a&gt; with a ruby script that retrieves an order status from dominos. In the spirit of “&lt;a href="http://en.wikipedia.org/wiki/Anything_You_Can_Do_%28song%29"&gt;anything you can do I can do better&lt;/a&gt;” i threw this Psh equivalent together and submitted it to &lt;a href="http://poshcode.org/1355"&gt;PoshCode.org&lt;/a&gt;. It’s phenomenally simple. It makes a request to the Dominos SOAP order status service and selects and displays the order status nodes if they exist.&lt;/p&gt;
&lt;pre class="psh"&gt;function Get-DominosOrderStatus($pn) {
  [xml]$content = (new-object System.Net.WebClient).DownloadString(
    "http://trkweb.dominos.com/orderstorage/GetTrackerData?Phone=$pn");
  $statii = select-xml -xml @($content) `
    -Namespace @{dominos="http://www.dominos.com/message/"} `
    -XPath descendant::dominos:OrderStatus
  if($statii.Count -gt 0) { $statii | %{ $_.Node } }
  else { "No orders" }
}&lt;/pre&gt;
&lt;p&gt;Sample Output:&lt;/p&gt;
&lt;pre class="psh"&gt;Version               : 1.3
OrderAsOfTime         : 2008-06-04T16:40:48
StoreAsOfTime         : 2008-06-04T16:44:55
StoreID               : 3189
OrderID               : 2008-06-04#73694
Phone                 : 3145551234
ServiceMethod         : Delivery
AdvancedOrderTime     :
OrderDescription      : 2 Small(10") Hand Tossed Pizza

OrderTakeCompleteTime : 2008-06-04T16:27:52
TakeTimeSecs          : 0
CsrID                 : Power
CsrName               :
OrderSourceCode       : Web
OrderStatus           : Out the Door
StartTime             : 2008-06-04T16:27:52
MakeTimeSecs          : 237
OvenTime              : 2008-06-04T16:31:49
OvenTimeSecs          : 360
RackTime              : 2008-06-04T16:37:49
RackTimeSecs          : 179
RouteTime             : 2008-06-04T16:40:48
DriverID              : 0818
DriverName            : Edna
OrderDeliveryTimeSecs :
DeliveryTime          :
OrderKey              : 1dRprcnzmWxaOXvlzj06OlFdzuexcIC/
ManagerID             : 5560
ManagerName           : Danillo

#text : Out the Door&lt;/pre&gt;
&lt;p&gt;You can download it here: &lt;a href="http://bitbucket.org/xcud/powershell-snippets/src/tip/Get-DominosOrderStatus.psm1"&gt;&lt;a href="http://bitbucket.org/xcud/powershell-snippets/src/tip/Get-DominosOrderStatus.psm1"&gt;http://bitbucket.org/xcud/powershell-snippets/src/tip/Get-DominosOrderStatus.psm1&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://xcud.com/post/201154160</link><guid>http://xcud.com/post/201154160</guid><pubDate>Wed, 30 Sep 2009 15:17:00 -0500</pubDate><category>powershell</category><category>dominos</category></item><item><title>Out-AnsiGraph</title><description>&lt;p&gt;Inspired by Chad Miller’s work MSChart I threw this ANSI barchart module together:&lt;/p&gt;
&lt;pre class="psh"&gt;#
# Out-AnsiGraph.psm1
# Author:       xcud
# History:
#       v0.1 September 21, 2009 initial version
#
# PS Example&gt; ps | select -first 5 | sort -property VM | 
#             Out-AnsiGraph ProcessName, VM
#                 AEADISRV ███ 14508032
#                  audiodg █████████ 50757632
#                  conhost █████████████ 73740288
# AppleMobileDeviceService ████████████████ 92061696
#                    btdna █████████████████████ 126443520
#
function Out-AnsiGraph($Parameter1=$null) {
	BEGIN {
		$q = new-object Collections.queue
		$max = 0; $namewidth = 0;
	}

	PROCESS {
		if($_) {
			$name = $_.($Parameter1[0]);
			$val = $_.($Parameter1[1])
			if($max -lt $val) { $max = $val}		 
			if($namewidth -lt $name.length) { 
				$namewidth = $name.length }
			$q.enqueue(@($name, $val))			
		}
	}

	END {
		$q | %{
			$graph = ""; 0..($_[1]/$max*20) | 
				%{ $graph += "█" }
			$name = "{0,$namewidth}" -f $_[0]
			"$name $graph " + $_[1]
		}

	}
}

Export-ModuleMember Out-AnsiGraph&lt;/pre&gt;
&lt;p&gt;Download the script here: &lt;a href="http://bitbucket.org/xcud/powershell-snippets/src/tip/Out-AnsiGraph.psm1"&gt;&lt;a href="http://bitbucket.org/xcud/powershell-snippets/src/tip/Out-AnsiGraph.psm1"&gt;http://bitbucket.org/xcud/powershell-snippets/src/tip/Out-AnsiGraph.psm1&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://xcud.com/post/193522355</link><guid>http://xcud.com/post/193522355</guid><pubDate>Mon, 21 Sep 2009 13:47:00 -0500</pubDate><category>powershell</category><category>chart</category></item><item><title>MSChart in Psh</title><description>&lt;p&gt;Read Chad Miller’s blog entry on &lt;a title="Chad Miller's blog entry on using MSChart from Psh" href="http://chadwickmiller.spaces.live.com/blog/cns!EA42395138308430!473.entry"&gt;using MSChart from PowerShell&lt;/a&gt;. This is another great visualization extension for PowerShell. To make it work:&lt;/p&gt;
&lt;li&gt;Download and install &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=130F7986-BF49-4FE5-9CA8-910AE6EA442C&amp;displaylang=en"&gt;Microsoft Chart Controls for Microsoft .NET Framework 3.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Download &lt;a href="http://poshcode.org/1205"&gt;LibraryChart&lt;/a&gt;&lt;/li&gt;
&lt;p&gt;The easiest way to enable it is to import the library with a call to ‘Import-Module’. Now run one of the samples:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://farm3.static.flickr.com/2566/3936373132_59c4f31040_o.png"&gt;&lt;img src="http://farm3.static.flickr.com/2566/3936373132_3c1dc69d22.jpg"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you see this error or one like it it’s an easy fix. Edit the lib and edit the input param list in the function “New-Chart” from this:&lt;/p&gt;
&lt;div class="psh"&gt;param ([int]$width,[int]$height,[int]$left,[int]$top,$chartTitle)&lt;/div&gt;
&lt;p&gt;To this:&lt;/p&gt;
&lt;div class="psh"&gt;param ([int]$width,[int]$height,[int]$left,[int]$top,[string]$chartTitle)&lt;/div&gt;
&lt;p&gt;Voila. Re-import the module and the error is gone. The only item on my wish list for this lib is that it attempt to infer the X and Y fields. A call like this, for example, should be able to (but can’t) infer that xField is ‘name’ and yField is ‘ws’:&lt;/p&gt;
&lt;div class="psh"&gt;ps | Sort-Object WS | select name, ws -first 5 | out-chart&lt;/div&gt;
&lt;p&gt;It makes eye-candy. Check this one out. Grab the top 5 memory consuming processes and push them into a relative pie chart that auto-updates itself.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm3.static.flickr.com/2444/3935659959_fe57759a8a_o.png"/&gt;&lt;/p&gt;
&lt;div class="psh"&gt;out-chart -chartType ‘pie’ -xField ‘name’ -yField ‘WS’ -scriptBlock { Get-Process | Sort-Object -Property WS | Select-Object Name,WS -Last 5}&lt;/div&gt;</description><link>http://xcud.com/post/192277838</link><guid>http://xcud.com/post/192277838</guid><pubDate>Sat, 19 Sep 2009 23:29:00 -0500</pubDate><category>powershell</category><category>powershell</category></item><item><title>enable 'svn commit' from PowerShell</title><description>&lt;p&gt;If you’re trying to use Subversion from the PowerShell command line and you can’t get around this error message:&lt;/p&gt;
&lt;div class="psh"&gt;PS C:\Users\Public\Source&gt; svn commit .&lt;br/&gt;&lt;br/&gt;svn: Commit failed (details follow):&lt;br/&gt;&lt;br/&gt;svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the —message (-m) or —file (-F) options&lt;br/&gt;&lt;br/&gt;svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no ‘editor-cmd’ run-time configuration option was found&lt;/div&gt;
&lt;p&gt;Set your SVN_EDITOR preference with this command (substituting “type” for your preferred editor):&lt;/p&gt;
&lt;div class="psh"&gt;PS C:\Users\Public\Source&gt; set-item -path env:SVN_EDITOR -value “type”&lt;/div&gt;</description><link>http://xcud.com/post/188752112</link><guid>http://xcud.com/post/188752112</guid><pubDate>Tue, 15 Sep 2009 15:12:00 -0500</pubDate><category>svn</category><category>powershell</category><category>subversion</category></item><item><title>back from vacation</title><description>&lt;p&gt;Vacation pics: &lt;a href="http://www.flickr.com/photos/benvierck/sets/72157621985515336/"&gt;http://www.flickr.com/photos/benvierck/sets/72157621985515336/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I’m not completely back. i have not quite completed re-entry back into my daily work habits. I was a bit gobsmacked at my encounter with the ocean and our history. The vastness of the ocean which it seems to me could swallow us all up in an instant or two and not mind one bit on the one hand. The encounters with historical peoples whose very daily existence represented more adventure than I’ll know in a lifetime are on the other hand.&lt;/p&gt;
&lt;p&gt;Tomorrow i’ll shove this aside and do some work on the build process to make this last push to VMWord more productive and I’ll get the next build ready to go for a Monday release.&lt;/p&gt;</description><link>http://xcud.com/post/158975081</link><guid>http://xcud.com/post/158975081</guid><pubDate>Sun, 09 Aug 2009 00:38:07 -0500</pubDate></item><item><title>PowerShell Version Poll</title><description>&lt;p&gt;If you use PowerShell please participate in this poll.&lt;br/&gt;&lt;br/&gt;&lt;script src="http://twtpoll.com/js/badge.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script src="http://twtpoll.com/badge/?twt=bvwzeb" type="text/javascript"&gt;&lt;/script&gt;&lt;/p&gt;</description><link>http://xcud.com/post/143687707</link><guid>http://xcud.com/post/143687707</guid><pubDate>Fri, 17 Jul 2009 15:10:20 -0500</pubDate></item><item><title>The Developer Is In</title><description>&lt;p&gt;Starting next week I’ll be back in an office again for the first time since September. During these first three months of early R&amp;D stage my office has been wherever my laptop happens to be. We’ve reached a new stage in development that requires more coordination. Tuesdays and Fridays from here out you can find me in my office down the hall from my partner. The nearer we get to release the more days I’ll add to my in-office schedule.&lt;/p&gt;
&lt;p&gt;Update … another milestone reached. We will unstealth soon.&lt;/p&gt;</description><link>http://xcud.com/post/67989952</link><guid>http://xcud.com/post/67989952</guid><pubDate>Fri, 02 Jan 2009 11:50:00 -0600</pubDate></item><item><title>vmxbuilder.com</title><description>&lt;p&gt;VMWare utilities maven Robert Petruska has joined forces with Devfarm. Yesterday we debuted the new site where we’ll be distributing Robert’s VMWare Utilities as well the new software that we’ll be building together at &lt;a title="VMX Builder" href="http://vmxbuilder.com/"&gt;&lt;a href="http://vmxbuilder.com"&gt;http://vmxbuilder.com&lt;/a&gt;&lt;/a&gt;. &lt;a title="JYoseph" href="http://jyoseph.com/"&gt;JYoseph&lt;/a&gt; put together an awesome site design for us.&lt;/p&gt;
&lt;p&gt;For those keeping score at home (and starting to connect the dots) this is our second strategic rollout in the past month.&lt;/p&gt;</description><link>http://xcud.com/post/67911025</link><guid>http://xcud.com/post/67911025</guid><pubDate>Fri, 02 Jan 2009 00:21:00 -0600</pubDate></item><item><title>A Rough 30 Days</title><description>&lt;p&gt;It’s been a rough 30 days. Maybe the hardest 30 I’ve had to work through ever which is testament to how soft my life really is. Starting the first week back from vacation our house ran through the Flu twice. It infected everybody for a first pass over the course of 4 days then the same symptoms hit each and every one of us again for the next 2 days. A couple of days later the colds, sniffles, and sneezes hit. The next week ear infections and sinus infections. As a topper strep throat hit us this past week. Oh, and I ruptured an ear drum for good measure.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3242/3142541817_c7c998ca1a.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;While all this sickness was going on we got a tree, decorated the house, hosted 3 holiday get-togethers and attended 2 others. And … then there’s the whole matter of the startup that I SHOULD have been cranking out 12 hours a day on. Joe and I did manage to release a cool web service (see &lt;a href="http://PingVine.com"&gt;http://PingVine.com&lt;/a&gt;) that fills a niche and is powered on the back-end by Devfarm software. Still, while you enjoy your Christmas-to-New-Years holiday I’ll be getting a head-start on January to make it The Best Month Ever.&lt;/p&gt;</description><link>http://xcud.com/post/67109205</link><guid>http://xcud.com/post/67109205</guid><pubDate>Sun, 28 Dec 2008 00:15:06 -0600</pubDate></item><item><title>Twitter API 417</title><description>&lt;p&gt;Twitter’s servers have started returning HTTP error 417 for requests that come with an Expect header containing “100-continue”.  .NET automatically appends this header to every request. Before executing your WebRequest set this static property to false:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;System.Net.ServicePointManager.Expect100Continue = false;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Now you’re forwards-compatible with the API/server change at Twitter.&lt;/p&gt;</description><link>http://xcud.com/post/66923511</link><guid>http://xcud.com/post/66923511</guid><pubDate>Fri, 26 Dec 2008 16:19:36 -0600</pubDate><category>twitter</category><category>api</category><category>417</category></item><item><title>Editorial Power</title><description>&lt;p&gt;Leave a comment counting to 3 if you secretly sing Britney Spears songs in the shower when you think noone’s listening.&lt;/p&gt;</description><link>http://xcud.com/post/64178418</link><guid>http://xcud.com/post/64178418</guid><pubDate>Wed, 10 Dec 2008 17:13:00 -0600</pubDate></item><item><title>Oh Georgia</title><description>&lt;p&gt;We get up in the morning and collectively decide that we’ve had a lot of fun but that we’d all just like to go home so we packed everything up, checked out, and we were on our way out at 8:30am. The GPS said we would be back by 12:30. Knowing that stops for gas and food balance out the time gain we get for speeding just a tad we were hopeful for sane arrival time. I realize now that I should have reset the triptick on my GPS. I’m still kicking myself. Anyway, we pulled out of the hotel drive-thru mickey-dees for some breakfast and get on our way.&lt;/p&gt;
&lt;p&gt;Then the hurlfest began in the back seat. Both boys sicked on cue (whose cue? Blues cue — hah! Sorry, parent joke). For fifteen minutes we were stuck barely a block from our hotel. Being the hardy Viking descendants that we are we just started bailing on the go whipping out dirty clothes (outerwear only) as towels. After about an hour the all-clear siren rang and we made it through the rest of the trip without further body fluid cameos.&lt;/p&gt;
&lt;p&gt;Which isn’t to say it was a completely uneventful day. Northbound Georgia was just as packed Saturday as Southbound was on Wednesday. We watched as the GPS estimated arrival time slowly creeped up from 12:35a to 2:30a while we plodded along in stop and go traffic for hours. It finally thinned out in the southern suburbs of Atlanta when the highway split in two. Half went each way with us striking off to the Northwest.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3047/3081627318_e04b4d96bf.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;Between the light rain and the mountains we lost another 15 minutes or so in Tennessee and Kentucky but we picked them up again in nice flat dry Illinois. At or around 2:30a Sunday morning we finally pulled up into our garage safe and sound. Everyone was tucked in and asleep by 3 including me. And that was that.&lt;/p&gt;</description><link>http://xcud.com/post/62926885</link><guid>http://xcud.com/post/62926885</guid><pubDate>Sun, 30 Nov 2008 03:00:00 -0600</pubDate></item><item><title>Half Epcot, Half Magic Kingdom</title><description>&lt;p&gt;There aren’t alot of things for three year olds to be interested in at Epcot so we decided to ‘skim’ it on our second morning at the park before heading back to the Magic Kingdom.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3021/3071720960_f293e69d31.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;We rode the Nemo ride. There is a line outside which leads to a room inside which is a line room which when you finish the line and move through the door leads you to the beginning of another line room which when you finish and exit the door deposit you a the beginning of another line room but THAT line leads you to the LAST line room before the ride. It left me with the impression that the line IS the attraction. Still, the kids loved the it once we were through the lines and that’s all that matters. Right?&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3046/3071709316_59128e6e5a.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;We strolled around through the international circle around the lake. We took Fish and Chips for lunch in England. Shopped in Morocco. Stood by the Viking ship in Norway.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3251/3071713654_b354d7f456.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;Picked up craft works in Japan.  By the time we made it around to the other side we were all tired and ready for a nap. We walked right by the 1.5 hour+ line for Spaceship Earth and headed back to the hotel.  It was all exactly as I remembered it on my very first trip 22 years ago except for the missing &lt;a target="_blank" title="Captain EO" href="http://en.wikipedia.org/wiki/Captain_Eo"&gt;Captain EO&lt;/a&gt; show (played by Michael Jackson).&lt;/p&gt;
&lt;p&gt;While Tempe and the kids napped I went off the grocery store to pick up snack supplies for which we don’t have to mortgage our house to pay for. Around 5 local time everyone got up refreshed and ready for a night in the Magic Kingdom.&lt;/p&gt;
&lt;p&gt;I took fewer pictures this evening as it was all about revisitting our favorite rides from the day before. As we came in the park people were lining up getting ready for the 9pm show (and parade?). Tempe took the lead and navigated us around the crowds to Fantasyland and Toontown where we hopped right onto the Teacup ride. There was absolutely no line. Next up, the Barnstormer rollercoaster ride. It was the third time on the ride for Magnus and I.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3014/3070891763_e908c458c3.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;It was the second time around for Douglas, Becca, and Tempe.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3199/3071724080_4b5a701233.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;We watched the fireworks show from Liberty Square. Great view, no crowds. I perched Magnus on top of a recycling bin next to me and put Douglas on my shoulders. They both ooh’d and aah’d. Dougie kept saying “Oooh! Red! My favorite color!”. It was very cute.&lt;/p&gt;
&lt;p&gt;Next we did the Pirates of the Carribean. Again, no line. Tempe and Becca then went for another ride in the Haunted Mansion this time without the bonus time inside due to technical difficulties while the boys grabbed a snack in Frontierland. Then we met up with Mickey and Minnie again this time then hung out at Minnie’s house for a bit.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3166/3071361143_6620c6580e.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;As an bookend to the trip we rode on the Small World ride again before heading out. The only other stop was to buy a couple of souveniers.&lt;/p&gt;
&lt;p&gt;Overall this nighttime excursion to the Magic Kingdom was 10 times more pleasant than the one the day before. There were practically no lines for any rides (everyone was watching the parade or had already left) and there were no crowds to push through navigating from one place to another.&lt;/p&gt;</description><link>http://xcud.com/post/62302071</link><guid>http://xcud.com/post/62302071</guid><pubDate>Fri, 28 Nov 2008 23:49:00 -0600</pubDate></item><item><title>Inside Magic Kingdom</title><description>&lt;p&gt;Took shuttle to parking lot. Rode monorail from lot to Magic Kingdom entrance. Self-took Safety Pictures of the kids in today’s outfits (Tempe’s pessimistic but very good idea). Walked down Main Street. Admired Cinderellas Castle.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3222/3065195328_8cb339876c.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;Walked (when reading “walked” please note that this term only strictly applies to those over the age of 3) to Fantasy Land. Rode It’s a Small World (I’ll be omitting details about lines except when they surprise us by being short). We grabbed a Fast Pass for the Peter Pan ride not knowing how Fast Passes worked. Got in line for Teacup. Saw Donald across the way. Rode Teacup.&lt;/p&gt;
&lt;p&gt;
&lt;object height="344" width="425" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"&gt;
&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;param name="src" value="http://www.youtube.com/v/BtZN7h8kwks&amp;hl=en&amp;fs=1"&gt;&lt;embed height="344" width="425" src="http://www.youtube.com/v/BtZN7h8kwks&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;Lunched. Went to Toon Town. Rode Barnstormer which incidentally is the kids First. Ever. Rollercoaster. Weeeeee!&lt;/p&gt;
&lt;p&gt;
&lt;object height="344" width="425" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"&gt;
&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;param name="src" value="http://www.youtube.com/v/aVdzi1x1lw4&amp;hl=en&amp;fs=1"&gt;&lt;embed height="344" width="425" src="http://www.youtube.com/v/aVdzi1x1lw4&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;Had audience with Mickey and Mnnie.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3156/3065209442_9ccf72253c.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;Minnie wiggled her nose while doing eskimo kiss with Becca. Got free hats for no apparent reason.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3057/3065211528_185800bc7d.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;Got on the train. Waited on train for 15 minutes due to parade delay two rows in front of a very unhappy toddler. Rode train to Frontierland. Walked to Adventureland (train does not go to Adventureland due to rampant pirating). Rode Pirate of the Caribbean (no line; thank you parade). Went back to Fantasyland. Rode Dumbo. Rode Carousel. We studied our previously attained Fast Pass to discover that we could redeem it now and so we turned a 60 minute line into 10 minute wait to ride the Peter Pan attraction.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3049/3065215356_12f69957fa.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;Mostly ate dinner but didn’t really push it after tasting the kids food ourselves. Toured the haunted mansion (ride stopped 4 times due to technical difficulties; extra spooky bonus). Saw Cinderella’s castle at night on the way out.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3285/3065216716_7d5b2dfa0a.jpg?v=0"/&gt;&lt;/p&gt;
&lt;p&gt;The photoset has been updated; &lt;a target="_self" title="Flickr Photoset" href="http://www.flickr.com/photos/benvierck/sets/72157610137673652/"&gt;here&lt;/a&gt;.&lt;/p&gt;</description><link>http://xcud.com/post/61928582</link><guid>http://xcud.com/post/61928582</guid><pubDate>Thu, 27 Nov 2008 23:01:00 -0600</pubDate></item><item><title>Florida Wasn't Closed</title><description>&lt;p&gt;Florida wasn’t closed but the line to get in was horrendous. We spent most of the day in bumper to bumper stop and go traffic between from the northern suburbs of Atlanta until we were nearly out of Georgia. Still, we made it safe and sound to our intended destination within 12 hours of our expected time so I’ll take that as a win.&lt;/p&gt;
&lt;p&gt;Only one of our three weren’t asleep immediately upon impact with the bed and he (Doug) was singing of Mickey. I grabbed this video:&lt;/p&gt;
&lt;p&gt;&lt;br/&gt;&lt;object height="344" width="425" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"&gt;
&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;param name="src" value="http://www.youtube.com/v/PCi0APm68eM&amp;hl=en&amp;fs=1"&gt;&lt;embed height="344" width="425" src="http://www.youtube.com/v/PCi0APm68eM&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;The flickr photoset is &lt;a target="_self" title="Flickr Photoset" href="http://www.flickr.com/photos/benvierck/sets/72157610137673652/"&gt;here&lt;/a&gt; and updated.&lt;/p&gt;</description><link>http://xcud.com/post/61781735</link><guid>http://xcud.com/post/61781735</guid><pubDate>Wed, 26 Nov 2008 23:44:00 -0600</pubDate></item></channel></rss>

