Category Archives: ICT

They around us.

Im internet addict. I spent lot of time online. Usually on business purpose, programming, teaching, social networks etc. But sometimes, accidently i land on a place not suppose to be.

You should see this to know how strong they are. Their strategy on cyberworld. Take care of your close family and friends.

I hope one of you may start dakwah like this. InsyaAllah.

May Allah save us… Seterusnya

Also posted in General | Leave a comment

Which? Who? Where?

Also posted in Photography | Leave a comment

Internet Marketing Workshop

Posted in ICT | Leave a comment

Nota kaki hari ini.

Todays note….

1. Load Google Map API
function init_google_map(){
wp_enqueue_script(‘google-maps’ , ‘http://maps.google.com/maps/api/js?sensor=true’ , false , ’3′);
}
add_action(‘init’, ‘init_google_map’);
2. Load Map
function loadmap(){
// register your script location, dependencies and version
wp_register_script(‘custom_script’,
get_bloginfo(‘url’) . ‘/wp-content/themes/gdirectory/gdirectory.js’,
false,
’1.0′ );
// enqueue the script
wp_enqueue_script(‘custom_script’);
}
add_action(‘init’, ‘loadmap’);

function init_google_map(){wp_enqueue_script(‘google-maps’ , ‘http://maps.google.com/maps/api/js?sensor=true’ , false … Seterusnya

Posted in ICT | Tagged , | Leave a comment

Bagaimana buka akaun Flickr Pro dengan Maybank Visa Debit

Sekian lama tak update blog semata-mata tak puas ati gambo aku takleh up ke flickr. Semua gara2 Flickr Pro aku dah expired, so aku dah sampai limit dan terpaksa delete gambar2 lama. Sayang la plak kan. Aku tatau la pesal aku suka sangat flickr ni. Jadi, aku mencari2 cara nak renew Flickr Pro ku ini.

Sebelum2 ni, aku minta bantuan Dr Jamal(Thanks Doc!) tapi kali ni, aku cari sendiri… Seterusnya

Also posted in General | Tagged , | 2 Comments