<?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>ericgehrman.com</title>
	<atom:link href="http://www.ericgehrman.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericgehrman.com</link>
	<description>asp.net developer and austinite</description>
	<lastBuildDate>Mon, 06 Jun 2011 17:23:57 +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>Reordering an Array in PHP for an Image Gallery</title>
		<link>http://www.ericgehrman.com/2011/06/06/reordering-an-array-in-php-for-an-image-gallery/</link>
		<comments>http://www.ericgehrman.com/2011/06/06/reordering-an-array-in-php-for-an-image-gallery/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 17:23:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ericgehrman.com/?p=91</guid>
		<description><![CDATA[Say I have a homepage image rotator (as seen here), and grabbing the images in any logical order (by date, by name) is not an option. Well, its time to make an array and shuffle it! The following code snippet grabs all the image files within a certain directory, turns them into an array (using [...]]]></description>
			<content:encoded><![CDATA[<p>Say I have a homepage image rotator (as seen <a href="http://www.dkarc.com">here</a>), and grabbing the images in any logical order (by date, by name) is not an option. Well, its time to make an array and shuffle it!</p>
<p>The following code snippet grabs all the image files within a certain directory, turns them into an array (using the readdir function, which un-modified would order them according to the timestamp on the server), and then randomizes it. </p>
<p>Check it out: </p>
<p><code><br />
	$image_dir = "$_SERVER[DOCUMENT_ROOT]/images/home"; // directory on server<br />
	$image_relative_path = '/images/home'; // path to images relative to script<br />
	$file_types = array('jpg','jpeg','gif','png');<br />
	$image_time = '10000'; // seconds each image will display (10000 = 10 seconds)</p>
<p>if ($handle = opendir($image_dir)) {<br />
   $dir_array = array();<br />
   $count = 0;<br />
    while (false !== ($file = readdir($handle))) {<br />
        if($file!="." &#038;&#038; $file!=".."){<br />
            $dir_array[$count] = $file;<br />
			$count = $count + 1;<br />
        }<br />
    }<br />
	// ive got my array, now lets Randomize it!<br />
	shuffle($dir_array);</p>
<p>	$i = (int)(0);<br />
	while ($i < $count){<br />
		$image_rotation .= /add html around this: '.$image_relative_path.'/'.$dir_array[$i].' ;<br />
		$i = $i + 1;<br />
	}<br />
    closedir($handle);<br />
}<br />
</code></p>
<p>The code uses a jQuery plugin called <a href="http://medienfreunde.com/lab/innerfade/">innerfade</a> to create a cool UX. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericgehrman.com/2011/06/06/reordering-an-array-in-php-for-an-image-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domains for sale.</title>
		<link>http://www.ericgehrman.com/2011/01/28/domains-for-sale/</link>
		<comments>http://www.ericgehrman.com/2011/01/28/domains-for-sale/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 17:17:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ericgehrman.com/?p=88</guid>
		<description><![CDATA[Today, I got an interesting email for one of the domains I own. it reads: Hey, my name is Seth Chilcutt with Secured Premium Domains. nosarahouserentals.com will be available for purchase soon. Since you own nosarahouserental.com, I think you may be interested in nosarahouserentals.com. It is recommended to eliminate any confusion to nosarahouserental.com, to own [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I got an interesting email for one of the domains I own.</p>
<p>it reads:</p>
<blockquote><p>Hey, my name is Seth Chilcutt with Secured Premium Domains.<br />
<a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserentals.com</a> will be available for purchase soon.<br />
Since you own nosarahouserental.com, I think you may be interested in <a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserentals.com</a>.</p>
<p>It is recommended to eliminate any confusion to nosarahouserental.com, to own both the singular/plural versions of the domain.</p>
<p>Your purchase will be a one time fee only that includes one year of complimentary registration.<br />
You also have the option to forward <a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserentals.com</a> to nosarahouserental.com at no cost.<br />
After purchasing <a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserentals.com</a> you will never be charged again by Secured Premium Domains.</p>
<p>If you do have an interest in purchasing <a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserentals.com</a>, please visit:<br />
<a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d</a></p>
<p>Once <a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserentals.com</a> is ready for purchase, one of my account specialists will contact you.</p>
<p>Thank you and have a good day.</p></blockquote>
<p>To which, I responded:</p>
<blockquote><p>Hey, my name is Eric Gehrman.<br />
<a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserental.com</a> will be available for purchase soon.<br />
Since you own nosarahouserentals.com, I think you may be interested in <a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserental.com</a>.</p>
<p>It is recommended to eliminate any confusion to nosarahouserental.com, to own both the singular/plural versions of the domain.</p>
<p>Your purchase will be a one time fee only that includes one year of complimentary registration.<br />
You also have the option to forward <a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserental.com</a> to nosarahouserentals.com at no cost.<br />
After purchasing <a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserental.com</a> you will never be charged again by Creative Empire.</p>
<p>If you do have an interest in purchasing <a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserental.com</a>, please email:<br />
<a href="mailto:eg@ericgehrman.com">xx@ericgehrman.com</a></p>
<p>Once <a href="http://www.securedpremiumdomains.com/prioritysales/04fqSp1m9j3d">nosarahouserental.com</a> is ready for purchase, one of my account specialists will contact you.</p>
<p>Thank you and have a good day.</p></blockquote>
<p>I haven&#8217;t gotten a response yet. I&#8217;ll let you know when I do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericgehrman.com/2011/01/28/domains-for-sale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>center a div vertically and horizontally &#8211; with jquery</title>
		<link>http://www.ericgehrman.com/2010/09/21/center-a-div-vertically-and-horizontally-with-jquery/</link>
		<comments>http://www.ericgehrman.com/2010/09/21/center-a-div-vertically-and-horizontally-with-jquery/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 21:26:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[horizontally center a div]]></category>
		<category><![CDATA[vertical center a div]]></category>

		<guid isPermaLink="false">http://www.ericgehrman.com/?p=83</guid>
		<description><![CDATA[jQuery easy way to vertically and horizontally center a div.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently had various issues where I wanted to center a div on a page vertically or horizontally. Doesn&#8217;t sound too hard, right?</p>
<p>Before CSS dictated the way a website was displayed, tables ran rampant and everything was laid out in columns and rows. Then CSS evolved a bit and things started to get laid out in block elements or &#8216;divs&#8217;. But divs lack a good way to vertically center an element on the page.</p>
<p>Throw in various screen resolutions and you can get your site looking like *ish very quickly.</p>
<p>There are various ways to vertically center a div on a page &#8211; <a title="Posts by Douglas Heriot" href="http://blog.themeforest.net/author/douglasheriot/">Douglas Heriot</a> goes into a few of them over <a href="http://blog.themeforest.net/tutorials/vertical-centering-with-css/">here</a>. But, nothing really worked until I found <a>an article</a> from Neil Gosskopf.</p>
<p>Basically, the plugin looks at the outside height/width of the element you are trying to center and places a margin on that element accordingly and absolutely positions it.</p>
<p>And the code is as simple as:</p>
<p>$(&#8216;#elementID&#8217;).vAlign();<br />
$(&#8216;#elementID&#8217;).hAlign();</p>
<p>Ah, <a href="www.jquery.com">jquery</a>. Where have you been my whole life?</p>
<p>Anyways, if nobody else comes across this article, at least I&#8217;ll have a reference to it next time I need to vAlign or hAlign an element on a page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericgehrman.com/2010/09/21/center-a-div-vertically-and-horizontally-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s been too long -</title>
		<link>http://www.ericgehrman.com/2010/08/04/its-been-too-long/</link>
		<comments>http://www.ericgehrman.com/2010/08/04/its-been-too-long/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 20:42:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ericgehrman.com/?p=80</guid>
		<description><![CDATA[Since I&#8217;ve posted up here. What&#8217;s been going on you ask? Well&#8230;. I am finally working at a great place, springbox. I absolutely love it too! I&#8217;m surrounded by dynamic, passionate, and skilled people. Everyone here brings a great asset to the table and I truly enjoy coming to work everyday! Oh, and their work [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;ve posted up here. What&#8217;s been going on you ask?</p>
<p>Well&#8230;.</p>
<p>I am finally working at a great place, <a href="http://www.springbox.com">springbox</a>. I absolutely love it too! I&#8217;m surrounded by dynamic, passionate, and skilled people. Everyone here brings a great asset to the table and I truly enjoy coming to work everyday! Oh, and their <a href="http://www.springbox.com/work/">work</a> is pretty good too.</p>
<p>I am still rocking out <a href="http://www.crossfitcentral.com">crossfit</a>, or rather <a href="http://www.sicfit.com">sicfit</a> as it is being called now. The dogs are happy, Amber is beautiful. And I bought a <a href="http://www.newwoodworker.com/reviews/jetsaw.html">tablesaw</a>. Hopefully the next post will be pictures of something I build!</p>
<p>Anyways, figured I&#8217;d open the door for a flood of new posts. Enjoy!</p>
<p>-E</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericgehrman.com/2010/08/04/its-been-too-long/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m a Mac now, Apparently</title>
		<link>http://www.ericgehrman.com/2010/08/04/im-a-mac-now-apparently/</link>
		<comments>http://www.ericgehrman.com/2010/08/04/im-a-mac-now-apparently/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 18:01:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ericgehrman.com/?p=76</guid>
		<description><![CDATA[Originally posted 5/04/2009: So I did it. I sold my old trusty IBM thinkpad and purchased a 6 month old black macbook. Here are my first thoughts: THIS THING IS AWESOME. Other thoughts? Besides the obvious, I&#8217;m REALLY happy with this laptop. I bought a program called Parallels which basically is a virtual machine where [...]]]></description>
			<content:encoded><![CDATA[<p>Originally posted 5/04/2009:</p>
<p>So I did it. I sold my old trusty IBM thinkpad and purchased a 6 month old black <a href="http://www.mac.com/macbook">macbook</a>. Here are my first thoughts:</p>
<p>THIS THING IS AWESOME.</p>
<p>Other thoughts? Besides the obvious, I&#8217;m REALLY happy with this laptop. I bought a program called <a href="http://www.parallels.com">Parallels</a> which basically is a virtual machine where I can run windows (any version) on top of the Mac OSX.</p>
<p>This means that I can have my trusty Visual Studio and MS SQL Server running on my mac. Woo Hoo!! This mac runs pc stuff way better than, well, my pc does. Crazy isnt it? Besides the expensive price tag (which I think now is TOTALLY worth it), I can&#8217;t really find anything wrong with this badboy. I upgraded to <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820134560">4GB of RAM for $40 from newegg</a>. This thing is a hoss.</p>
<p>Visual studio had one thing where I had to figure out &#8211; When you step into while debugging, the f11 button was set on mac osx to show the desktop. I went into system preferences and unchecked that as a default key, and whallah! I&#8217;m stepping thru just fine now.</p>
<p>Also, the fine folks over at zagg make an <a href="http://www.zagg.com/invisibleshield/apple-macbook-13-inch-cases-covers-skins-shields.php">invisibleshield for the macbook</a> too; keeping it ever so pretty.</p>
<p>So anyways, if anyone is wondering whether or not to make the switch, I say DO IT!!! It&#8217;s totally worth it! I love it <img src='http://www.ericgehrman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericgehrman.com/2010/08/04/im-a-mac-now-apparently/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select Distinct on DataSets</title>
		<link>http://www.ericgehrman.com/2010/08/04/select-distinct-on-datasets/</link>
		<comments>http://www.ericgehrman.com/2010/08/04/select-distinct-on-datasets/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 16:57:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[DataSet]]></category>
		<category><![CDATA[SELECT DISTINCT DATASET]]></category>

		<guid isPermaLink="false">http://www.ericgehrman.com/?p=74</guid>
		<description><![CDATA[Have you ever wondered how to do a &#8220;SELECT DISTINCT&#8221; on a dataset column? Well, here&#8217;s the low down: I came across this handy little method for querying a DataSet for distinct records . Say that my data is already in my app and I need to do something with it. Going back to SQL [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered how to do a &#8220;SELECT DISTINCT&#8221; on a dataset column? Well, here&#8217;s the low down:</p>
<p>I came across this handy little method for querying a DataSet for distinct records <a href="http://www.brybot.ca/archives/112-Select-DISTINCT-from-DataSet.html"></a>. Say that my data is already in my app and I need to do something with it. Going back to SQL or re-writing the query just isn&#8217;t an option, so what can I do?</p>
<p>Microsoft has a helpful kb where it defines a dataset helper class and a SelectDistinct method for accessing data in this way &#8211; <a href="http://support.microsoft.com/kb/326176">here</a>. But as always, Microsoft makes simple things complicated. And who wants to write a bunch of classes and functions when we can do the same thing in one line?</p>
<p>Say we have a DataSet ds like so:</p>
<table border="1" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td>ID</td>
<td>grID</td>
<td>value</td>
</tr>
<tr>
<td>1</td>
<td>100</td>
<td>abc</td>
</tr>
<tr>
<td>2</td>
<td>100</td>
<td>def</td>
</tr>
<tr>
<td>3</td>
<td>110</td>
<td>efg</td>
</tr>
<tr>
<td>4</td>
<td>120</td>
<td>hij</td>
</tr>
</tbody>
</table>
<p>To select distinct grIDs we can just do this:</p>
<p>DataTable distinctDT = ds.Tables[0].DefaultView.ToTable(true, new string [] { &#8220;grID&#8221; });</p>
<p>This returns:</p>
<table border="1" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td>grID</td>
</tr>
<tr>
<td>100</td>
</tr>
<tr>
<td>110</td>
</tr>
<tr>
<td>120</td>
</tr>
</tbody>
</table>
<p>We can now use this distinct DataTable to make our queries on our original DataSet:</p>
<p>ds.Tables[0].Select(&#8220;grID = &#8221; distinctDT.Rows[0]["grID"].toString());</p>
<p>Yeah! No helper classes and no extra methods taking up that valuable development space. Hope this helps someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericgehrman.com/2010/08/04/select-distinct-on-datasets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I did it, yeay!</title>
		<link>http://www.ericgehrman.com/2008/11/03/i-did-it-yeay/</link>
		<comments>http://www.ericgehrman.com/2008/11/03/i-did-it-yeay/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 05:02:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[running]]></category>
		<category><![CDATA[Marathon]]></category>

		<guid isPermaLink="false">http://www.ericgehrman.com/?p=37</guid>
		<description><![CDATA[So as the title suggests, I did it. I did the marathon. I finished in the time that I was hoping for. I could have been a little faster, but hey- couldn&#8217;t we all? What an amazing experience! That was the coolest thing I&#8217;ve ever done. I&#8217;ll get into the details later. But for now, [...]]]></description>
			<content:encoded><![CDATA[<p>So as the title suggests, I did it. I did the marathon. I finished in the time that I was hoping for. I could have been a little faster, but hey- couldn&#8217;t we all?</p>
<p>What an amazing experience! That was the coolest thing I&#8217;ve ever done. I&#8217;ll get into the details later. But for now, just know that I did it. Effin A.</p>
<p>E</p>
<p><a href="http://www.ericgehrman.com/wp-content/uploads/2008/11/p-640-480-4449e5c0-615a-44ce-862a-67afd7bbfc74.jpeg"><img src="http://www.ericgehrman.com/wp-content/uploads/2008/11/p-640-480-4449e5c0-615a-44ce-862a-67afd7bbfc74.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericgehrman.com/2008/11/03/i-did-it-yeay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Im at the start</title>
		<link>http://www.ericgehrman.com/2008/11/02/im-at-the-start/</link>
		<comments>http://www.ericgehrman.com/2008/11/02/im-at-the-start/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 14:07:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Marathon]]></category>

		<guid isPermaLink="false">http://www.ericgehrman.com/?p=35</guid>
		<description><![CDATA[Here at the start on staten island. I&#8217;m glowing! So freakin excited. The crowds are crazy. About to get corraled. Yipee!!! This is awesome. E]]></description>
			<content:encoded><![CDATA[<p>Here at the start on staten island. I&#8217;m glowing!</p>
<p>So freakin excited. The crowds are crazy. About to get corraled. Yipee!!!</p>
<p>This is awesome.</p>
<p>E</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericgehrman.com/2008/11/02/im-at-the-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holy Shnip!</title>
		<link>http://www.ericgehrman.com/2008/11/01/holy-shnip/</link>
		<comments>http://www.ericgehrman.com/2008/11/01/holy-shnip/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 15:51:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[running]]></category>
		<category><![CDATA[almost]]></category>
		<category><![CDATA[Marathon]]></category>

		<guid isPermaLink="false">http://www.ericgehrman.com/?p=33</guid>
		<description><![CDATA[Well, I&#8217;m writing this on my way up to NYC from Baltimore. Tomorrow is the big race. I&#8217;m riding with both of my bros and my parents. I&#8217;m about 75% excited and about 25% nervous. I finally made my donation goal. Thanks to everyone for that. Now I have one more thing to do &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Well,<br />
I&#8217;m writing this on my way up to NYC from Baltimore. Tomorrow is the big race. I&#8217;m riding with both of my bros and my parents. I&#8217;m about 75% excited and about 25% nervous.</p>
<p>I finally made my donation goal. Thanks to everyone for that. Now I have one more thing to do &#8211; RUN!</p>
<p>The weather couldn&#8217;t be more ideal. It&#8217;s about 60 degrees and supposed to drop about 10 degrees by tomorrow. The conditions couldn&#8217;t be better.</p>
<p>I gotta get into NYC and head into the javitts center to pick up my race packet. I think I&#8217;m gonna get those commemorative NYC marathon asics that are on sale at the expo.</p>
<p>Anyways that&#8217;s it. I&#8217;m excited. I&#8217;m nervous. I&#8217;m gonna run this mf marathon like a champ.</p>
<p>I&#8217;ll tell you all about it when I&#8217;m done. I&#8217;ll  have my phone with me so I&#8217;ll be taking as many photos as I can.</p>
<p>Wish me luck!</p>
<p>E</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericgehrman.com/2008/11/01/holy-shnip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NYC Marathon &#8211; 8 More Days, Yipeee!!!!</title>
		<link>http://www.ericgehrman.com/2008/10/24/nyc-marathon-8-more-days-yipeee/</link>
		<comments>http://www.ericgehrman.com/2008/10/24/nyc-marathon-8-more-days-yipeee/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 21:47:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[running]]></category>
		<category><![CDATA[NYC Marathon]]></category>

		<guid isPermaLink="false">http://www.ericgehrman.com/?p=31</guid>
		<description><![CDATA[Whew - So, as the title says, there are only 8 more days until the marathon. I am getting really excited! This has been one hell of a task and I think I am ready for the challenge. Last Saturday, I finished 20 miles in a little under 4 hours. It was tough. Very tough. [...]]]></description>
			<content:encoded><![CDATA[<p>Whew -</p>
<p>So, as the title says, there are only 8 more days until the <a href="http://www.nycmarathon.org">marathon</a>. I am getting really excited! This has been one hell of a task and I think I am ready for the challenge.</p>
<p>Last Saturday, I finished <a href="http://www.gmap-pedometer.com/?r=2293177">20 miles</a> in a little under 4 hours. It was tough. Very tough. I think I&#8217;ve officially seen the <a href="http://en.wikipedia.org/wiki/Marathon#Glycogen_and_the_wall">wall</a>, and it hit me hard. That dreaded thing hit me at about 18 miles. &#8220;Stop, you fool!&#8221; is what my brain kept telling me. But my heart kept telling me that if i stopped, I would have no chance of finishing in the 26.2 mile marathon. So I kept going.</p>
<p>And although you probably can&#8217;t label what I was doing for those last two miles as &#8220;running&#8221;, god knows I was doing everything I had left in me.</p>
<p>So I am hoping that the crowds of runners and spectators are going to be that extra umph that I&#8217;m going to need to finish that damn race. I&#8217;ve been training for 5 months, and I&#8217;ve racked up something like 472.45 miles since. I am going to do fine (the mantra in my head).</p>
<p>Alright. Well, hopefully I&#8217;ll post again once I get closer to the race. But, if not &#8211; Wish me luck! I&#8217;m going to need it!</p>
<p>-E</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericgehrman.com/2008/10/24/nyc-marathon-8-more-days-yipeee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

