<?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>Jonathan Morgan &#187; work</title>
	<atom:link href="http://jonathanmorgan.org/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanmorgan.org</link>
	<description>Design, Justice, Jesus, Music, Life</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:28:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ExpressionEngine: File Upload extension</title>
		<link>http://jonathanmorgan.org/2009/02/expressionengine-file-upload-extension/</link>
		<comments>http://jonathanmorgan.org/2009/02/expressionengine-file-upload-extension/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 11:04:35 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[ExpressionEngine]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://jonathanmorgan.org/?p=943</guid>
		<description><![CDATA[Until yesterday I felt that the biggest weakness in using ExpressionEngine as a Content Management System was its roundabout way of handling image and file uploads. For my less tech-savvy clients this was particularly troublesome because it meant that some of them felt they were unable to upload images themselves. However yesterday I discovered Mark [...]]]></description>
			<content:encoded><![CDATA[<p>Until yesterday I felt that the biggest weakness in using <a href="http://expressionengine.com">ExpressionEngine</a> as a <a href="http://en.wikipedia.org/wiki/Content_management_system">Content Management System</a> was its roundabout way of handling image and file uploads.  For my less tech-savvy clients this was particularly troublesome because it meant that some of them felt they were unable to upload images themselves.</p>
<p>However yesterday I discovered <a href="http://docs.markhuot.com/ee/extensions/file/">Mark Huot&#8217;s File Upload Extension</a>.  The extension makes managing files much easier, giving users a simple &#8216;browse&#8217; button for searching their hard drive, and even manages resizing and cropping site wide (without users ever having to face questions like &#8220;would you like to resize your image,&#8221; or &#8220;would you like to delete the original?&#8221; </p>
<p>I did, however, have to customize the extension slightly due to the fact that images with a .jpg file extension were pixelating.  After a quick search of the forums I discovered that if I replaced the following code (in the extension file, under the heading &#8216;Write File&#8217;):</p>
<p><code>if(@imagegif($dst_img, $dst) !== false) {}<br />
else if(@imagejpeg($dst_img, $dst) !== false) {}<br />
else if(@imagepng($dst_img, $dst) !== false) {} </code> </p>
<p>With:<br />
<code>if(@imagejpeg($dst_img, $dst, 90) !== false) {}<br />
else if(@imagegif($dst_img, $dst) !== false) {}<br />
else if(@imagepng($dst_img, $dst) !== false) {} </code></p>
<p>I could avoid this pixelation and display better quality images.</p>
<p><strong>Update: </strong><br />
I&#8217;ve been using this extension on a Windows 2003 server and had some difficulties with the extension accepting the server paths.  <a href="http://expressionengine.com/forums/viewthread/38997/P648/#449805">This post</a> helped me resolve the issue. </p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanmorgan.org/2009/02/expressionengine-file-upload-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>South African E-Commerce sans Paypal</title>
		<link>http://jonathanmorgan.org/2008/10/south-african-e-commerce-sans-paypal/</link>
		<comments>http://jonathanmorgan.org/2008/10/south-african-e-commerce-sans-paypal/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 15:08:57 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://jonathanmorgan.org/?p=746</guid>
		<description><![CDATA[As part of my internship with All Nations I&#8217;ve been given the responsibility of developing their African/South African web presence. Part of this involves integrating their book store and contact database with a simple, central, social networking site. It won&#8217;t be anywhere near the complexity clutter of facebook, but may involve a customised version of [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my internship with <a href="http://all-nations.co.za">All Nations</a> I&#8217;ve been given the responsibility of developing their African/South African web presence.  Part of this involves integrating their book store and contact database with a simple, central, social networking site.  It won&#8217;t be anywhere near the <span style="text-decoration: line-through;">complexity</span> clutter of facebook, but may involve a customised version of <a href="http://wordpressmu.org/">WordPress MU</a>, utilizing <a href="http://buddypress.org/">Buddypress</a>.</p>
<p>The most tricky part of this process is that Paypal do not allow funds to be withdrawn into a South African bank account.  There are so many wonderful, simple, ecommerce solutions that make use of Paypal, and as a result save the merchant a lot of money.</p>
<h3>So what are the alternatives?</h3>
<p>Right now I&#8217;m looking at the following options:</p>
<ul>
<li>Use <a href="http://shopify.com/">Shopify</a> and find a payment processor which works well (and is low in cost) in South Africa.</li>
<li>Use <a href="http://www.magento.com">Magento</a> and their <a href="http://www.vcs.co.za/">VCS</a> payment module.</li>
</ul>
<p>Please do let me know if you have any ideas! </p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanmorgan.org/2008/10/south-african-e-commerce-sans-paypal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some recent work:</title>
		<link>http://jonathanmorgan.org/2007/09/673/</link>
		<comments>http://jonathanmorgan.org/2007/09/673/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 19:17:00 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://jonathanmorgan.org/wordpress/?p=673</guid>
		<description><![CDATA[Plymouth Vineyard website: www.plymouthvineyard.org.ukBrain Team Consulting: www.braint.net]]></description>
			<content:encoded><![CDATA[<p>Plymouth Vineyard website: <a href="http://www.plymouthvineyard.org.uk">www.plymouthvineyard.org.uk</a><br />Brain Team Consulting: <a href="http://www.braint.net">www.braint.net</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanmorgan.org/2007/09/673/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

