<?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; Internet</title>
	<atom:link href="http://www.g1itch.com/category/internet/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>Portal (Based from the Game) Live Action</title>
		<link>http://www.g1itch.com/2011/08/25/portal-based-from-the-game-live-action/</link>
		<comments>http://www.g1itch.com/2011/08/25/portal-based-from-the-game-live-action/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 04:12:23 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Rumors]]></category>
		<category><![CDATA[Dan]]></category>
		<category><![CDATA[Danielle]]></category>
		<category><![CDATA[Live Action]]></category>
		<category><![CDATA[No Escape]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Rayne]]></category>
		<category><![CDATA[The Movie]]></category>
		<category><![CDATA[Trachtenberg]]></category>
		<category><![CDATA[Valve]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=531</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="345" src="http://www.youtube-nocookie.com/embed/4drucg1A6Xk?rel=0" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/08/25/portal-based-from-the-game-live-action/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>First Look at the new Superman (Henry Cavill)</title>
		<link>http://www.g1itch.com/2011/08/09/first-look-at-the-new-superman-henry-cavill/</link>
		<comments>http://www.g1itch.com/2011/08/09/first-look-at-the-new-superman-henry-cavill/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 09:23:42 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Comics]]></category>
		<category><![CDATA[DC]]></category>
		<category><![CDATA[Henry Cavill]]></category>
		<category><![CDATA[Man of Steel]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Superman]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=523</guid>
		<description><![CDATA[I present to you The Man of Steel. He looks a bit different compared to the &#8220;traditional&#8221; sueprman look. But I think its a good choice. He look darker (not just the tone, but the look and feel of this version). Can&#8217;t wait to see a trailer for this (probably next year >_< )]]></description>
			<content:encoded><![CDATA[<p>I present to you The Man of Steel. He looks a bit different compared to the &#8220;traditional&#8221; sueprman look. But I think its a good choice. He look darker (not just the tone, but the look and feel of this version). Can&#8217;t wait to see a trailer for this (probably next year >_< )</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/08/cavill-superman-full.jpg" title="Click here to view in HD FULL resolution" rel="lightbox[523]"><img src="http://www.g1itch.com/wp-content/uploads/2011/08/cavill-superman-full-300x200.jpg" alt="" title="cavill-superman-full" width="300" height="200" class="alignnone size-medium wp-image-524" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/08/09/first-look-at-the-new-superman-henry-cavill/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 port/install Flash Player 10.1 (in Safari) on an iPhone 4</title>
		<link>http://www.g1itch.com/2011/04/14/how-to-portinstall-flash-player-10-1-in-safari-on-an-iphone-4/</link>
		<comments>http://www.g1itch.com/2011/04/14/how-to-portinstall-flash-player-10-1-in-safari-on-an-iphone-4/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 07:13:30 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[10.1]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[iPhone 4]]></category>
		<category><![CDATA[Player]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=502</guid>
		<description><![CDATA[Since apple haven&#8217;t release any support for flash player on their browser. Which I doubt they will any time soon. So, my fellow jailbreakers might want to take a look at this 3rd party (no to mention unofficial) app in cydia. It&#8217;s called Frash (I guess, this might sound correct if your coming from japan). [...]]]></description>
			<content:encoded><![CDATA[<p>Since apple haven&#8217;t release any support for flash player on their browser. Which I doubt they will any time soon. So, my fellow jailbreakers might want to take a look at this 3rd party (no to mention unofficial) app in cydia. It&#8217;s called Frash (I guess, this might sound correct if your coming from japan). ^_^</p>
<p>According to the source, this version of Flash (Frash) will also work on iPhone 3GS, iPad (on 3.2.1) and iPod touches. I have tested it on iPhone 4, running iOS 4.2.1 only and can confirm that it works. If you are having problems, let me know we can share knowledge and might help others who are also looking/waiting for this plugin.</p>
<p>Here are some simple steps to follow:</p>
<p>1. Make sure your phone is Jailbroken. It doesn&#8217;t matter what jailbreaking method you used. As long as its jailbroken properly. And has Cydia App.</p>
<p>2. Open Cydia. And go to the manage sources and add this URL repository &#8220;<em>http://repo.benm.at</em>&#8221; (that is, if you dont have it yet)</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/benm.png" rel="lightbox[502]"><img class="alignnone size-full wp-image-505" title="benm" src="http://www.g1itch.com/wp-content/uploads/2011/04/benm.png" alt="" width="318" height="228" /></a></p>
<p>3. Now when you have successfully added the new source. You can search the word &#8220;Frash&#8221;  in Cydia</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/frash_in_cydia.jpg" rel="lightbox[502]"><img class="alignnone size-full wp-image-506" title="frash_in_cydia" src="http://www.g1itch.com/wp-content/uploads/2011/04/frash_in_cydia.jpg" alt="" width="320" height="480" /></a></p>
<p>4. Then just click on install.</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/frash_install.jpg" rel="lightbox[502]"><img class="alignnone size-full wp-image-507" title="frash_install" src="http://www.g1itch.com/wp-content/uploads/2011/04/frash_install.jpg" alt="" width="320" height="480" /></a></p>
<p>&nbsp;</p>
<p>That&#8217;s it. You Just open safari and try it out. And if you encounter any problems. Give me the Type of iPhone you have and what firmware version you are using.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/04/14/how-to-portinstall-flash-player-10-1-in-safari-on-an-iphone-4/feed/</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>

