<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Foo.Blarg</title>
	<atom:link href="http://pappy74.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pappy74.wordpress.com</link>
	<description>Pappy's Ramblings</description>
	<lastBuildDate>Sat, 28 Feb 2009 00:31:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pappy74.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Foo.Blarg</title>
		<link>http://pappy74.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pappy74.wordpress.com/osd.xml" title="Foo.Blarg" />
	<atom:link rel='hub' href='http://pappy74.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Get a Facebook Application ID in JavaScript</title>
		<link>http://pappy74.wordpress.com/2009/02/27/get-a-facebook-application-id-in-javascript/</link>
		<comments>http://pappy74.wordpress.com/2009/02/27/get-a-facebook-application-id-in-javascript/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 00:31:45 +0000</pubDate>
		<dc:creator>pappy74</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://pappy74.wordpress.com/?p=33</guid>
		<description><![CDATA[I needed to get my facebook application&#8217;s ID in my Javascript code.  I didn&#8217;t see a public API way of doing this or other posts online, so here&#8217;s a little hack to get at it: function getApplicationId() { try { some_nonexistent_function(); } catch(e) { var match = e.message.match(/^a(\d+)_/); return match[1]; } } It takes advantage [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=33&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I needed to get my facebook application&#8217;s ID in my Javascript code.  I didn&#8217;t see a public API way of doing this or other posts online, so here&#8217;s a little hack to get at it:</p>
<blockquote><p>function getApplicationId() {<br />
try {<br />
some_nonexistent_function();<br />
} catch(e) {<br />
var match = e.message.match(/^a(\d+)_/);<br />
return match[1];<br />
}<br />
}</p></blockquote>
<p>It takes advantage of the fact that the exception message contains the ID.  Nothing fancy, but I liked it :)</p>
<p>Please let me know if there&#8217;s a better way!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pappy74.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pappy74.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pappy74.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pappy74.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pappy74.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pappy74.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pappy74.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pappy74.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pappy74.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pappy74.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pappy74.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pappy74.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pappy74.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pappy74.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=33&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pappy74.wordpress.com/2009/02/27/get-a-facebook-application-id-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0360fb06cceca9d2de741627edc8c36c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pappy74</media:title>
		</media:content>
	</item>
		<item>
		<title>Dumbfounded.</title>
		<link>http://pappy74.wordpress.com/2008/01/21/dumbfounded/</link>
		<comments>http://pappy74.wordpress.com/2008/01/21/dumbfounded/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 17:19:40 +0000</pubDate>
		<dc:creator>pappy74</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pappy74.wordpress.com/2008/01/21/dumbfounded/</guid>
		<description><![CDATA[I received an email from a relative claiming Barack Obama was a radical Muslim and implied he agrees with the terrorists. The &#8216;facts&#8217; represented in the email were easily debunked by snopes.com. I replied to her entire &#8216;To&#8217; list - Completely and totally *FALSE*. Even though the email tries to trick you into thinking otherwise, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=32&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I received an email from a relative claiming Barack Obama was a radical Muslim and implied he agrees with the terrorists.  The &#8216;facts&#8217; represented in the email were easily debunked by <a href="http://www.snopes.com/politics/obama/muslim.asp">snopes.com</a>.</p>
<p>I replied to her entire &#8216;To&#8217; list -</p>
<blockquote><p> Completely and totally *FALSE*.  Even though the email tries to trick you into thinking otherwise, <a href="http://snopes.com/" target="_blank">snopes.com</a> does *not* support this!</p>
<p><a href="http://www.snopes.com/politics/obama/muslim.asp" target="_blank"> http://www.snopes.com/politics/obama/muslim.asp</a></p>
<p>Nearly every statement in this email is either a misdirection or flat-out wrong.</p>
<p>Whether or not you support Obama, people should not be making decisions based on crap like this.</p>
<p>Please, please, please do a simple fact-check before spreading mis-information!</p>
<p>_jason</p></blockquote>
<p>A tiny bit harsh perhaps, but I didn&#8217;t think it was anything too inflammatory.   That is, until I received this reply (no clue who this person is) -</p>
<blockquote><p> People can vote based on any information they want! whether Obama is Muslim or not,  he doesn&#8217;t have good morals and this country should not be run by someone like him.  I&#8217;ll base my vote on morals, and usually muslims and/or muslim raised people don&#8217;t  have good morals. try reading the koran.</p></blockquote>
<p>Are you kidding me?!  This is the sort of racist, ignorant &#8211; wait, not ignorant&#8230; that&#8217;s too kind a word  &#8211; *idiotic* foolishness that got Bush in to office.  Sigh.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pappy74.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pappy74.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pappy74.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pappy74.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pappy74.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pappy74.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pappy74.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pappy74.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pappy74.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pappy74.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pappy74.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pappy74.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pappy74.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pappy74.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pappy74.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pappy74.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=32&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pappy74.wordpress.com/2008/01/21/dumbfounded/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0360fb06cceca9d2de741627edc8c36c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pappy74</media:title>
		</media:content>
	</item>
		<item>
		<title>If you&#8217;re going to register a domain name</title>
		<link>http://pappy74.wordpress.com/2008/01/15/if-youre-going-to-register-a-domain-name/</link>
		<comments>http://pappy74.wordpress.com/2008/01/15/if-youre-going-to-register-a-domain-name/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 14:39:03 +0000</pubDate>
		<dc:creator>pappy74</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pappy74.wordpress.com/2008/01/15/if-youre-going-to-register-a-domain-name/</guid>
		<description><![CDATA[Do *not* use Network Solutions&#8230; http://www.techcrunch.com/2008/01/10/network-solutions-using-questionable-tactic-to-sell-more-domain-names/ Shit like this pisses me off so much.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=31&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Do *not* use Network Solutions&#8230;</p>
<p><a href="http://www.techcrunch.com/2008/01/10/network-solutions-using-questionable-tactic-to-sell-more-domain-names/">http://www.techcrunch.com/2008/01/10/network-solutions-using-questionable-tactic-to-sell-more-domain-names/</a></p>
<p>Shit like this pisses me off so much.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pappy74.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pappy74.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pappy74.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pappy74.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pappy74.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pappy74.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pappy74.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pappy74.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pappy74.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pappy74.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pappy74.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pappy74.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pappy74.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pappy74.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pappy74.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pappy74.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=31&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pappy74.wordpress.com/2008/01/15/if-youre-going-to-register-a-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0360fb06cceca9d2de741627edc8c36c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pappy74</media:title>
		</media:content>
	</item>
		<item>
		<title>this would be much cooler&#8230;</title>
		<link>http://pappy74.wordpress.com/2007/12/25/this-would-be-much-cooler/</link>
		<comments>http://pappy74.wordpress.com/2007/12/25/this-would-be-much-cooler/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 01:57:53 +0000</pubDate>
		<dc:creator>pappy74</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pappy74.wordpress.com/2007/12/25/this-would-be-much-cooler/</guid>
		<description><![CDATA[&#8230; if it weren&#8217;t an image of my leg :)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=30&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://pappy74.files.wordpress.com/2007/12/jasonp9.jpg" title="jasonp9.jpg"><img src="http://pappy74.files.wordpress.com/2007/12/jasonp9.thumbnail.jpg" alt="jasonp9.jpg" /></a></p>
<p>&#8230; if it weren&#8217;t an image of <b>my</b> leg :)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pappy74.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pappy74.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pappy74.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pappy74.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pappy74.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pappy74.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pappy74.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pappy74.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pappy74.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pappy74.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pappy74.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pappy74.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pappy74.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pappy74.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pappy74.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pappy74.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=30&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pappy74.wordpress.com/2007/12/25/this-would-be-much-cooler/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0360fb06cceca9d2de741627edc8c36c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pappy74</media:title>
		</media:content>

		<media:content url="http://pappy74.files.wordpress.com/2007/12/jasonp9.thumbnail.jpg" medium="image">
			<media:title type="html">jasonp9.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>interview with the head of the TSA</title>
		<link>http://pappy74.wordpress.com/2007/12/08/interview-with-the-head-of-the-tsa/</link>
		<comments>http://pappy74.wordpress.com/2007/12/08/interview-with-the-head-of-the-tsa/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 22:36:38 +0000</pubDate>
		<dc:creator>pappy74</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pappy74.wordpress.com/2007/12/08/interview-with-the-head-of-the-tsa/</guid>
		<description><![CDATA[ever wondered what the TSA was thinking regarding the &#8216;ziploc bag of small containers of liquids?&#8217; Check out this interview for that info and much more. http://www.schneier.com/interview-hawley.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=28&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ever wondered what the TSA was thinking regarding the &#8216;ziploc bag of small containers of liquids?&#8217;  Check out this interview for that info and much more.</p>
<p><a href="http://www.schneier.com/interview-hawley.html">http://www.schneier.com/interview-hawley.html</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pappy74.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pappy74.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pappy74.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pappy74.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pappy74.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pappy74.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pappy74.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pappy74.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pappy74.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pappy74.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pappy74.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pappy74.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pappy74.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pappy74.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pappy74.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pappy74.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=28&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pappy74.wordpress.com/2007/12/08/interview-with-the-head-of-the-tsa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0360fb06cceca9d2de741627edc8c36c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pappy74</media:title>
		</media:content>
	</item>
		<item>
		<title>We didn&#8217;t burst this bubble&#8230;</title>
		<link>http://pappy74.wordpress.com/2007/12/06/we-didnt-burst-this-bubble/</link>
		<comments>http://pappy74.wordpress.com/2007/12/06/we-didnt-burst-this-bubble/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 14:29:13 +0000</pubDate>
		<dc:creator>pappy74</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pappy74.wordpress.com/2007/12/06/we-didnt-burst-this-bubble/</guid>
		<description><![CDATA[Brilliant &#8220;Web 2.0&#8243; video&#8230; Sigh&#8230; can&#8217;t believe I&#8217;m actually going to be moving there :)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=27&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Brilliant &#8220;Web 2.0&#8243; video&#8230;</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/fi4fzvQ6I-o?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<p>Sigh&#8230; can&#8217;t believe I&#8217;m actually going to be moving there :)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pappy74.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pappy74.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pappy74.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pappy74.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pappy74.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pappy74.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pappy74.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pappy74.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pappy74.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pappy74.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pappy74.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pappy74.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pappy74.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pappy74.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pappy74.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pappy74.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=27&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pappy74.wordpress.com/2007/12/06/we-didnt-burst-this-bubble/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0360fb06cceca9d2de741627edc8c36c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pappy74</media:title>
		</media:content>
	</item>
		<item>
		<title>more hugs are better</title>
		<link>http://pappy74.wordpress.com/2007/11/07/more-hugs-are-better/</link>
		<comments>http://pappy74.wordpress.com/2007/11/07/more-hugs-are-better/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 18:21:06 +0000</pubDate>
		<dc:creator>pappy74</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pappy74.wordpress.com/2007/11/07/more-hugs-are-better/</guid>
		<description><![CDATA[well, duh&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=25&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>well, duh&#8230;</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/CBA-JOrUmoc?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pappy74.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pappy74.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pappy74.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pappy74.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pappy74.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pappy74.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pappy74.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pappy74.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pappy74.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pappy74.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pappy74.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pappy74.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pappy74.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pappy74.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pappy74.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pappy74.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=25&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pappy74.wordpress.com/2007/11/07/more-hugs-are-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0360fb06cceca9d2de741627edc8c36c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pappy74</media:title>
		</media:content>
	</item>
		<item>
		<title>on Saturday, floating 1500 feet in the air,</title>
		<link>http://pappy74.wordpress.com/2007/10/09/on-saturday-floating-1500-feet-in-the-air/</link>
		<comments>http://pappy74.wordpress.com/2007/10/09/on-saturday-floating-1500-feet-in-the-air/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 14:56:39 +0000</pubDate>
		<dc:creator>pappy74</dc:creator>
				<category><![CDATA[Channie]]></category>
		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://pappy74.wordpress.com/2007/10/09/on-saturday-floating-1500-feet-in-the-air/</guid>
		<description><![CDATA[this wonderful woman agreed to be my wife<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=24&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>this wonderful woman agreed to be my wife</p>
<p><img src="http://lh3.google.com/helgaorg/Rw1-wT9wwJI/AAAAAAAAAZQ/ZwBHR2v6-gI/s400/IMG_1919.JPG" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pappy74.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pappy74.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pappy74.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pappy74.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pappy74.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pappy74.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pappy74.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pappy74.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pappy74.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pappy74.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pappy74.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pappy74.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pappy74.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pappy74.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pappy74.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pappy74.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=24&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pappy74.wordpress.com/2007/10/09/on-saturday-floating-1500-feet-in-the-air/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0360fb06cceca9d2de741627edc8c36c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pappy74</media:title>
		</media:content>

		<media:content url="http://lh3.google.com/helgaorg/Rw1-wT9wwJI/AAAAAAAAAZQ/ZwBHR2v6-gI/s400/IMG_1919.JPG" medium="image" />
	</item>
		<item>
		<title>a little bit dumber</title>
		<link>http://pappy74.wordpress.com/2007/07/27/a-little-bit-dumber/</link>
		<comments>http://pappy74.wordpress.com/2007/07/27/a-little-bit-dumber/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 16:23:19 +0000</pubDate>
		<dc:creator>pappy74</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pappy74.wordpress.com/2007/07/27/a-little-bit-dumber/</guid>
		<description><![CDATA[You ever read something that immediately makes you dumber? Try this&#8230; FirstPostGuy: SO YEAH, SOMEONE MADE THIS ABOUT ME. DO YOU KNOW HOW I FEEL ABOUT THIS? NO? THATS RIGHT YOU DON&#8217;T. YOU DON&#8217;T KNOW SHIT. I MEAN, IT&#8217;S SUPPOSED TO INSULT ME BUT LISTEN, THERE IS NO (FUCK I WISH I COULD CAPS LOCK [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=23&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You ever read something that immediately makes you dumber?  Try this&#8230;</p>
<blockquote>
<p class="style1"><strong>FirstPostGuy: </strong></p>
<p class="style1"> SO YEAH, SOMEONE MADE THIS ABOUT ME. DO YOU KNOW HOW I FEEL ABOUT THIS? NO? THATS RIGHT YOU DON&#8217;T. YOU DON&#8217;T KNOW SHIT. I MEAN, IT&#8217;S SUPPOSED TO INSULT ME BUT LISTEN, THERE IS NO (FUCK I WISH I COULD CAPS LOCK THAT BUT I AM ALREADY IN MAXIMUM CAPS LOCK) SUCH THING AS BAD PUBLICITY. I AM FAMOSE. THAT&#8217;S RIGHT. FAMOSE. YOU NOOBS SHOULD ALL TAKE TRIPCODES AND SEE IF YOU CAN BECOME MORE FAMOSE THAN ME. YOU KNOW WHAT? YOU CAN&#8217;T. THAT&#8217;S RIGHT. BECAUSE I&#8217;M THE FUCKING EPIC FIRST POST GUY. I TAKE FIRST POSTS. I TAKE FIRST POSTS SO FAST YOUR MOMMA IS A HOE. TRY BEAT ME, I CHALLENGE YOU. ALSO, FUCK ANONYMOUS. TRIPCODEPWNERERS FTW.</p>
</blockquote>
<p class="style1">&nbsp;</p>
<p class="style1">Honestly, while reading that, I actually forgot how to spell &#8216;famous.&#8217;  I had to sit back and get the image of &#8216;FAMOSE&#8217; out of my head.   Such a weird feeling.</p>
<p class="style1">This was from a silly <a href="http://http://www.cracked.com/index.php?name=News&amp;sid=2271">post</a> about odd communities on-line.</p>
<blockquote></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pappy74.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pappy74.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pappy74.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pappy74.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pappy74.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pappy74.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pappy74.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pappy74.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pappy74.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pappy74.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pappy74.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pappy74.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pappy74.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pappy74.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pappy74.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pappy74.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=23&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pappy74.wordpress.com/2007/07/27/a-little-bit-dumber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0360fb06cceca9d2de741627edc8c36c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pappy74</media:title>
		</media:content>
	</item>
		<item>
		<title>new cell phone service</title>
		<link>http://pappy74.wordpress.com/2007/06/08/new-cell-phone-service/</link>
		<comments>http://pappy74.wordpress.com/2007/06/08/new-cell-phone-service/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 03:12:50 +0000</pubDate>
		<dc:creator>pappy74</dc:creator>
				<category><![CDATA[cell phones]]></category>
		<category><![CDATA[finance]]></category>

		<guid isPermaLink="false">http://pappy74.wordpress.com/2007/06/08/new-cell-phone-service/</guid>
		<description><![CDATA[So, my trusty Treo 650 finally gave out on me. Coincidentally, I just found out about an amazing deal with Sprint. Check out http://sprint.p.delivery.net/m/p/sprint/epc/epclanding.asp Basically, it&#8217;s their &#8216;Employee Referral Plan&#8217;. It&#8217;s $30/month, and you get 500 anytime, unlimited nights (7pm) and weekends, unlimited sms and picture messaging, unlimited Sprint-to-Sprint calls and the kicker, unlimited Ev-Do [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=22&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, my trusty Treo 650 finally gave out on me.</p>
<p>Coincidentally, I just found out about an amazing deal with Sprint.</p>
<p>Check out <a href="http://sprint.p.delivery.net/m/p/sprint/epc/epclanding.asp">http://sprint.p.delivery.net/m/p/sprint/epc/epclanding.asp</a></p>
<p>Basically, it&#8217;s their &#8216;Employee Referral Plan&#8217;.  It&#8217;s $30/month, and you get 500 anytime, unlimited nights (7pm) and weekends, unlimited sms and picture messaging, unlimited Sprint-to-Sprint calls and the kicker, unlimited Ev-Do data!</p>
<p>This is equivalent to about $100 /month on Verizon.  Yikes.</p>
<p>Plus, they have the phone that I&#8217;ve been waiting for Verizon to get, the Treo 755p.</p>
<p>It was a little tricky getting in on the deal; I had to call them several times&#8230; mostly due to customer-service incompetence, but it wasn&#8217;t that bad.  If you want to sign up, call them at 888-882-4030, and use savings@sprint.com as the referral address.</p>
<p>Oh, and as always when dealing with companies like this, make sure to ask for any other discounts just before finalizing everything&#8230; got me an extra $25 discount on the phone :)</p>
<p>Update:  So, I just got my first bill and all was  right except unlimited SMS wasn&#8217;t on there.  I had to call and argue with customer service to get it put on.  He had never heard of SERO, and I had to send him to the public site before he&#8217;d believe me.  Additionally, he said that because of a &#8216;new computer system&#8217;, everyone who signs up for this will have to do the same.  Really sorry.  Bah.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pappy74.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pappy74.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pappy74.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pappy74.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pappy74.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pappy74.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pappy74.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pappy74.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pappy74.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pappy74.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pappy74.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pappy74.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pappy74.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pappy74.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pappy74.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pappy74.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pappy74.wordpress.com&amp;blog=298236&amp;post=22&amp;subd=pappy74&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pappy74.wordpress.com/2007/06/08/new-cell-phone-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0360fb06cceca9d2de741627edc8c36c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pappy74</media:title>
		</media:content>
	</item>
	</channel>
</rss>
