<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Beer vs Man</title>
	
	<link>http://www.beervsman.com</link>
	<description>The life and times of an avid drinker</description>
	<pubDate>Wed, 06 Jan 2010 23:16:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BeerVsMan" /><feedburner:info uri="beervsman" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Croppy, a simple Windows screenshot utility</title>
		<link>http://feedproxy.google.com/~r/BeerVsMan/~3/UWbcazDNEA0/</link>
		<comments>http://www.beervsman.com/2010/01/06/croppy-a-simple-windows-screenshot-utility/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 23:16:08 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/?p=80</guid>
		<description><![CDATA[I&#8217;ve recently started using Croppy, a simple Windows screenshot utility.  It works perfectly for quickly sharing images with friends and colleagues - launch the app, resize the transparent crop window, and click &#8220;upload to web&#8221;. An image of whatever you were looking at is uploaded and a URL copied to your clipboard.  Very [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently started using <a href="http://croppy.lukehunter.net/">Croppy</a>, a simple Windows screenshot utility.  It works perfectly for quickly sharing images with friends and colleagues - launch the app, resize the transparent crop window, and click &#8220;upload to web&#8221;. An image of whatever you were looking at is uploaded and a URL copied to your clipboard.  Very similar in function to the Mac-based <a href="http://skitch.com/">Skitch</a> software - but much more lightweight.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Ap4S9oKPXgU&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Ap4S9oKPXgU&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2010/01/06/croppy-a-simple-windows-screenshot-utility/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.beervsman.com/2010/01/06/croppy-a-simple-windows-screenshot-utility/</feedburner:origLink></item>
		<item>
		<title>Subversion with LDAP on Windows Vista</title>
		<link>http://feedproxy.google.com/~r/BeerVsMan/~3/3ijwcomNsh4/</link>
		<comments>http://www.beervsman.com/2009/02/16/subversion-with-ldap-on-windows-vista/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 19:55:53 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/?p=68</guid>
		<description><![CDATA[At 2Advanced we are using Subversion to manage project files, using LDAP for authentication on our Windows domain and Exchange server.
This system works very well, but when we switched to Windows Vista we started having intermittent issues on various workstations.  TortoiseSVN, our svn client of choice, will occasionally fail with an &#8220;Unauthorized&#8221; error or [...]]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://www.2advanced.com/">2Advanced</a> we are using <a href="http://subversion.tigris.org/">Subversion</a> to manage project files, using LDAP for authentication on our Windows domain and Exchange server.</p>
<p>This system works very well, but when we switched to Windows Vista we started having intermittent issues on various workstations.  <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a>, our svn client of choice, will occasionally fail with an &#8220;Unauthorized&#8221; error or other similar error message when doing a commit.  We noticed that this normally happens during a longer commit, and TortoiseSVN will usually re-prompt for a username/password partway through the commit before failing.  I&#8217;m not sure why, but sometimes Tortoise will use the Windows user&#8217;s credentials to access the repository, but sometimes it will prompt you to enter a username/password.  In order to avoid getting the error message, you need to ensure that, if you are prompted to re-enter your username/password, you use the exact same string (matching case) that was used initially.  If the strings dont&#8217; match exactly, the commit will fail because it thinks two separate authors are sending the same commit.</p>
<p>I&#8217;m mostly posting this for my own reference because I keep forgetting exactly what&#8217;s causing this strange problem.</p>
<p>Another key when setting up SVN with LDAP on a Windows domain is to create a group for each user - including all possible permutations of that user&#8217;s username</p>
<p><code>username = DOMAIN\Username, DOMAIN\\Username, Username, DOMAIN\username, DOMAIN\\username, username</code></p>
<p><code>MyGroup = @username, @otherusername</code></p>
<p><code>[/MyClient/MyProject]<br />
@MyGroup = rw<br />
* =</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2009/02/16/subversion-with-ldap-on-windows-vista/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.beervsman.com/2009/02/16/subversion-with-ldap-on-windows-vista/</feedburner:origLink></item>
		<item>
		<title>FavTwits, a Twitter tool</title>
		<link>http://feedproxy.google.com/~r/BeerVsMan/~3/22Fyd5n_3uI/</link>
		<comments>http://www.beervsman.com/2009/02/12/favtwits-a-twitter-tool/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 23:40:45 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/2009/02/12/favtwits-a-twitter-tool/</guid>
		<description><![CDATA[FavTwits is a tool I just wrote that explores your relationships with other Twitter users through your and their use of @username tweets.  Find out who you are tweeting with the most, and plot the results on a weekly activity chart.
Comments, suggestions?  Let me know.  Want to help me out w/ a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://favtwits.com/">FavTwits</a> is a tool I just wrote that explores your relationships with other Twitter users through your and their use of @username tweets.  Find out who you are tweeting with the most, and plot the results on a weekly activity chart.</p>
<p>Comments, suggestions?  Let me know.  Want to help me out w/ a decent design?  Go for it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2009/02/12/favtwits-a-twitter-tool/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.beervsman.com/2009/02/12/favtwits-a-twitter-tool/</feedburner:origLink></item>
		<item>
		<title>That’s What She Said iPhone App</title>
		<link>http://feedproxy.google.com/~r/BeerVsMan/~3/pCJCA7J7Vpw/</link>
		<comments>http://www.beervsman.com/2009/02/09/thats-what-she-said-iphone-app/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 15:49:32 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/?p=60</guid>
		<description><![CDATA[I recently released my first iPhone app: That&#8217;s What She Said iPhone App.  Visit the site, download it through the App Store, and let me know what you think.  Here is the Direct Link to the iTunes App Store.
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>I recently released my first iPhone app: <a href="http://www.thatswhatshesaidiphoneapp.com/">That&#8217;s What She Said iPhone App</a>.  Visit the site, download it through the App Store, and let me know what you think.  Here is the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=304087797">Direct Link to the iTunes App Store</a>.</p>
<div id="attachment_61" class="wp-caption alignnone" style="width: 330px"><a href="http://www.thatswhatshesaidiphoneapp.com/"><img src="http://www.beervsman.com/wp-content/uploads/2009/02/screenshot.jpg" alt="It&#039;s never been easier to turn any discussion into a funny and usually obscene joke!" title="That&#039;s What She Said screenshot" width="320" height="480" class="size-full wp-image-61" /></a><p class="wp-caption-text">It's never been easier to turn any discussion into a funny and usually obscene joke!</p></div>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2009/02/09/thats-what-she-said-iphone-app/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.beervsman.com/2009/02/09/thats-what-she-said-iphone-app/</feedburner:origLink></item>
		<item>
		<title>Email masking with Javascript</title>
		<link>http://feedproxy.google.com/~r/BeerVsMan/~3/dMFro_56mRI/</link>
		<comments>http://www.beervsman.com/2009/01/19/email-masking-with-javascript/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 01:12:17 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/?p=51</guid>
		<description><![CDATA[Really simple code for hiding your email address:
&#60;a href="mailto:mike-at-pixor.net" onclick="this.href=this.href.replace(/-at-/,'@')"&#62; email me &#60;/a&#62;
Probably lots of other, better ways around but this is easy enough to remember without needing to search every time.
Pretty sweet that I didn&#8217;t post all of 2008 and now I&#8217;ve posted two days in a row huh?
]]></description>
			<content:encoded><![CDATA[<p>Really simple code for hiding your email address:</p>
<p><code>&lt;a href="mailto:mike-at-pixor.net" onclick="this.href=this.href.replace(/-at-/,'@')"&gt; email me &lt;/a&gt;</code></p>
<p>Probably lots of other, better ways around but this is easy enough to remember without needing to search every time.</p>
<p>Pretty sweet that I didn&#8217;t post all of 2008 and now I&#8217;ve posted two days in a row huh?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2009/01/19/email-masking-with-javascript/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.beervsman.com/2009/01/19/email-masking-with-javascript/</feedburner:origLink></item>
		<item>
		<title>Developing iPhone Software</title>
		<link>http://feedproxy.google.com/~r/BeerVsMan/~3/c-iK_G8w3t4/</link>
		<comments>http://www.beervsman.com/2009/01/18/developing-iphone-software/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 17:41:24 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/?p=50</guid>
		<description><![CDATA[I&#8217;ve recently started writing iPhone Software and it is a frustrating yet satisfying process.  Objective-C is an interesting language and was actually a lot of fun to learn.  The Cocoa Touch SDK seems more frustrating because there is somewhat of a lack of example code and open source software due to the Apple&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently started writing <a href="http://flyingyeti.us/iphone">iPhone Software</a> and it is a frustrating yet satisfying process.  Objective-C is an interesting language and was actually a lot of fun to learn.  The Cocoa Touch SDK seems more frustrating because there is somewhat of a lack of example code and open source software due to the <a href="http://www.macworld.com/article/135826/2008/10/nda_dead.html">Apple&#8217;s iPhone NDA</a> that was recently lifted.  Thankfully Apple&#8217;s documentation is fairly complete and there are a few great resources such as <a href="http://iphonedevelopment.blogspot.com/">Jeff LaMarche&#8217;s iPhone Development Blog</a>.</p>
<p>I hope to start releasing some simple free apps and maybe even a more complex game or application in the near future.  I have a few ideas bouncing around in my head but if you&#8217;ve got something in mind that you&#8217;d like to see on the iPhone, please <a href="mailto:mike-at-pixor.net?subject=iPhone App Ideas" onclick="this.href=this.href.replace(/-at-/, '@')">drop me a line</a>.</p>
<p>iPhone Programming Resources:</p>
<ul>
<li>&#8220;The Hillegass Book&#8221;: <a href="http://www.amazon.com/Cocoa-Programming-Mac-OS-3rd/dp/0321503619/">Cocoa Programming for Mac OS X</a>.  Not specific to Cocoa Touch, but this is a great introduction to the Objective C language and the Cocoa framework (which is very similar to Cocoa Touch)</li>
<li>Apple&#8217;s <a href="http://developer.apple.com/iphone">iPhone Dev Center</a> has lots of sample code and full documentation of Cocoa Touch and other Apple frameworks</li>
<li>Jeff LaMarche&#8217;s <a href="http://iphonedevelopment.blogspot.com/">iPhone Development Blog</a> is a great resource and has some interesting OpenGL demos with sample code</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2009/01/18/developing-iphone-software/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.beervsman.com/2009/01/18/developing-iphone-software/</feedburner:origLink></item>
		<item>
		<title>Yearly update?</title>
		<link>http://feedproxy.google.com/~r/BeerVsMan/~3/gqtu7iqe8GQ/</link>
		<comments>http://www.beervsman.com/2008/03/21/yearly-update/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 14:46:06 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[Surfing]]></category>

		<category><![CDATA[Triathlon]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/2008/03/21/yearly-update/</guid>
		<description><![CDATA[Is this thing on??
I got a new surfboard the other day.  I&#8217;m looking forward to trying it out, but sadly there are no waves to speak of.    It&#8217;s a 6&#8242;8 bat-tail quad, with an optional center fin so that it can be converted to a thruster.  I&#8217;ve never surfed a [...]]]></description>
			<content:encoded><![CDATA[<p>Is this thing on??</p>
<p>I got a new surfboard the other day.  I&#8217;m looking forward to trying it out, but sadly there are no waves to speak of.    It&#8217;s a 6&#8242;8 bat-tail quad, with an optional center fin so that it can be converted to a thruster.  I&#8217;ve never surfed a quad but I&#8217;m pretty sure I&#8217;m going to dig it.  The board was shaped by John Reinhard at <a href="http://www.uhurusurfcraft.com/">Uhuru</a>.  After surfing a friend&#8217;s (very similar) board, I decided to get one for myself.  John is a local shaper in the Newport/Costa Mesa area, and I&#8217;d highly recommend working with him.</p>
<p>Some pics:<br />
<a href="http://www.flickr.com/photos/pix0r/2347159615/" title="uhuru-photo-3 by pix0r, on Flickr"><img src="http://farm4.static.flickr.com/3139/2347159615_91828492c1_m.jpg" width="240" height="121" alt="uhuru-photo-3" /></a><br />
<a href="http://www.flickr.com/photos/pix0r/2347158723/" title="uhuru-photo-1 by pix0r, on Flickr"><img src="http://farm4.static.flickr.com/3277/2347158723_e3ccaab02c_m.jpg" width="240" height="167" alt="uhuru-photo-1" /></a></p>
<p>In other news, I&#8217;ve been training for the <a href="http://www.ironmancalifornia.com/">Ironman 70.3 in California</a> for the last six months or so.  Triathlon is a pretty fun sport, but unfortunately being a &#8220;Clydesdale&#8221; (yes, that&#8217;s what they call big dudes in the sport) makes it tough.  I&#8217;ve been working through injuries, first my Achilles and now my knee.  I&#8217;m not very close to 100% and the race is in a week, so I&#8217;m probably not going to set any speed records on the run.  After this race is done I&#8217;m going to be preparing for the <a href="http://www.escapefromalcatraztriathlon.com/site3.aspx">Escape from Alcatraz</a> triathlon in San Francisco.  If you&#8217;re really interested, you can track <a href="http://www.athlinks.com/racer/32264298/Mike-Matz.aspx">my races on Athlinks</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2008/03/21/yearly-update/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.beervsman.com/2008/03/21/yearly-update/</feedburner:origLink></item>
		<item>
		<title>Tokyo with 2A</title>
		<link>http://feedproxy.google.com/~r/BeerVsMan/~3/4p9IYzRtcwc/</link>
		<comments>http://www.beervsman.com/2007/02/23/tokyo-with-2a/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 18:16:33 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[Travel]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/2007/02/23/tokyo-with-2a/</guid>
		<description><![CDATA[Went to Tokyo last week/weekend for business, and had a good time..  the last night Kevan and I went out and got shitfaced, just walking around and going to random bars in Shibuya.  It was a good time; wasn&#8217;t too happy the morning after though.  We stayed out as long as the [...]]]></description>
			<content:encoded><![CDATA[<p>Went to Tokyo last week/weekend for business, and had a good time..  the last night Kevan and I went out and got shitfaced, just walking around and going to random bars in Shibuya.  It was a good time; wasn&#8217;t too happy the morning after though.  We stayed out as long as the bars stayed open, which was about 4am.. then Kevan passed out in the bathroom.  Only got a few photos from the night though.</p>
<p><a href="http://www.flickr.com/photos/pix0r/393489705/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/147/393489705_a547c4525a_m.jpg" width="240" height="180" alt="dinner in ebisu 2" /></a> <a href="http://www.flickr.com/photos/pix0r/399831375/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/137/399831375_bf8acacfd1_m.jpg" width="240" height="180" alt="boylston bourbon bar" /></a> <a href="http://www.flickr.com/photos/pix0r/399831546/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/174/399831546_4c997ddf13_m.jpg" width="180" height="240" alt="scotch bar in shibuya" /></a> <a href="http://www.flickr.com/photos/pix0r/399831719/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/128/399831719_bdc87ba0f1_m.jpg" width="240" height="180" alt="mike and kevan in shibuya reggae bar (no flash)" /></a> <a href="http://www.flickr.com/photos/pix0r/399831760/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/188/399831760_c0cb0544d7_m.jpg" width="240" height="180" alt="mike and kevan in shibuya reggae bar" /></a> <a href="http://www.flickr.com/photos/pix0r/399831821/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/123/399831821_8c58977344_m.jpg" width="180" height="240" alt="shibuya reggae bar" /></a> <a href="http://www.flickr.com/photos/pix0r/399831466/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/144/399831466_65d883d4f0_m.jpg" width="180" height="240" alt="kevan and mike look unhappy" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2007/02/23/tokyo-with-2a/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.beervsman.com/2007/02/23/tokyo-with-2a/</feedburner:origLink></item>
		<item>
		<title>Scotland NYE 2007</title>
		<link>http://feedproxy.google.com/~r/BeerVsMan/~3/ghyxqFskrp4/</link>
		<comments>http://www.beervsman.com/2007/02/12/scotland-nye-2007/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 18:46:05 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[Drinking]]></category>

		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/2007/02/12/scotland-nye-2007/</guid>
		<description><![CDATA[I know it&#8217;s a bit late but I thought I&#8217;d post some photos.. I went on a trip to Scotland over the holidays (Dec 25-Jan 1) with Marisa and a few friends from Omaha.  I posted a bunch of pictures on my Flickr page: Edinburgh New Years.
    
It was a great [...]]]></description>
			<content:encoded><![CDATA[<p>I know it&#8217;s a bit late but I thought I&#8217;d post some photos.. I went on a trip to Scotland over the holidays (Dec 25-Jan 1) with Marisa and a few friends from Omaha.  I posted a bunch of pictures on <a href="http://www.flickr.com/photos/pix0r">my Flickr page</a>: <a href="http://www.flickr.com/photos/pix0r/sets/72157594456724187/">Edinburgh New Years</a>.</p>
<p><a href="http://farm1.static.flickr.com/127/344094622_097630069d_o.jpg"><img src="http://farm1.static.flickr.com/127/344094622_097630069d_m.jpg" width="240" height="150" alt="Edinburgh Skyline" /></a> <a href="http://farm1.static.flickr.com/128/344095267_87d16e0a04_o.jpg"><img src="http://farm1.static.flickr.com/128/344095267_87d16e0a04_m.jpg" width="240" height="150" alt="Guinness Moustache" /></a> <a href="http://farm1.static.flickr.com/139/344095194_557e3792ff_o.jpg"><img src="http://farm1.static.flickr.com/139/344095194_557e3792ff_m.jpg" width="240" height="180" alt="Piggy Back" /></a> <a href="http://farm1.static.flickr.com/147/344095279_76a44e6929_o.jpg"><img src="http://farm1.static.flickr.com/147/344095279_76a44e6929_m.jpg" width="240" height="180" alt="At the bar Standing Order" /></a> <a href="http://farm1.static.flickr.com/140/344093278_373e12ed3d_o.jpg"><img src="http://farm1.static.flickr.com/140/344093278_373e12ed3d_m.jpg" width="240" height="180" alt="Guinness Storehouse in Dublin" /></a></p>
<p>It was a great trip, and the first time I&#8217;d been to Europe.  Damn, people in Scotland talk really fast.  It&#8217;s very hard to understand and usually we had to tell people to slow down.  The weather was pretty crappy and the main event, the Hogmanay street party, was cancelled due to gale force winds, but we still had a great time.  The thing I miss most: the delicious cask ales they serve everywhere.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2007/02/12/scotland-nye-2007/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.beervsman.com/2007/02/12/scotland-nye-2007/</feedburner:origLink></item>
		<item>
		<title>Partey House Holiday Party!</title>
		<link>http://feedproxy.google.com/~r/BeerVsMan/~3/hilEqN-SIUM/</link>
		<comments>http://www.beervsman.com/2006/12/12/partey-house-holiday-party/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 19:34:41 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/2006/12/12/partey-house-holiday-party/</guid>
		<description><![CDATA[Be THERE or be SQUARE!
]]></description>
			<content:encoded><![CDATA[<p>Be <a href="http://www.parteyhouse.com/2006/12/12/partey-house-holiday-party/">THERE</a> or be SQUARE!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2006/12/12/partey-house-holiday-party/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.beervsman.com/2006/12/12/partey-house-holiday-party/</feedburner:origLink></item>
	</channel>
</rss>
