<?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>Jeremy Heslop &#187; website</title>
	<atom:link href="http://jheslop.com/category/website/feed/" rel="self" type="application/rss+xml" />
	<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" />
		<item>
		<title>Adding pdftk to 1and1 shared hosting</title>
		<link>http://jheslop.com/2009/11/11/adding-pdftk-to-1and1-shared-hosting/</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 <a href="http://jheslop.com/tag/pdf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with pdf">pdf</a> toolkit to use with php. <a href=http://jheslop.com/hosting/1and1 target=_blank>1and1</a> does not come with any built in <a href="http://jheslop.com/tag/pdf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with pdf">pdf</a> processors or <a href="http://jheslop.com/tag/pdf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with pdf">pdf</a> <a href="http://jheslop.com/tag/libraries/" class="st_tag internal_tag" rel="tag" title="Posts tagged with libraries">libraries</a> built into php. 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 php or cronjobs.</p>
]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2009/11/11/adding-pdftk-to-1and1-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adding PECL Uploadprogress to 1&amp;1 shared hosting for Drupal FileField</title>
		<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/</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 PHP 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 uploadprogress-1.0.0.tgz</code>
</li>
<li>Go into the directory<br />
<code>cd uploadprogress-1.0.0</code>
</li>
<li>Run phpize5<br />
<code>phpize5</code>
</li>
<li>Change php-config to php-config5 in configure script<br />
<code>sed -i 's/=php-config/=php-config5/g' configure</code>
</li>
<li>Change include directives in Makefile<br />
<code>sed -i 's#-I/usr/local/include/php#-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 uploadprogress extension to new folder<br />
<code>cp .libs/uploadprogress.so ~/extensions/</code>
</li>
<li>Create new php.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=uploadprogress.so</code>
</li>
</ul>
<p>That should be it. You should now be able to see the &#8220;Upload progress	Enabled (PECL uploadprogress)&#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 me 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>
]]></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>
		</item>
		<item>
		<title>When is Daylight Savings? and 10 Things To Do With that Extra Hour</title>
		<link>http://jheslop.com/2008/10/30/when-is-daylight-savings-and-10-things-to-do-with-that-extra-hour/</link>
		<comments>http://jheslop.com/2008/10/30/when-is-daylight-savings-and-10-things-to-do-with-that-extra-hour/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 01:31:54 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[book reading]]></category>
		<category><![CDATA[chris harrison]]></category>
		<category><![CDATA[christmas wishlist]]></category>
		<category><![CDATA[computer data]]></category>
		<category><![CDATA[daylight]]></category>
		<category><![CDATA[daylight saving time]]></category>
		<category><![CDATA[daylight savings time]]></category>
		<category><![CDATA[extra hour]]></category>
		<category><![CDATA[fall back]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[light bulb]]></category>
		<category><![CDATA[mozy]]></category>
		<category><![CDATA[new daylight savings time]]></category>
		<category><![CDATA[savings]]></category>
		<category><![CDATA[smoke detectors]]></category>
		<category><![CDATA[special time]]></category>
		<category><![CDATA[summer clothes]]></category>
		<category><![CDATA[things]]></category>
		<category><![CDATA[to do]]></category>
		<category><![CDATA[todo]]></category>
		<category><![CDATA[wikipedia]]></category>
		<category><![CDATA[winter jacket]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=321</guid>
		<description><![CDATA[Chris Harrison twittered about a site called When is Daylight Savings? I thought I would pass along the info since we all forget at some time about when the new daylight savings time is. (In case you don&#8217;t want to go the site it is this Sun Nov. 2nd, 2008 at 3am in the morning [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px; float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;" src="http://jheslop.com/wp-content/uploads/2008/10/when-is-daylight-savings-1.png" /><br /><a href="http://cdharrison.com">Chris Harrison</a> <a href="http://twitter.com/cdharrison">twittered</a> about a site called <a href="http://whenisdaylightsavings.org/">When is Daylight Savings?</a> I thought I would pass along the info since we all forget at some time about when the <a href="http://jheslop.com/tag/new-daylight-savings-time/" class="st_tag internal_tag" rel="tag" title="Posts tagged with new daylight savings time">new daylight savings time</a> is. (In case you don&#8217;t want to go the site it is this Sun Nov. 2nd, 2008 at 3am in the morning you set your clock back to 2am). Fall back spring forward is an easy way to remember how to set the clock.</p>
<p>Just for fun here a few things to do with your <a href="http://jheslop.com/tag/extra-hour/" class="st_tag internal_tag" rel="tag" title="Posts tagged with extra hour">extra hour</a> this year or just because:</p>
<ol>
<li>Check the batteries in your smoke detectors or <a href="http://www.amazon.com/FirstAlert-Carbon-Monoxide-Alarm%252d-SC01CN3/dp/B00005OU73%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Djerehesl-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB00005OU73">replace them</a></li>
<li>Read about daylight savings <a name="evtst|a|1560257962" href="http://www.amazon.com/Seize-Daylight-Curious-Contentious-Saving/dp/1560257962%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Djerehesl-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1560257962">Seize the Daylight: The Curious and Contentious Story of Daylight Saving Time</a> or <a href="http://en.wikipedia.org/wiki/Daylight_saving_time">Daylight saving time &#8211; Wikipedia, the free encyclopedia</a></li>
<li>Replace a regular light bulb with a new <a href="http://www.amazon.com/DAYLIGHT-FLUORESCENT-REPLACES-50-100-150-INCANDESCENT/dp/B00171QWBC%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Djerehesl-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB00171QWBC">CFL light bulb</a></li>
<li>Make special time with that special someone</li>
<li>Maybe backup your computer data with <a href="http://jheslop.com/backup/best_backup_for_windows_and_mac%20">mozy</a> or <a href="http://www.jungledisk.com/">jungle disk</a></li>
<li><a href="http://skribit.com/blogs/jeremy-heslop">Suggest</a> something for me to write about (in the sidebar or <a href="http://skribit.com/blogs/jeremy-heslop">here</a>)</li>
<li>Catch up on google reader, unread blog list or a <a href="http://www.amazon.com/gp/product/0061474096?ie=UTF8&amp;tag=jerehesl-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0061474096">good book</a> (reading is good for the brain!)</li>
<li>Put the summer clothes away and pull out that <a href="http://www.amazon.com/gp/product/B00063DNSM?ie=UTF8&amp;tag=jerehesl-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=B00063DNSM">winter jacket</a>. It&#8217;s cold out there! (currently 39 degrees here)</li>
<li>Learn about <a href="http://wiki.43folders.com/index.php/GTD">GTD</a> and get the <a href="http://www.amazon.com/gp/product/0142000280?ie=UTF8&amp;tag=jerehesl-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0142000280">book</a></li>
<li>Prepare a Christmas <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fregistry%2Fwishlist%2F3CHX5SFAJF2TX&amp;tag=jerehesl-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">wishlist</a> so your family will have something to get you</li>
</ol>
<p>And finally have a good nights sleep!<br />
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2008/10/30/when-is-daylight-savings-and-10-things-to-do-with-that-extra-hour/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
