<?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; web development</title>
	<atom:link href="http://gorirrajoe.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://gorirrajoe.com</link>
	<description>another FPSA production</description>
	<lastBuildDate>Mon, 21 May 2012 01:40:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>responsive!</title>
		<link>http://gorirrajoe.com/responsive/</link>
		<comments>http://gorirrajoe.com/responsive/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 09:23:03 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[responsive]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://gorirrajoe.com/?p=1794</guid>
		<description><![CDATA[try this out with my site&#8230; grab the corner of the browser and minimize slowly. at a certain point, which should be 800px, you&#8217;ll notice a change. that&#8217;s the stylesheet being smart and enabling a few rules i put in place to either hide, resize, or re-arrange different elements. even this image should resize and [...]]]></description>
			<content:encoded><![CDATA[<p>try this out with my site&#8230; grab the corner of the browser and minimize slowly. at a certain point, which should be 800px, you&#8217;ll notice a change. that&#8217;s the stylesheet being smart and enabling a few rules i put in place to either hide, resize, or re-arrange different elements.</p>
<p>even this image should resize and not cause horizontal sliders to appear:</p>
<p><img src="http://gorirrajoe.com/wp-content/uploads/dummyImage.png" alt="" /></p>
<p>ideally, the photo slides shouldn&#8217;t get cut off by the browser &#8212; they should at least resize until they are hidden from view. i need to work on that. that paper-like border i put around it kind of makes things difficult.</p>
<p>like i said, it&#8217;s a work in progress&#8230;</p>
<p>it&#8217;s neat tho &#8212; not needing to create an entirely separate template just for mobile browsers. why not just use what everyone sees and make changes to it accordingly! genius!</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/responsive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new home&#8230; feels roomy</title>
		<link>http://gorirrajoe.com/new-home-feels-roomy/</link>
		<comments>http://gorirrajoe.com/new-home-feels-roomy/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 22:22:41 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[new theme]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://gorirrajoe.com/?p=1777</guid>
		<description><![CDATA[so I FINALLY got my domain name and hosting transfered over to our gorirra account at hostgator&#8230; it&#8217;s something I&#8217;ve been meaning to do, I just knew it meant I had to create a new theme so here it is&#8230; much like jurassic park, there are a few glitches here and there but all will [...]]]></description>
			<content:encoded><![CDATA[<p>so I FINALLY got my domain name and hosting transfered over to our gorirra account at hostgator&#8230; it&#8217;s something I&#8217;ve been meaning to do, I just knew it meant I had to create a new theme</p>
<p>so here it is&#8230; much like jurassic park, there are a few glitches here and there but all will be ironed out soon enough</p>
<p>I wanted a theme where I could easily showcase my favorite pictures I&#8217;ve taken with my brand new sony nex-3. I came up with this sorta hybrid of a photo gallery/blog&#8230;</p>
<p>I may write a post of the backend php stuff I wrote in order to get this to work out the way it does</p>
<p>I&#8217;m also happy that the site is responsive&#8230; err&#8230; will be responsive. if you view it thru your phone, you&#8217;ll see the gallery frame a little too tall and a few other things&#8230; the hulu embed also breaks the container a bit</p>
<p>I&#8217;ve been meaning to learn responsive web design and I plan to implement stuff to this site&#8230; should be fun</p>
<p>btw, all the old posts are still here.. gotta love wordpress for that&#8230; so go and look around at all my ellipses and lazy writing</p>
<p>* mind the spelling and typos&#8230; posting from my phone</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/new-home-feels-roomy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress php snippets</title>
		<link>http://gorirrajoe.com/wordpress-php-snippets/</link>
		<comments>http://gorirrajoe.com/wordpress-php-snippets/#comments</comments>
		<pubDate>Sun, 08 May 2011 21:35:48 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1718</guid>
		<description><![CDATA[here are a bunch of frequently used code snippets i&#8217;ve used with many of my projects * i really should know these by now&#8230; but what are ya gonna do? linking to the homepage &#60;a href="&#60;?php echo get_option('home'); ?&#62;"&#62;...&#60;/a&#62; image references &#60;img src="&#60;?php bloginfo('stylesheet_directory'); ?&#62;/images/FILE_NAME.jpg" alt="&#60;?php bloginfo('name'); ?&#62;" title="&#60;?php bloginfo('name'); ?&#62;" /&#62; dynamic widgets &#60;?php [...]]]></description>
			<content:encoded><![CDATA[<p>here are a bunch of frequently used code snippets i&#8217;ve used with many of my projects</p>
<p>* i really should know these by now&#8230; but what are ya gonna do?</p>
<p><strong> linking to the homepage</strong></p>
<ul></ul>
<pre>&lt;a href="&lt;?php echo get_option('home'); ?&gt;"&gt;...&lt;/a&gt;</pre>
<p><strong> image references</strong></p>
<ul></ul>
<pre>&lt;img src="&lt;?php bloginfo('stylesheet_directory'); ?&gt;/images/FILE_NAME.jpg"
alt="&lt;?php bloginfo('name'); ?&gt;" title="&lt;?php bloginfo('name'); ?&gt;" /&gt;</pre>
<p><strong> dynamic widgets</strong></p>
<ul></ul>
<pre>&lt;?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('WIDGET_NAME') ) : ?&gt;
&lt;?php endif; ?&gt;</pre>
<p>then, in functions.php, add this:</p>
<pre>register_sidebar(array('name'=&gt;'WIDGET_NAME',
'before_widget' =&gt; '',
'after_widget' =&gt; '',
'before_title' =&gt; '&lt;h3&gt;',
'after_title' =&gt; '&lt;/h3&gt;',
));</pre>
<p><strong> custom fields &#8211; mentioned before on my site, but just to have &#8216;em all together</strong></p>
<ul></ul>
<pre>&lt;?php $VARIABLE_NAME=get_post_meta($post-&gt;ID, "CUSTOM_FIELD_NAME", true);
if (get_post_meta($post-&gt;ID, "CUSTOM_FIELD_NAME", true)) {
echo ("&lt;img src=\"FULL_PATH_TO/$VARIABLE_NAME\" /&gt;");
} ?&gt;</pre>
<p><strong> copyright</strong></p>
<ul></ul>
<pre>&amp;copy; &lt;?php echo date('Y'); ?&gt; - &lt;?php bloginfo('name'); ?&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/wordpress-php-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>frequently used wordpress plugins</title>
		<link>http://gorirrajoe.com/frequently-used-wordpress-plugins/</link>
		<comments>http://gorirrajoe.com/frequently-used-wordpress-plugins/#comments</comments>
		<pubDate>Sun, 08 May 2011 20:45:21 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1713</guid>
		<description><![CDATA[i needed to keep a list of the wordpress plugins i use, either on my personal site or on the various other sites i&#8217;ve worked on required all in one seo pack google analyticator google xml sitemaps db cache reloaded fix hyper cache dependent on project anyvar custom post limits shadowbox js wordpress related posts [...]]]></description>
			<content:encoded><![CDATA[<p>i needed to keep a list of the wordpress plugins i use, either on my personal site or on the various other sites i&#8217;ve worked on</p>
<h2>required</h2>
<ul>
<li>all in one seo pack</li>
<li>google analyticator</li>
<li>google xml sitemaps</li>
<li>db cache reloaded fix</li>
<li>hyper cache</li>
</ul>
<h2>dependent on project</h2>
<ul>
<li>anyvar</li>
<li>custom post limits</li>
<li>shadowbox js</li>
<li>wordpress related posts</li>
<li>contact form 7 (+really simple CAPTCHA)</li>
<li>audio player</li>
<li>my page order</li>
<li>widget entries</li>
</ul>
<p>i need to also put frequently-used code&#8230; nice segue, joe&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/frequently-used-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google web fonts enabled</title>
		<link>http://gorirrajoe.com/google-web-fonts-enabled/</link>
		<comments>http://gorirrajoe.com/google-web-fonts-enabled/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 09:20:17 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[google web fonts]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1702</guid>
		<description><![CDATA[i&#8217;m really lovin&#8217; the google web fonts service. i have a post about to go live on MoG soon&#8230; so i won&#8217;t gush much about it here. i&#8217;ve put the pacifico font as the headers and the ubuntu font as the overall body font &#8212; pretty sharp]]></description>
			<content:encoded><![CDATA[<p>i&#8217;m really lovin&#8217; the <a href="http://www.google.com/webfonts" target="_blank">google web fonts</a> service. i have a post about to go live on MoG soon&#8230; so i won&#8217;t gush much about it here.</p>
<p>i&#8217;ve put the <a href="http://www.google.com/webfonts/family?family=Pacifico&#038;subset=latin" target="_blank">pacifico</a> font as the headers and the <a href="http://www.google.com/webfonts/family?family=Ubuntu&#038;subset=latin" target="_blank">ubuntu</a> font as the overall body font &#8212; pretty sharp</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/google-web-fonts-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>me and 1and1 are cool again&#8230;</title>
		<link>http://gorirrajoe.com/me-and-1and1-are-cool-again/</link>
		<comments>http://gorirrajoe.com/me-and-1and1-are-cool-again/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 15:47:09 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1561</guid>
		<description><![CDATA[so i&#8217;ve had this long-standing issue with my host, 1and1, where i wasn&#8217;t able to install plugins or upgrade the wordpress software to the latest and greatest version&#8230; this really ticked me off because i would have to do plugin updates manually (upload via ftp) and the newest wordpress 3.x didn&#8217;t want to upgrade at [...]]]></description>
			<content:encoded><![CDATA[<p>so i&#8217;ve had this long-standing issue with my host, 1and1, where i wasn&#8217;t able to install plugins or upgrade the wordpress software to the latest and greatest version&#8230;</p>
<p>this really ticked me off because i would have to do plugin updates manually (upload via ftp) and the newest wordpress 3.x didn&#8217;t want to upgrade at all (i&#8217;d get server errors)</p>
<p>so i finally consulted google and was able to find a solution &#8212; apparently it has bothered other people!</p>
<blockquote><p><em>If you are a 1and1.com user</em> and are having problems getting the <strong>auto upgrade</strong> to work (for both the core and plugins), here&#8217;s the fix.</p>
<p>Add the following line to your <strong>.htaccess</strong> file (in the root directory of your WP install):</p>
<p><code>AddType x-mapp-php5 .php</code></p></blockquote>
<p>as soon as i updated the .htaccess file, i was able to upgrade plugins and even wordpress itself!</p>
<p>i was even able to install the <strong><a href="http://www.bravenewcode.com/products/wptouch-pro/" target="_blank">WPtouch</a> </strong>plugin through my phone! that&#8217;s sick.</p>
<p>happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/me-and-1and1-are-cool-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the band of primates</title>
		<link>http://gorirrajoe.com/the-band-of-primates/</link>
		<comments>http://gorirrajoe.com/the-band-of-primates/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 18:20:26 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[gorirra]]></category>
		<category><![CDATA[pedobear]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1327</guid>
		<description><![CDATA[so i&#8217;ve FINALLY updated the gorirra site&#8230; it wasn&#8217;t just a small cosmetic change neither&#8230; it&#8217;s a whole upgrade to the wordpress cms. i&#8217;m really happy with the way it turned out &#8212; it&#8217;s simple and modern &#60;toot toot&#62; i&#8217;m kinda glad i didn&#8217;t go with my initial mockup:]]></description>
			<content:encoded><![CDATA[<p>so i&#8217;ve FINALLY updated the <a href="http://gorirra.com/" target="_blank">gorirra site</a>&#8230; it wasn&#8217;t just a small cosmetic change neither&#8230; it&#8217;s a whole upgrade to the wordpress cms.</p>
<p>i&#8217;m really happy with the way it turned out &#8212; it&#8217;s simple and modern &lt;toot toot&gt;</p>
<p>i&#8217;m kinda glad i didn&#8217;t go with my initial mockup:</p>
<div id="attachment_1333" class="wp-caption aligncenter"><a href="http://www.gorirrajoe.com/wp-content/uploads/2010/03/gorirra-wireframe3.jpg"><img class="size-thumbnail wp-image-1333" title="gorirra-wireframe3" src="http://www.gorirrajoe.com/wp-content/uploads/2010/03/gorirra-wireframe3-150x150.jpg" alt="" width="150" height="150" /></a><p class="wp-caption-text">wise decision...</p></div>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/the-band-of-primates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>more coding funzz!</title>
		<link>http://gorirrajoe.com/more-coding-funzz/</link>
		<comments>http://gorirrajoe.com/more-coding-funzz/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 21:22:40 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1290</guid>
		<description><![CDATA[on the topic of &#8220;figuring things out wrt coding&#8221; &#8212; i was working on converting a site to wordpress and was trying to figure out how to get a home page movie to appear ONLY on the home page (easily). so i looked around and found out there was a wordpress function called &#8220;is_front_page()&#8221; so, [...]]]></description>
			<content:encoded><![CDATA[<p>on the topic of &#8220;figuring things out wrt coding&#8221; &#8212; i was working on converting a site to wordpress and was trying to figure out how to get a home page movie to appear ONLY on the home page (easily).<br />
so i looked around and found out there was a wordpress function called &#8220;is_front_page()&#8221;</p>
<p>so, along with a nifty fade in/fade out script, i created this in the header.php file:</p>
<pre>&lt;?php
  if ( is_front_page() ) {
  echo "
    &lt;div class=\"hpmovie\"&gt;
      &lt;div id=\"xlide\"&gt;
        &lt;img src=\"wp-content/themes/[THEMENAME]/images/5.jpg\"
          alt=\"\" /&gt;
        &lt;img src=\"wp-content/themes/[THEMENAME]/images/11.jpg\"
          alt=\"\" /&gt;
        ...
      &lt;/div&gt;
    &lt;/div&gt;
  ";
  }
?&gt;</pre>
<p>so basically, if it&#8217;s the home page, it&#8217;ll write stuff to the page&#8230; boom</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/more-coding-funzz/feed/</wfw:commentRss>
		<slash:comments>0</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>anything you want can be yours at any time</title>
		<link>http://gorirrajoe.com/anything-you-want-can-be-yours-at-any-time/</link>
		<comments>http://gorirrajoe.com/anything-you-want-can-be-yours-at-any-time/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 07:48:30 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[andy]]></category>
		<category><![CDATA[colourlovers]]></category>
		<category><![CDATA[jason mraz]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1157</guid>
		<description><![CDATA[new site theme is up and running! i&#8217;m sure i forgot something so if you see any errors&#8230; lemme know (my qc guy is in town, but i&#8217;m excited to roll out with this) not like you care, but this is hugely different than the previous theme i had (white with the red line at [...]]]></description>
			<content:encoded><![CDATA[<p>new site theme is up and running!</p>
<p>i&#8217;m sure i forgot something so if you see any errors&#8230; lemme know (my qc guy is in town, but i&#8217;m excited to roll out with this)</p>
<p>not like you care, but this is hugely different than the previous theme i had (white with the red line at the top)&#8230; this one has a bit more color in it and a few more elements that i&#8217;ve picked up recently</p>
<p>to start, the main logo is a transparent png with a rollover AND it degrades nicely if you&#8217;re using a shitty browser like ie6&#8230;</p>
<div id="attachment_1158" class="wp-caption alignnone"><img class="size-full wp-image-1158" title="gorirrajoe-logo" src="http://www.gorirrajoe.com/wp-content/uploads/2010/01/gorirrajoe-logo.png" alt="" width="339" height="200" /><p class="wp-caption-text">tranny ping (not some gay dood in china)</p></div>
<p>so it&#8217;s one image, and the css switches the image when you roll over it&#8230; this method is pretty cool and super easy to pull off. the end result is clean and it loads quick!</p>
<p>then there&#8217;s the overall color scheme&#8230; i wish i was better at color theory, but i&#8217;m not. so i gotta do research on colourlovers for inspiration. i knew i wanted a &#8220;web 2.0&#8243; (ugh) <a href="http://www.colourlovers.com/palette/919313/Papua_New_Guinea" target="_blank">color scheme</a> and i think i did it&#8230;</p>
<p>another thing that&#8217;s cool is the footer &#8212; i knew i wanted to do a design with a 3 column footer&#8230; i&#8217;ve seen kids these days doing it so i wanted to join that crew&#8230; i moved the archive list down here, put a short little bio (that&#8217;s a first for me), put the social networking sites, and re-added my signature in the copyright</p>
<p>i really like logos&#8230; especially when they&#8217;re sharp&#8230; thanks to the interwebs, i was able to find a set of illustrator vectors of the social networking site logos. so i was able to resize them down without losing quality&#8230; i used the rollover styling here as well</p>
<div id="attachment_1159" class="wp-caption alignnone"><img class="size-full wp-image-1159" title="socialNetworking" src="http://www.gorirrajoe.com/wp-content/uploads/2010/01/socialNetworking.gif" alt="" width="400" height="100" /><p class="wp-caption-text">tranny gif this time... </p></div>
<p>and to celebrate, i&#8217;ll throw in a song&#8230; it&#8217;s actually a song i just learned on guitar &#8212; it&#8217;s SUPER simple even <a href="http://andymorales.com" target="_blank">andy</a> could prolly play it</p>
<p>it&#8217;s <a title="Jason Mraz - Anything You Want" href="http://www.gorirrajoe.com/wp-content/uploads/2010/01/anythingYouWant.mp3"><img style="display: none;" src="http://www.gorirrajoe.com/wp-content/uploads/2009/01/album-art.jpg" border="0" alt="" />jason mraz&#8217;s &#8220;anything you want&#8221;</a> off his live cd &#8211; &#8220;<a href="http://jasonmraz.shop.musictoday.com/Dept.aspx?cp=418_23538" target="_blank">beautiful mess: live on earth</a>&#8221; (<a href="http://www.hulu.com/watch/121727/jason-mraz-anything%C2%A0you%C2%A0want-from-jason-mrazs-beautiful-mess---live-on-earth" target="_blank">hulu</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/anything-you-want-can-be-yours-at-any-time/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://www.gorirrajoe.com/wp-content/uploads/2010/01/anythingYouWant.mp3" length="8451639" type="audio/mpeg" />
<enclosure url="http://www.gorirrajoe.com/wp-content/uploads/2010/01/anythingYouWant.mp3" length="8451639" type="audio/mpeg" />
		</item>
	</channel>
</rss>

