Category: Computers

Jan 24

Redirect Mobile Devices

Redirect Mobile Devices

<script type="text/javascript">// <![CDATA[
 if (screen.width <= 699) { document.location = "mobile.html"; }
// ]]></script>

“mobile.html” would be replaced with the location of wherever your mobile version resides. This technique could be adapted to load an alternate stylesheet as well.

 

For iPhones/iPods Specifically

<script type=”text/javascript” language=”javascript”>// <![CDATA[
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { location.replace("http://url-to-send-them/iphone.html"); }
// ]]></script>

Did you like this? Share it:

0
comments

Nov 14

How To Enable Panorama Mode and Autocorrect Band In iOS5

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)

download for iBackupBot:
Did you like this? Share it:

0
comments

Nov 09

Siri (Original) Assistant for the iPhone

This is where it all started.  Introducing “siri assistant” 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’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 “new” (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).

Did you like this? Share it:

0
comments

Oct 06

RIP Steve Jobs

I guess he’s now up there in iClouds.
But seriously, its a sad day to all apple fanboy like myself.

Did you like this? Share it:

0
comments

Aug 18

How to Fix the Lag/Red Bar Signal for Call of Duty Black Ops (Tips)

Hi, this is a very useful tip for those of you who don’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 “Player Match” screen (this is the same for all consoles). Then just hit on “select” button. This will open up a popup window in the screen for the “Preference”. You’ll see 2 options which you can toggle/change. “Party Privacy” and “Search Preferences”. Just leave the Party Privacy to “Open”. But for the Search Preferences, you want to change this to “Locale Only”. Thats it. You’ll now see “Green Bar” all the time. ^_^

Did you like this? Share it:

0
comments

Apr 15

iSwifter for your iPad (If you want to play Flash Video or Games)

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.

 

Here is the URL: http://itunes.apple.com/us/app/iswifter/id388857173?mt=8

 

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’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 >_<).

Here are some screenshots:

Did you like this? Share it:

0
comments

Feb 07

How to Fix iTunes Error 1013 When Updating to iOS 4.2.1

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 “hosts” 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:

  1. Hit command+space (open spotlight)
  2. Type in Terminal (select the one from the Applications/Utilities folder
  3. Type “sudo nano /etc/hosts” (without quotes) and hit return.
  4. Enter your password
  5. 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)
  6. Save the file by pressing control+O (then enter to accept).
  7. Exit the nano editor by pressing control+X.
  8. Now your done. Try restoring again your device.

for Windows:

  1. Win+R (open “Run”)
  2. Make sure your in “Administrator” mode or UAC disabled so you can edit your hosts file
  3. type in “notepad c:\Windows\System32\drivers\etc\hosts” (without the quotes, this is if your windows is in drive “C:”).
  4. 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)
  5. Hit Save
  6. Now your done. Try restoring again your device.
Did you like this? Share it:

0
comments

Dec 01

Playing Nintendo Games using Kinect

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.

Did you like this? Share it:

0
comments

Nov 11

Better Multi touch for the Magic Mouse

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 out on us? hmmmm….

Did you like this? Share it:

0
comments

Nov 09

Expose/Spaces for Magic Mouse driver

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 you cannot assign it anywhere. There is only mouse button 2.

The workaround for this is to use your old usb mighty mouse. Plug it in. Disconnect from the bluetooth magic mouse.

Go to System Preferences and assign mouse button 3 to either spaces or expose its up to you.

Then reconnect to magic mouse, unplug the mighty mouse. And your good to go. ^_^

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 :D

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.

Did you like this? Share it:

0
comments