<?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"
	>

<channel>
	<title>pCreate</title>
	<atom:link href="http://pcreate.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://pcreate.co.uk</link>
	<description>the digital brainspace of Phil Smith &#124; Leeds, UK</description>
	<pubDate>Mon, 18 Aug 2008 06:53:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Activating PHP on OS X 10.5 &#8216;Leopard&#8217;</title>
		<link>http://pcreate.co.uk/2008/08/10/activating-php-on-os-x-105-leopard/</link>
		<comments>http://pcreate.co.uk/2008/08/10/activating-php-on-os-x-105-leopard/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 06:42:42 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
		
		<category><![CDATA[General Geekery]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[command line]]></category>

		<category><![CDATA[Entropy]]></category>

		<category><![CDATA[os x]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://pcreate.co.uk/?p=135</guid>
		<description><![CDATA[I&#8217;ve finally gotten around to updating to OS X 10.5, and consequently lost my PHP setup for Apache.  I want to use the fantastic Entropy package from Marc Liyanage instead of the standard package install (as I had done previously). There are a couple of extra steps that need to be taken to make [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally gotten around to updating to OS X 10.5, and consequently lost my PHP setup for Apache.  I want to use the fantastic <a href="http://www.entropy.ch/software/macosx/php/">Entropy</a> package from Marc Liyanage instead of the standard package install (as I had done previously). There are a couple of extra steps that need to be taken to make it play nice on 10.5, though (installation fails if you try to install it using the instructions on Marc&#8217;s website)&#8230;</p>
<p>Before you run the package installer, run the following command (using Terminal or such like):</p>
<p><code>sudo ln -s /etc/apache2 /etc/httpd</code></p>
<p>There <strong>is</strong> a much more convoluted way of editing the installation files (which I will happily provide to anyone that isn&#8217;t happy using a symlink - <a href="/contact">drop me a line</a>).</p>
<p>Also, you&#8217;ll need to manually activate the PHP5 module in Apache (something that I&#8217;m sure was done automagically by the Entropy installer in previous versions of OS X). Go to the command line and find your httpd.conf file:</p>
<p><code>locate httpd.conf</code></p>
<p>It should be somewhere in the <code>apache2 </code>folder. Once you the file, edit it using your favourite command-line editor (I personally use the command-line extension of <a href="http://macromates.com/">TextMate</a> for ease). Uncomment the following line (remove the hash symbol):</p>
<p><code>#LoadModule php5_module        libexec/apache2/libphp5.so</code></p>
<p>You will also need to add to the <code>DirectoryIndex</code> portion of the file to enable the use of index.php files:</p>
<p><code>&lt;IfModule dir_module&gt;<br />
DirectoryIndex index.html<br />
&lt;/IfModule&gt;</code></p>
<p>Add <code>index.htm index.php</code> after <code>index.html</code> and you&#8217;re laughing. Save the file, restart Apache (either through the &#8216;Sharing&#8217; panel in System Preferences or through the command line). <em>Et voila!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://pcreate.co.uk/2008/08/10/activating-php-on-os-x-105-leopard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rollin&#8217; on 10.5&#8217;s</title>
		<link>http://pcreate.co.uk/2008/08/07/rollin-on-105s/</link>
		<comments>http://pcreate.co.uk/2008/08/07/rollin-on-105s/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 00:51:31 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
		
		<category><![CDATA[General Geekery]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://pcreate.co.uk/?p=128</guid>
		<description><![CDATA[
Well, it&#8217;s taken long enough but I&#8217;ve finally updated my old faithful Mac Mini to OS X 10.5 &#8216;Tabby Cat&#8217;.  My main reason for finally taking the plunge (despite the fact that it has TOTALLY screwed my sweet Apache/PHP setup) is so I can take a closer look at this new fangled iPhone SDK. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-129 alignnone" title="osx" src="http://pcreate.co.uk/wp-content/uploads/2008/08/osx.jpg" alt="" width="321" height="393" /></p>
<p style="text-align: left;">Well, it&#8217;s taken long enough but I&#8217;ve <strong>finally</strong> updated my old faithful Mac Mini to <a href="http://www.apple.com/macosx/">OS X 10.5 &#8216;Tabby Cat&#8217;</a>.  My main reason for finally taking the plunge (despite the fact that it has TOTALLY screwed my sweet Apache/PHP setup) is so I can take a closer look at this new fangled <a href="http://developer.apple.com/iphone/">iPhone SDK</a>.  I&#8217;ve already spent me money on Amazon for the relevant texts, so watch this space for the next mobile application revelation :-).</p>
<p style="text-align: left;"><em>Peace out, Rabbit!</em></p>
<div class="update"><span>TYPICAL!</span> In true Apple style, as soon as I adopt the technology, the <a href="http://www.apple.com/macosx/snowleopard/">next new thing</a> is already on the horizon! <img src='http://pcreate.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </div>
]]></content:encoded>
			<wfw:commentRss>http://pcreate.co.uk/2008/08/07/rollin-on-105s/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Portfolio now online</title>
		<link>http://pcreate.co.uk/2008/08/02/portfolio-now-online/</link>
		<comments>http://pcreate.co.uk/2008/08/02/portfolio-now-online/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 09:07:51 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<category><![CDATA[archive]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://pcreate.co.uk/?p=116</guid>
		<description><![CDATA[I finally decided to start archiving all of my work (that I&#8217;m proud of) from the past 4-5 years, partly to remind myself of the journey I&#8217;ve taken to get to this point in my life/career, but also to showcase the wide range of work that I am capable of producing (if for no other [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-119" style="float:left; margin:10px;" title="newstar1" src="http://pcreate.co.uk/wp-content/uploads/2008/08/newstar1.jpg" alt="" />I finally decided to start archiving all of my work (that I&#8217;m proud of) from the past 4-5 years, partly to remind myself of the journey I&#8217;ve taken to get to this point in my life/career, but also to showcase the wide range of work that I am capable of producing (if for no other reason than to add to the great <a href="http://www.nclud.com/sketchbook/should-web-designers-know-how-to-code">&#8217;should designers code, and programmers design?&#8217;</a> debate).  Hopefully there is a clear progression and steady improvement apparent in my work since my first Flash-based website back in early 2004 (I do have work that goes back earlier than that, but I&#8217;m yet to dig it out).</p>
<p>Anyway, pop on over to <a href="http://www.pcreate.co.uk/portfolio">www.pcreate.co.uk/portfolio</a> and take a look at what I&#8217;m capable of.  I&#8217;m still steadily adding work, so check back regularly.  I&#8217;ll also be adding more images to each piece, plus descriptions and possibly full case studies.  Where some websites are no longer live, I&#8217;ve attempted to replicate them fully on my own server, but in some cases certain functionality might be lacking (the property booking system on <a href="http://pcreate.co.uk/portfolio/2005/09/vh48/">VH48</a>, for one).</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://pcreate.co.uk/2008/08/02/portfolio-now-online/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apple are cheeky bastards - the reprise</title>
		<link>http://pcreate.co.uk/2008/07/27/apple-are-cheeky-bastards-the-reprise/</link>
		<comments>http://pcreate.co.uk/2008/07/27/apple-are-cheeky-bastards-the-reprise/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 08:43:16 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
		
		<category><![CDATA[General Geekery]]></category>

		<category><![CDATA[Stuff &amp; Nonsense]]></category>

		<category><![CDATA[TopSecretProject&trade;]]></category>

		<category><![CDATA[App Store]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[applications]]></category>

		<category><![CDATA[iPod Touch]]></category>

		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://pcreate.co.uk/?p=106</guid>
		<description><![CDATA[Okay, so I&#8217;ve already ranted about the fact that Apple charged me for the original software update for my iPod Touch to enable email and wot-not, so at least I was prepared to have to part with a bit of cash for the new Software Update 2.0 for iPhone to enable installation of the new [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-107" style="margin:10px 10px 10px 10px; float:left;" title="appstore_app3image20080609" src="http://pcreate.co.uk/wp-content/uploads/2008/07/appstore_app3image20080609.jpg" alt="" />Okay, so I&#8217;ve <a href="http://pcreate.co.uk/2008/01/19/apple-are-cheeky-buggersbut-i-still-love-them/">already ranted</a> about the fact that Apple charged me for the original software update for my iPod Touch to enable email and wot-not, so at least I was prepared to have to part with a bit of cash for the new <a href="http://www.apple.com/ipodtouch/appstore/">Software Update 2.0 for iPhone</a> to enable installation of the new onboard apps.  And this time it only cost me £5.99, so that&#8217;s not too bad <img src='http://pcreate.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>So far I&#8217;ve downloaded 6 or 7 applications (mostly free) and for the most part I&#8217;m impressed.  The real revelation, as far as I&#8217;m concerned, is the Remote app from Apple, which allows you to control iTunes (via WiFi) from your iPod - basically turning it into a touch screen remote control.  At home I have my Mac Mini hooked up to my speakers, and by using Remote I no longer need to have my monitor switched on to use iTunes.  Sweet!</p>
<p>I&#8217;ve also installed the usual plethora of social networking apps - Facebook, Twitter and WordPress (watch out for posts on-the-fly from now on!), as well as purchasing the obligatory Super Monkey Ball, and am looking forward to seeing where this new era in mobile computing (cos that&#8217;s what it is now) will take us.  In my mind, by opening up the SDK for the iPhone, Apple are going to make an impact on the world of mobile consumer electronics that&#8217;s every bit as big as when they released the first iPod (if not greater).</p>
<p>So I take it back - Apple aren&#8217;t cheeky bastards, and I loves them.</p>
<p><em>Love to your mothers.</em></p>
<div class="update"><span>UPDATE:</span> I&#8217;ve got my grubby little hands on the <a href="http://developer.apple.com/iphone/">iPhone SDK</a>, and I&#8217;ve got a few ideas for some useful apps, so watch out for my own contribution to the App Store!</div>
]]></content:encoded>
			<wfw:commentRss>http://pcreate.co.uk/2008/07/27/apple-are-cheeky-bastards-the-reprise/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Dark Side of Catholicism</title>
		<link>http://pcreate.co.uk/2008/07/24/the-dark-side-of-catholocism/</link>
		<comments>http://pcreate.co.uk/2008/07/24/the-dark-side-of-catholocism/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 22:23:57 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
		
		<category><![CDATA[Stuff &amp; Nonsense]]></category>

		<category><![CDATA[TopSecretProject&trade;]]></category>

		<category><![CDATA[cartoon]]></category>

		<category><![CDATA[Funny]]></category>

		<category><![CDATA[religion]]></category>

		<category><![CDATA[star wars]]></category>

		<guid isPermaLink="false">http://pcreate.co.uk/?p=101</guid>
		<description><![CDATA[From the mighty See Mike Draw&#8230;

I normally put stuff like this over on my Tumblr account, but felt that this guy&#8217;s talent was too good not to share.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">From the mighty <a href="http://seemikedraw.wordpress.com/">See Mike Draw</a>&#8230;</p>
<p style="text-align: center;"><a href="http://seemikedraw.wordpress.com/2008/07/22/this-cartoon-has-gone-to-the-dark-side/"><img class="alignnone" src="http://seemikedraw.files.wordpress.com/2008/07/world-youth-day.gif" alt="" width="480" height="1080" /></a></p>
<p style="text-align: left;">I normally put stuff like this over on my <a href="http://pcreate.tumblr.com/">Tumblr</a> account, but felt that this guy&#8217;s talent was too good not to share.</p>
]]></content:encoded>
			<wfw:commentRss>http://pcreate.co.uk/2008/07/24/the-dark-side-of-catholocism/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Good design&#8230;</title>
		<link>http://pcreate.co.uk/2008/07/20/good-design/</link>
		<comments>http://pcreate.co.uk/2008/07/20/good-design/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 19:15:40 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
		
		<category><![CDATA[Stuff &amp; Nonsense]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://pcreate.co.uk/?p=94</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-95 alignnone" title="Print" src="http://pcreate.co.uk/wp-content/uploads/2008/07/nbwdkh1muat8mfphs45fybvq_400.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://pcreate.co.uk/2008/07/20/good-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Power of a Pound</title>
		<link>http://pcreate.co.uk/2008/07/12/the-power-of-a-pound/</link>
		<comments>http://pcreate.co.uk/2008/07/12/the-power-of-a-pound/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 08:45:01 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
		
		<category><![CDATA[Stuff &amp; Nonsense]]></category>

		<category><![CDATA[charity]]></category>

		<category><![CDATA[good]]></category>

		<category><![CDATA[making a difference]]></category>

		<guid isPermaLink="false">http://pcreate.co.uk/?p=93</guid>
		<description><![CDATA[Some time ago I did a little bit of design work for a company called PicPac over in Morley, Leeds.  The main thing that struck me was the boundless enthusiasm and self-confidence of the founder/MD - a guy called Gareth Boot.  Apart from the fact that he pretty much gave us carte blanche [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I did a little bit of design work for a company called <a href="http://www.picpac.co.uk">PicPac</a> over in Morley, Leeds.  The main thing that struck me was the boundless enthusiasm and self-confidence of the founder/MD - a guy called <a href="http://www.pickingandpacking.co.uk/?p=1">Gareth Boot</a>.  Apart from the fact that he pretty much gave us <em>carte blanche</em> to do some interesting print and brand work for him, I really enjoyed working with him because of his strong will to make a difference in the world.</p>
<p>I&#8217;m not sure how successful he&#8217;s been so far, but he had the intention to set up a campaign to get a one-off donation of just £1 from colleagues/customers/people off the street so that they could send a container of food/aid over to Africa, and prove that everyone <strong>can</strong> make a difference, and that it doesn&#8217;t take much (something that I firmly believe also).</p>
<p>Any-hoo, pop over to <a href="http://www.pickingandpacking.co.uk/?pagename=make-a-difference">http://www.pickingandpacking.co.uk/?pagename=make-a-difference</a> to see what he has to say, and to find out a little bit more about his company.</p>
<p><em>Love to your mothers.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://pcreate.co.uk/2008/07/12/the-power-of-a-pound/feed/</wfw:commentRss>
		</item>
		<item>
		<title>You need this in your life&#8230;.</title>
		<link>http://pcreate.co.uk/2008/07/09/you-need-this-in-your-life/</link>
		<comments>http://pcreate.co.uk/2008/07/09/you-need-this-in-your-life/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 00:03:50 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
		
		<category><![CDATA[Stuff &amp; Nonsense]]></category>

		<category><![CDATA[diiji]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://pcreate.co.uk/?p=91</guid>
		<description><![CDATA[One word&#8230;

I reckon it&#8217;s gonna be bigger than SpaceBook and MyFace put together.  Remember, you heard it here first!
Holla!
]]></description>
			<content:encoded><![CDATA[<p>One word&#8230;</p>
<p><a href="http://diiji.com"><img class="aligncenter size-full wp-image-92" title="diiji" src="http://pcreate.co.uk/wp-content/uploads/2008/07/diiji.jpg" alt="" /></a></p>
<p>I reckon it&#8217;s gonna be bigger than <a href="http://www.facebook.com">SpaceBook</a> and <a href="http://www.myspace.com/">MyFace</a> put together.  Remember, you heard it here first!</p>
<p><a href="http://www.bbc.co.uk/radio1/westwood/soundboard.shtml">Holla!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pcreate.co.uk/2008/07/09/you-need-this-in-your-life/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;ve been tinkering</title>
		<link>http://pcreate.co.uk/2008/07/07/ive-been-tinkering/</link>
		<comments>http://pcreate.co.uk/2008/07/07/ive-been-tinkering/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 23:30:21 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
		
		<category><![CDATA[Actionscript]]></category>

		<category><![CDATA[General Geekery]]></category>

		<category><![CDATA[Actionscript 3]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Papervision3D]]></category>

		<guid isPermaLink="false">http://pcreate.co.uk/?p=88</guid>
		<description><![CDATA[Following a previous post where I coveted Whitevoid&#8217;s use of the Papervision3D library for Flash, I&#8217;ve had a quick play about.  The result is largely inspired by the PicLens plugin for Firefox, and is very much a first stab in the dark with Papervision.

Shoot over to http://assets.pcreate.co.uk/photospace/ for a quick gander.  It&#8217;s quite [...]]]></description>
			<content:encoded><![CDATA[<p>Following a <a href="http://pcreate.co.uk/2008/02/15/i-really-need-to-get-my-head-round-papervision3d/">previous post</a> where I coveted <a href="http://www.whitevoid.com/application.html">Whitevoid&#8217;s</a> use of the Papervision3D library for Flash, I&#8217;ve had a quick play about.  The result is largely inspired by the <a href="http://www.piclens.com/">PicLens plugin</a> for Firefox, and is very much a first stab in the dark with Papervision.</p>
<p><a href="http://assets.pcreate.co.uk/photospace/"><img class="alignnone size-medium wp-image-90" title="photospace1" src="http://pcreate.co.uk/wp-content/uploads/2008/07/photospace1.png" alt="" width="550" height="354" /></a></p>
<p>Shoot over to <a href="http://assets.pcreate.co.uk/photospace/">http://assets.pcreate.co.uk/photospace/</a> for a quick gander.  It&#8217;s quite clever actually - all of the images are loaded in dynamically using an external XML feed, so should provide interesting results when hooked up to Flickr or some such.</p>
<p>Click on the images to take a closer look at them.  Use the icons in the top left corner of the screen to do interesting stuff with the images (and reset them), and bask in full-screen glory using the button at bottom right.</p>
<p>I&#8217;ll have a bash at improving it later, when I get a spare bit of time.</p>
<p>Peace out. <em>Love to your mothers.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://pcreate.co.uk/2008/07/07/ive-been-tinkering/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Problems with themes in WordPress 2.5</title>
		<link>http://pcreate.co.uk/2008/04/15/problems-with-themes-in-wordpress-25/</link>
		<comments>http://pcreate.co.uk/2008/04/15/problems-with-themes-in-wordpress-25/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 12:29:41 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
		
		<category><![CDATA[General Geekery]]></category>

		<category><![CDATA[Kubrick]]></category>

		<category><![CDATA[theme]]></category>

		<category><![CDATA[upgrade]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://pcreate.co.uk/?p=87</guid>
		<description><![CDATA[I have created yet another theme for this site, and at the same time I decided to upgrade my installation to 2.5.  Everything went perfectly smoothly, except that WordPress would keep reverting back to the default Kubrick theme after I had left the site.
Anyway, I&#8217;m sure there&#8217;s a much better work around, but all I [...]]]></description>
			<content:encoded><![CDATA[<p>I have created yet another theme for this site, and at the same time I decided to upgrade my installation to 2.5.  Everything went perfectly smoothly, except that WordPress would keep reverting back to the default Kubrick theme after I had left the site.</p>
<p>Anyway, I&#8217;m sure there&#8217;s a much better work around, but all I did was copy my new theme folder and rename it &#8216;default&#8217; (after backing up the Kubrick theme, of course).  It seems to work (hopefully you can see my new black/grey/green theme right now!).</p>
<p>I&#8217;m sure that this bug will be sorted shortly, but just in case anyone else is having the same problems and need a short-term fix.</p>
<p>More on the site redesign shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://pcreate.co.uk/2008/04/15/problems-with-themes-in-wordpress-25/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
