Can’t Access iTunes Store with Maxis Wireless Broadband

It’s almost been two week since I use Maxis Wireless Broadband using the supplied Huawei E220 USB modem. Until today I still not able to access iTunes Store. It seems fine if I’m connecting using Maxis 3G from my phone, but not if I’m connecting using Maxis Wireless Broadband (Maxis High-Speed 3G broadband).

My wild guess is: iTunes Store blocked because Maxis had their own Music Unlimited store. Who knows?

How to Fix iPhone Stuck Pixel

When I wake my iPhone this morning, I was greeted by a tiny green dot right in the middle of my iPhone screen. At first I thought it was a dead pixel but my iPhone was actually experiencing a stuck pixel.

After failing to fix this problem using Knox iPhone Stuck Pixel Fix app for about 30 minutes, I was about to start panicking. But then I had this silly idea after looking how that app work. So this is what I did to fix my iPhone stuck pixel problem:

  1. Launch NES (assume that you already jailbreak your iPhone and install iPhone NES emulator).
  2. Choose and Start New Game. In my case I choose to play Mario Bros. Well, it doesn’t matter what game you play.
  3. Play the game for few minutes or second and hopefully the stuck pixel starts to disappear.

If you already play a game using iPhone NES emulator before, you should probably know why. It work for me, maybe it will work for you. But do try the iPhone Stuck Pixel app first.

I has Apple iPhone

Apple iPhone …and a happy birthday to me.

If you’re wondering, I’m not using it as a phone but instead as a replacement for my old and boring iPod nano. I guess now I’m one of those iPhone owner in Malaysia.

Even without unlocking the phone function, this thing is simply amazing.

Garfield Found Hanged

Yes, I’m not joking. Garfield was found hanging from a branch of a mango tree. Actually, it’s another joke made by mom in which, according to her it would scare the monkeys away.

Remove WordPress rsd_link(), wlwmanifest_link(), wp_generator()

rsd_link(), wlwmanifest_link(), wp_generator() (introduced in revision 6195) are bunch of WordPress default filters that clutter the <head></head> section of your theme template file:

<head>
...
<link rel="EditURI" type="application/rsd xml" title="RSD"
href="http://zeo.unic.net.my/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest xml"
href="http://zeo.unic.net.my/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress/2.4-bleeding" />
...
</head>

Not using it?

Simply remove those lines by adding the following to your theme functions.php:

remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wlwmanifest_link');

if (function_exists('wp_generator')) {
	remove_action('wp_head', 'wp_generator');
}

Update:

remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wlwmanifest_link');

function remove_generator() {
	return '';
}

add_filter('the_generator', 'remove_generator');

Now, that really clears my HEAD.

Apple Wireless Mighty Mouse != Soap

On the 2nd day of Syawal 1428, my mom made a hilarious joke. My mom thought that my Apple Wireless Mighty Mouse is a soap. I laughed my ass off and almost cried myself.

Thoughts on MYNIC Domain Control Panel

It suck.

Period.

It’s been 5 years since I registered this domain with MYNIC and their domain control panel still hasn’t change till now. What really piss me off is that I need to assign a new UserID each time I made a modification to my domain record. Goblok!

To whom it may concern here’s a little advice for you. Please look at other domain registrar control panel and learn from it. Make it more user-friendly and easy to use.

Older Page 2 of 79 Newer