<?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>Optimus Pete &#187; Pete Graham</title>
	<atom:link href="http://tech.petegraham.co.uk/category/pete-graham/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.petegraham.co.uk</link>
	<description>yes i love technology</description>
	<lastBuildDate>Fri, 16 Jul 2010 16:30:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sytax highlighting A-go-go</title>
		<link>http://tech.petegraham.co.uk/2007/01/26/sytax-highlighting-a-go-go/</link>
		<comments>http://tech.petegraham.co.uk/2007/01/26/sytax-highlighting-a-go-go/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 14:01:09 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Pete Graham]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[syntax highlighting]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/01/26/sytax-highlighting-a-go-go/</guid>
		<description><![CDATA[Theres only one thing that I love more than technology and thats code!
I've added the IG: Syntax Higliter plugin to this blog so I can start publishing snippets of code on this blog. The plugin can support php, html, sql, and a whole host of others languages click here to find out more about it.
Below [...]]]></description>
			<content:encoded><![CDATA[<p>Theres only one thing that I love more than technology and thats code!</p>
<p>I've added the IG: Syntax Higliter plugin to this blog so I can start publishing snippets of code on this blog. The plugin can support php, html, sql, and a whole host of others languages click <a target="_blank" href="http://blog.igeek.info/still-fresh/category/wp-plugins/igsyntax-hiliter/">here</a> to find out more about it.</p>
<p>Below is a fascinating piece of PHP I cranked out to check its working.</p>
<div class="igBar"><span id="lphp-2"><a href="#" onclick="javascript:showPlainTxt('php-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-2">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// completely useless example of some PHP code</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$arr</span> = <a href="http://www.php.net/array"><span style="color:#000066;">array</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Pete'</span>, <span style="color:#FF0000;">'is'</span>, <span style="color:#FF0000;">'the'</span>, <span style="color:#FF0000;">'best!'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$html</span> = <span style="color:#FF0000;">''</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">/*</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">everybody loves a good foreach loop</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">*/</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">foreach</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$arr</span> <span style="color:#616100;">as</span> <span style="color:#0000FF;">$key</span> =&gt; <span style="color:#0000FF;">$value</span><span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$html</span> .= <span style="color:#0000FF;">$value</span>.<span style="color:#FF0000;">' '</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$html</span> = <a href="http://www.php.net/rtrim"><span style="color:#000066;">rtrim</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$html</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#0000FF;">$html</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000; font-style:italic;"># wow this is great</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>My only complaint I have about the plugin is it doesn't seem to provide any indentation when it displays the code, even if you paste the code into wordpress nicely indented. Maybe there's a setting to activate this. If anyone can tell me where it is I'll buy them a beer, if you don't drink beer then you can watch me drink two instead.</p>
<p>// Pete Graham</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/01/26/sytax-highlighting-a-go-go/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mr.T puts the &#8220;T&#8221; in I.T</title>
		<link>http://tech.petegraham.co.uk/2007/01/25/mrt-puts-the-t-in-it/</link>
		<comments>http://tech.petegraham.co.uk/2007/01/25/mrt-puts-the-t-in-it/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 18:16:20 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Hitachi]]></category>
		<category><![CDATA[Mr T]]></category>
		<category><![CDATA[Pete Graham]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[data system virtualization]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/01/25/mrt-puts-the-t-in-it/</guid>
		<description><![CDATA[Its official Mr. T loves Computer Science, check out this advert for Hitachi for proof, I absolutely creased when I watched it. "I pity the fool that doesn't use Hitachi data System Virtualization!"
/* Pete Graham */
]]></description>
			<content:encoded><![CDATA[<p>Its official Mr. T loves Computer Science, check out <a target="_blank" href="http://www.youtube.com/watch?v=tW1S2tsxVHg&#038;eurl=">this</a> advert for Hitachi for proof, I absolutely creased when I watched it. <em>"I pity the fool that doesn't use Hitachi data Sys</em><em>tem Virtualization!"</em></p>
<p>/* Pete Graham */</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/01/25/mrt-puts-the-t-in-it/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Site Upgraded</title>
		<link>http://tech.petegraham.co.uk/2007/01/19/site-upgraded/</link>
		<comments>http://tech.petegraham.co.uk/2007/01/19/site-upgraded/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 16:26:51 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Pete Graham]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/01/19/site-upgraded/</guid>
		<description><![CDATA[I upgraded the blogs on this site to Wordpress 2.0.7 the other day since some security flaws had been found in version 2.0.6. The upgrade was pretty painless and just involved replacing a few of the PHP files. Its good to see that how active the Wordpress development community, its impressive how fast they patched [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded the blogs on this site to Wordpress 2.0.7 the other day since some security flaws had been found in version 2.0.6. The upgrade was pretty painless and just involved replacing a few of the PHP files. Its good to see that how active the Wordpress development community, its impressive how fast they patched the security flaws once discovered.</p>
<p>I’ve done some more work on the site in general. The <a href="http://blog.petegraham.co.uk">Peteamania</a> blog, and the <a href="http://petegraham.co.uk">homepage</a> now share the same layout as this blog. I’ve also changed the content on the homepage; it now includes a much more dashing black and white photo of me.</p>
<p>The next thing I want to get set-up is the Wordpress plugin to provide <a target="_blank" href="http://qbnz.com/highlighter/">syntax highlighting</a> on this blog so I can start posting some PHP code and SQL statements. I’m planning to do that next week if I get a chance.</p>
<p>/* Pete Graham */</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/01/19/site-upgraded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone iPonderings</title>
		<link>http://tech.petegraham.co.uk/2007/01/11/iphone-iponderings/</link>
		<comments>http://tech.petegraham.co.uk/2007/01/11/iphone-iponderings/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 17:52:24 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Pete Graham]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/01/11/iphone-iponderings/</guid>
		<description><![CDATA[On Tuesday this week Mac Overlord Steve Jobs unveiled the iPhone after months of speculation what the device would look like and how it would work. Now there’s no doubt that Apple with shift millions of these devices, Steve Jobs could announce a new product called the iTurd [1] and millions of Apple fanatics would [...]]]></description>
			<content:encoded><![CDATA[<p>On Tuesday this week Mac Overlord Steve Jobs unveiled the iPhone after months of speculation what the device would look like and how it would work. Now there’s no doubt that Apple with shift millions of these devices, Steve Jobs could announce a new product called the <a target="_blank" href="http://twowaybidet.com/2005/mob/iturd/">iTurd</a> [1] and millions of Apple fanatics would still rush out to buy it. The real question is not if the device will be successful but how successful will the device will be?</p>
<p><img alt="steve jobs with iPhone on screen behind him" title="steve jobs with iPhone on screen behind him" src="http://tech.petegraham.co.uk/wp-content/uploads/2007/01/iphone1.jpg" /><br />
Most people have an mp3 player and a phone; combining the industries best selling mp3 player and a phone makes excellent sense, one device less hassle. What Apple is aiming to do is much more ambitious they are attempting to create a portable multimedia device that will have mainstream appeal.<span id="more-4"></span></p>
<p><img title="iPhone size comparison" alt="iPhone size comparison" src="http://tech.petegraham.co.uk/wp-content/uploads/2007/01/sizeasy.png" /><br />
Looking at the above size comparison from <a target="_blank" href="http://www.sizeasy.com/">sizeasy.com</a> the iPhone is slightly bigger than a 30gb iPod and a normal mobile phone (its exact dimensions are 115mm x 61mm x 11.6mm). It is smaller than most PDA’s (It’s worth bearing in mind that the iPhone will have a 4GB or 8GB flash memory so is actually a combination of a iPod Nano and a mobile).</p>
<p>Apple are often praised for their highly innovative products, I would argue that many of Apples products aren’t particularly innovative at all. However Apple does produce highly polished products with effective user interfaces and stylish designs. This makes their products highly desirable and is why there is often such a cult surrounding them.</p>
<p>Heres a list of the key features that the iPhone is meant to achieve:</p>
<ul>
<li>Play mp3’s</li>
<li>Make phone calls</li>
<li>Browse the web</li>
<li>Send emails</li>
<li>Take photo’s</li>
<li>Video Playback</li>
</ul>
<p>An impressive list, but if you cut thought the hype there isn’t much that is being offered that can’t be done by high spec PDA or Smart Phones which are currently available, and the iPhone will not be on sale until June.</p>
<p>I believe how good the iPhone will be as a multimedia lifestyle device will be determined by four major factors:</p>
<ol>
<li>Touch screen</li>
<li>Internet</li>
<li>User interfaces</li>
<li>Durability</li>
</ol>
<p><strong>Touch Screen</strong><br />
I used to use a PDA however I found that it took too long to input data with it. Either you had to use the hand writing recognition software which was rubbish or use the stylus to point at characters on a onscreen keyboard, very slow. Blackberry’s have full QWERTY keyboards but they’re tiny. With the iPhone apple claim to have patented a revolutionary touch screen technology, if the touch screen works genuinely well then this reason alone could justify buying one instead of a smart-phone/PDA alternative.</p>
<p><strong>Internet</strong><br />
People are becoming more reliant on Internet services as time goes on. Even though Internet connectivity has been offered on mobile phones by various means for the past few years it has never taken off. This is probably because it tends to be very expensive to connect on most mobile tariffs and if you do manage to connect its painfully slow. The interesting thing to see will be if Apple can achieve decent connection speeds and what sort of coverage the iPhone will get. Apparently they want to offer music and movie downloads so their going to need some fast speeds.</p>
<p>Like a PDA the iPhone features Wi-Fi connectivity, this is a nice feature however at this point in time not many public places in Britain offer Wi-Fi access. This means the only places you’ll be able to use the Wi-Fi is your house or your office where your likely to have a Computer anyway so why bother using a portable device?</p>
<p><strong>User-Interface</strong><br />
I used to own a 4th Generation iPod and I was very impressed with its user-interface; it was intuitive and common tasks could be achieved with minimal effort. Early mobile phones especially Nokia’s had fairly good UI’s however as extra features crept in they began to lose some of their simplicity and elegance. I currently use a Samsung D500, when I get a new message it takes 5 button presses before I can actually read it, my old Nokia 3310 took 2.</p>
<p>The iPhone is an ambitious project but if Apple can keep it so core features can be achieved quickly and effectively this will be a huge selling point.</p>
<p><img alt="iPhone front and back" title="iPhone front and back" src="http://tech.petegraham.co.uk/wp-content/uploads/2007/01/iphone2.jpg" /></p>
<p><strong>Duabilty</strong><br />
The hard-drive on the 4th Gen iPod I owned broke after 14 months; the 1st Gen iPod Nano’s had defects with the screen’s cracking.  Majority of people I know that have owned iPods have had them break. You can’t really have an essential digital lifestyle device if it’s likely to break on you at any minute. Apple really have to make sure the durability on the iPhone is good otherwise it just won’t be worth buying. It will be interesting to see if insurance is offered on iPhones like it is on mobile phone contracts.</p>
<p>I look forward to having a play with an iPhone when it’s released. Will I be buying one, no, well not straight away anyway I’ll probably give it 6 months and see if the people who were raving about them when they initially came out still rate them. I do think convergent devices are the way forward, for a while when I was carrying a mobile, PDA, iPod and laptop around with me I was starting to feel like inspector gadget. Maybe we can all read this article again in a years time and mock me for my ridiculous predictions.</p>
<p>// Pete Graham</p>
<p>[1] UrbanDitionary.com has this definition of the word iTurd: When you drop your iPod in the toilet</p>
<p><em>“I was such a fucking dumbass, I dropped my brand new iPod in the toilet, now it's a iTurd.”</em></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/01/11/iphone-iponderings/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Tale of Two blogs</title>
		<link>http://tech.petegraham.co.uk/2007/01/10/the-tales-of-two-blogs/</link>
		<comments>http://tech.petegraham.co.uk/2007/01/10/the-tales-of-two-blogs/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 17:39:19 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Pete Graham]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/?p=3</guid>
		<description><![CDATA[I started running my person blog: Peteamania in Novemeber last year, so far I’ve enjoyed writing the blog and plan to continue. The problem I have is whenever I write a technically themed article many of my loyal fan (or Peteamaniacs as they like to be known) complain that its too geeky. Interesting the viewing [...]]]></description>
			<content:encoded><![CDATA[<p>I started running my person blog: <a href="http://blog.petegraham.co.uk">Peteamania</a> in Novemeber last year, so far I’ve enjoyed writing the blog and plan to continue. The problem I have is whenever I write a technically themed article many of my loyal fan (or Peteamaniacs as they like to be known) complain that its too geeky. Interesting the viewing stats showed that the tech articles were very popular.</p>
<p>Instead of annoying the readers of my personal blog I have decided to launch this separate blog for writing about geek/tech/nerd stuff.</p>
<p>I still hope to cover a variety of topics but things I will mainly be covering are:</p>
<ul>
<li>Hardware, gadget, software and Website Reviews</li>
<li>My personal ponderings on technological trends</li>
<li>My work as a Website Developer on Phuser.com</li>
<li>Coding and Programming examples and tutorials</li>
<li>Any other geek stuff that I decided is cool</li>
</ul>
<p>/* Pete Graham */</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/01/10/the-tales-of-two-blogs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
