<?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>Josh's World</title>
	<atom:link href="http://joshsworld.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshsworld.com</link>
	<description>The Official Website of Josh Kryzak</description>
	<lastBuildDate>Tue, 13 Apr 2010 02:26:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Holy Matrimony, Batman</title>
		<link>http://joshsworld.com/uncategorized/holy-matrimony-batman/</link>
		<comments>http://joshsworld.com/uncategorized/holy-matrimony-batman/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 02:01:48 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joshsworld.com/?p=426</guid>
		<description><![CDATA[Sorry ladies- my brother, Jeph, is officially off the market.  On April 11, 2010, Jeph and Amy officially tied the knot.  Congrats to my twin brother and his new bride.  Welcome to the family, Amy.  My brother asked me to be his best man, which was a great honor.  In [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry ladies- my brother, Jeph, is officially off the market.  On April 11, 2010, Jeph and Amy officially tied the knot.  Congrats to my twin brother and his new bride.  Welcome to the family, Amy.  My brother asked me to be his best man, which was a great honor.  In order to express my deep and complex feelings, I commissioned a rap song for the special occasion to be played during my toast to the new couple at the reception.  Feel free to listen below.</p>
<p><object width="300" height="20" type="application/x-shockwave-flash" data="http://joshsworld.com/xspf_player.swf?&#038;song_url=http://joshsworld.com/eweezer/sounds/JephAndAmy.mp3&#038;"><param name="movie" value="http://joshsworld.com/xspf_player.swf?&#038;song_url=http://joshsworld.com/eweezer/sounds/JephAndAmy.mp3&#038;" /><img width="300" height="20" src="http://joshsworld.com/images/clear.gif" alt=""/></object><br />
Like the song?  I used and highly recommend <a href="http://www.rapforme.com">RapForMe.com</a>.</p>
<p>Congrats Jeph and Amy,<br />
Love,<br />
Josh</p>
<p><img src="/images/jephamykryzak.jpg" alt="Jeph and Amy" /></p>
]]></content:encoded>
			<wfw:commentRss>http://joshsworld.com/uncategorized/holy-matrimony-batman/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Make Blogroll Links NoFollow</title>
		<link>http://joshsworld.com/development/how-to-make-blogroll-links-nofollow/</link>
		<comments>http://joshsworld.com/development/how-to-make-blogroll-links-nofollow/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 07:00:43 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://joshsworld.com/?p=399</guid>
		<description><![CDATA[QUICK ANSWER: Disable Javascript and add &#8220;nofollow&#8221; to the Link Relationship (XFN) field.

EXPLANATION:
In researching how to make a WordPress Blog Roll contain the rel=&#8221;nofollow&#8221; tag, I found several solutions.  Examples included WordPress plug-ins and some quick php file hacks.  Those methods worked, but I discovered a quick solution that does not require any [...]]]></description>
			<content:encoded><![CDATA[<p><strong>QUICK ANSWER:</strong> Disable Javascript and add &#8220;nofollow&#8221; to the Link Relationship (XFN) field.</p>
<p><img style="border: 1px solid #000; margin-left:200px;" src="/images/nofollow-small.jpg" alt="nofollow in wordpress blogroll" /></p>
<p><strong>EXPLANATION:</strong><br />
In researching how to make a WordPress Blog Roll contain the rel=&#8221;nofollow&#8221; tag, I found several solutions.  Examples included WordPress plug-ins and some quick php file hacks.  Those methods worked, but I discovered a quick solution that does not require any plug-ins or any file edits.  Simply log in to the admin dashboard and navigate to the &#8220;edit links&#8221; section.  Locate a link which requires the nofollow tag and click edit.  Notice if you attempt to type &#8220;nofollow&#8221; in the <strong>rel</strong> blank in the Link Relationship section, it is automatically altered.  To avoid this, simply disable your Javascript.</p>
<p>The great thing about this trick is that it works for both the downloadable version of WordPress found at wordpress.org AND the hosted version at wordpress.com.</p>
<p><strong>How To Disable Javascript in Internet Explorer:</strong><br />
Javascript can be disabled in IE by going to <strong>Tools</strong> &gt; <strong>Internet Options</strong> and on the <strong>Security</strong> tab, click <strong>Custom level&#8230;</strong> Scroll down to <strong>Active Scripting</strong> and click <strong>Disable</strong> and then <strong>OK</strong> and save the settings.</p>
<p><img src="/images/ie-disable-javascript.jpg" alt="Disable Javascript in Internet Explorer" /></p>
<p><strong>How To Disable Javascript in FireFox:</strong><br />
Go to <strong>Tools</strong> &gt; <strong>Options</strong> and select the <strong>Content</strong> tab. Un-select the checkbox next to <strong>Enable JavaScript</strong> and click <strong>OK</strong>.  FireFox has a web developer Add-on that is useful for toggling Javascript on and off, as well as other cool development features.</p>
<p><img src="/images/ff-disable-javascript.jpg" alt="Disable Javascript in FireFox" /></p>
<p>Once you&#8217;ve disabled Javascript, enter &#8220;nofollow&#8221; into the <strong>rel</strong> blank and save the change to your link.  Make any edits to the other links in the blogroll that require the nofollow attribute.</p>
<p><img src="/images/nofollow.jpg" alt="nofollow in wordpress blogroll" /></p>
<p>Double check to make sure the nofollow tag was added by refreshing a blog page and viewing the source.  When you have finished, remember to enable Javascript.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshsworld.com/development/how-to-make-blogroll-links-nofollow/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mix It Up</title>
		<link>http://joshsworld.com/uncategorized/mix-it-up/</link>
		<comments>http://joshsworld.com/uncategorized/mix-it-up/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 03:58:37 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joshsworld.com/?p=391</guid>
		<description><![CDATA[I am going to be making some changes to my website.  Perhaps that will inspire me to post more often.
]]></description>
			<content:encoded><![CDATA[<p>I am going to be making some changes to my website.  Perhaps that will inspire me to post more often.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshsworld.com/uncategorized/mix-it-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AVOID M &amp; H Fences, Dallas, TX</title>
		<link>http://joshsworld.com/annoying/avoid-m-h-fences-dallas-tx/</link>
		<comments>http://joshsworld.com/annoying/avoid-m-h-fences-dallas-tx/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 17:55:56 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Annoying]]></category>

		<guid isPermaLink="false">http://joshsworld.com/?p=379</guid>
		<description><![CDATA[M &#38; H Fences replaced the fence around my next door neighbor&#8217;s backyard.  Below are some photos of the finished job.  Yes, this is finished.  I&#8217;ve highlighted the property line in these photos with a red line.  Notice the dirt, concrete, and debris on my property.  I called Mark at [...]]]></description>
			<content:encoded><![CDATA[<p><strong>M &amp; H Fences</strong> replaced the fence around my next door neighbor&#8217;s backyard.  Below are some photos of the finished job.  Yes, this is finished.  I&#8217;ve highlighted the property line in these photos with a red line.  Notice the dirt, concrete, and debris on my property.  I called Mark at <strong>M &amp; H Fences</strong> and asked him to have his crew clean the mess that was located on my property.  Mark told me it was his customer&#8217;s job to clean up that mess.  I will be spreading the word about this example of the work by <strong>M &amp; H Fence</strong> company.</p>
<p><a href="/images/mhfence1.jpg"><img src="/images/mhfence1sm.jpg" alt="M &amp; H Fence - Dallas, TX" /></a><br/></p>
<p><a href="/images/mhfence2.jpg"><img src="/images/mhfence2sm.jpg" alt="M &amp; H Fence - Dallas, TX" /><br/></p>
<p><a href="/images/mhfence3.jpg"><img src="/images/mhfence3sm.jpg" alt="M &amp; H Fence - Dallas, TX" /><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://joshsworld.com/annoying/avoid-m-h-fences-dallas-tx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Urbanspoon Rocks</title>
		<link>http://joshsworld.com/food/urbanspoon-rocks/</link>
		<comments>http://joshsworld.com/food/urbanspoon-rocks/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 21:13:46 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Food]]></category>

		<guid isPermaLink="false">http://joshsworld.com/?p=371</guid>
		<description><![CDATA[Hi Josh,
We received a request from you to claim the blog Josh&#8217;s World. I was unable to find an email address on the blog to contact to verify your claim. In order for me to approve the claim, could you please do one of the following:
1) Post an email address on your blog somewhere that [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Hi Josh,</p>
<p>We received a request from you to claim the blog Josh&#8217;s World. I was unable to find an email address on the blog to contact to verify your claim. In order for me to approve the claim, could you please do one of the following:</p>
<p>1) Post an email address on your blog somewhere that I can contact, or<br />
2) Create a blog post including the text &#8220;Urbanspoon rocks&#8221;.</p>
<p>Once I&#8217;ve confirmed you, feel free to remove the email address or post. In either case, let me know so I can confirm your claim.</p>
<p>Thanks,<br />
Kate</p></blockquote>
<p>I&#8217;m going with option 2.  Since I have been so lazy about posting lately, I will go ahead and not delete this post.  And you can check out <a href="http://www.urbanspoon.com/u/profile/408963/kzak.html" target="_new">Urbanspoon</a>.  It&#8217;s a great site for reviewing restaurants, discovering new places to eat, and other food related activities.  Sometimes people look at me like I am a weirdo when I take <a href="http://joshsworld.com/eweezer/gallery2/main.php?g2_itemId=2336">pictures of food</a>, but now I have found a community that embraces such behavior. </p>
]]></content:encoded>
			<wfw:commentRss>http://joshsworld.com/food/urbanspoon-rocks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Roller Skating- A Forgotten Art</title>
		<link>http://joshsworld.com/uncategorized/roller-skating-a-forgotten-art/</link>
		<comments>http://joshsworld.com/uncategorized/roller-skating-a-forgotten-art/#comments</comments>
		<pubDate>Mon, 25 May 2009 05:11:22 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joshsworld.com/?p=358</guid>
		<description><![CDATA[This weekend was so boss.  A few of the Coppell kids went rollerskating for Andrea&#8217;s 30th birthday.  This video perfectly captures the theme of the evening.  BTW- the theme was 70&#8217;s night, not gay night.  So maybe this video doesn&#8217;t quite capture the theme, but it was fun.

]]></description>
			<content:encoded><![CDATA[<p>This weekend was so boss.  A few of the Coppell kids went rollerskating for <a href="http://babyonthehip.wordpress.com/">Andrea&#8217;s</a> 30th birthday.  This video perfectly captures the theme of the evening.  BTW- the theme was 70&#8217;s night, not gay night.  So maybe this video doesn&#8217;t quite capture the theme, but it was fun.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="448" height="363" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/qbJxf0t_Z6s&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="448" height="363" src="http://www.youtube.com/v/qbJxf0t_Z6s&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://joshsworld.com/uncategorized/roller-skating-a-forgotten-art/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Recap 2008</title>
		<link>http://joshsworld.com/uncategorized/lets-recap-2008/</link>
		<comments>http://joshsworld.com/uncategorized/lets-recap-2008/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 05:03:44 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joshsworld.com/?p=345</guid>
		<description><![CDATA[I had planned on writing an exciting 2008 recap post for my first entry of 2009, but I decided to do clip show.  That is what they do on TV, so why can&#8217;t I?  So here is a montage of random videos that I recorded in 2008. Enjoy.

]]></description>
			<content:encoded><![CDATA[<p>I had planned on writing an exciting 2008 recap post for my first entry of 2009, but I decided to do clip show.  That is what they do on TV, so why can&#8217;t I?  So here is a montage of random videos that I recorded in 2008. Enjoy.</p>
<p><object width="448" height="363"><param name="movie" value="http://www.youtube.com/v/WinhG-RqgHw&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/WinhG-RqgHw&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="448" height="363"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://joshsworld.com/uncategorized/lets-recap-2008/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Acura TL Seat Heater Fix</title>
		<link>http://joshsworld.com/cars/acura-tl-seat-heater-fix/</link>
		<comments>http://joshsworld.com/cars/acura-tl-seat-heater-fix/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 07:54:38 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Cars]]></category>

		<guid isPermaLink="false">http://joshsworld.com/?p=329</guid>
		<description><![CDATA[
Earlier this year the driver side seat heater went out in my 2003 Acura TL Type-S.  It wasn&#8217;t a problem since winter was almost over.  But now the cold is coming back and I miss having a warm butt when I drive.  So I did some online research and found that this [...]]]></description>
			<content:encoded><![CDATA[<p><object width="448" height="363"><param name="movie" value="http://www.youtube.com/v/J1Ftv3hnDXk&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/J1Ftv3hnDXk&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="448" height="363"></embed></object></p>
<p>Earlier this year the driver side seat heater went out in my 2003 Acura TL Type-S.  It wasn&#8217;t a problem since winter was almost over.  But now the cold is coming back and I miss having a warm butt when I drive.  So I did some online research and found that this is a common problem and the fix was neither difficult nor expensive.  Below are the steps I took to repair my seat heater which is now working properly.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-01.jpg" alt="" width="448" height="336" /><br />
1. Move the seat into the fully back position for easy access to the two bolts in front.  Remove the bolts using a ratchet.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-02.jpg" alt="" width="448" height="336" /><br />
2.  Move the seat into the fully forward position to access the bolts in the back.  The bolts are concealed under small plastic covers.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-03.jpg" alt="" width="448" height="336" /><br />
3. Remove the covers. Gently pull and wiggle on the covers and they should pop off.  Remove the two bolts using the ratchet.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-04.jpg" alt="" width="448" height="336" /><br />
4. There are two wire connections underneath the seat, disconnect the wires.  I found it helpful to lean the seat forward so I could access the wire harnesses with both hands.  It also helps to pop the larger harness off the metal bracket underneath the seat.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-05.jpg" alt="" width="448" height="336" /><br />
5. Remove the seat from the car.  The seat is heavy.  Be careful so you don&#8217;t scratch other parts of the car.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-06.jpg" alt="" width="448" height="336" /><br />
6.  Set the seat on a soft surface.  I used a towel.  I also removed the headrest so I wouldn&#8217;t have to worry about scratching or scuffing it.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-07.jpg" alt="" width="448" height="336" /><br />
7. Set the chair flat on its back so you have easy access to the bottom.  Remove the four screws that fasten the front plastic piece.  There is a wire harness fastened to this front piece.  You should pop off the clip that holds the harness.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-08.jpg" alt="" width="448" height="336" /><br />
8. Remove the two screws that fasten the right side plastic piece.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-09.jpg" alt="" width="448" height="336" /><br />
9. In order to remove the two screws that fasten the left side plastic piece, you will need to remove the hole covers.  Use a very small flat head screwdriver to remove the covers.  After you have unscrewed the two screws holding the plastic piece, disconnect the three wire harnesses attached to the power seating switches.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-10.jpg" alt="" width="448" height="336" /><br />
10. Remove the two bolts that hold the bottom seat section to the frame of the seat on the right side.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-11.jpg" alt="" width="448" height="336" /><br />
11. Remove the two bolts that hold the bottom seat section to the frame of the seat on the left side.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-12.jpg" alt="" width="448" height="336" /><br />
12. Disconnect all the wire harnesses underneath the seat so you have more room to work.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-13.jpg" alt="" width="448" height="336" /><br />
13.  Remove the hog rings underneath the seat.  There are two on each side and three in front.  I found using two pairs of pliers make this job a little bit easier since I do not have hog ring pliers. You will also need to un-secure the plastic tabs that hold the leather in place in back.  I found it easier to move those after I began to pull the leather off.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-14.jpg" alt="" width="448" height="336" /><br />
14.  Begin gently pulling the leather cover from the foam cushion.  There are more hog rings in the middle of the seat.  Remove the three at the front and one on each side of the center pattern of the seat.  The seat of a non Type S is probably a little different.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-15.jpg" alt="" width="448" height="336" /><br />
15.  Pull back the leather a little more and the problem is exposed.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-16.jpg" alt="" width="448" height="336" /><br />
16.  Remove the charred wire and solder on the replacement wire.  I used a light gauge wire (about four inches).  I tried to use a wire that closely matched the one that was originally there.</p>
<p><img title="seat heater repair" src="http://joshsworld.com/images/acura-seat-heater-17.jpg" alt="" width="448" height="336" /><br />
17.  I taped the soldered connections and put the seat back together following these same steps in reverse.</p>
<p><strong>Hints:</strong><br />
Be careful when moving the seat.  It is very easy to scratch other parts of the car.</p>
<p>Make sure you don&#8217;t forget to reattach the wire harnesses; there are a lot of them.  You will probably have to reset your memory seat positions after you have finished this repair.</p>
<p>Keep in mind that your owners manual says to only keep your seat heaters on high for a short period of time.  Switch to low after the seats have heated up.</p>
<p>This is a great time to clean hard to reach areas of the car.  I vacuumed underneath the seat and cleaned the plastic pieces that are too difficult to reach when assembled.</p>
<p>I am not a mechanic so this repair isn&#8217;t gospel.  Follow these steps at your own risk.</p>
<p>For more great information about Acura, visit <a href="http://www.acurazine.com">Acurazine.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshsworld.com/cars/acura-tl-seat-heater-fix/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>And We&#8217;re Back</title>
		<link>http://joshsworld.com/uncategorized/and-were-back/</link>
		<comments>http://joshsworld.com/uncategorized/and-were-back/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 06:23:27 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joshsworld.com/?p=297</guid>
		<description><![CDATA[Hey kids, sorry I&#8217;ve been gone so long.  Russian and Chinese hacker-bots destroyed my blog making it impossible for me to post anything new.  Since it was not easily fixable, I procrastinated; and when i finally got around to fixing it, it took forever.  But alas everything works now- game on. If you subscribe [...]]]></description>
			<content:encoded><![CDATA[<p>Hey kids, sorry I&#8217;ve been gone so long.  Russian <em>and</em> Chinese hacker-bots destroyed my blog making it impossible for me to post anything new.  Since it was not easily fixable, I procrastinated; and when i finally got around to fixing it, it took forever.  But alas everything works now- game on. If you subscribe to this site with a reader, you might want to update the <a href="http://joshsworld.com/feed/">RSS address</a> because my URLs changed.</p>
<p>So let me fill you in on the highlights during my hiatus:</p>
<p><strong>August</strong><br />
I went to Chicago on the weekend of my 31st birthday to go to my <a href="http://joshsworld.com/eweezer/gallery2/main.php?g2_itemId=3875">cousin Chris&#8217; going-away-party</a>.  He was leaving for Afghanistan with the National Guard.  Another cousin, Lauren, was having a baby shower.  It was a fun weekend trip and I ate a lot.</p>
<p><strong>September</strong><br />
We went to <a href="http://thebooblog.wordpress.com/" target="_new">Jackie&#8217;s</a> La Posada ranch for Labor Day weekend. Just <a href="http://joshsworld.com/eweezer/gallery2/main.php?g2_itemId=3879">Chris, Keely, and me</a> made the trek down, but we still had a great time. We rode 4-wheelers and learned where baby cows come from. I ate a <a href="http://joshsworld.com/eweezer/gallery2/main.php?g2_itemId=3913">burrito that probably weighed 2 lbs</a>. Fun times.</p>
<p><strong>October</strong><br />
Keely and I went camping at <a href="http://joshsworld.com/eweezer/gallery2/main.php?g2_itemId=6356">Tyler State Park</a> with some friends from Fellowship. It was our first <em>real</em> camping trip ever. It was fun except when it was time to sleep. The ground was not too soft.  I considered sleeping in the car, but I roughed it.  Also, we ate a lot.</p>
<p>Okay, so you are all caught up now. You won&#8217;t have to wait another 3 months for my next update.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshsworld.com/uncategorized/and-were-back/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>We Build Excitement</title>
		<link>http://joshsworld.com/cars/we-build-excitement/</link>
		<comments>http://joshsworld.com/cars/we-build-excitement/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 07:11:48 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Cars]]></category>

		<guid isPermaLink="false">http://joshsworld.com/?p=188</guid>
		<description><![CDATA[
Some times I get all excited about the idea of getting a new car.  And it seems like the list of must-have options for me grows every day.  I gotta have GPS navigation, Xenon headlights, keyless start&#8230; the list goes on.  But when I was just a boy, all I wanted was [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="448" height="363" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/1wnn6Igw0q8&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="448" height="363" src="http://www.youtube.com/v/1wnn6Igw0q8&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
<p>Some times I get all excited about the idea of getting a new car.  And it seems like the list of must-have options for me grows every day.  I gotta have GPS navigation, Xenon headlights, keyless start&#8230; the list goes on.  But when I was just a boy, all I wanted was a Pontiac Fiero.</p>
<p>I don&#8217;t know how anybody can watch this commercial and not want to rush to the local Pontiac dealership and 1986.  One of the first things that caught my attention (besides the ruggedly handsome driver) is the lack of fine print &#8220;professional driver on closed course, do not attempt.&#8221; What a simpler time.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshsworld.com/cars/we-build-excitement/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
