<?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/"
	>

<channel>
	<title>gorirrajoe &#187; work</title>
	<atom:link href="http://gorirrajoe.com/tag/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://gorirrajoe.com</link>
	<description>another FPSA production</description>
	<lastBuildDate>Sat, 28 Jan 2012 08:16:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>graphic design skillz: elementary</title>
		<link>http://gorirrajoe.com/graphic-design-skillz-elementary/</link>
		<comments>http://gorirrajoe.com/graphic-design-skillz-elementary/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 20:19:00 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1525</guid>
		<description><![CDATA[so this friday, my work is throwing a summer picnic over at mission bay&#8230; shirts are being printed to commemorate the occasion i saw the creative dept creating some designs so i decided to get a piece of that action&#8230; all their stuff was super nice, using floral-ish brushes &#8230;then here&#8217;s me with my design&#8230; i [...]]]></description>
			<content:encoded><![CDATA[<p>so this friday, my work is throwing a summer picnic over at mission bay&#8230; shirts are being printed to commemorate the occasion</p>
<p>i saw the creative dept creating some designs so i decided to get a piece of that action&#8230; all their stuff was super nice, using floral-ish brushes</p>
<p>&#8230;then here&#8217;s me with my design&#8230; i think it&#8217;s awesome &#8212; i&#8217;d rock it outside of work (maybe)</p>
<div class="wp-caption aligncenter" style="width: 430px"><a href="http://gorirrajoe.com/wp-content/uploads/2010/08/sun.jpg"><img class=" " title="sun" src="http://gorirrajoe.com/wp-content/uploads/2010/08/sun.jpg" alt="" width="420" height="315" /></a><p class="wp-caption-text">and you know my name is simon...</p></div>
<p>oh yea&#8230; and i&#8217;m not even going to this event &#8212; but how awesome would it be to see roughly 100 people rockin&#8217; this shirt at the beach?</p>
<p>&#8230;tho my shirt didn&#8217;t win&#8230; i was one of the finalists! #smallvictory (yes, i just used a hashtag in a blog post&#8230; weird)</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/graphic-design-skillz-elementary/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>coding fun!</title>
		<link>http://gorirrajoe.com/coding-fun/</link>
		<comments>http://gorirrajoe.com/coding-fun/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 16:21:49 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[xsl]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1283</guid>
		<description><![CDATA[so this won&#8217;t make sense to any of you, but i was pretty proud of myself when i made this. i used various xsl elements to basically have the page pull data from an xml document: xsl ... &#60;xsl:variable name="readmore"&#62; &#60;xsl:choose&#62; &#60;xsl:when test="@readmore != ''"&#62; &#60;xsl:value-of select="@readmore" /&#62; &#60;/xsl:when&#62; &#60;xsl:otherwise&#62; See all &#60;xsl:value-of select="@title" /&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>so this won&#8217;t make sense to any of you, but i was pretty proud of myself when i made this. i used various xsl elements to basically have the page pull data from an xml document:</p>
<p><strong>xsl</strong></p>
<pre>...
&lt;xsl:variable name="readmore"&gt;
  &lt;xsl:choose&gt;
    &lt;xsl:when test="@readmore != ''"&gt;
      &lt;xsl:value-of select="@readmore" /&gt;
    &lt;/xsl:when&gt;
    &lt;xsl:otherwise&gt;
      See all &lt;xsl:value-of select="@title" /&gt;
    &lt;/xsl:otherwise&gt;
  &lt;/xsl:choose&gt;
&lt;/xsl:variable&gt;
&lt;div style="font-size:8pt;"&gt;
  &lt;a href="{@url}"&gt;&lt;xsl:value-of select="$readmore" /&gt;&lt;/a&gt;
&lt;/div&gt;
...</pre>
<p>this is a sample of the <strong>xml </strong>that it pulls:</p>
<pre>&lt;page id="..." title="Newsletters" url="newsletters.asp"
  thumbnail="include/media/images/products-newsletters.gif"
  description="blah blah blah"&gt;</pre>
<p>so since there isn&#8217;t a title attribute to this node, it&#8217;ll default to the title. on the page, it&#8217;ll say &#8220;See all Newsletters&#8221;</p>
<p>i made it myself! yay</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/coding-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>you rock, websense!</title>
		<link>http://gorirrajoe.com/you-rock-websense/</link>
		<comments>http://gorirrajoe.com/you-rock-websense/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:48:50 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[chaunce]]></category>
		<category><![CDATA[websense]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1114</guid>
		<description><![CDATA[so we have this system in place at work called &#8216;websense&#8217; that basically blocks certain sites&#8230; mostly obvious sites like amazon (shopping), espn (sports), etc. and some not so obvious&#8230; like my site&#8230; my site was blocked for &#8220;entertainment&#8221; &#8212; i mean, c&#8217;mon! my site is definitely NOT entertaining&#8230; i think it was categorized when [...]]]></description>
			<content:encoded><![CDATA[<p>so we have this system in place at work called &#8216;websense&#8217; that basically blocks certain sites&#8230; mostly obvious sites like amazon (shopping), espn (sports), etc.</p>
<p>and some not so obvious&#8230; like my site&#8230; my site was blocked for &#8220;entertainment&#8221; &#8212; i mean, c&#8217;mon! my site is definitely NOT entertaining&#8230; i think it was categorized when i had a bunch of youtube videos on the home page&#8230;</p>
<p>so this basically stopped me from being able to view my own site at work (unless i used quota, which we have 60 minutes of each day &#8212; yea&#8230; bull)</p>
<p>so i had enough&#8230; i remembered that chaunce actually contacted websense  a while back and had his site recategorized</p>
<p>and at work, because of my title here, i am able to view sites categorized as &#8220;social networking and personal sites&#8221; &#8212; allowing me to see facebook, twitter, and other blogs</p>
<p>so here&#8217;s the email i sent websense:</p>
<p style="padding-left: 30px;">Hello -<br />
I would like to request that my blog get recategorized to the &#8220;Social Networking and Personal Sites&#8221; category &#8212; currently it is set up under the &#8220;Entertainment&#8221; category.</p>
<p style="padding-left: 30px;">At my workplace, I have been granted access to view sites categorized under &#8220;Social Networking and Personal Sites&#8221; because of my position as Web Developer.</p>
<p style="padding-left: 30px;">My web site address is http://www.gorirrajoe.com.</p>
<p style="padding-left: 30px;">Regards,<br />
Joey</p>
<p style="padding-left: 30px;">&#8211;<br />
Joey Hernandez<br />
Gorirra Consulting<br />
Web Developer<br />
www.gorirra.com</p>
<p>that email was sent on <strong>11/15 @11:30p</strong></p>
<p>well the very next day, <strong>11/16 @12:45p </strong>i get this email:</p>
<p style="padding-left: 30px;">Thank you for writing to Websense.</p>
<p style="padding-left: 30px;">The site you submitted has been reviewed.  We have made an update to the following URL in our master database to address this issue:</p>
<p style="padding-left: 30px;">http://www.gorirrajoe.com/ &#8211; Social Networking and Personal Sites</p>
<p style="padding-left: 30px;">Categorization updates should be available in the next scheduled publication of the database.  A new database is published every business day, five days a week, Pacific Standard Time.  You should notice any updates referred to in this message within 72 hours.</p>
<p style="padding-left: 30px;">Thank you for your assistance,</p>
<p style="padding-left: 30px;">The Websense Database Services Staff<br />
M.P.</p>
<p>w00t!</p>
<p>so here i am now&#8230; writing a post from work on <strong>11/18</strong>! i had no idea i&#8217;d get a response THAT fast</p>
<p>so to websense&#8230; your response time to review claims and subsequently update your database rocks! work&#8217;s usage of websense still stinks&#8230; ha</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/you-rock-websense/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>i&#8217;m lazy</title>
		<link>http://gorirrajoe.com/im-lazy/</link>
		<comments>http://gorirrajoe.com/im-lazy/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 08:03:53 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[andy]]></category>
		<category><![CDATA[gorirra]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1112</guid>
		<description><![CDATA[yup&#8230; that&#8217;s it&#8230; i&#8217;m lazy! before this year is through, i&#8217;ll update my beer list&#8230; i &#8220;promise&#8221; (see that? i put it in quotes so you can&#8217;t hold me to it!) i prolly won&#8217;t be putting as much description in the posts since i drank most of them months ago&#8230; what i do know is [...]]]></description>
			<content:encoded><![CDATA[<p>yup&#8230; that&#8217;s it&#8230; i&#8217;m lazy!</p>
<p>before this year is through, i&#8217;ll update my beer list&#8230; i &#8220;promise&#8221; (see that? i put it in quotes so you can&#8217;t hold me to it!)</p>
<p>i prolly won&#8217;t be putting as much description in the posts since i drank most of them months ago&#8230;</p>
<p>what i do know is i won&#8217;t be doing another &#8220;year of the beer&#8221; thing next year&#8230;</p>
<p>yes, my alcohol tolerance has skyrocketed, but i&#8217;ve got a gut for days&#8230; christ&#8230; i&#8217;m at a point in my life where i get back injuries from playing one game of ping pong (i did win tho&#8230; suck it, andy!)</p>
<p>oh yea&#8230; i also wanna write up a review about this seidio booberry case i got (it&#8217;s not gonna be good for them&#8230;)</p>
<p>been crazy busy at work (for which i&#8217;m thankful, right? right?) &#8212; been part of some fun, major projects&#8230; another of which is almost done&#8230; and it looks like gorirra is gonna make a last quarter sprint with some (3) upcoming projects&#8230; let&#8217;s just say this year&#8217;s company christmas party is gonna be off the heezy (party of 2&#8230; ha)</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/im-lazy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>i look funny, but yo i&#8217;m makin&#8217; money see?</title>
		<link>http://gorirrajoe.com/i-look-funny-but-yo-im-makin-money-see/</link>
		<comments>http://gorirrajoe.com/i-look-funny-but-yo-im-makin-money-see/#comments</comments>
		<pubDate>Thu, 21 May 2009 03:02:40 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[friends]]></category>
		<category><![CDATA[stuff]]></category>
		<category><![CDATA[andy]]></category>
		<category><![CDATA[chaunce]]></category>
		<category><![CDATA[digital underground]]></category>
		<category><![CDATA[scrabble]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=788</guid>
		<description><![CDATA[i could probably safely assume that chaunce and i are the biggest nerds at work &#8212; maybe that&#8217;s why they moved us together (far away from the department) we have a pirate flag, random star wars toys, and the pièce de résistance: scrabble i was pretty confident with my scrabble skills&#8230; but i haven&#8217;t won [...]]]></description>
			<content:encoded><![CDATA[<p>i could probably safely assume that chaunce and i are the biggest nerds at work &#8212; maybe that&#8217;s why they moved us together (far away from the department)</p>
<p>we have a pirate flag, random star wars toys, and the pièce de résistance: <a href="http://gifts.barnesandnoble.com/Toys-games/Scrabble-Travel-Folio-Edition/e/9780641077579/?itm=2" target="_blank">scrabble</a></p>
<p>i was pretty confident with my scrabble skills&#8230; but i haven&#8217;t won yet &#8212; fack&#8230;</p>
<p>i get a good lead in the beginning, the chaunce throws in some random word with q&#8217;s and z&#8217;s that HAPPENS to hit a triple word score.</p>
<p>here&#8217;s our last game &#8212; i got destroyed with his multi-word combos&#8230;</p>
<div id="attachment_792" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-792" title="scrabble1" src="http://www.gorirrajoe.com/wp-content/uploads/2009/05/scrabble1.jpg" alt="335-235" width="500" height="375" /><p class="wp-caption-text">335-235</p></div>
<p>&#8220;men&#8221; was mine&#8230; hell yea</p>
<p>this is what happens when andy leaves and i don&#8217;t play ping pong</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/i-look-funny-but-yo-im-makin-money-see/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>stay thirsty, my friends</title>
		<link>http://gorirrajoe.com/stay-thirsty-my-friends/</link>
		<comments>http://gorirrajoe.com/stay-thirsty-my-friends/#comments</comments>
		<pubDate>Fri, 01 May 2009 02:22:16 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[breakin 2: electric boogaloo]]></category>
		<category><![CDATA[chaunce]]></category>
		<category><![CDATA[jabooody dubs]]></category>
		<category><![CDATA[jake and amir]]></category>
		<category><![CDATA[slap chop]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=627</guid>
		<description><![CDATA[i love these voiceover dubs &#8212; found these two gems today&#8230; slapchop! this one&#8217;s just damn clever &#8212; the addition of breakin&#8217; 2: electric boogaloo clips just makes it gold jabooody dubs does it again &#8212; a ton of hooker references! and rightly so! httpvh://www.youtube.com/watch?v=Yaw7qX_ZDNE at work, chaunce and i got moved and now we&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>i love these voiceover dubs &#8212; found these two gems today&#8230; slapchop!</p>
<p>this one&#8217;s just damn clever &#8212; the addition of breakin&#8217; 2: electric boogaloo clips just makes it gold</p>
<p><object width="480" height="360" data="http://music.todaysbigthing.com/betamax/betamax.swf?item_id=1524&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowScriptAccess" value="sameDomain" /><param name="allowfullscreen" value="true" /><param name="src" value="http://music.todaysbigthing.com/betamax/betamax.swf?item_id=1524&amp;fullscreen=1" /></object></p>
<p><a href="http://www.jabooodydubs.com/" target="_blank">jabooody dubs</a> does it again &#8212; a ton of hooker references! and rightly so!</p>
<p>httpvh://www.youtube.com/watch?v=Yaw7qX_ZDNE</p>
<p>at work, <a href="http://www.reddolan.com/" target="_blank">chaunce</a> and i got moved and now we&#8217;re cubemates&#8230; it&#8217;s gonna be like <a href="http://www.jakeandamir.com/" target="_blank">jake and amir</a>!</p>
<p>[collegehumor 1909271]</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/stay-thirsty-my-friends/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>that&#8217;s what she said</title>
		<link>http://gorirrajoe.com/thats-what-she-said/</link>
		<comments>http://gorirrajoe.com/thats-what-she-said/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 01:10:26 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[tv]]></category>
		<category><![CDATA[dark knight]]></category>
		<category><![CDATA[family guy]]></category>
		<category><![CDATA[the office]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=592</guid>
		<description><![CDATA[in honor of &#8220;sexual harrassment&#8221; day at work, here are some videos! &#8220;why do women have boobs?&#8221; a random PSA by batman and joker: [funnyordie d8fab5370c] michael scott&#8217;s catch phrase: and for no damn reason, bruce (family guy):]]></description>
			<content:encoded><![CDATA[<p>in honor of &#8220;sexual harrassment&#8221; day at work, here are some videos!</p>
<p>&#8220;why do women have boobs?&#8221;</p>
<div style="overflow: visible; background-color: #d53000; text-align: center; vertical-align: middle; width: 425px; z-index: 500;"><a style="display:block;" href="http://www.adultswim.com/video/index.html"><img src="http://www.adultswim.com/video/embeded_header.jpg" border="0" alt="" width="425" height="30" /></a><object width="425" height="350" data="http://www.adultswim.com/video/vplayer/index.html" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="FlashVars" value="id=417bebe5a60f10e30fda06bb041ad1e0" /><param name="src" value="http://www.adultswim.com/video/vplayer/index.html" /><param name="flashvars" value="id=417bebe5a60f10e30fda06bb041ad1e0" /><param name="allowfullscreen" value="true" /></object></div>
<p>a random PSA by batman and joker:</p>
<p>[funnyordie d8fab5370c]</p>
<p>michael scott&#8217;s catch phrase:</p>
<p><object width='260' height='280'><param name='movie' value='http://i.cdn.turner.com/v5cache/TBS/TBS04/flash/static/tbs_player.swf' /><param name='FlashVars' value='id=156723' /><embed src='http://i.cdn.turner.com/v5cache/TBS/TBS04/flash/static/tbs_player.swf' FlashVars='id=156723' type='application/x-shockwave-flash' width='260' height='280'></embed></object></p>
<p>and for no damn reason, bruce (family guy):</p>
<p><!-- div#main{overflow:visible;} --></p>
<div style="overflow: visible; background-color: #d53000; text-align: center; vertical-align: middle; width: 425px; z-index: 500;"><a style="display:block;" href="http://www.adultswim.com/video/index.html"><img src="http://www.adultswim.com/video/embeded_header.jpg" border="0" alt="" width="425" height="30" /></a><object width="425" height="350" data="http://www.adultswim.com/video/vplayer/index.html" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="FlashVars" value="id=8a2505951cf61ada011cfd284be60042" /><param name="src" value="http://www.adultswim.com/video/vplayer/index.html" /><param name="flashvars" value="id=8a2505951cf61ada011cfd284be60042" /><param name="allowfullscreen" value="true" /></object></div>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/thats-what-she-said/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>cause you had a bad day</title>
		<link>http://gorirrajoe.com/cause-you-had-a-bad-day/</link>
		<comments>http://gorirrajoe.com/cause-you-had-a-bad-day/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 07:23:58 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[daniel powter]]></category>
		<category><![CDATA[gripes]]></category>
		<category><![CDATA[padres]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=490</guid>
		<description><![CDATA[*names withheld damn&#8230; this temporary thing is killing me&#8230; i&#8217;m down to help and all and be a team player, but i&#8217;m thinking of the group. when (if?) i go back upstairs, they&#8217;ll be back in the same rut. and then what happens when this happens again, someone&#8217;ll call in sick or go on vacation&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>*names withheld</p>
<p>damn&#8230; this <em>temporary </em>thing is killing me&#8230; i&#8217;m down to help and all and be a team player, but i&#8217;m thinking of the group. when (if?) i go back upstairs, they&#8217;ll be back in the same rut.</p>
<p>and then what happens when this happens again, someone&#8217;ll call in sick or go on vacation&#8230; oh, there&#8217;s joey that we can pull back down here</p>
<p>the person who&#8217;s out doesn&#8217;t even do the same things i&#8217;m doing!</p>
<p>there&#8217;s just no thought process behind this or how much it affects others&#8230;</p>
<p>christ, i was in the middle of a friggin project and now i had to pass it off to another coworker &#8212; i&#8217;m ticked cuz 1) this was my first real high visibility project and 2) i had to increase the workload for that person&#8230;</p>
<p>this was going on in my head all day (among other bullshiz)&#8230; everyone in this dept is gonna burn out soon&#8230; the shizz they go through from crappy customers&#8230; blech</p>
<p>then the padres lost&#8230; c&#8217;mon!</p>
<p>i feel beat down today (not <em>off</em>)</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/cause-you-had-a-bad-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>friggin&#8217; indian givers</title>
		<link>http://gorirrajoe.com/friggin-indian-givers/</link>
		<comments>http://gorirrajoe.com/friggin-indian-givers/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 02:18:11 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[movies]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[andy]]></category>
		<category><![CDATA[comedy central]]></category>
		<category><![CDATA[crank yankers]]></category>
		<category><![CDATA[godfather]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=425</guid>
		<description><![CDATA[so i&#8217;ve been saying &#8220;batman&#8221; all throughout the day today&#8230; why? cuz one of my coworkers kept saying it &#8212; it&#8217;s from crank yankers [comedycentral 24554] // interesting first frame shown in comedy central&#8217;s video player&#8230; ha quote of the day: &#8220;just when i thought i was out&#8230; they pull me back in&#8221; term of [...]]]></description>
			<content:encoded><![CDATA[<p>so i&#8217;ve been saying &#8220;batman&#8221; all throughout the day today&#8230; why?</p>
<p>cuz one of my coworkers kept saying it &#8212; it&#8217;s from crank yankers</p>
<p>[comedycentral 24554]</p>
<p>// interesting first frame shown in comedy central&#8217;s video player&#8230; ha</p>
<p><strong>quote of the day:</strong> &#8220;just when i thought i was out&#8230; they pull me back in&#8221;<br />
<strong>term of the day:</strong> &#8220;indian giver&#8221; [ <a href="http://en.wikipedia.org/wiki/Indian_giver" target="_blank">wiki</a> ]</p>
<p><strong>UPDATE</strong></p>
<p>[comedycentral 60189]</p>
<p>&#8220;do you have black caulk?&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/friggin-indian-givers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Protected: book: the peter principle</title>
		<link>http://gorirrajoe.com/book-the-peter-principle/</link>
		<comments>http://gorirrajoe.com/book-the-peter-principle/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 05:23:15 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[book]]></category>
		<category><![CDATA[amir]]></category>
		<category><![CDATA[chaunce]]></category>
		<category><![CDATA[geoff]]></category>
		<category><![CDATA[peter principle]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=394</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://gorirrajoe.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-394">Password:<br />
<input name="post_password" id="pwbox-394" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/book-the-peter-principle/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

