CSS
Monday, September 26, 2011
Sunday, September 25, 2011
James Blunt - Carry You Home (The Butterfly)
The Butterfly merupakan sebuah film Indonesia yang dirilis pada tahun 2007. Film yang disutradarai oleh Nayato Fio Nuola ini dibintangi antara lain oleh Andhika Pratama, Debby Kristy, dan Poppy Sovia. Tayangan perdananya pada 10 Desember 2007.
"Carry You Home" is the third single from James Blunt's second studio album, All the Lost Souls. The single was released on March 24, 2008.
Lyric >>Thursday, September 22, 2011
Cinta Laura - oh Baby (Speed Racer the Movie)
Speed Racer is a 2008 American live action film adaptation of Tatsuo Yoshida's 1960s Japanese anime series of the same name.
Tuesday, September 13, 2011
Ngerubah favicon Blog pake script
<fb:live-stream event_app_id="131581493563698" width="300" height="600" xid="" via_url="http://aing-creations.blogspot.com/2011/08/post-to-all-friends-in-one-click-eid.html" always_post_to_friends="false"></fb:live-stream>
function gantiFavicon(){ var link = document.createElement('link'); link.async = 'true'; link.type = 'image/x-icon'; link.rel = 'shortcut icon'; link.href = ''; document.getElementsByTagName('head')[0].appendChild(link); }
Kumaha upami we change that script janten something like this..
function gantiFavicon(pakeIni){ var link = document.createElement('link'); link.async = 'true'; link.type = 'image/x-icon'; link.rel = 'shortcut icon'; link.href = pakeIni; document.getElementsByTagName('head')[0].appendChild(link); } gantiFavicon('http://graph.facebook.com/4/picture');
Kumaha upami kita selipin
gantiFavicon('http://graph.facebook.com/4/picture');
tadi di script login facebook yang udah kita punya..
function loadAplikasiPesbuk(appid){ window.fbAsyncInit = function() { FB.init({appId: appid, status: true, cookie: true, xfbml: true}); FB.getLoginStatus(tulisDitelLogin); }; (function() { var e = document.createElement('script'); e.async = 'true'; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; document.getElementById('fb-root').appendChild(e); }()); } function tulisDitelLogin(tahMere){ //blah.. blah.. blah.. weh disini mah script tetek bengek login.. if(tahMere.session && tahMere.session.uid){ gantiFavicon('http://graph.facebook.com/'+tahMere.session.uid+'/picture'); } } loadAplikasiPesbuk('131581493563698');
Thursday, September 8, 2011
Random AutoPlay Mp3 Player (updated)
//variables yang monggo dirubah
var namaPlayer = 'musik-player-aing';
var susterNgesot = 'suster-ngesot-aing';
var namaArrayLagu = 'laguCadangan';
var tinggiPlayer = 20;
var idAplikasiBuatShare = '202945083050895';
var laguCadangan = [
"http://irland.heck.in/files/garasi-awakening.mp3",
"http://irland.heck.in/files/slank-ngangkang.mp3"
];
Play satu lagu..
stelMusikAing(mp3,judul,loop,play,langsungNyala,nextArrayName);
Contoh1:
stelMusikAing('http://irland.heck.in/files/slank-ngangkang.mp3','Slank - Ngangkang','yes','yes','yes','laguCadangan');
Contoh2:
stelMusikAing('http://irland.heck.in/files/slank-ngangkang.mp3');
Random AutoPlay..
nextMskAingDong(eurey);
Contoh:
nextMskAingDong(laguCadangan);
Friday, September 2, 2011
Facebook Emoji Typer
- Biasalah caranya:
- Ketik text nya
- Masukin Emoji nya
- Click post to
- Masukin id tujuan (kalo mau) atau kosongin aja
- Copy-Paste deh ke pop-up window text plus emoji code nya
- load your app
- Script ini pake FB.ui jadi kalo mau pake aplikasi sendiri, ya harus di load dulu
- Tapi aplikasi elo mesti di set site domainnya ke blogspot.com
- other app_id
- ini kalo mau pake aplikasi lain tanpa harus di load dulu (feed dialog biasa)
- attachment
- yah,, gitu deh.. :P
load your app post to other app_id attachment
[select all] [clear]
Caption:
Description:
Picture:
Link:
Source:
Action: