Archive for the 'Tricks' Category

Real Multitouch for MacBooks

Thanks to the clever guys at MacRumors, the multitouch gestures known from the new MacBooks are now “available” to the MacBookAir as well as all the other MacBooks with semi-mulitouch. YAY!!!

So here goes how you do it:

  1. Backup your MacBook!
  2. Make sure you run Mac OS X 10.5.6.
  3. Download and unzip the modified kext file.
  4. Using the Finder, navigate to System/Library/Extensions and delete the file AppleUSBMultitouch.kext Backing the file up to another harddrive isn’t such a bad idea. :-)
  5. Put the downloaded and modified kext file into the folder you just deleted the one file out of.
  6. Open up Disk Utility and repair the disk permissions. This will take some time.
  7. Restart your Mac. Enjoy full multitouch!

Thanks to DjAmTraX for providing these great instructions.

I take no responsibility for the result of my above instructions whatsoever. Do it on your own risk. Be warned!

Fonts in the Web?

Fonts, fonts and fonts – thats what you have installed on your Mac! My fonts library has over 200 different fonts and it just becomes obscuring when I try to pick one good-looking font for the web!

Fonts for the web are limited. To get to the point for those who don’t like reading, here are the reasons:

  • Not every computer has your specific font
  • Different browsers might not render your font
  • Macs/PCs might not read your font

The biggest problem with using fonts is that not all computers have your font. If you plan to use a font that you downloaded from Dafont, then do not expect that your visitors will have that font. This will result in the browser replacing your specified font with it’s standard font. That of course will mess your site up. Shifting, ugliness, etc… – you know the outcomes!

Another problem is that each browser renders fonts differently. Firefox varies from Safari and both of them vary from Internet Explorer. Some might read your font, some might not! Safari is one of the best browsers to read all fonts. I have never had real issues using any fancy fonts with Safari – but as soon as I switch to Camino or Firefox on my mac (with the fonts installed), the fonts might render correctly. I do not know the reasons behind this – but it just sucks! Internet Explorer seems to ignore nearly all fonts except for the standard serif or sans-serif. Crazy!

Lastly, the Mac and Windows issue. I will not elaborate to much on this because it is pretty obvious that Mac and Windows things are not that compatible.

Basically it comes down to forgetting about the idea that you have found the global font for all platforms. Now people switch to options like sIFR or to just use images. Unknowingly, you kick Googles ass because it can no longer read any of the contents in your site!

So what are we to do?

To make it simple and painless: use any of the standard fonts. There is a collection of standard fonts that will render correctly in all browsers and on all platforms. The fonts aren’t the best – but someone takes what they can get!
So here is a list of them:

  • Arial
  • Arial Black
  • Comic Sans MS – cool
  • Courier New
  • Georgia – cool
  • Helvetica – cool
  • Impact
  • Times
  • Times New Roman
  • Trebuchet MS
  • Verdana – 100% all time working

If you are a mac user, you can find these fonts in the default font browser under the tab “Web-safe” fonts:

I know, this isn’t the best solution, so what else is there?

Well what I like to do is to simply use the font that I like. I then use CSS to apply a font family and a second font for backup. So when my favorite font is not accepted by the browser, it skips to the second font. The second font is one of the fonts in the list above and looks as similar as possible to the one you wanted. Thus, those who have the font and the correct browser enjoy your design capabilities and those who do not have your font, get to enjoy one of the default fonts.

Here is an example:

element {
font-family: "cool sans-serif seeming font", sans-serif;
}

So choose your fonts correctly! Test them in all browsers and with all platforms to make sure that you know how you render.

Accessing iPhone/iPod File System

I have recently made a tutorial on how to jailbreak your iPod/iPhone. Now it’s time to move on to a second part of this…

John has dropped me a mail asking how to put NES ROM’s onto the iPhone/iPod or how to get widgets into the iPhone/iPod’s file system and so I thought, why not write a tutorial!

You can not only put NES ROM’s on your iPod/iPhone if you have access to the file system – but you have access to every single item and file in the iPhone/iPod!!! Nothing is no longer safe – it’s under your control. You can write your own app for the iPod/iPhone or you can modify existing ones, add new wallpapers – all up to you! :-D

Just for your info, same things as far as rights and warranty of the iPhone/iPod and my blaming part in this, they are the same as in the Jailbreak Tutorial!

So, let’s get this thing started:

Continue reading ‘Accessing iPhone/iPod File System’

Google Analytics and iWeb?

I’ve been getting a lot of mails recently asking me if I could do a tutorial on how to add Google Analytics to iWeb.

There is actually a tutorial out there already. It is actually made for Statcounter – but it works for Google Analytics as well!

You will use iTweak which is a free application that allows you to add any Hitcounter you wish (wether it be Google, Statcounter, Mint, CrazyEgg or whatever)! A tutorial for how to use iTweak along with a Hitcounter can be found here.

Jailbreak iPod/iPhone in 5 Minutes

I’ve walked around with iPod touch for quite a while now, and yes, it is jailbreaked! I let Ants run over my display, I play Labyrinth with the iPod’s built in accelerometer, and so on forever… People see my iPod touch and ask me, why do they not have these cool things – well cause mine is jailbreaked!

Jailbreaked means you get access to the iPod/iPhone’s firmware and then write/read on it how you like it. Apple does not allow it at this moment, though, they have said they will open the iPod touch and the iPhone up at the end of January or February. My guess is that they bring a new iPhone version at the Macworld ‘08 and make this “not-jailed” firmware a new feature.

In any case – can I jailbreak my iPod touch or the iPhone? Yes and it could have never been easier.

So before we get started, there are some points that I want to make. If you jailbreak your iPod/iPhone, you will void your warranty and all sorts of other regulations wether it be with AT&T or any other company. You are seen as a hacker in their eyes as soon as you have completed this tutorial. I know, it sounds horrible – but you are, breaking out of jail!
I struggled at the beginning if I should do it or not – but eventually I went with it because it is just awesome! New apps, features, look, everything – a new iPod/iPhone!

Is it secure? Yes. The method might sound obscure and error-filled – but zillion of people have done it and it works like a charm!

Lastly, Guimkie will not take any responsibility for anything that will happen to you or your iPod/iPhone after you have followed this tutorial. Use it on your own risk!

Having said that, I still suggest you do it!

Continue reading ‘Jailbreak iPod/iPhone in 5 Minutes’