<?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>Glitch in the System &#187; Computers</title>
	<atom:link href="http://www.g1itch.com/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g1itch.com</link>
	<description>My Defective Blogsite</description>
	<lastBuildDate>Tue, 24 Jan 2012 06:58:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Redirect Mobile Devices</title>
		<link>http://www.g1itch.com/2012/01/24/redirect-mobile-devices/</link>
		<comments>http://www.g1itch.com/2012/01/24/redirect-mobile-devices/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 06:58:47 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[WAP]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=572</guid>
		<description><![CDATA[Redirect Mobile Devices &#60;script type="text/javascript"&#62;// &#60;![CDATA[ if (screen.width &#60;= 699) { document.location = "mobile.html"; } // ]]&#62;&#60;/script&#62; &#8220;mobile.html&#8221; would be replaced with the location of wherever your mobile version resides. This technique could be adapted to load an alternate stylesheet as well. &#160; For iPhones/iPods Specifically &#60;script type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&#62;// &#60;![CDATA[ if ((navigator.userAgent.match(/iPhone/i)) &#124;&#124; (navigator.userAgent.match(/iPod/i))) { [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Redirect Mobile Devices</strong></p>
<pre style="padding-left: 30px;">&lt;script type="text/javascript"&gt;// &lt;![CDATA[
 if (screen.width &lt;= 699) { document.location = "mobile.html"; }
// ]]&gt;&lt;/script&gt;</pre>
<p>&#8220;mobile.html&#8221; would be replaced with the location of wherever your mobile version resides. This technique could be adapted to load an alternate stylesheet as well.</p>
<p>&nbsp;</p>
<p><strong>For iPhones/iPods Specifically</strong></p>
<p>&lt;script type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&gt;// &lt;![CDATA[<br />
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { location.replace("http://url-to-send-them/iphone.html"); }<br />
// ]]&gt;&lt;/script&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2012/01/24/redirect-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Enable Panorama Mode and Autocorrect Band In iOS5</title>
		<link>http://www.g1itch.com/2011/11/14/how-to-enable-panorama-mode-and-autocorrect-band-in-ios5/</link>
		<comments>http://www.g1itch.com/2011/11/14/how-to-enable-panorama-mode-and-autocorrect-band-in-ios5/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 05:20:06 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Auto Correct]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS5]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Panorama]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=563</guid>
		<description><![CDATA[This is a pretty easy hack without jailbreaking your iDevice from 9to5. all you need to do is use an application called iBackupBot (download link below) and your all set. source(s) http://9to5mac.com/2011/11/08/heres-how-to-enable-panoramic-camera-mode-on-your-iphone-without-jailbreaking/ http://9to5mac.com/2011/11/09/ios-5-hides-an-android-like-autocorrect-keyboard-bar-heres-how-to-enable-it/ download for iBackupBot: http://www.icopybot.com/itunes-backup-manager.htm]]></description>
			<content:encoded><![CDATA[<p>This is a pretty easy hack without jailbreaking your iDevice from 9to5. all you need to do is use an application called iBackupBot (download link below) and your all set.</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/11/panoramaandautocorrect.jpg" rel="lightbox[563]"><img class="alignnone size-full wp-image-569" title="panorama and autocorrect" src="http://www.g1itch.com/wp-content/uploads/2011/11/panoramaandautocorrect.jpg" alt="" width="575" height="428" /></a></p>
<p>source(s)</p>
<ul>
<li><a href="http://9to5mac.com/2011/11/08/heres-how-to-enable-panoramic-camera-mode-on-your-iphone-without-jailbreaking/">http://9to5mac.com/2011/11/08/heres-how-to-enable-panoramic-camera-mode-on-your-iphone-without-jailbreaking/</a></li>
<li><a href="http://9to5mac.com/2011/11/09/ios-5-hides-an-android-like-autocorrect-keyboard-bar-heres-how-to-enable-it/">http://9to5mac.com/2011/11/09/ios-5-hides-an-android-like-autocorrect-keyboard-bar-heres-how-to-enable-it/</a></li>
</ul>
<div>download for iBackupBot:</div>
<div>
<ul>
<li><a href="http://www.icopybot.com/itunes-backup-manager.htm">http://www.icopybot.com/itunes-backup-manager.htm</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/11/14/how-to-enable-panorama-mode-and-autocorrect-band-in-ios5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siri (Original) Assistant for the iPhone</title>
		<link>http://www.g1itch.com/2011/11/09/siri-original-assistant-for-the-iphone/</link>
		<comments>http://www.g1itch.com/2011/11/09/siri-original-assistant-for-the-iphone/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 08:10:13 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Assistant]]></category>
		<category><![CDATA[Siri]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=539</guid>
		<description><![CDATA[This is where it all started.  Introducing &#8220;siri assistant&#8221; before apple took over. It used to be a free app for iPhone 3GS and iPhone 4. But when iPhone 4S was released, the app was taken down, and it is not only enabled for the iPhone 4S. This makes you realize, since apple can&#8217;t come [...]]]></description>
			<content:encoded><![CDATA[<p>This is where it all started.  Introducing &#8220;siri assistant&#8221; before apple took over. It used to be a free app for iPhone 3GS and iPhone 4. But when iPhone 4S was released, the app was taken down, and it is not only enabled for the iPhone 4S. <img src='http://www.g1itch.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>This makes you realize, since apple can&#8217;t come up with a new iPhone 5. Solution, they just used the same exact phone, just upgraded the processor (from iPad2) and added a &#8220;new&#8221; (but existing free app). And called it a new Phone (add those marketing chu-chu crap about the speed). I hope there is a petition out there to enable Siri back to the old iPhone (3GS and 4).</p>
<p><object width="560" height="315" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/EySAW1C60is?version=3&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="560" height="315" type="application/x-shockwave-flash" src="http://www.youtube.com/v/EySAW1C60is?version=3&amp;hl=en_US&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/11/09/siri-original-assistant-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIP Steve Jobs</title>
		<link>http://www.g1itch.com/2011/10/06/rip-steve-jobs/</link>
		<comments>http://www.g1itch.com/2011/10/06/rip-steve-jobs/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 01:09:40 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Death]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[Steve]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=535</guid>
		<description><![CDATA[I guess he&#8217;s now up there in iClouds. But seriously, its a sad day to all apple fanboy like myself.]]></description>
			<content:encoded><![CDATA[<p>I guess he&#8217;s now up there in iClouds.<br />
But seriously, its a sad day to all apple fanboy like myself.</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/08/steve_jobs_rip.jpg" rel="lightbox[535]"><img src="http://www.g1itch.com/wp-content/uploads/2011/08/steve_jobs_rip-300x220.jpg" alt="" title="RIP Steve Jobs" width="300" height="220" class="alignnone size-medium wp-image-537" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/10/06/rip-steve-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix the Lag/Red Bar Signal for Call of Duty Black Ops (Tips)</title>
		<link>http://www.g1itch.com/2011/08/18/how-to-fix-the-lagred-bar-signal-for-call-of-duty-black-ops-tips/</link>
		<comments>http://www.g1itch.com/2011/08/18/how-to-fix-the-lagred-bar-signal-for-call-of-duty-black-ops-tips/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 08:36:49 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Toys]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[black ops]]></category>
		<category><![CDATA[call of duty]]></category>
		<category><![CDATA[cod]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[lag]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[red bar]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=526</guid>
		<description><![CDATA[Hi, this is a very useful tip for those of you who don&#8217;t know and want to know how to get rid of lag (or red bar). Then of course you need to have a good connection speed. I would suggest like at least 3mpbs. Just go to the &#8220;Player Match&#8221; screen (this is the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, this is a very useful tip for those of you who don&#8217;t know and want to know how to get rid of lag (or red bar). Then of course you need to have a good connection speed. I would suggest like at least 3mpbs.</p>
<p>Just go to the &#8220;Player Match&#8221; screen (this is the same for all consoles). Then just hit on &#8220;select&#8221; button. This will open up a popup window in the screen for the &#8220;Preference&#8221;. You&#8217;ll see 2 options which you can toggle/change. &#8220;Party Privacy&#8221; and &#8220;Search Preferences&#8221;. Just leave the Party Privacy to &#8220;Open&#8221;. But for the Search Preferences, you want to change this to &#8220;Locale Only&#8221;. Thats it. You&#8217;ll now see &#8220;Green Bar&#8221; all the time. ^_^</p>
<p><img class="alignnone size-medium wp-image-529" title="Black_Ops" src="http://www.g1itch.com/wp-content/uploads/2011/08/Black_Ops.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/08/18/how-to-fix-the-lagred-bar-signal-for-call-of-duty-black-ops-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iSwifter for your iPad (If you want to play Flash Video or Games)</title>
		<link>http://www.g1itch.com/2011/04/15/iswifter-for-your-ipad-if-you-want-to-play-flash-video-or-games/</link>
		<comments>http://www.g1itch.com/2011/04/15/iswifter-for-your-ipad-if-you-want-to-play-flash-video-or-games/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 08:09:39 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[AppStore]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iSwifter]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=504</guid>
		<description><![CDATA[If you dont like to use the Frash, cause you dont like to jailbreak or your not a very techy person. Fear not. There is a FREE app (yes, I said free), at the apple store. &#160; Here is the URL: http://itunes.apple.com/us/app/iswifter/id388857173?mt=8 &#160; It basically a good alternative for those people who likes flash and also likes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/iswifter_icon.jpg" rel="lightbox[504]"><img class="alignright size-full wp-image-511" title="iswifter_icon" src="http://www.g1itch.com/wp-content/uploads/2011/04/iswifter_icon.jpg" alt="" width="105" height="105" /></a>If you dont like to use the <a title="Install Flash Player 10.1 on iPhone/iPad" href="http://www.g1itch.com/2011/04/how-to-portinstall-flash-player-10-1-in-safari-on-an-iphone-4/">Frash</a>, cause you dont like to jailbreak or your not a very techy person. Fear not. There is a FREE app (yes, I said free), at the apple store.</p>
<p>&nbsp;</p>
<p>Here is the URL: <a title="iSWiFTER (By YouWeb L.L.C.)" href="http://itunes.apple.com/us/app/iswifter/id388857173?mt=8" target="_blank">http://itunes.apple.com/us/app/iswifter/id388857173?mt=8</a></p>
<p>&nbsp;</p>
<p>It basically a good alternative for those people who likes flash and also likes iOS devices (like the iPad). Here is a good app. It even acts a browser if you want to view vimeo videos, as well as facebook videos (and games too). Anyway, I&#8217;ll keep this post short. Try it out now (before apple decides to remove it from the appstore (or they start charging for it like the Cloud Browser app, before it was FREE now its $0.99 &gt;_&lt;).</p>
<p>Here are some screenshots:</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/mzl.gjcrnqhp.480x480-75.jpg" rel="lightbox[504]"><img class="alignnone size-full wp-image-512" title="mzl.gjcrnqhp.480x480-75" src="http://www.g1itch.com/wp-content/uploads/2011/04/mzl.gjcrnqhp.480x480-75.jpg" alt="" width="480" height="360" /></a></p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/mzl.qkvlpleu.480x480-75.jpg" rel="lightbox[504]"><img class="alignnone size-full wp-image-513" title="mzl.qkvlpleu.480x480-75" src="http://www.g1itch.com/wp-content/uploads/2011/04/mzl.qkvlpleu.480x480-75.jpg" alt="" width="480" height="360" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/04/15/iswifter-for-your-ipad-if-you-want-to-play-flash-video-or-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix iTunes Error 1013 When Updating to iOS 4.2.1</title>
		<link>http://www.g1itch.com/2011/02/07/how-to-fix-itunes-error-1013-when-updating-to-ios-4-2-1/</link>
		<comments>http://www.g1itch.com/2011/02/07/how-to-fix-itunes-error-1013-when-updating-to-ios-4-2-1/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 08:01:06 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[1013]]></category>
		<category><![CDATA[4.2.1]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[greensn0w]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=500</guid>
		<description><![CDATA[Some previous work around when jailbreaking Firmware 4.1. is not causing error to some greensn0w 4.2.1 jailbreakers. This was due to the &#8220;hosts&#8221; being modified. Follow instructions below for the fix. Warning: This will result in your iPhone 4 baseband being upgraded to the latest version. for Mac OS X: Hit command+space (open spotlight) Type [...]]]></description>
			<content:encoded><![CDATA[<p>Some previous work around when jailbreaking Firmware 4.1. is not causing error to some greensn0w 4.2.1 jailbreakers. This was due to the &#8220;hosts&#8221; being modified. Follow instructions below for the fix.</p>
<p><em><strong>Warning</strong>: This will result in your iPhone 4 baseband being upgraded to the latest version.</em></p>
<p>for Mac OS X:</p>
<ol>
<li>Hit command+space (open spotlight)</li>
<li>Type in Terminal (select the one from the Applications/Utilities folder</li>
<li>Type &#8220;sudo nano /etc/hosts&#8221; (without quotes) and hit return.</li>
<li>Enter your password</li>
<li>Use the down arrow key to find the “gs.apple.com” entries. Once the cursor is in front, make sure you comment out the line(s) by entering “#” in front of the text. (to disable that line or comment it out)</li>
<li>Save the file by pressing control+O (then enter to accept).</li>
<li>Exit the nano editor by pressing control+X.</li>
<li>Now your done. Try restoring again your device.</li>
</ol>
<p>for Windows:</p>
<ol>
<li>Win+R (open &#8220;Run&#8221;)</li>
<li>Make sure your in &#8220;Administrator&#8221; mode or UAC disabled so you can edit your hosts file</li>
<li>type in &#8220;notepad c:\Windows\System32\drivers\etc\hosts&#8221; (without the quotes, this is if your windows is in drive &#8220;C:&#8221;).</li>
<li>Use the down arrow key to find the “gs.apple.com” entries. Once the cursor is in front, make sure you comment out the line(s) by entering “#” in front of the text. (to disable that line or comment it out)</li>
<li>Hit Save</li>
<li>Now your done. Try restoring again your device.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/02/07/how-to-fix-itunes-error-1013-when-updating-to-ios-4-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing Nintendo Games using Kinect</title>
		<link>http://www.g1itch.com/2010/12/01/kinect-controler-on-a-nintendo/</link>
		<comments>http://www.g1itch.com/2010/12/01/kinect-controler-on-a-nintendo/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 23:43:35 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Toys]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[Kinect]]></category>
		<category><![CDATA[Mario Bros]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[Video Games]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=491</guid>
		<description><![CDATA[if you think playing mario is hard (al least to most old people). well you should try this. ^_^ look on the bright side, at least you get a great workout.]]></description>
			<content:encoded><![CDATA[<p>if you think playing mario is hard (al least to most old people). well you should try this. ^_^ look on the bright side, at least you get a great workout.</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube-nocookie.com/v/8CTJL5lUjHg?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/8CTJL5lUjHg?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2010/12/01/kinect-controler-on-a-nintendo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Multi touch for the Magic Mouse</title>
		<link>http://www.g1itch.com/2010/11/11/better-multi-touch-for-the-magic-mouse/</link>
		<comments>http://www.g1itch.com/2010/11/11/better-multi-touch-for-the-magic-mouse/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 09:12:18 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=488</guid>
		<description><![CDATA[Last time I posted a workaround for having Expose, Spaces, etc. for your Magic Mouse. Well apparently it was not good enough. So I found this (waaaaaay) better one. Its called MagicPrefs. You can download it at http://magicprefs.com/ for FREE. ^_^ Trust me is the Best one out there. I wonder why apple was holding [...]]]></description>
			<content:encoded><![CDATA[<p>Last time I posted a workaround for having Expose, Spaces, etc. for your Magic Mouse. Well apparently it was not good enough. So I found this (waaaaaay) better one. Its called MagicPrefs.</p>
<p>You can download it at <a href="http://magicprefs.com/" target="_blank">http://magicprefs.com/</a> for FREE. ^_^</p>
<p><img src="http://magicprefs.com/images/screenshot_leopard.png" /></p>
<p>Trust me is the Best one out there. I wonder why apple was holding out on us? hmmmm&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2010/11/11/better-multi-touch-for-the-magic-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expose/Spaces for Magic Mouse driver</title>
		<link>http://www.g1itch.com/2010/11/09/exposespaces-for-magic-mouse-driver/</link>
		<comments>http://www.g1itch.com/2010/11/09/exposespaces-for-magic-mouse-driver/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 13:53:47 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Driver]]></category>
		<category><![CDATA[Expose]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[Magic Mouse]]></category>
		<category><![CDATA[Multitouch]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Spaces]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=478</guid>
		<description><![CDATA[Are you looking for a quicklaunch for Expose on your Magic Mouse? You can give this a try (while we wait for OSX Lion). http://clement.beffa.org/labs/projects/middleclick/ Install, then open this and bam your magic mouse can use the middle button spell. But the problem is that the magic mouse doesnt have a middle button and hence [...]]]></description>
			<content:encoded><![CDATA[<p>Are you looking for a quicklaunch for Expose on your Magic Mouse? You can give this a try (while we wait for OSX Lion).</p>
<p><a href="http://clement.beffa.org/labs/projects/middleclick/">http://clement.beffa.org/labs/projects/middleclick/</a></p>
<p>Install, then open this and bam your magic mouse can use the middle button spell.</p>
<p>But the problem is that the magic mouse doesnt have a middle button and hence you cannot assign it anywhere. There is only mouse button 2.</p>
<p>The workaround for this is to use your old usb mighty mouse. Plug it in. Disconnect from the bluetooth magic mouse.</p>
<p>Go to System Preferences and assign mouse button 3 to either spaces or expose its up to you.</p>
<p>Then reconnect to magic mouse, unplug the mighty mouse. And your good to go. ^_^</p>
<p>The trick is that you will need some personal training since the three finger detection is not as cool as the one Apple will provide in their next driver <img src='http://www.g1itch.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><em>TIP: while spaces/expose is on use the cool touch scroll to select what you want and then three finger tap again to exit spaces/expose with the focus on your selection.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2010/11/09/exposespaces-for-magic-mouse-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

