
terbang dan bangkitlah bersamaku untuk memajukan negri yang kita cintai ini... i love 100% indonesia
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
season 0.3 hanya bisa jalan
kalo udah install season 0.2 di komputer!!
kalo mau install 0.3, yang season 0.2
jangan di uninstall!!
BACA TULISAN DI LINK INI BAIK-BAIK
G1SL2011 season 0.2G1SL2011 season 0.3
INDOWEBSTER
http://www.indowebster.com/G1SL_V_02_PART_1.html
http://www.indowebster.com/G1SL_V_02_PART_2.html
<html> <head> <title>Frame</title> </head> <frameset rows="*,80" cols="*" frameborder="NO" border="0" framespacing="0"> <frameset cols="80,*" frameborder="NO" border="0" framespacing="0"> <frame src="UntitledFrame-2" name="leftFrame" scrolling="NO" noresize> <frame src="Untitled-3" name="mainFrame"> </frameset> <frame src="UntitledFrame-3" name="bottomFrame" scrolling="NO" noresize > </frameset> <noframes><body> </body></noframes> </html> |
<html> <head><title>FRAMESET VERTIKAL</title> </head> <body> <frameset cols="25%,50%,25%"> <frame src="frame_a.html"> <frame src="frame_b.html"> <frame src="frame_c.html"> </frameset> </body> </html |
<html> <head><title>CONTOH PENGGUNAAN FRAMESET HORISONTAL</title> </head> <body> <frameset rows="25%,50%,25%"> <frame src="frame_a.html"> <frame src="frame_b.html"> <frame src="frame_c.html"> </frameset> </body> </html> |
<html> <head><title>CONTOH PENGGUNAAN NOFRAME</title> </head> <body> <frameset cols="25%,50%,25%"> <frame src="frame_a.html"> <frame src="frame_b.html"> <frame src="frame_c.html"> <noframes> <body>Your browser does not handle frames! </body> </noframes> </frameset> </body> </html> |
<html> <head><title>CONTOH PENGGUNAAN NAVIGATION FRAME</title> </head> <body> <frameset cols="120,*"> <frame src="frame_isi.html"> <frame src="frame_a.html" name="showframe"> </frameset> </body> </html> |
<html> <body> <a href ="frame_a.html" target ="showframe">Frame a</a><br> <a href ="frame_b.html" target ="showframe">Frame b</a><br> <a href ="frame_c.html" target ="showframe">Frame c</a> </body> </html> |
<html> <head><title>CONTOH PENGGUNAAN iFRAMESET</title></head> <body> <iframe src="frame_a.html"></iframe> <p>Some older browsers don't support iframes.</p> <p>If they don't, the iframe will not be visible.</p> </body> </html> |
Tak seperti Facebook, Twitter dalam hal ini tidak mempunyai fitur khusus yang memungkin kita melakukan import postingan secara express. Namun hal ini bukan tidak mungkin yang artinya bisa dilakukan dengan beberapa trik. Melalui layanan twitterfeed.com, hal yang tidak memungkinkan itu dapat berubah menjadi kenyataan. Baik, mari kita langsung saja ke tahap-tahapnya :
Selamat mencoba trik ini.
Fitur mudah tanpa repot ini, juga disediakan tanpa kita harus membayar dengan kata lain gratis, suka kan dengan yang gratis-gratis?
Ok langsung saja bagi pecinta Twitter, bisa dibilang ini adalah langkah mudah.
Silahkan kembali dicoba.
<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
- Silakan sobat login ke blogger
- Maka sobat akan masuk ke halaman yang disebut Dasbor, klik Rancangan
- Klik pada tab Edit HTML
- Letakkan kode dibawah ini setelah kode ]]></b:skin>
<script type='text/javascript'>
$(document).ready(function(){
$(".efekanimasi").fadeTo("slow", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
$(".efekanimasi").hover(function(){
$(this).fadeTo("slow", 0.6); // This should set the opacity to 100% on hover
},function(){
$(this).fadeTo("slow", 1.0); // This should set the opacity back to 30% on mouseout
});
});
</script>
<a href="http://forantum.blogspot.com" target="_blank" title="Forantum I Blogging is My Life I Tutorial Blog I Tips dan Trik Blog I SEO I Free Template" ><img alt="Forantum I Blogging is My Life I Tutorial Blog I Tips dan Trik Blog I SEO I Free Template" src="http://img52.imageshack.us/img52/6594/forantumbanner3.gif" /></a>Kode html gambar yang diberi efek blur:
<a href="http://forantum.blogspot.com" target="_blank" title="Forantum I Blogging is My Life I Tutorial Blog I Tips dan Trik Blog I SEO I Free Template" ><img alt="Forantum I Blogging is My Life I Tutorial Blog I Tips dan Trik Blog I SEO I Free Template" src="http://img52.imageshack.us/img52/6594/forantumbanner3.gif" class="efekanimasi"/></a>Memberi Efek Blur pada Semua Gambar di Blog Kita Secara Otomatis
<script type='text/javascript'>
$(document).ready(function(){
$(".post img").fadeTo("slow", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
$(".post img").hover(function(){
$(this).fadeTo("slow", 0.6); // This should set the opacity to 100% on hover
},function(){
$(this).fadeTo("slow", 1.0); // This should set the opacity back to 30% on mouseout
});
});
</script>
<script type='text/javascript'> //<![CDATA[ scrW=screen.availWidth scrH=screen.availHeight window.resizeTo(10,10) window.focus() for(a=0;a<80;a++){ window.moveTo(0,0) window.resizeTo(0,scrH*a/80) } window.resizeTo(0,0) for(b=0;b<80;b++){ window.moveTo(0,scrH/1) window.resizeTo(scrW*b/80,0) } for(c=0;c<80;c++){ window.moveTo(scrW/1,scrH/1) window.resizeTo(0,scrH*c/80) } for(d=0;d<80;d++){ window.moveTo(scrW/1,0) window.resizeTo(scrW*d/80,0) } for(e=0;e<80;e++){ window.resizeTo(scrW*e/80,scrH*e/80) } window.moveTo(0,0) window.resizeTo(scrW,scrH) //]]> </script>
Text goes here
read more