Selasa, 26 Februari 2013

Coding Deface Simple








Hello Sahabat Defacer Indonesia , kaliini saya akan share tentang Script Deface Simple , ya setelah lama saya tidak mengpost tentang Deface lagi dan saat ini saya akan membahas tentang Script Deface Indonesia Technology , yaa script deface simple ini sangat keren dan dilengkapi dengan music tanpa stream / berjalan mulus tentunya music code ini juga asli dari Indonesia Technology , yaah karya ini hasil modifikasi dari saya yang dilengkapi dengan anti ctrl+u dan scroll off , okelah kalau begitu , agan agan boleh sedot tapi jangan di share menggunakan nama lain .

>> checkthis


  <link rel="shortcut icon" type="image/png" href="http://s1079.beta.photobucket.com/user/raafi_teja/media/Flag-Indonesia.gif.html" /> <html><head> <TITLE>Indonesia Technology</title> <script> TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) { this.running = true; // Never run. return; } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 100 : interval); this.origText = this.element.innerHTML; this.unparsedOrigText = this.origText; this.cursor = (cursor ? cursor : ""); this.currentText = ""; this.currentChar = 0; this.element.typingText = this; if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++; TypingText.all.push(this); this.running = false; this.inTag = false; this.tagBuffer = ""; this.inHTMLEntity = false; this.HTMLEntityBuffer = ""; } TypingText.all = new Array(); TypingText.currentIndex = 0; TypingText.runAll = function() { for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run(); } TypingText.prototype.run = function() { if(this.running) return; if(typeof this.origText == "undefined") { setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience. return; } if(this.currentText == "") this.element.innerHTML = ""; // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text. if(this.currentChar < this.origText.length) { if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) { this.tagBuffer = "<"; this.inTag = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) { this.tagBuffer += ">"; this.inTag = false; this.currentText += this.tagBuffer; this.currentChar++; this.run(); return; } else if(this.inTag) { this.tagBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) { this.HTMLEntityBuffer = "&"; this.inHTMLEntity = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) { this.HTMLEntityBuffer += ";"; this.inHTMLEntity = false; this.currentText += this.HTMLEntityBuffer; this.currentChar++; this.run(); return; } else if(this.inHTMLEntity) { this.HTMLEntityBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else { this.currentText += this.origText.charAt(this.currentChar); } this.element.innerHTML = this.currentText; this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : ""); this.currentChar++; setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); } else { this.currentText = ""; this.currentChar = 0; this.running = false; this.finishedCallback(); } } </script> <style> body { background-color: black; font-family: 'Lucida Grande', Verdana, Arial; font-size: 40px; background-repeat: no-repeat; background-image: url(http://i984.photobucket.com/albums/ae328/onestree/hacked.gif); background-position: center center; } #warna { font-family: Papyrus; font-size: 135px; color: red; } #container { width: 100%; height: 700px; -webkit-perspective: 800; -webkit-perspective-origin: 50% 225px; } #stage { width: 100%; height: 100%; -webkit-transition: -webkit-transform 2s; -webkit-transform-style: preserve-3d; } #cw { position: relative; top: 160px; margin: 0 auto; height: 200px; width: 200px; -webkit-transform-style: preserve-3d; } #cw.backfaces .plane { -webkit-backface-visibility: visible; } #cw { -webkit-animation: kiri 15s infinite linear; } #ccw { position: relative; top: 160px; margin: 0 auto; height: 200px; width: 200px; -webkit-transform-style: preserve-3d; } #ccw.backfaces .plane { -webkit-backface-visibility: visible; } #ccw { -webkit-animation: kanan 25s infinite linear; } .plane { position: absolute; height: 200px; width: 200px; border: 1px solid #FF0000; -webkit-border-radius: 12px; -webkit-box-sizing: border-box; text-align: center; font-family: Papyrus; font-size: 135px; color: red; background-color: black; -webkit-transition: -webkit-transform 2s, opacity 2s; -webkit-backface-visibility: hidden; } @-webkit-keyframes kiri { from { -webkit-transform: rotateY(0); } to { -webkit-transform: rotateY(-360deg); } } @-webkit-keyframes kanan { from { -webkit-transform: rotateY(0); } to { -webkit-transform: rotateY(360deg); } } /* ---------- cube styles ------------- */ .cube > .one { -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateX(90deg) translateZ(100px); } .cube > .two { -webkit-transform: scale3d(1.2, 1.2, 1.2) translateZ(100px); } .cube > .three { -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(90deg) translateZ(100px); } .cube > .four { -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(180deg) translateZ(100px); } .cube > .five { -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(-90deg) translateZ(100px); } .cube > .six { -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateX(-90deg) translateZ(100px) rotate(180deg); } .cube > .seven { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateX(90deg) translateZ(100px) rotate(180deg); } .cube > .eight { -webkit-transform: scale3d(0.8, 0.8, 0.8) translateZ(100px); } .cube > .nine { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(90deg) translateZ(100px); } .cube > .ten { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(180deg) translateZ(100px); } .cube > .eleven { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(-90deg) translateZ(100px); } .cube > .twelve { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateX(-90deg) translateZ(100px); } /* ---------- ring styles ------------- */ .ring > .one { -webkit-transform: scale3d(0.8, 0.8, 0.8) translateZ(380px); } .ring > .two { -webkit-transform: rotateY(30deg) translateZ(380px); } .ring > .three { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(60deg) translateZ(380px); } .ring > .four { -webkit-transform: rotateY(90deg) translateZ(380px); } .ring > .five { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(120deg) translateZ(380px); } .ring > .six { -webkit-transform: rotateY(150deg) translateZ(380px); } .ring > .seven { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(180deg) translateZ(380px); } .ring > .eight { -webkit-transform: rotateY(210deg) translateZ(380px); } .ring > .nine { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(-120deg) translateZ(380px); } .ring > .ten { -webkit-transform: rotateY(-90deg) translateZ(380px); } .ring > .eleven { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(300deg) translateZ(380px); } .ring > .twelve { -webkit-transform: rotateY(330deg) translateZ(380px); } a{font-family: verdana; font-size: 12pt; color: #ffffff} /* REMOVE HORIZONTAL SCROLLBAR*/ body { overflow-x: hidden; } </style> <script type="text/javascript">//Define first typing example: new TypingText(document.getElementById("example1")); //Define second typing example (use "slashing" cursor at the end): new TypingText(document.getElementById("example2"), 100, function(i){ var ar = new Array("_", "_", "_", "_"); return " " + ar[i.length % ar.length]; }); //Type out examples: TypingText.runAll();</script> <script language='javascript'> if (document.all||document.getElementById){ var thetitle=document.title document.title=' } var data="Us3 Y0ur br41n biTch ! ! !"; var done=1; function statusIn(text){ decrypt(text,22,22); } function statusOut(){ self.status='; done=1; } function decrypt(text, max, delay){ if (done){ done = 0; rantit(text, max, delay, 0, max); } } function rantit(text, runs_left, delay, charvar, max){ if (!done){ runs_left = runs_left - 1; var status = text.substring(0,charvar); for(var current_char = charvar; current_char < text.length; current_char++){ status += data.charAt(Math.round(Math.random()*data.length)); } document.title = status; var rerun = "rantit('" + text + "'," + runs_left + "," + delay + "," + charvar + "," + max + ");" var new_char = charvar + 1; var next_char = "rantit('" + text + "'," + max + "," + delay + "," + new_char + "," + max + ");" if(runs_left > 0){ setTimeout(rerun, delay); } else{ if (charvar < text.length){ setTimeout(next_char, Math.round(delay*(charvar+3)/(charvar+1))); } else { done = 1; } } } } if (document.all||document.getElementById) statusIn(thetitle) </script> </head> <center> <div class="shakeimage" onmouseover="init(this);rattleimage()" onmouseout="stoprattle(this);top.focus()" onclick="top.focus()" > <br> <script type="text/javascript" charset="utf-8"> function hasClassName(inElement, inClassName) { var regExp = new RegExp('(?:^|\\s+)' + inClassName + '(?:\\s+|$)'); return regExp.test(inElement.className); } function addClassName(inElement, inClassName) { if (!hasClassName(inElement, inClassName)) inElement.className = [inElement.className, inClassName].join(' '); } function removeClassName(inElement, inClassName) { if (hasClassName(inElement, inClassName)) { var regExp = new RegExp('(?:^|\\s+)' + inClassName + '(?:\\s+|$)', 'g'); var curClasses = inElement.className; inElement.className = curClasses.replace(regExp, ' '); } } function toggleClassName(inElement, inClassName) { if (hasClassName(inElement, inClassName)) removeClassName(inElement, inClassName); else addClassName(inElement, inClassName); } </script> </head> <body> <div id="example1"> </div> <p id="example2"> <font style="background-color: rgba(255, 0, 0, 0.5)" style="margin:10px" size="8"> <b> AKU DI PAKSA MATI</b> </font> </p> <img src="http://i984.photobucket.com/albums/ae328/onestree/strom.gif"> <div id="container"> <div id="stage"> <div id="cw" class="ring backfaces"><div class="plane six" ><img src="http://i1079.photobucket.com/albums/w515/raafi_teja/hackerisnot.jpg" width="180" height="180"></div><div class="plane twelve" ><img src="http://i1079.photobucket.com/albums/w515/raafi_teja/IndonesiaTechnology-1.jpg" width="180" height="180"></div> <style> .shakeimage{position:relative} </style> <script language="JavaScript1.2"> var stopit=0 var rector=3 var a=1 function init(which){ stopit=0 shake=which shake.style.left=0 shake.style.top=0 } function rattleimage(){ if ((!document.all&&!document.getElementById)||stopit==1) return if (a==1){ shake.style.top=parseInt(shake.style.top)+rector } else if (a==2){ shake.style.left=parseInt(shake.style.left)+rector } else if (a==3){ shake.style.top=parseInt(shake.style.top)-rector } else{ shake.style.left=parseInt(shake.style.left)-rector } if (a<4) a++ else a=1 setTimeout("rattleimage()",50) } function stoprattle(which){ stopit=1 which.style.left=0 which.style.top=0 }</script><script type="text/javascript">//Define first typing example: new TypingText(document.getElementById("example1")); //Define second typing example (use "slashing" cursor at the end): new TypingText(document.getElementById("example2"), 100, function(i){ var ar = new Array("_", "_", "_", "_"); return " " + ar[i.length % ar.length]; }); //Type out examples: TypingText.runAll(); </script> </div> </center> </body> </html> <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'> <style> /* REMOVE HORIZONTAL SCROLLBAR*/ body { overflow-x: hidden; } /* REMOVE VERTICAL SCROLLBAR*/ body { overflow-y: hidden; }<br><br> </style> <embed src="https://sites.google.com/site/indonesiamusikworld/file/Sisel-Dipaksamati.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></embed>


DEMO : KLIK HERE >> CODING DEFACE SIMPLE


Trimakasih telah mengunjungi Post CODING DEFACE SIMPLE 

Dilarang Keras untuk di perjual belikan dan DICOPAS

Copyright IndonesiaTechnoloy
Selamat Mencoba, Semoga Post ini dapat membatu dan Bermanfaat .
Terimakasih Telah mengunjungi [IT] Indonesia Technology [IT]

Minggu, 24 Februari 2013

JKT48 - Gomme ne Summer ( Mega Konser )









Hello mbak bro mas bro , yaah buat sahabat wota , kaliini saya akan share lagu JKT48 yang berjudul JKT48 Gomme ne Summer , lagu Gommen ne sumer Mega Konser Warnai Harimu , lagu Gommen ne Summer terkenal saat iklan Pocari Sweer , okelah singkat waktu karena sudah malam

>> Checkthis


Download JKT48 Mega Konser - Gommen ne Summer  4shared



Download JKT48  Mega Konser - Gommen ne Summer  Fast Download 



Trimakasih telah mengunjungi Post Download JKT48 Mega Konser - Gommen ne Summer 

Copyright IndonesiaTechnoloy
Selamat Mencoba, Semoga Post ini dapat membatu dan Bermanfaat .
Terimakasih Telah mengunjungi [IT] Indonesia Technology [IT]

Sabtu, 23 Februari 2013

JKT48 Trainee -Shonichi










Hello mbak bro , mas bro
saya akan share lagi tentang JKT48 Trainee , ya masih di Topik JKT48 Trainee kaliini saya akan bagi song JKT48 Trainee Shonichi , ya lagu ini dibawakan JKT48 Traine pada Mega Konser Warnai Harimu , ya Oshi saya pada gen 2 adalah Thalia Ivanka ^ _ ^ , siapakah oshimu ? okelah kalo begitu buat agan yang ingin download , saya sediakan buat agan agan . monggo

>> Chekthis

Download JKT48 Trainee - Shonichi 4shared



Download JKT48 Trainee - Shonichi Fast Download 



Trimakasih telah mengunjungi Post Download JKT48 Trainee - Shonichi 

Copyright IndonesiaTechnoloy
Selamat Mencoba, Semoga Post ini dapat membatu dan Bermanfaat .
Terimakasih Telah mengunjungi [IT] Indonesia Technology [IT]

JKT48 Trainee - Heavy Rotation










Hello mbak bro , mas bro
yah kaliini saya akan berbagi lagu yaitu lagu dari JKT48 Trainee , yaitu yang berjudul JKT48 (Trainee) Heavy Rotation , ya JKT48 Trainee adalah Gen 2 dari JKT48 , ya sedikit demi sedikit JKT48 Trainee pun mulai keluar di TV dan terkadang juga keluar di dalam Theater , yaah buat agan yang ingin dengar dan ingin mendownload JKT48 Trainee - Heavy Rotation bisa download di sini ^ _ ^ ,

>> Chekthis

Download JKT48 Trainee - Heavy Rotation 4shared



Download JKT48 Trainee - Heavy Rotation Fast Download 



Trimakasih telah mengunjungi Post Download JKT48 Trainee - Heavy Rotation 

Copyright IndonesiaTechnoloy
Selamat Mencoba, Semoga Post ini dapat membatu dan Bermanfaat .
Terimakasih Telah mengunjungi [IT] Indonesia Technology [IT]

JKT48 - Hikoukigumo

















Hallo mbak bro , mas bro , sahabat wota ^ _ ^ .
yaah , setelah share JKT48 - Oogoe Diamond , kaliini saya akan share lagu JKT48 - Hikoukigumo , ya lagu yang dinyanyikan pada Mega Konser ini dan yang biasa dinyanyikan di Theater JKT48 ^ _ ^ , oke kalo begitu buat agan yang ingin Download JKT48-Hikoukigumo bisa download disini

>> Cekthis

Download JKT48 - Hikoukigumo 4Shared




Download JKT48 - Oogoe Diamond Fast Download




Trimakasih telah mengunjungi Post Download JKT48 - Hikoukigumo

Copyright IndonesiaTechnoloy
Selamat Mencoba, Semoga Post ini dapat membatu dan Bermanfaat .
Terimakasih Telah mengunjungi [IT] Indonesia Technology [IT]

JKT48 - Oogoe Diamond
















Welcome guys , Hallo mbak bro mas bro .
kaliini saya akan post tentang lagu JKT48 - Oodiamond , yaa lagu yang dinyanikan saat Mega Konser JKT48 Warnai Harimu , ya lagu ini keren dan kawai , dan lagu ini membawa semangat bukan hanya karena lagunya tetapi para member yang selalu kawai di saat performance , haha . Buat agan agan yang ingin Download Lagu JKT48 - Oogoe Diamond  bisa download di sini , okelah kalo begitu kita langsung saja masuk ke dalam Tema 

>> Cekidot


Download JKT48 - Oogoe Diamond 4Shared




Download JKT48 - Oogoe Diamond Fast Download




Trimakasih telah mengunjungi Post Download JKT48 - Oogoe Diamond

Copyright IndonesiaTechnoloy
Selamat Mencoba, Semoga Post ini dapat membatu dan Bermanfaat .
Terimakasih Telah mengunjungi [IT] Indonesia Technology [IT]

Jumat, 22 Februari 2013

Emoticon Meme di Facebook










Welcome ,
Hello mbak bro , mas bro , kaliini saya akan share tentang Emoticon Meme di Facebook , ya saya jarang membuat post karena saya sibuk membuat projek Emoticon Meme tersebut , dan akhirnya Emot Meme pun sudah bisa di publikasikan ^ _ ^ , oke buat agan yang bosen pake emot yang biasa biasa , sekarang ada emot yang baru dan Fresh , dan Emot ini Hasil Karya Asli dari Indonesia Technology , jadi yang suka copas tolong hargai karya seseorang . Okelah monggo kita check
>> Cekidot


Gambar terlalu Kecil ? bisa Klik "Gambar Emoticon Meme"

Trimakasih telah mengunjungi Post Emoticon Meme di Facebook

NB : Maaf jika ada kata yang sedikit berubah karena itu termasuk kata kata kasar ^ _ ^
        - Contoh fuckyea saya ganti fvckyea : karena faktor dari facebook yang tidak memperbolehkan                  menggunakan kata kasar ( rasis ) tersebut . Thanks



Copyright IndonesiaTechnoloy
Selamat Mencoba, Semoga Post ini dapat membatu dan Bermanfaat .
Terimakasih Telah mengunjungi [IT] Indonesia Technology [IT]

Jumat, 08 Februari 2013

Music Code















Hello Guys ,
sekarang saya jarang post blog ya hehe , maaf nih gan lagi sibuk ujian sekolah ya jadi cuma bisa post 1x dalam seminggu , kaliini saya akan share tentang Music Code , Music Code Terupdate , mungkin buat agan yang mau Request Music Code silahkan ^ _ ^ , okelah kalo begitu langsung saya kita masuk ke Post hari ini

>> Cekidot

Bruno Mars - Marry You
<center><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Lg%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Mc%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><br /><b><a target="_blank" title="Get Free Music Indonesia Technology" href="http://indonesiatechnologi.blogspot.com">Free Music</a> Indonesia Technology</b><br /><embed src="https://sites.google.com/site/indonesiamusikworld/file/Bruno%20Mars%20-%20Marry%20You.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></embed></center>


Bob ft Bruno Mars - Nothin On You
<center><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Lg%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Mc%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><br /><b><a target="_blank" title="Get Free Music Indonesia Technology" href="http://indonesiatechnologi.blogspot.com">Free Music</a> Indonesia Technology</b><br /><embed src="https://sites.google.com/site/indonesiamusikworld/file/BoB%20ft%20Bruno%20Mars%20-%20Nothin%20On%20You.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></embed></center>


My Chemical Romance - I Dont Love You
<center><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Lg%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Mc%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><br /><b><a target="_blank" title="Get Free Music Indonesia Technology" href="http://indonesiatechnologi.blogspot.com">Free Music</a> Indonesia Technology</b><br /><embed src="https://sites.google.com/site/indonesiamusikworld/file/My%20Chemical%20Romance%20-%20I%20Dont%20Love%20You.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></embed></center>


Fun - We Are Young
<center><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Lg%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Mc%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><br /><b><a target="_blank" title="Get Free Music Indonesia Technology" href="http://indonesiatechnologi.blogspot.com">Free Music</a> Indonesia Technology</b><br /><embed src="https://sites.google.com/site/indonesiamusikworld/file/Fun%20-%20We%20Are%20Young.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></embed></center>


Taylor Swift - I Knew You Were Trouble
<center><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Lg%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Mc%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><br /><b><a target="_blank" title="Get Free Music Indonesia Technology" href="http://indonesiatechnologi.blogspot.com">Free Music</a> Indonesia Technology</b><br /><embed src="https://sites.google.com/site/indonesiamusikworld/file/Taylor%20Swift%20I%20Knew%20You%20Were%20Trouble.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></embed></center>


Bruno Mars - Locked Out of Heaven
<center><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Lg%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Mc%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><br /><b><a target="_blank" title="Get Free Music Indonesia Technology" href="http://indonesiatechnologi.blogspot.com">Free Music</a> Indonesia Technology</b><br /><embed src="https://sites.google.com/site/indonesiamusikworld/file/Bruno%20Mars%20-%20Locked%20Out%20of%20Heaven.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></embed></center>

Thrift Shop feat Wanz
<center><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Lg%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Mc%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><br /><b><a target="_blank" title="Get Free Music Indonesia Technology" href="http://indonesiatechnologi.blogspot.com">Free Music</a> Indonesia Technology</b><br /><embed src="https://sites.google.com/site/indonesiamusikworld/file/Thrift-Shop-feat.-Wanz.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></embed></center>

Scream And Shout Ft Britney Spears - Will I Am
<center><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Lg%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><a href="http://indonesiatechnologi.blogspot.com" target="_blank"><img src="https://sites.google.com/site/musicindonesiatechnology/file/Mc%20Indonesia%20Technology.png" border="0" alt="Get Free Music Indonesia Technology" /></a><br /><br /><b><a target="_blank" title="Get Free Music Indonesia Technology" href="http://indonesiatechnologi.blogspot.com">Free Music</a> Indonesia Technology</b><br /><embed src="https://sites.google.com/site/indonesiamusikworld/file/Scream%20And%20Shout%20ft%20Britney%20Spears%20-%20Will%20I%20Am.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></embed></center>


Trimakasih telah mengunjungi Post Music Code

Copyright IndonesiaTechnoloy
Selamat Mencoba, Semoga Post ini dapat membatu dan Bermanfaat .
Terimakasih Telah mengunjungi [IT] Indonesia Technology [IT]

Minggu, 03 Februari 2013

Cara Menonaktifkan Twitter










Welcome ,
Kaliini saya akan Share Cara Menonaktifkan Twitter , karena kemarin banyak sekali yang mengirim saran kepada saya tentang Bagaimana Menonaktifkan Twtitter , dan saya akan membuat post dengan tema Cara menonaktifkan twitter ^ _ ^ , dan saya berterimakasih atas saran tersebut . okelah kalo begitu kita masuk ke Tema

>> Cekidot

Langkah
1. Login to Twitter [ Twitter agan ]

2. Klik Setting
4. Pilih Menu Account

5. Lalu Turunkan Scroll hingga ke paling bawah
6. Klik Deactivate My Account / Nonaktifkan Akun


Trimakasih telah mengunjungi Post Cara Menonaktifkan Twitter

Copyright IndonesiaTechnoloy
Selamat Mencoba, Semoga Post ini dapat membatu dan Bermanfaat .
Terimakasih Telah mengunjungi [IT] Indonesia Technology [IT]

Diberdayakan oleh Blogger.
Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Sweet Tomatoes Printable Coupons