<?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>Noel Harrison &#187; Media</title>
	<atom:link href="http://www.noelharrison.net/category/media/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noelharrison.net</link>
	<description>Politics, Business, Reading, Technology and General Talk</description>
	<lastBuildDate>Fri, 09 Jul 2010 08:40:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Some of my work &#8211; spy-computing.co.za</title>
		<link>http://www.noelharrison.net/2010/07/09/some-of-my-work-spy-computing-co-za/</link>
		<comments>http://www.noelharrison.net/2010/07/09/some-of-my-work-spy-computing-co-za/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 08:34:19 +0000</pubDate>
		<dc:creator>Noel Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.noelharrison.net/?p=419</guid>
		<description><![CDATA[I was recently contacted to design a website for a local computer company. They wanted an online store and a basic information site. However, the development of the store was a little more difficult that initially anticipated. PayPal opened in &#8230; <a href="http://www.noelharrison.net/2010/07/09/some-of-my-work-spy-computing-co-za/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was recently contacted to design a website for a local computer company. They wanted an online store and a basic information site. However, the development of the store was a little more difficult that initially anticipated.</p>
<p>PayPal opened in South Africa just recently, however one of the flaws is that you are unable to sell in ZAR (South African local currency), you have to sell in Dollars. I looked for alternative systems, however none were as easy to use as PayPal. So I spoke to a few friends, and one of them directed me to this code which I edited a bit to work.</p>
<p>You can insert the ZAR rate and use the exchange rate server to return the USD rate.</p>
<div style="border: 2px solid #666; padding: 10px; background: #CCC;">
<div>function convert($amount_rands)</div>
<div id="_mcePaste">{</div>
<div id="_mcePaste">$from = &#8220;ZAR&#8221;; //Can be issued as a variable</div>
<div id="_mcePaste">$to = &#8220;USD&#8221;; //Can be issued as a variable</div>
<div id="_mcePaste">$amount = $amount_rands;</div>
<div id="_mcePaste">$url = &#8220;http://www.exchangerate-api.com/&#8221;.$from.&#8221;/&#8221;.$to.&#8221;/&#8221;.$amount.&#8221;?k=uNxOS-xphNp-xXC96&#8243;;</div>
<div id="_mcePaste">$result = file_get_contents($url);</div>
<div id="_mcePaste">return $result;</div>
<div id="_mcePaste">}</div>
</div>
<div>
<br/><br />
Thats how I worked around that issue. Take a look at my clients site at <a href="http://www.spy-computing.co.za" target="_blank">www.spy-computing.co.za</a></p>
<p style="font-family: Georgia, 'Bitstream Charter', serif; color: #444444; line-height: 1.5; font-size: 16px; margin-bottom: 24px;"><a href="http://www.noelharrison.net/wp-content/uploads/2010/07/Screen-shot-2010-07-08-at-9.34.21-PM.png"><img class="alignleft size-medium wp-image-420" title="Screen shot 2010-07-08 at 9.34.21 PM" src="http://www.noelharrison.net/wp-content/uploads/2010/07/Screen-shot-2010-07-08-at-9.34.21-PM-300x153.png" alt="" width="300" height="153" /></a></p>
<p style="font-family: Georgia, 'Bitstream Charter', serif; color: #444444; line-height: 1.5; font-size: 16px; margin-bottom: 24px;">
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.noelharrison.net/2010/07/09/some-of-my-work-spy-computing-co-za/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introducing a classic</title>
		<link>http://www.noelharrison.net/2010/04/29/introducing-a-classic/</link>
		<comments>http://www.noelharrison.net/2010/04/29/introducing-a-classic/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 12:05:10 +0000</pubDate>
		<dc:creator>Noel Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[blend]]></category>
		<category><![CDATA[classic]]></category>
		<category><![CDATA[classic blend]]></category>
		<category><![CDATA[classic blend framework]]></category>
		<category><![CDATA[classic blend fx]]></category>
		<category><![CDATA[frame]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[fx]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.noelharrison.net/?p=400</guid>
		<description><![CDATA[So I have been rather silent for a number of weeks, however, not without a reason. I have been working on a number of projects &#8211; however the one that I have enjoyed the most is an open source framework &#8230; <a href="http://www.noelharrison.net/2010/04/29/introducing-a-classic/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I have been rather silent for a number of weeks, however, not without a reason. I have been working on a number of projects &#8211; however the one that I have enjoyed the most is an open source framework that a friend and I have started. We have been working hard on getting the system to a stage in which we are ready to show the public.</p>
<p>Introducing the <strong>Classic Blend Framework.</strong></p>
<p>Both myself and the other developer (a good friend of mine &#8211; Jonathan Wagener &#8211; http://www.espresso-online.info) have worked with many other frameworks over the many years that we have been developing. What we have done is committed to developing one of the easiest frameworks to use &#8211; both for ourselves and for anyone else &#8211; for free.</p>
<p>What have we done so far?</p>
<ul>
<li><strong>Database Class: </strong>We have created a powerful database class which handles all database queries &#8211; from one -&gt; x number of database connections</li>
<li><strong>Module Class: </strong>This powerful class allows the framework to be easily extended for any purpose. Third party developers will be able to create and edit their own modules and optionally make it a public module which will become available to any other developer in the Classic Blend community.</li>
<li><strong>Theme Class: </strong> This is possibly one of my favorite aspects of the framework. It allows for the development of themes for the system to run. However, it also makes use of the &#8220;Smarty&#8221; template&#8217;s engine (however is heavily edited), and allows for the assigning of theme variables from anywhere in the entire framework!</li>
</ul>
<p><strong>That&#8217;s it for now </strong>- take a look of the first screen-shot the public has seen!</p>
<p><a href="http://www.noelharrison.net/wp-content/uploads/2010/04/Screen-shot-2010-04-29-at-1.52.35-PM.png"><img class="alignleft size-medium wp-image-401" title="Screen shot 2010-04-29 at 1.52.35 PM" src="http://www.noelharrison.net/wp-content/uploads/2010/04/Screen-shot-2010-04-29-at-1.52.35-PM-300x165.png" alt="" width="431" height="236" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noelharrison.net/2010/04/29/introducing-a-classic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Music I happen to enjoy</title>
		<link>http://www.noelharrison.net/2010/02/03/music-i-happen-to-enjoy/</link>
		<comments>http://www.noelharrison.net/2010/02/03/music-i-happen-to-enjoy/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 10:17:11 +0000</pubDate>
		<dc:creator>Noel Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Harrison]]></category>
		<category><![CDATA[i]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Noel]]></category>

		<guid isPermaLink="false">http://www.noelharrison.net/?p=345</guid>
		<description><![CDATA[Suggestion: http://blip.tv/file/get/Nharrison-MusicILike222.m4v (this work much faster for some reason)]]></description>
			<content:encoded><![CDATA[<p>Suggestion: <a href="http://blip.tv/file/get/Nharrison-MusicILike222.m4v">http://blip.tv/file/get/Nharrison-MusicILike222.m4v</a> (this work much faster for some reason)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="302" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/hYFbgcLMZwA" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="302" src="http://blip.tv/play/hYFbgcLMZwA" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noelharrison.net/2010/02/03/music-i-happen-to-enjoy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Quotes that I happen to like</title>
		<link>http://www.noelharrison.net/2010/02/01/quotes-that-i-happen-to-like/</link>
		<comments>http://www.noelharrison.net/2010/02/01/quotes-that-i-happen-to-like/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:20:23 +0000</pubDate>
		<dc:creator>Noel Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[enjoy]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://www.noelharrison.net/?p=341</guid>
		<description><![CDATA[So, over the past week, ive been listening to a vast array of musical talent. So as I lay / sit / stood (insert possible position), I found the following to hold much value to myself &#8211; for a vast &#8230; <a href="http://www.noelharrison.net/2010/02/01/quotes-that-i-happen-to-like/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, over the past week, ive been listening to a vast array of musical talent. So as I lay / sit / stood (insert possible position), I found the following to hold much value to myself &#8211; for a vast variety of reasons. None the less, I thought I would share it;</p>
<blockquote><p><strong>&#8220;The past is behind us, what has been, now is gone, but right now is with us and we must carry on, but when regret closes in, I dont think what might of been, I think grace and I know whatever comes, he&#8217;ll make a way! This time, this is what counts, this is what our lives are about, this time..&#8221;</strong></p></blockquote>
<p>and..</p>
<blockquote><p><strong>&#8220;It&#8217;s the heart afraid of breaking, That never learns to dance, It&#8217;s the dream afraid of waking, That never takes the chance, It&#8217;s the one who won&#8217;t be taken, Who cannot seem to give, And the soul afraid of dying, That never learns to live..&#8221;</strong></p></blockquote>
<p>and&#8230;</p>
<blockquote><p><strong>&#8220;What the hell were we thinking, Were we thinking at all, What the hell did we believe we&#8217;d achieve, We stood there with our hearts exposed,  As the others said I told you so, What the hell, What the hell&#8230;&#8221;</strong></p></blockquote>
<p><strong><span style="font-weight: normal;">and..</span></strong></p>
<blockquote><p><strong>&#8220;Close your eyes and they&#8217;ll all be gone, They can scream and shout that they&#8217;ve been sold out, But it paid for the cloud that we&#8217;re dancing on. So shine on. Just shine on! With your smile just as bright as the sun. &#8217;Cause they&#8217;re all just slaves to the gods they made, But you and I just shone. Just shone.&#8221;</strong></p></blockquote>
<p>So those are just a few for now that I have enjoyed.</p>
<p><a href="http://www.noelharrison.net/wp-content/uploads/2009/04/signature2.jpg"><img class="alignleft size-full wp-image-146" title="signature2" src="http://www.noelharrison.net/wp-content/uploads/2009/04/signature2.jpg" alt="" width="325" height="130" /></a></p>
<p>Noel Harrison</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noelharrison.net/2010/02/01/quotes-that-i-happen-to-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Why did you have to be&#8221; by Patrizio Buanne</title>
		<link>http://www.noelharrison.net/2010/01/02/why-did-you-have-to-be-by-patrizio-buanne/</link>
		<comments>http://www.noelharrison.net/2010/01/02/why-did-you-have-to-be-by-patrizio-buanne/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 04:07:23 +0000</pubDate>
		<dc:creator>Noel Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[be]]></category>
		<category><![CDATA[buanne]]></category>
		<category><![CDATA[have]]></category>
		<category><![CDATA[iLike]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[patrizio]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://www.noelharrison.net/?p=298</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p> <embed src="http://blip.tv/play/AYG62jcA" type="application/x-shockwave-flash" width="480" height="302" allowscriptaccess="always" allowfullscreen="true"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noelharrison.net/2010/01/02/why-did-you-have-to-be-by-patrizio-buanne/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Music I Like</title>
		<link>http://www.noelharrison.net/2010/01/01/introducing-music-i-like/</link>
		<comments>http://www.noelharrison.net/2010/01/01/introducing-music-i-like/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 20:25:07 +0000</pubDate>
		<dc:creator>Noel Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Harrison]]></category>
		<category><![CDATA[i]]></category>
		<category><![CDATA[iLike]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Noel]]></category>

		<guid isPermaLink="false">http://www.noelharrison.net/?p=287</guid>
		<description><![CDATA[So today I was sitting and thinking how much I love music, my first idea was to blog the lyrics &#8211; but that was not the ideal for me. So the solutions to this is to release an article &#8220;Music &#8230; <a href="http://www.noelharrison.net/2010/01/01/introducing-music-i-like/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.noelharrison.net/wp-content/uploads/2010/01/musicilike.jpg"><img class="aligncenter size-full wp-image-288" title="musicilike" src="http://www.noelharrison.net/wp-content/uploads/2010/01/musicilike.jpg" alt="musicilike" width="456" height="288" /></a></p>
<p>So today I was sitting and thinking how much I love music, my first idea was to blog the lyrics &#8211; but that was not the ideal for me. So the solutions to this is to release an article &#8220;Music I Like&#8221; once a week with one of my favorite songs accompanied by a video / slide show of images from the week.</p>
<p>The first one can be seen below. If you have any suggestions, I would appreciate them.</p>
<p><a href="http://www.noelharrison.net/wp-content/uploads/2009/04/signature2.jpg"><img class="size-full wp-image-146 alignleft" title="signature2" src="http://www.noelharrison.net/wp-content/uploads/2009/04/signature2.jpg" alt="signature2" width="325" height="130" /></a></p>
<p>Noel Harrison</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noelharrison.net/2010/01/01/introducing-music-i-like/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introduction: Jonathan Wagener</title>
		<link>http://www.noelharrison.net/2009/08/02/introduction-jonathan-wagener/</link>
		<comments>http://www.noelharrison.net/2009/08/02/introduction-jonathan-wagener/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 18:13:41 +0000</pubDate>
		<dc:creator>Noel Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[jonathan]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[wagener]]></category>

		<guid isPermaLink="false">http://www.noelharrison.net/?p=159</guid>
		<description><![CDATA[Hello Readers, Just a quick notice, noelharrison.net will be having a new guest writer, Jonathan Wagener. He will be writing about PHP, MySQL and other programming technologies which are being used on the internet. He is a really close friend &#8230; <a href="http://www.noelharrison.net/2009/08/02/introduction-jonathan-wagener/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://img13.imageshack.us/img13/9240/creditbanner.jpg" alt="" /></p>
<p>Hello Readers,</p>
<p>Just a quick notice, noelharrison.net will be having a new guest writer, Jonathan Wagener. He will be writing about PHP, MySQL and other programming technologies which are being used on the internet. He is a really close friend of mine and he has alot of knowledge in this field.</p>
<p>Jonathan and I intend on doing a PHP / technology based podcast series in the near future, so keep an eye out for that. I hope that you enjoy his writing and feel free to contact me if you feel you could be a positive contribution to this blog.</p>
<p>Kind Regards,</p>
<p><a href="http://www.noelharrison.net/wp-content/uploads/2009/04/signature2.jpg"><img class="alignnone size-full wp-image-146" title="signature2" src="http://www.noelharrison.net/wp-content/uploads/2009/04/signature2.jpg" alt="" width="325" height="130" /></a></p>
<p>Noel Harrison</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noelharrison.net/2009/08/02/introduction-jonathan-wagener/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Simon Davo &#8211; Guest Writer @ noelharrison.net</title>
		<link>http://www.noelharrison.net/2009/07/13/introduction-to-simon-davo-guest-writer-noelharrisonnet/</link>
		<comments>http://www.noelharrison.net/2009/07/13/introduction-to-simon-davo-guest-writer-noelharrisonnet/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 15:00:19 +0000</pubDate>
		<dc:creator>Noel Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[country]]></category>
		<category><![CDATA[Davidson]]></category>
		<category><![CDATA[Davo]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Simon]]></category>
		<category><![CDATA[Simon Davidson]]></category>
		<category><![CDATA[Simon Davo]]></category>

		<guid isPermaLink="false">http://www.noelharrison.net/?p=151</guid>
		<description><![CDATA[Just a quick notice, Simon Davo has asked to be a guest blogger on noelharrison.net. He will be writing small articles on Ireland in order to gain awareness for the country and its events. This will be published on a &#8230; <a href="http://www.noelharrison.net/2009/07/13/introduction-to-simon-davo-guest-writer-noelharrisonnet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.noelharrison.net/wp-content/uploads/2009/05/simon.jpg" alt="" /></p>
<p>Just a quick notice, Simon Davo has asked to be a guest blogger on noelharrison.net. He will be writing small articles on Ireland in order to gain awareness for the country and its events. This will be published on a weekly basis.</p>
<p>We look forward to reading some new content on noelharrison.net and hopefully also learning something new about the beautiful country &#8211; Ireland.</p>
<p>Should anyone else be interested in taking up a guest writers role at noelharrison.net, please feel free to contact us by utilising the contact form on the contact page.</p>
<p>Regards,</p>
<p><a href="http://www.noelharrison.net/wp-content/uploads/2009/04/signature2.jpg"><img class="alignnone size-full wp-image-146" title="signature2" src="http://www.noelharrison.net/wp-content/uploads/2009/04/signature2.jpg" alt="" width="325" height="130" /></a></p>
<p>Noel Harrison</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noelharrison.net/2009/07/13/introduction-to-simon-davo-guest-writer-noelharrisonnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Image Edits</title>
		<link>http://www.noelharrison.net/2009/04/07/more-image-edits/</link>
		<comments>http://www.noelharrison.net/2009/04/07/more-image-edits/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 18:53:35 +0000</pubDate>
		<dc:creator>Noel Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[edits]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.noelharrison.net/?p=140</guid>
		<description><![CDATA[I worked on two more images that were taken this evening near my house. I tried a few different things and here are the results. Please let me know what you think of them if you have a moment;]]></description>
			<content:encoded><![CDATA[<p>I worked on two more images that were taken this evening near my house. I tried a few different things and here are the results. Please let me know what you think of them if you have a moment;</p>
<p><a href="http://www.noelharrison.net/wp-content/uploads/2009/04/noel_pic_2_small.jpg"><img class="alignnone size-full wp-image-141" title="noel_pic_2_small" src="http://www.noelharrison.net/wp-content/uploads/2009/04/noel_pic_2_small.jpg" alt="" width="500" height="370" /></a></p>
<p><a href="http://www.noelharrison.net/wp-content/uploads/2009/04/jono_pic_1.png"><img class="alignnone size-full wp-image-143" title="jono_pic_1" src="http://www.noelharrison.net/wp-content/uploads/2009/04/jono_pic_1.png" alt="" width="500" height="790" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noelharrison.net/2009/04/07/more-image-edits/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>An OSX Users Review of Windows 7</title>
		<link>http://www.noelharrison.net/2009/04/07/a-osx-users-review-of-windows-7/</link>
		<comments>http://www.noelharrison.net/2009/04/07/a-osx-users-review-of-windows-7/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 17:31:34 +0000</pubDate>
		<dc:creator>Noel Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[7 vista]]></category>
		<category><![CDATA[Harrison]]></category>
		<category><![CDATA[Noel]]></category>
		<category><![CDATA[noelharrison]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[stability]]></category>
		<category><![CDATA[w7]]></category>
		<category><![CDATA[win 7]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.noelharrison.net/?p=134</guid>
		<description><![CDATA[If you are looking for an article that will bash Windows, this is not the article you are looking for and also if you dont have much time, I can sum my experience of Windows with a single word &#8211; &#8230; <a href="http://www.noelharrison.net/2009/04/07/a-osx-users-review-of-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.noelharrison.net/wp-content/uploads/2009/04/osx_w7_review1.jpg"><img class="alignnone size-full wp-image-136" title="osx_w7_review1" src="http://www.noelharrison.net/wp-content/uploads/2009/04/osx_w7_review1.jpg" alt="" width="500" height="211" /></a></p>
<p>If you are looking for an article that will bash Windows, this is not the article you are looking for and also if you dont have much time, I can sum my experience of Windows with a single word &#8211; Wow!  I am a very strong &#8220;follower&#8221; of Apple and have removed Windows and PC&#8217;s from my life in general. However, I was interested in seeing what all the talk about Windows 7 was about. A good friend of mine (he is sold of Windows) convinced me to install it as my main operating system on my designers computer, which I let him do.</p>
<p>Although it is still in Beta, it has proven to be brilliant in every aspect of the word. In general it has the same clean and dynamic looks as Vista, but it is better. They have added many minor tweaks which makes it easier to make use of.  One of the issues for me at first was the ugly start bar, but now that I am using it, it aint ugly anymore. When you delve deeper you also realise how much work they have put into something as simple as the start bar.</p>
<p>An application when running is displayed in a small square along the start bar. When moused over, all the active open windows running with the program show in a small thumbnail above the icon. Also when mousing over, you will notice that it takes the most used color in the logo and makes it the highlighed icon color. See screenshot below;</p>
<p><a href="http://www.noelharrison.net/wp-content/uploads/2009/04/start_bar_image_nh.jpg"><img class="alignnone size-full wp-image-139" title="start_bar_image_nh" src="http://www.noelharrison.net/wp-content/uploads/2009/04/start_bar_image_nh.jpg" alt="" width="488" height="293" /></a></p>
<p>The start menu is alot like Vista, but the main thing that is so wonderful about this one is that the shut down button is the first button &#8211; unlike Vista where you had to click and go into a small menu to shutdown. It is that kind of minor tweaking which makes it so much better in my opinion.</p>
<p>On a more intellectual note, Windows 7 is by far more stable than any other Windows OS that I have ever used (with Windows ME or Vista ranking as the worst). As far as software compatibility goes, Windows 7 runs like a charm.  One of the huge put offs for me with Windows Vista was the fact that I could plug a memory stick in and it would not be able to locate the driver and therefore I could not use the memory stick. It was terrible, I could not use devices that I needed to do the work that I do.</p>
<p>The computer that I am running Windows 7 on was built to run Vista. It only had a gigabyte of ram and Vista was heavy on the system resources. Windows 7 on the otherhand starts quickly and runs fast in general and also shuts down very quickly in comparison to my experience with Vista on the machine.</p>
<p>They have built in many useful small things such as libraries. This makes it easy to share files with other Windows 7 users. The networking controls have been improved dramatically &#8211; one of those things that many Vista users hated about Vista.</p>
<p>In closing, it is the same beautiful look of Vista, but this time it is backed by the stability and speed of OSX. What do you think, have you tried it &#8211; what will you be willing to pay for it?</p>
<p><a href="http://www.noelharrison.net/wp-content/uploads/2009/04/signature1.jpg"><img class="alignnone size-medium wp-image-137" title="signature1" src="http://www.noelharrison.net/wp-content/uploads/2009/04/signature1-300x120.jpg" alt="" width="300" height="120" /></a></p>
<p>Noel Harrison</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noelharrison.net/2009/04/07/a-osx-users-review-of-windows-7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
