<?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></title>
	<atom:link href="http://www.apple.gi/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.apple.gi</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 19:31:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iMac Screen Dimmer?</title>
		<link>http://www.apple.gi/?p=1888</link>
		<comments>http://www.apple.gi/?p=1888#comments</comments>
		<pubDate>Sun, 05 Sep 2010 19:25:01 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[Dim]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[Turn off]]></category>

		<guid isPermaLink="false">http://www.apple.gi/?p=1888</guid>
		<description><![CDATA[New owners of iMac&#8217;s might have noticed theres no way of turning the display off like on the Macbook. With the Macbook&#8217;s you could keep F1 pressed and this would dim and eventually turn off the display. if you want to do this with an iMac you will have to hit Ctrl, Shift and Eject. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1889" title="3348944753_695f84f311.jpg-20090313-123343" src="http://www.apple.gi/wp-content/3348944753_695f84f311.jpg-20090313-123343.jpg" alt="" width="320" height="310" /> New owners of iMac&#8217;s might have noticed theres no way of turning the display off like on the Macbook. With the Macbook&#8217;s you could keep F1 pressed and this would dim and eventually turn off the display. if you want to do this with an iMac you will have to hit Ctrl, Shift and Eject. Some might suggest using a hot corner in expose but I&#8217;m not a big fan of that.</p>
<p>Another shortcut to make the actual computer sleep is Option, Command &amp; Eject.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apple.gi/?feed=rss2&amp;p=1888</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeekTool</title>
		<link>http://www.apple.gi/?p=1881</link>
		<comments>http://www.apple.gi/?p=1881#comments</comments>
		<pubDate>Sun, 22 Aug 2010 19:38:20 +0000</pubDate>
		<dc:creator>Heiko</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[customise]]></category>
		<category><![CDATA[GeekTool]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.apple.gi/?p=1881</guid>
		<description><![CDATA[Some time back, I was looking to customise the desktop of my (at that time) new iMac. Going through several forums and pages like Deviantart, MacThemes and started to wonder how some folks got the Date, Time, Weather etc information on their Desktops. The Solution is Geek Tool. A nifty little app that lets you [...]]]></description>
			<content:encoded><![CDATA[<p>Some time back, I was looking to customise the desktop of my (at that time) new iMac. Going through several forums and pages like <a href="http://www.deviantart.com" target="_blank"><strong>Deviantart</strong><a>, <a href="http://macthemes.net/" target="_blank"><strong>MacThemes</strong></a> and started to wonder how some folks got the Date, Time, Weather etc information on their Desktops. The Solution is <a href="http://projects.tynsoe.org/en/geektool/" target="_blank"><strong>Geek Tool</strong></a>.<br />
A nifty little app that lets you add scripts which run in the background and can make your life easier and your desktop prettier.<br />
Unless you bring programming skills, Geek Tool on it&#8217;s own doesn&#8217;t do much.<br />
What you need now are so called <em>Geeklets</em> add them into Geek Tool and the magic happens.</p>
<p>Lets do a little date thing for your desktop, shall we..<br />
Lets assume you downloaded and installed Geek Tool. Now go to System Preferences and in the bottom row (other) you should see GeekTool (click!). You should see something like this:<br />
<center><img src="http://www.apple.gi/wp-content/Screen-shot-2010-08-22-at-21.06.49.png" alt="" title="Screen shot 2010-08-22 at 21.06.49" width="600" class="alignnone size-full wp-image-1882" /></center><br />
now drag &#8216;n drop a new &#8216;Shell&#8217; on your desktop. A grey empty box and a Properties box will appear:<br />
<center><img src="http://www.apple.gi/wp-content/Screen-shot-2010-08-22-at-21.22.01.png" alt="" title="Screen shot 2010-08-22 at 21.22.01" width="279" height="637" class="alignnone size-full wp-image-1883" /></center><br />
In the field &#8216;command&#8217; you copy and paste the commands you want to have a output. In this case we want todays date: <em>date +%d</em><br />
Now you can change the font and the colour etc, how ever you want it to appear on your desktop.<br />
If you want the date accompanied by day and month just drag and drop 2 more &#8216;shells&#8217; and enter: (month) <em>date +%B</em> (day) <em>date +%A</em>.<br />
Don&#8217;t forget to customise the &#8216;refresh rate&#8217;, otherwise your date won&#8217;t change (only on next login)<br />
That&#8217;s all there is. Fairly simple. If you want more commands, just search for <a href="http://www.macosxtips.co.uk/geeklets/" target="_blank"><strong>geeklets</strong></a></p>
<p>I remember I was searching for a while for the weather code, so hear it is:<br />
<em>curl &#8211;silent &#8220;http://xml.weather.yahoo.com/forecastrss?p=GIXX0001&#038;u=c&#8221; | grep -E &#8216;(Current Conditions:|C<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//&#8217; -e &#8216;s/<b>//&#8217; -e &#8216;s/<\/b>//&#8217; -e &#8216;s/<BR \/>//&#8217; -e &#8216;s/<description>//&#8217; -e &#8216;s/<\/description>//&#8217; </em><br />
Please note that <em>GIXX0001</em> stands for Gibraltar, if you don&#8217;t want to have the forecast of Gibraltar on your desktop have a look on Yahoo weather for your country code <img src='http://www.apple.gi/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<br />
<center><img src="http://www.apple.gi/wp-content/Screen-shot-2010-08-22-at-21.34.35.png" alt="" title="Screen shot 2010-08-22 at 21.34.35" width="600" height="338" class="alignnone size-full wp-image-1884" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apple.gi/?feed=rss2&amp;p=1881</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone APN (Firmware4)</title>
		<link>http://www.apple.gi/?p=1876</link>
		<comments>http://www.apple.gi/?p=1876#comments</comments>
		<pubDate>Sun, 22 Aug 2010 15:49:27 +0000</pubDate>
		<dc:creator>Heiko</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[APN]]></category>
		<category><![CDATA[Firmware 4]]></category>
		<category><![CDATA[missing Tethering]]></category>

		<guid isPermaLink="false">http://www.apple.gi/?p=1876</guid>
		<description><![CDATA[Since we have Firmware 4 a lot of things have changed and most of them not to the better. Unified Inboxes and Folders might be a good thing but if you are an iPhone 3G user like me you really regret to ever have done the update step to FW4. So many reports of crashing [...]]]></description>
			<content:encoded><![CDATA[<p>Since we have Firmware 4 a lot of things have changed and most of them not to the better. Unified Inboxes and Folders might be a good thing but if you are an iPhone 3G user like me you really regret to ever have done the update step to FW4. So many reports of crashing apps, slow or fully unresponsive devices. Some reports say people are completely unable to pick up calls.. isn&#8217;t that what a phone is all about, Apple?</p>
<p>According to <a href="http://www.tuaw.com/2010/08/21/steve-jobs-software-update-coming-soon-for-ios-4-on-iphone-3g/" target="_blank"><strong>Steve Jobs</strong></a> there is an update coming soon and we all will be able to enjoy our very expensive gadgets again. </p>
<p>Another thing that has changed is the missing (not if you are with AT&#038;T) Tethering option. In Firmware 3 it all just worked and in FW4 Apple decided to take it all away from us&#8230; how cruel. But you can get it back without having to jailbreak your precious &#8216;brick&#8217;. Simply open <a href="http://www.unlockit.co.nz" target="_blank"><strong>unlockit.co.nz</strong></a> (on your iPhones browser!). If you can&#8217;t find your Carrier (guess what, gibtelecom isn&#8217;t on there) leave it blank. APN: www.gibtele.com (no username or password). This will install a certificate and the Tethering option will reappear.<br />
Works very well, although I noticed that since FW 4.0.2 the 3G connection tends to drop for no reason (of course!!)<br />
<center><img src="http://www.apple.gi/wp-content/iPhone-tethering-settings.png" alt="" title="iPhone-tethering-settings" width="320" height="480" class="alignnone size-full wp-image-1877" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apple.gi/?feed=rss2&amp;p=1876</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphics update</title>
		<link>http://www.apple.gi/?p=1866</link>
		<comments>http://www.apple.gi/?p=1866#comments</comments>
		<pubDate>Wed, 18 Aug 2010 07:32:49 +0000</pubDate>
		<dc:creator>Heiko</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.apple.gi/?p=1866</guid>
		<description><![CDATA[The Snow Leopard Graphics Update contains stability and performance fixes for graphics applications and games in Mac OS X 10.6.4. For more details check out Apple&#8217;s Support Article]]></description>
			<content:encoded><![CDATA[<p>The Snow Leopard Graphics Update contains stability and performance fixes for graphics applications and games in Mac OS X 10.6.4.<br />
For more details check out Apple&#8217;s <a href="http://support.apple.com/kb/HT4286" target="_blank">Support Article</a></p>
<p><center><img src="http://www.apple.gi/wp-content/Screen-shot-2010-08-18-at-09.27.59.png" alt="" title="Screen shot 2010-08-18 at 09.27.59" width="592" height="700" class="alignnone size-full wp-image-1867" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apple.gi/?feed=rss2&amp;p=1866</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari 5 Extensions</title>
		<link>http://www.apple.gi/?p=1854</link>
		<comments>http://www.apple.gi/?p=1854#comments</comments>
		<pubDate>Fri, 06 Aug 2010 21:45:08 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[AppleFun]]></category>
		<category><![CDATA[Reader Questions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Plugins. Plug-ins]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Safari 5 Extensions]]></category>

		<guid isPermaLink="false">http://www.apple.gi/?p=1854</guid>
		<description><![CDATA[Recently Apple added Extensions (plug-ins) to Safari, I personally never saw the need for these until now. Basically an Extension is a script created by 3rd party developers and can range from simple weather information in the toolbar to download managers. I have been testing a few Extensions out such as Better Facebook This will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apple.gi/wp-content/Safari-Extensions-Gallery.jpg"><img class="alignleft size-full wp-image-1855" title="Safari-Extensions-Gallery" src="http://www.apple.gi/wp-content/Safari-Extensions-Gallery.jpg" alt="" width="152" height="133" /></a></p>
<p>Recently Apple added <a href="http://extensions.apple.com/#productivit" target="_blank">Extensions</a> (plug-ins) to Safari, I personally never saw the need for these until now. Basically an Extension is a script created by 3rd party developers and can range from simple weather information in the toolbar to download managers. I have been testing a few Extensions out such as <a href="http://BetterFacebook.net/ " target="_blank">Better Facebook </a>This will clear all the crap from the Facebook main page, it does take some tweaking so be patient.  If you are new to Extensions like i am you might be scratching you head after clicking Install, to see the effects you have to navigate to the related website to see the difference.</p>
<p style="text-align: center;">
<p>However the best extension I&#8217;ve seen so far is <a href="http://safariadblock.com/ ">AdBlock</a> this makes a huge difference to those comedy video sites such as break.com that spam you with car insurance and KFC ad&#8217;s!  This is clearly demonstrated below; on the left is BEFORE and the right AFTER effects of AdBlock.</p>
<p><a href="http://www.apple.gi/wp-content/extbefore.png"><img class="alignleft size-medium wp-image-1858" title="extbefore" src="http://www.apple.gi/wp-content/extbefore-300x239.png" alt="" width="300" height="239" /></a> <a href="http://www.apple.gi/wp-content/extafter.png"><img class="alignright size-medium wp-image-1859" title="extafter" src="http://www.apple.gi/wp-content/extafter-300x240.png" alt="" width="300" height="240" /></a></p>
<p>If you need to remove an Extension open Safari&#8217;s Preferences and navigate to the Extensions tab as demonstrated below.</p>
<p><a href="http://www.apple.gi/wp-content/Screen-shot-2010-08-06-at-11.28.49-PM.png"><img class="alignnone size-full wp-image-1860" title="Screen shot 2010-08-06 at 11.28.49 PM" src="http://www.apple.gi/wp-content/Screen-shot-2010-08-06-at-11.28.49-PM.png" alt="" width="598" height="466" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apple.gi/?feed=rss2&amp;p=1854</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TotalFinder</title>
		<link>http://www.apple.gi/?p=1847</link>
		<comments>http://www.apple.gi/?p=1847#comments</comments>
		<pubDate>Thu, 15 Jul 2010 11:15:27 +0000</pubDate>
		<dc:creator>Heiko</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[Tabs]]></category>
		<category><![CDATA[TotalFinder]]></category>

		<guid isPermaLink="false">http://www.apple.gi/?p=1847</guid>
		<description><![CDATA[It&#8217;s all about working efficiently. We browse in Tabs to reduce clutter, why not use Tabs in Finder and reduce some clutter? The above sceen-shot shows you how it looks like and here is the download link for the Snow Leopard version.]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://www.apple.gi/wp-content/Screen-shot-2010-07-15-at-13.06.00.png" alt="" title="Screen shot 2010-07-15 at 13.06.00" width="630" class="alignnone size-full wp-image-1848" /></center></p>
<p>It&#8217;s all about working efficiently. We browse in Tabs to reduce clutter, why not use Tabs in Finder and reduce some clutter? The above sceen-shot shows you how it looks like and here is the download <a href="http://downloads.binaryage.com/TotalFinder-0.9.5.dmg" target="_blank"><strong>link</strong></a> for the Snow Leopard version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apple.gi/?feed=rss2&amp;p=1847</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Needful Things</title>
		<link>http://www.apple.gi/?p=1841</link>
		<comments>http://www.apple.gi/?p=1841#comments</comments>
		<pubDate>Sat, 10 Jul 2010 15:15:13 +0000</pubDate>
		<dc:creator>Heiko</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://www.apple.gi/?p=1841</guid>
		<description><![CDATA[having a backup is always a good thing. having a time machine backup is even better. true mac speaking. but, sometimes time machine is pretty annoying, due to the weird scheduling of the backup. if you backup several macs on one time capsule it can slow everything down like hell. here is a nice tool [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://www.apple.gi/wp-content/calendar_intervals.png" alt="" title="calendar_intervals" width="540" height="338" class="alignnone size-full wp-image-1842" /></center></p>
<p>having a backup is always a good thing. having a time machine backup is even better. true mac speaking. but, sometimes time machine is pretty annoying, due to the weird scheduling of the backup. if you backup several macs on one time capsule it can slow everything down like hell.<br />
here is a nice tool that can sort out that problem &#8211; <a href="http://timesoftware.free.fr/timemachineeditor/" target="_blank">TimeMachineEditor</a> &#8211; backup the way it should be, after your schedule!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apple.gi/?feed=rss2&amp;p=1841</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now Playing in iTunes</title>
		<link>http://www.apple.gi/?p=1835</link>
		<comments>http://www.apple.gi/?p=1835#comments</comments>
		<pubDate>Mon, 05 Jul 2010 19:59:36 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Now Playing]]></category>
		<category><![CDATA[Nowplaying]]></category>

		<guid isPermaLink="false">http://www.apple.gi/?p=1835</guid>
		<description><![CDATA[Maybe i&#8217;m just being an idiot? But i&#8217;ve just discovered the keyboard shortcut for Now Playing in iTunes. For years it has bugged me whist playing a song and browsing through my music library there was no button to quickly navigate back to whats currently playing. Well it turns out that pressing Cmd+L will switch [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe i&#8217;m just being an idiot? But i&#8217;ve just discovered the keyboard shortcut for Now Playing in iTunes. For years it has bugged me whist playing a song and browsing through my music library there was no button to quickly navigate back to whats currently playing. Well it turns out that pressing Cmd+L will switch your library view back to what is currently playing!</p>
<p>Whilst we are on the subject of &#8216;Now Playing&#8217; here a nice and simple application that will sit in your menu bar on the top right.</p>
<p><img class="alignnone size-full wp-image-1836" title="Nowplaying" src="http://www.apple.gi/wp-content/Nowplaying.png" alt="" width="343" height="78" /></p>
<p><a href="http://www.apple.com/downloads/macosx/ipod_itunes/nowplayingmac.html" target="_blank">NowPlaying Mac 1.0.1</a> displays the current playing track (name/artist/duration/artwork) in the menu bar. Just that simple, no funny business. NowPlaying integrates itself into the menu bar, taking no desktop space, no dock icons. All options are available through a simple menu</p>
<p><span style="font-size: small;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apple.gi/?feed=rss2&amp;p=1835</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;First&#8217; look</title>
		<link>http://www.apple.gi/?p=1824</link>
		<comments>http://www.apple.gi/?p=1824#comments</comments>
		<pubDate>Sat, 03 Jul 2010 15:27:46 +0000</pubDate>
		<dc:creator>Heiko</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[office 14]]></category>
		<category><![CDATA[office 2011]]></category>

		<guid isPermaLink="false">http://www.apple.gi/?p=1824</guid>
		<description><![CDATA[Today I got my hands on Office 14 aka Office 2011 for Mac. Tried to perform some simple Tasks like retrieving my emails but I failed due to some &#8216;unknown&#8217; errors (haha). The usual I guess.. so I will only post some screenshots:]]></description>
			<content:encoded><![CDATA[<p>Today I got my hands on Office 14 aka Office 2011 for Mac. Tried to perform some simple Tasks like retrieving my emails but I failed due to some &#8216;unknown&#8217; errors (haha). The usual I guess.. so I will only post some screenshots:<br />

<a href='http://www.apple.gi/?attachment_id=1827' title='Screen shot 2010-03-04 at 17.12.57'><img width="150" height="150" src="http://www.apple.gi/wp-content/Screen-shot-2010-03-04-at-17.12.57-150x150.png" class="attachment-thumbnail" alt="Screen shot 2010-03-04 at 17.12.57" title="Screen shot 2010-03-04 at 17.12.57" /></a>
<a href='http://www.apple.gi/?attachment_id=1829' title='Screen shot 2010-03-04 at 17.13.24'><img width="150" height="150" src="http://www.apple.gi/wp-content/Screen-shot-2010-03-04-at-17.13.24-150x150.png" class="attachment-thumbnail" alt="Screen shot 2010-03-04 at 17.13.24" title="Screen shot 2010-03-04 at 17.13.24" /></a>
<a href='http://www.apple.gi/?attachment_id=1825' title='Screen shot 2010-03-04 at 17.06.12'><img width="150" height="150" src="http://www.apple.gi/wp-content/Screen-shot-2010-03-04-at-17.06.12-150x150.png" class="attachment-thumbnail" alt="Screen shot 2010-03-04 at 17.06.12" title="Screen shot 2010-03-04 at 17.06.12" /></a>
<a href='http://www.apple.gi/?attachment_id=1828' title='Screen shot 2010-03-04 at 17.13.16'><img width="150" height="150" src="http://www.apple.gi/wp-content/Screen-shot-2010-03-04-at-17.13.16-150x150.png" class="attachment-thumbnail" alt="Screen shot 2010-03-04 at 17.13.16" title="Screen shot 2010-03-04 at 17.13.16" /></a>
<a href='http://www.apple.gi/?attachment_id=1826' title='Screen shot 2010-03-04 at 17.12.15'><img width="150" height="150" src="http://www.apple.gi/wp-content/Screen-shot-2010-03-04-at-17.12.15-150x150.png" class="attachment-thumbnail" alt="Screen shot 2010-03-04 at 17.12.15" title="Screen shot 2010-03-04 at 17.12.15" /></a>
<a href='http://www.apple.gi/?attachment_id=1830' title='Screen shot 2010-03-04 at 17.15.19'><img width="150" height="150" src="http://www.apple.gi/wp-content/Screen-shot-2010-03-04-at-17.15.19-150x150.png" class="attachment-thumbnail" alt="Screen shot 2010-03-04 at 17.15.19" title="Screen shot 2010-03-04 at 17.15.19" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apple.gi/?feed=rss2&amp;p=1824</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>simple things</title>
		<link>http://www.apple.gi/?p=1819</link>
		<comments>http://www.apple.gi/?p=1819#comments</comments>
		<pubDate>Tue, 29 Jun 2010 21:28:08 +0000</pubDate>
		<dc:creator>Heiko</dc:creator>
				<category><![CDATA[AppleFun]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[Unibody]]></category>

		<guid isPermaLink="false">http://www.apple.gi/?p=1819</guid>
		<description><![CDATA[Apple&#8217;s Unibody design is a nice thing but sometimes even nice things can become pretty ugly. For instance if you need to replace a &#8216;wobbly&#8217; Power button on an iMac, Unibody can make your life complicated. The Power button is actually part of the rear housing! Below you see a photo I took whilst I [...]]]></description>
			<content:encoded><![CDATA[<p>Apple&#8217;s Unibody design is a nice thing but sometimes even nice things can become pretty ugly. For instance if you need to replace a &#8216;wobbly&#8217; Power button on an iMac, Unibody can make your life complicated.<br />
The Power button is actually part of the rear housing! Below you see a photo I took whilst I was &#8216;gutting&#8217; the iMac which had indeed just a wobbly Power button!</p>
<div align="center"><img src="http://www.apple.gi/wp-content/IMG_0113.jpg" alt="" title="IMG_0113" width="630" class="alignnone size-full wp-image-1820" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.apple.gi/?feed=rss2&amp;p=1819</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
