10 Apr 2009

External Content

Relying on external content can be no fun at all. Especially dealing with broken link, deleted media etc. If it’s mine or belong to me, that wouldn’t be a problem. YouTube videos, flickr photos — now who doesn’t link or embed to that.

So I guess that’s why we see a lot of duplicate video in YouTube. Probably just in case.

20 Feb 2009

Remove WordPress [gallery] shortcode embedded CSS

Dump this code anywhere in Theme’s template functions.php file (For example, functions.php file for a Theme named “default” would probably reside in the directory wp-content/themes/default/functions.php):

add_filter('gallery_style',
	create_function(
		'$css',
		'return preg_replace("#<style type=\'text/css\'>(.*?)</style>#s", "", $css);'
		)
	);

And these are the classes for your stylesheet:

.gallery {}
.gallery-item {}
.gallery-icon {}
.gallery-caption {}
17 Jan 2009

WordPress.tv

WordPress.tv — a great visual resource for those WordPress user who doesn’t like to read.

06 Jan 2009

WTH? MacBook Wheel

One button. Endless possibilities?

Nothing’s more simple than a single giant button

Brian Gilman (“Apple Senior Product Innovator”)

What the hell?

04 Dec 2008

I am

27

03 Dec 2008

Spread Firefox Tee

I’ve been rewarded with a cool and most importantly, free Spread Firefox t-shirt by the SFx Team for spreading the word about Firefox a few years back.

Got an email from them in October (at first I thought it was a trick), and the t-shirt were safely delivered last week.

Even though I’m mostly using Safari (on Mac OS X) now, I still recommend my friend on Windows to use Firefox instead of IE. I still favor Firefox over Safari while using Windows.

I’m on Facebook

Just so you know, I registered a Facebook account just to view Aaron’s 22nd Birthday event. That’s all. Facebook is evil, time-wasting.

You have been warned!