<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Jeremy Heslop</title>
	
	<link>http://jheslop.com</link>
	<description>Christian, Husband, Father, Geek, Entrepreneur, Photographer</description>
	<lastBuildDate>Wed, 11 Nov 2009 21:14:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/JeremyHeslop" /><feedburner:info uri="jeremyheslop" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><feedburner:emailServiceId>JeremyHeslop</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Adding pdftk to 1and1 shared hosting</title>
		<link>http://feedproxy.google.com/~r/JeremyHeslop/~3/DT8l3b9lN3A/</link>
		<comments>http://jheslop.com/2009/11/11/adding-pdftk-to-1and1-shared-hosting/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 21:12:47 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdf toolkit]]></category>
		<category><![CDATA[pdftk]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=412</guid>
		<description><![CDATA[There are some cases where you might need a powerful pdf toolkit to use with php. 1and1 does not come with any built in pdf processors or pdf libraries built into php. Here is the process I used to integrate phptk into my 1and1 shared hosting account. Requirements: 1and1 shared plan that has ssh support [...]]]></description>
			<content:encoded><![CDATA[<p>There are some cases where you might need a powerful pdf toolkit to use with <a href="http://jheslop.com/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">php</a>. <a href=http://jheslop.com/hosting/1and1 target=_blank>1and1</a> does not come with any built in pdf processors or pdf libraries built into <a href="http://jheslop.com/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">php</a>. Here is the process I used to integrate <a href="http://www.pdfhacks.com/pdftk/">phptk</a> into my <a href=http://jheslop.com/hosting/1and1 target=_blank>1and1</a> shared hosting account.</p>
<p>Requirements: <a href=http://jheslop.com/hosting/1and1 target=_blank>1and1</a> shared plan that has ssh support</p>
<p>- Download pdftk deb file for debian etch (http://packages.debian.org/etch/i386/pdftk/download):</p>
<p><code>wget http://ftp.us.debian.org/debian/pool/main/l/pdftk/pdftk_1.40-2_i386.deb</code></p>
<p>- Extract the pdftk deb file:</p>
<p><code>ar xv pdftk_1.40-2_i386.deb</code></p>
<p>- Extract the data.tar.gz file:</p>
<p><code>tar xvzf data.tar.gz</code></p>
<p>- Download libgcj deb file for debian etc (http://packages.debian.org/etch/i386/libgcj7-0/download):</p>
<p><code>wget http://ftp.us.debian.org/debian/pool/main/g/gcj-4.1/libgcj7-0_4.1.1-20_i386.deb</code></p>
<p>- Extract the libgcj deb file:</p>
<p><code>ar xv libgcj7-0_4.1.1-20_i386.deb</code></p>
<p>- Extract the data.tar.gz file:</p>
<p><code>tar xvzf data.tar.gz</code></p>
<p>- Create a script to link libgcj for pdftk (use nano or vi):</p>
<p><code>#!/bin/bash</p>
<p>LD_LIBRARY_PATH="usr/lib:$LD_LIBRARY_PATH" usr/bin/pdftk $*</code></p>
<p>- Chmod the pdftk script so it can run:</p>
<p><code>chmod 755 pdftk</code></p>
<p>Now you can run pdftk from your main directory and process files from <a href="http://jheslop.com/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">php</a> or cronjobs.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=DT8l3b9lN3A:R3ozksxmpYo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=DT8l3b9lN3A:R3ozksxmpYo:-drLCGVt00U"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=-drLCGVt00U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=DT8l3b9lN3A:R3ozksxmpYo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=DT8l3b9lN3A:R3ozksxmpYo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=DT8l3b9lN3A:R3ozksxmpYo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=DT8l3b9lN3A:R3ozksxmpYo:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JeremyHeslop/~4/DT8l3b9lN3A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2009/11/11/adding-pdftk-to-1and1-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://jheslop.com/2009/11/11/adding-pdftk-to-1and1-shared-hosting/</feedburner:origLink></item>
		<item>
		<title>1&amp;1 tightens up Email spam rules</title>
		<link>http://feedproxy.google.com/~r/JeremyHeslop/~3/5pV6iNwVc80/</link>
		<comments>http://jheslop.com/2009/07/31/1and1-tightens-up-email-spam-rules/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 21:45:53 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[business websites]]></category>
		<category><![CDATA[cname record]]></category>
		<category><![CDATA[dns admin]]></category>
		<category><![CDATA[e mail]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mail servers]]></category>
		<category><![CDATA[mx record]]></category>
		<category><![CDATA[mx server]]></category>
		<category><![CDATA[smtp server]]></category>
		<category><![CDATA[speedy response]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=377</guid>
		<description><![CDATA[I use 1and1 for my personal and business websites as well as for our clients. We&#8217;ve had a client recently that was not receiving emails from one of their colleagues and of course the other company&#8217;s IT person said it was our problem. Having been an email administrator for many years I always like to [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.1and1.com/?k_id=6447276">1and1</a> for my personal and business websites as well as for our clients. We&#8217;ve had a client recently that was not receiving emails from one of their colleagues and of course the other company&#8217;s IT person said it was our problem. Having been an email administrator for many years I always like to look into the bounced back messages, smtp connection info, email headers, and more to track down a problem. This particular issue was perplexing because there where not many posts on the net about it. When someone was trying to send an email to a domain hosted at <a href="http://www.1and1.com/?k_id=6447276">1and1</a> it sent this error after the RCPT TO line:</p>
<blockquote><p>421 invalid sender domain, possibly misconfigured</p></blockquote>
<p>I tested at <a href="http://www.wormly.com/test_smtp_server">http://www.wormly.com/test_smtp_server</a> (which is a great site btw) to get test the error.</p>
<p>So I sent an email to <a href="http://www.1and1.com/?k_id=6447276">1and1</a> support to see if they could help. This was the very <a href="http://jheslop.com/tag/speedy-response/" class="st_tag internal_tag" rel="tag" title="Posts tagged with speedy response">speedy response</a>:</p>
<blockquote><p>The circumstances you have just described is caused by a RFC-non-compliant configuration of the despatcher-domain. The MX-Server<br />
of the domain has no registered A-record, but merely a CNAME-record this is why the e-mail is rejected by our e-mail servers.</p>
<p>You can find some general information about this topic here:</p>
<p>http://www.faqs.org/rfcs/rfc2181.html</p>
<p>To provide the e-mail delivery as fast as possible again, we kindly advise you to inscribe the target domain of the CNAME-record as MX-record. For further information, please contact the provider of the despatcher-domain.</p></blockquote>
<p>Looks like the 1and1 is blocking any non RFC compliant domains. In the rfc spec above it says:</p>
<blockquote><p>10.3. MX and NS records</p>
<p>   The domain name used as the value of a NS resource record, or part of<br />
   the value of a MX resource record must not be an alias.<br />
&#8230;</p>
<p>   Additional section processing does not include CNAME records, let alone the address records that may be associated with the canonical name derived from the alias.</p></blockquote>
<p>So if you are a DNS admin or setup DNS for clients make sure to have the MX record for your domains be A records (they directly resolve to an ip) not CNAME records. So far I have had to email a couple of hosting companies related to this issue. I applaud <a href="http://www.1and1.com/?k_id=6447276">1and1</a> for locking down their email servers even more to thwart spam, but it would have been nice to have had a link or faq on their site explaining what was going on. Thus the reason for this lengthy blog post.</p>
<p>Some other posts on the web about this issues:</p>
<ul>
<li><a href="http://discussions.apple.com/thread.jspa?messageID=9892913">http://discussions.apple.com/thread.jspa?messageID=9892913</a>
</li>
<li><a href="http://forums.devshed.com/dns-36/dns-cname-a-records-issues-628838.html">http://forums.devshed.com/dns-36/dns-cname-a-records-issues-628838.html</a>
</li>
</ul>
<p>Useful links to test out DNS and MX records:</p>
<ul>
<li><a href="http://www.wormly.com/test_smtp_server">http://www.wormly.com/test_smtp_server</a>
</li>
<li>h<a href="ttp://www.mxtoolbox.com/">ttp://www.mxtoolbox.com/</a>
</li>
<li><a href="http://www.checkdns.net/quickcheckdomainf.aspx">http://www.checkdns.net/quickcheckdomainf.aspx</a>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=5pV6iNwVc80:1trBqMiDBb4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=5pV6iNwVc80:1trBqMiDBb4:-drLCGVt00U"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=-drLCGVt00U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=5pV6iNwVc80:1trBqMiDBb4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=5pV6iNwVc80:1trBqMiDBb4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=5pV6iNwVc80:1trBqMiDBb4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=5pV6iNwVc80:1trBqMiDBb4:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JeremyHeslop/~4/5pV6iNwVc80" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2009/07/31/1and1-tightens-up-email-spam-rules/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://jheslop.com/2009/07/31/1and1-tightens-up-email-spam-rules/</feedburner:origLink></item>
		<item>
		<title>Adding PECL Uploadprogress to 1&amp;1 shared hosting for Drupal FileField</title>
		<link>http://feedproxy.google.com/~r/JeremyHeslop/~3/Bb4WOVwZ_98/</link>
		<comments>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/#comments</comments>
		<pubDate>Wed, 27 May 2009 20:25:46 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[PECL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[uploadprogress]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=371</guid>
		<description><![CDATA[Drupal 6.x is the platform we use to build great websites. There are modules FileField and ImageField 3.0 that allow the ability to update a progress meter when uploading a file. This requires installing a PECL extension to PHP called uploadprogress. Here is the process I used to get it working on a 1and1.com hosting [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://drupal.org">Drupal</a> 6.x is the platform we use to build great websites. There are modules <a href="http://drupal.org/project/filefield">FileField</a> and <a href="http://drupal.org/project/imagefield">ImageField</a> 3.0 that allow the ability to update a progress meter when uploading a file. This requires installing a PECL extension to <a href="http://jheslop.com/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">PHP</a> called <a href="http://pecl.php.net/package/uploadprogress">uploadprogress</a>. Here is the process I used to get it working on a <a href="http://www.1and1.com/?k_id=6447276">1and1.com</a> hosting package. You will need a hosting package with ssh support currently the Business and Developer packages do.</p>
<ul>
<li>Download <a href="http://pecl.php.net/package/uploadprogress">PECL uploadaccess</a> to your 1&#038;1 account
</li>
<li>Extract the package<br />
<code>tar xvzf <a href="http://jheslop.com/tag/uploadprogress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with uploadprogress">uploadprogress</a>-1.0.0.tgz</code>
</li>
<li>Go into the directory<br />
<code>cd <a href="http://jheslop.com/tag/uploadprogress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with uploadprogress">uploadprogress</a>-1.0.0</code>
</li>
<li>Run phpize5<br />
<code>phpize5</code>
</li>
<li>Change <a href="http://jheslop.com/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">php</a>-config to <a href="http://jheslop.com/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">php</a>-config5 in configure script<br />
<code>sed -i 's/=<a href="http://jheslop.com/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">php</a>-config/=<a href="http://jheslop.com/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">php</a>-config5/g' configure</code>
</li>
<li>Change include directives in Makefile<br />
<code>sed -i 's#-I/usr/local/include/<a href="http://jheslop.com/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">php</a>#-I/usr/include/php5#g' Makefile</code>
</li>
<li>Run make and make test<br />
<code>make<br />
make test</code>
</li>
<li>Make new extensions folder for new extension to go in<br />
<code>mkdir ~/extensions</code>
</li>
<li>Copy <a href="http://jheslop.com/tag/uploadprogress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with uploadprogress">uploadprogress</a> extension to new folder<br />
<code>cp .libs/<a href="http://jheslop.com/tag/uploadprogress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with uploadprogress">uploadprogress</a>.so ~/extensions/</code>
</li>
<li>Create new <a href="http://jheslop.com/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">php</a>.ini under your main folder (or under a single subfolder for just that application) to add new extension_dir then add this code to the file<br />
<code>extension_dir=/kunden/homepages/6/d87663654/htdocs/extensions/<br />
extension=<a href="http://jheslop.com/tag/uploadprogress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with uploadprogress">uploadprogress</a>.so</code>
</li>
</ul>
<p>That should be it. You should now be able to see the &#8220;Upload progress	Enabled (PECL <a href="http://jheslop.com/tag/uploadprogress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with uploadprogress">uploadprogress</a>)&#8221; on the admin/reports/status page in <a href="http://jheslop.com/tag/drupal/" class="st_tag internal_tag" rel="tag" title="Posts tagged with drupal">Drupal</a>.</p>
<p>Links that helped <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a> with the above info:</p>
<ul>
<li><a href="http://freestylesystems.co.uk/blog/installng-pecl-uploadprogress-extension-drupal-filefield-module">http://freestylesystems.co.uk/blog/installng-pecl-uploadprogress-extension-drupal-filefield-module</a>
</li>
<li><a href="http://www.outofcontrol.ca/2008/12/16/install-custom-pear-packages-on-1and1/">http://www.outofcontrol.ca/2008/12/16/install-custom-pear-packages-on-1and1/</a>
</li>
<li><a href="http://faq.1and1.com/scripting_languages_supported/php/14.html">http://faq.1and1.com/scripting_languages_supported/php/14.html</a>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Bb4WOVwZ_98:aXlGc1H7p9g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Bb4WOVwZ_98:aXlGc1H7p9g:-drLCGVt00U"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=-drLCGVt00U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Bb4WOVwZ_98:aXlGc1H7p9g:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=Bb4WOVwZ_98:aXlGc1H7p9g:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Bb4WOVwZ_98:aXlGc1H7p9g:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=Bb4WOVwZ_98:aXlGc1H7p9g:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JeremyHeslop/~4/Bb4WOVwZ_98" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<feedburner:origLink>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/</feedburner:origLink></item>
		<item>
		<title>The Shack – Book Review</title>
		<link>http://feedproxy.google.com/~r/JeremyHeslop/~3/Dc4MzN_xGCA/</link>
		<comments>http://jheslop.com/2009/04/15/the-shack-book-review/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 03:16:00 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[belief system]]></category>
		<category><![CDATA[better person]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[controversial view]]></category>
		<category><![CDATA[core belief]]></category>
		<category><![CDATA[jesus and the holy spirit]]></category>
		<category><![CDATA[novels]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=367</guid>
		<description><![CDATA[My wife started reading The Shack not to long ago and wanted me to read it as well so she could talk about what she was reading. My typical reading/listening is mostly filled with podcasts, self help, business and technical books. Novels work there way in my reading list but not often and not ones [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Shack-William-P-Young/dp/0964729237%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Djerehesl-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0964729237"><img src="http://ecx.images-amazon.com/images/I/51WJkdMe5jL._SL160_.jpg" align="left"/></a>My <a href="http://carlaslittlethings.blogspot.com">wife</a> started reading <a href="http://www.amazon.com/Shack-William-P-Young/dp/0964729237%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Djerehesl-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0964729237">The Shack</a> not to long ago and wanted <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a> to read it as well so she could talk about what she was reading. My typical reading/listening is mostly filled with podcasts, self help, business and technical books. Novels work there way in my reading list but not often and not ones that are less than a year old from an unknown author. I was skeptical at best and had only heard short explanations of its contents from my father in-law and brother in-law that made the book seem less interesting. Everyone who talked about it had mentioned its controversial view of God and shock of their core belief system so when my wife asked <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a> to read it I was reluctant. But knowing my wife she would not allow <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a> to just put off such as request so I told her I would read it if it was on audible.com. It was. I have an audible.com account which had a couple credits queued up, so I downloaded the book to my iPhone that night. The next day I began listing to The Shack on the way to a clients two and a half hours away. I was hooked. The story was moving and captured my attention so much that I was disappointed at every interruption as I was driving in the car. The ride home was no different and I spent most of the evening at home with one or two earbuds in my ears. The book has some suspense so that evening when a transformer popped and made a bright light <a href="http://jheslop.com/tag/outside/" class="st_tag internal_tag" rel="tag" title="Posts tagged with outside">outside</a> our bedroom window I was startled (you can read more about that on <a href="http://carlaslittlethings.blogspot.com">my wife&#8217;s blog</a>). The day after I finished listening and all I can say is &#8220;Wow&#8221;. If this book doesn&#8217;t move you in a way to become a <a href="http://jheslop.com/tag/better-person/" class="st_tag internal_tag" rel="tag" title="Posts tagged with better person">better person</a> I don&#8217;t know what will. I won&#8217;t spoil the book for those who didn&#8217;t read it, but the main characters connection to God was so real it made <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a> want to be familiar with God in that way. I can&#8217;t say it challenged my view of God, Jesus and the Holy Spirit as much as others, but it made <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a> want to be a <a href="http://jheslop.com/tag/better-person/" class="st_tag internal_tag" rel="tag" title="Posts tagged with better person">better person</a> and to connect with God in a deep and new way. If you strive for those things you should get a copy today. You won&#8217;t be disappointed.</p>
<p>For more info on <a href="http://www.amazon.com/Shack-William-P-Young/dp/0964729237%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Djerehesl-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0964729237">The Shack</a> you can go to <a href="http://theshackbook.com/">http://theshackbook.com/</a>. If you want to find more info on purchasing check out <a href="http://www.amazon.com/Shack-William-P-Young/dp/0964729237%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Djerehesl-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0964729237">amazon.com</a>&#8216;s reviews and more.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Dc4MzN_xGCA:OQO75fNu6VU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Dc4MzN_xGCA:OQO75fNu6VU:-drLCGVt00U"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=-drLCGVt00U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Dc4MzN_xGCA:OQO75fNu6VU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=Dc4MzN_xGCA:OQO75fNu6VU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Dc4MzN_xGCA:OQO75fNu6VU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=Dc4MzN_xGCA:OQO75fNu6VU:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JeremyHeslop/~4/Dc4MzN_xGCA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2009/04/15/the-shack-book-review/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		<feedburner:origLink>http://jheslop.com/2009/04/15/the-shack-book-review/</feedburner:origLink></item>
		<item>
		<title>300k Miles!</title>
		<link>http://feedproxy.google.com/~r/JeremyHeslop/~3/Enfk6hqhp4I/</link>
		<comments>http://jheslop.com/2009/03/20/300k-miles/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 15:44:34 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[cars]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[10 years]]></category>
		<category><![CDATA[1993 honda accord]]></category>
		<category><![CDATA[300k]]></category>
		<category><![CDATA[honda]]></category>
		<category><![CDATA[honda accord]]></category>
		<category><![CDATA[miles per gallon]]></category>
		<category><![CDATA[momentous occasion]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=362</guid>
		<description><![CDATA[So this morning I hit 300k miles in my 1993 Honda Accord SE! I&#8217;ve owned my car since 1999 and I got it with 78k miles on it. So I&#8217;ve driven it an average of 22,200 miles a year. At my current miles per gallon of 25 at the current gas prices I would have [...]]]></description>
			<content:encoded><![CDATA[<p>So this morning I hit 300k miles in my 1993 Honda Accord SE! I&#8217;ve owned my car since 1999 and I got it with 78k miles on it. So I&#8217;ve driven it an average of 22,200 miles a year. At my current miles per gallon of 25 at the current gas prices I would have spent over $1580 a year or $15,800 over the last 10 years. I could have bought a new car <img src='http://jheslop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I had my <a href="http://www.amazon.com/gp/product/B001HSOFI2?ie=UTF8&#038;tag=jerehesl-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001HSOFI2">Flip Video MinoHD</a><img src="http://www.assoc-amazon.com/e/ir?t=jerehesl-20&#038;l=as2&#038;o=1&#038;a=B001HSOFI2" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> (that <a href="http://carlaslittlethings.blogspot.com">Carla</a> got <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a> for my birthday. Thanks beautiful!) with <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a> so I captured the moment of going from 299,999 to 300,000. A momentous occasion I&#8217;m sure. </p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/ZjE-0Mskix4&#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/ZjE-0Mskix4&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Like I mentioned in the video I&#8217;ve had a great time driving my little Honda. Maybe I&#8217;ll get another 100k our of it!</p>
<p><a href="http://twitpic.com/29y6t" title="Share photos on twitter with Twitpic"><img src="http://twitpic.com/show/thumb/29y6t.jpg" width="150" height="150" alt="Share photos on twitter with Twitpic"/></a><br />
Yes it is dusty <img src='http://jheslop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I haven&#8217;t cleaned in awhile.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Enfk6hqhp4I:p56kSeRXOCE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Enfk6hqhp4I:p56kSeRXOCE:-drLCGVt00U"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=-drLCGVt00U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Enfk6hqhp4I:p56kSeRXOCE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=Enfk6hqhp4I:p56kSeRXOCE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=Enfk6hqhp4I:p56kSeRXOCE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=Enfk6hqhp4I:p56kSeRXOCE:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JeremyHeslop/~4/Enfk6hqhp4I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2009/03/20/300k-miles/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		<feedburner:origLink>http://jheslop.com/2009/03/20/300k-miles/</feedburner:origLink></item>
		<item>
		<title>Why do I use linux? Top 5 Reasons.</title>
		<link>http://feedproxy.google.com/~r/JeremyHeslop/~3/UQn7WMbrLj4/</link>
		<comments>http://jheslop.com/2009/03/08/why-do-i-use-linux-top-5-reasons/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 20:01:35 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[suggestions]]></category>
		<category><![CDATA[client servers]]></category>
		<category><![CDATA[desktop environments]]></category>
		<category><![CDATA[desktop pc]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server choice]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=351</guid>
		<description><![CDATA[I was inspired by a blog post about &#8220;Why Do You Use Linux&#8221; to post why I use Linux and I wanted to post how I use one of the best operating systems out there as well. First off if you are not familiar of what Linux is you can read up about it at [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jheslop.com/wp-content/uploads/2009/03/150px-tuxsvg.png" alt="Linux Tux" title="Linux Tux" width="150" height="176" class="alignleft size-full wp-image-357" />I was inspired by a blog post about <a href="http://www.linuxloop.com/news/2009/03/06/why-do-you-use-linux/">&#8220;Why Do You Use Linux&#8221;</a>  to post why I use Linux and I wanted to post how I use one of the best operating systems out there as well. First off if you are not familiar of what Linux is you can read up about it at <a href="http://en.wikipedia.org/wiki/Linux">wikipedia</a>, but basically it is an operating system like Windows and Mac OSX that allows you to interface with the hardware and software on your computer system. Each operating system has its pluses and minuses. I&#8217;ll give you my take on what those are bust first I&#8217;ll give you some background.</p>
<p>I&#8217;ve been using <a href="http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=279698">Linux since around 1999</a> for both personal and professional reasons. I&#8217;ve always liked to tinker with computers as it is more than just a job for <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a>. It&#8217;s fun. What isn&#8217;t fun is having to reboot every 10 minutes and having no clue why something like that is happening. It&#8217;s like having a car that is sputtering smoke and your not allowed to look under the hood. Fortunately in Linux everything is available under the hood. File locked? check it with lsof, network slow? view all the traffic with wireshark, running out of memory? use free or a large amount of other free and open source software that is at your disposal. So here are the main reasons why I use Linux:</p>
<ol>
<li>Freedom: no vendor lock-in, open source code</li>
<li>Stability: I have client servers that have been running for over a year. &#8217;nuff said</li>
<li>Security: never have to worry about virus&#8217; again, plus built from the ground up to be a secure OS</li>
<li>Efficiency: Can run on small devices (<a href="http://www.amazon.com/gp/product/B00154JDAI?ie=UTF8&#038;tag=jerehesl-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B00154JDAI">Kindle</a> anyone?) as well as a full desktop PC or server</li>
<li>Choice: I&#8217;m not forced into candy XP, glassy Vista or keechy OSX I have a multitude of choices from KDE, Gnome, XFCE, e17 and more great desktop environments. Not to mention the thousands of other programs I can use.</li>
<p>And those are just 5 of the reasons of why I use Linux. If you want to try this out you can download a <a href="http://www.ubuntu.com/getubuntu/download">&#8220;Live CD&#8221;</a> that allows you to boot from a CD to run Linux and not touch mess with the system you are on right now, but I must warn you you might be tempted to click on the install now button because it is nice!</p>
<p>I&#8217;ll write another post on How I use Linux, but this should get anyone who has not heard of Linux interested.</p>
<p>Until next time. Linux on!</p>
<p><img src="http://jheslop.com/wp-content/uploads/2009/03/photo-6-300x225.jpg" alt="Linux!" title="Linux!" width="300" height="225" class="size-medium wp-image-358" /></ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=UQn7WMbrLj4:9oxbTS0Wdjg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=UQn7WMbrLj4:9oxbTS0Wdjg:-drLCGVt00U"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=-drLCGVt00U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=UQn7WMbrLj4:9oxbTS0Wdjg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=UQn7WMbrLj4:9oxbTS0Wdjg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=UQn7WMbrLj4:9oxbTS0Wdjg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=UQn7WMbrLj4:9oxbTS0Wdjg:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JeremyHeslop/~4/UQn7WMbrLj4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2009/03/08/why-do-i-use-linux-top-5-reasons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jheslop.com/2009/03/08/why-do-i-use-linux-top-5-reasons/</feedburner:origLink></item>
		<item>
		<title>P90X: Take 3</title>
		<link>http://feedproxy.google.com/~r/JeremyHeslop/~3/6YztMfV-A5E/</link>
		<comments>http://jheslop.com/2009/03/02/p90x-take-3/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 22:07:22 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[health]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[dumbbells]]></category>
		<category><![CDATA[getting in shape]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[p90x]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[things]]></category>
		<category><![CDATA[wal mart]]></category>
		<category><![CDATA[workout program]]></category>
		<category><![CDATA[yoga]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=272</guid>
		<description><![CDATA[So this is my 3rd time through P90X and I&#8217;m ashamed to say that this time around has been no better than the past two. Life gets in the way and I end up missing a week and then fizzle out. However I am determined to get back on the horse and hammer out the [...]]]></description>
			<content:encoded><![CDATA[<p>So this is my 3rd time through P90X and I&#8217;m ashamed to say that this time around has been no better than the past two. Life gets in the way and I end up missing a week and then fizzle out. However I am determined to get back on the horse and hammer out the rest of the 60 days I have left. The hardest part is finding the time between the wife and kids to do an hour workout via DVD every day.</p>
<p>All that said I love P90X! It has to be the best workout program I have ever done. Click on the image to see all the reviews at amazon as that helped <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a> in determining which program to go with.</p>
<p><a href="http://www.amazon.com/P90X-Extreme-Home-Fitness-Horton/dp/B000TG8D6I%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Djerehesl-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB000TG8D6I"><img src="http://ecx.images-amazon.com/images/I/3115D9jlcxL._SL160_.jpg"/></a></p>
<p>One of the best parts of P90X is the music and Tony talking you through every step. It makes the workout fly by and you don;t have to focus as much on how bad it hurts. Just power through and X it.</p>
<p>I have a found a few resources to help out with making it easier to keep track of things. Here is a <a href="http://spreadsheets.google.com/ccc?key=p-3etkzLKxg7yXC0z8HaHaQ">P90X Spreadsheet to keep track of progress</a> which has has all the pre/post test info you can put in as well. My good friend <a href="http://geekfreeq.com/" title="Matt" rel="homepage">Matt</a> has a <a href="http://www.liwovien.com/p90x-getting-started/">blog post about P90X</a> that outlines all of the extras he bought for using the program. I ended up just purchasing <a href="http://www.amazon.com/gp/product/B000V5O2Z8?ie=UTF8&#038;tag=jerehesl-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B000V5O2Z8">basic dumbbells</a><img src="http://www.assoc-amazon.com/e/ir?t=jerehesl-20&#038;l=as2&#038;o=1&#038;a=B000V5O2Z8" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> from Wal-mart and a <a name="evtst|a|B000HZCIUI" href="http://www.amazon.com/4-inch-Foam-Yoga-Block/dp/B000HZCIUI%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Djerehesl-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB000HZCIUI">yoga block</a> (needed because I&#8217;m not flexible at all!). If you have any questions about what I use or getting started leave a comment and I&#8217;ll respond back to you. Good luck with getting in shape and not fizzling out like <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a> <img src='http://jheslop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=6YztMfV-A5E:5oy-qDr-DPk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=6YztMfV-A5E:5oy-qDr-DPk:-drLCGVt00U"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=-drLCGVt00U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=6YztMfV-A5E:5oy-qDr-DPk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=6YztMfV-A5E:5oy-qDr-DPk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=6YztMfV-A5E:5oy-qDr-DPk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=6YztMfV-A5E:5oy-qDr-DPk:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JeremyHeslop/~4/6YztMfV-A5E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2009/03/02/p90x-take-3/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		<feedburner:origLink>http://jheslop.com/2009/03/02/p90x-take-3/</feedburner:origLink></item>
		<item>
		<title>Aliza on the Swings</title>
		<link>http://feedproxy.google.com/~r/JeremyHeslop/~3/ZEU5i-R-Bm0/</link>
		<comments>http://jheslop.com/2009/01/11/aliza-on-the-swings/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 21:19:46 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[family]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[aliza]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[outside]]></category>
		<category><![CDATA[playing]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[winter jacket]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=339</guid>
		<description />
			<content:encoded><![CDATA[<p><script type="text/javascript" src="http://widgets.clearspring.com/o/46928cc51133af17/496a619e472b9e59/46928cc5282ea46/659150e1/-cpid/bed59345c7d54161/autostart/false/widget.js"></script></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=ZEU5i-R-Bm0:BGPhUFq1VW4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=ZEU5i-R-Bm0:BGPhUFq1VW4:-drLCGVt00U"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=-drLCGVt00U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=ZEU5i-R-Bm0:BGPhUFq1VW4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=ZEU5i-R-Bm0:BGPhUFq1VW4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=ZEU5i-R-Bm0:BGPhUFq1VW4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=ZEU5i-R-Bm0:BGPhUFq1VW4:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JeremyHeslop/~4/ZEU5i-R-Bm0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2009/01/11/aliza-on-the-swings/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		<feedburner:origLink>http://jheslop.com/2009/01/11/aliza-on-the-swings/</feedburner:origLink></item>
		<item>
		<title>All the good ideas are taken. Lost item locator.</title>
		<link>http://feedproxy.google.com/~r/JeremyHeslop/~3/IG7b_djW8eU/</link>
		<comments>http://jheslop.com/2008/11/06/all-the-good-ideas-are-taken-lost-item-locator/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 17:10:33 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[fortune]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[patent]]></category>
		<category><![CDATA[rfid]]></category>

		<guid isPermaLink="false">http://jheslop.com/2008/11/06/all-the-good-ideas-are-taken-lost-item-locator/</guid>
		<description><![CDATA[Had a thought last night as I was searching for my daughters pacifier for more than 15min as she was upstairs crying her little eyes out. &#8220;Pink passy&#8221; she crys from atop the stairs as I rummage around the kitchen, living room and across every corner, nook and cranny. My thought was, &#8220;If there was [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px; float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;" src="http://www.textually.org/picturephoning/archives/images/set3/rfid-tag.jpg" width="154" height="116" />Had a thought last night as I was searching for my daughters pacifier for more than 15min as she was upstairs crying her little eyes out. &#8220;Pink passy&#8221; she crys from atop the stairs as I rummage around the kitchen, living room and across every corner, nook and cranny. My thought was, &#8220;If there was an <a href="http://en.wikipedia.org/wiki/Rfid">RFID</a> tag on that stupid passy I could have already found this thing!&#8221; After I finally found said passy behind the pantry door I wondered if such as product existed that allowed you to place a small RFID tag onto any item and then locate it with a transceiver by walking around the house. Seems it was such as good idea that someone already <a href="http://www.freepatentsonline.com/y2006/0132308.html">patented</a> it. Not that I should be suprised because all the good ideas are taken! Well not really, but any of the obvious ones I come up with seem to be. So maybe one day I&#8217;ll come up with something that no one has patented, copyrighted or otherwise thought up and do something really great.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=IG7b_djW8eU:4yJvKm6cHtk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=IG7b_djW8eU:4yJvKm6cHtk:-drLCGVt00U"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=-drLCGVt00U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=IG7b_djW8eU:4yJvKm6cHtk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=IG7b_djW8eU:4yJvKm6cHtk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=IG7b_djW8eU:4yJvKm6cHtk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=IG7b_djW8eU:4yJvKm6cHtk:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JeremyHeslop/~4/IG7b_djW8eU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2008/11/06/all-the-good-ideas-are-taken-lost-item-locator/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://jheslop.com/2008/11/06/all-the-good-ideas-are-taken-lost-item-locator/</feedburner:origLink></item>
		<item>
		<title>My Wife Thinks I’m Stealing My Blog Posts!!</title>
		<link>http://feedproxy.google.com/~r/JeremyHeslop/~3/B74KAZcmjrI/</link>
		<comments>http://jheslop.com/2008/10/31/my-wife-thinks-im-stealing-my-blog-posts/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 16:00:37 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[family]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[marriage]]></category>
		<category><![CDATA[compliment]]></category>
		<category><![CDATA[daylight savings]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[laugh]]></category>
		<category><![CDATA[laughs]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[preposterous]]></category>
		<category><![CDATA[second time]]></category>
		<category><![CDATA[spending time]]></category>
		<category><![CDATA[wife grrrr]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=323</guid>
		<description><![CDATA[I wrote a blog post yesterday about daylight savings. Check it out if you haven&#8217;t read it yet. So my wife reads the posts laughs at a few of the items in the list (especially the spending time with the special someone since she knows I&#8217;m referring to her) and then proceeds to ask me [...]]]></description>
			<content:encoded><![CDATA[<p><a class="" rel="" title="My wife likes me" href="http://www.flickr.com/photos/62407186@N00/2988359864/"><img class="alignleft" style="float: left;padding: 5px;" src="http://static.flickr.com/3042/2988359864_4d23b66986_t.jpg" alt="My wife likes me"/></a></p>
<p>I wrote a blog post yesterday about daylight savings. <a href="http://jheslop.com/2008/10/30/when-is-daylight-savings-and-10-things-to-do-with-that-extra-hour/">Check it out</a> if you haven&#8217;t read it yet. So my <a href="http://carlaslittlethings.blogspot.com">wife</a> reads the posts laughs at a few of the items in the list (especially the spending time with the special someone since she knows I&#8217;m referring to her) and then proceeds to ask <a href="http://jheslop.com/tag/me/" class="st_tag internal_tag" rel="tag" title="Posts tagged with me">me</a> (for the second time mind you) if I came up with this list myself! <a href="http://jeremyheslop.posterous.com/">Preposterous</a> I tell you!!! Well I guess I should be flattered since she meant well and it was supposed to be a compliment. So I&#8217;ll take it as such, but it was funny that she did it almost twice in a row (She didn&#8217;t think I wrote this <a href="http://jheslop.com/2008/10/20/fill-your-marriage-love-and-respect/">one either</a>). I love you wife!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=B74KAZcmjrI:TOwBmkoe0mY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=B74KAZcmjrI:TOwBmkoe0mY:-drLCGVt00U"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?d=-drLCGVt00U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=B74KAZcmjrI:TOwBmkoe0mY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=B74KAZcmjrI:TOwBmkoe0mY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/JeremyHeslop?a=B74KAZcmjrI:TOwBmkoe0mY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/JeremyHeslop?i=B74KAZcmjrI:TOwBmkoe0mY:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/JeremyHeslop/~4/B74KAZcmjrI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2008/10/31/my-wife-thinks-im-stealing-my-blog-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jheslop.com/2008/10/31/my-wife-thinks-im-stealing-my-blog-posts/</feedburner:origLink></item>
	</channel>
</rss>
