Cara membuat Spesial Efek pada layar facebook kamu ....
- Klik & Hold mouse pada background Layar facebook
- Tekan keyboard satu persatu mulai dari arah panah ke ATAS, ATAS BAWAH, BAWAH KIRI, KANAN KIRI, KANAN, B, A ENTER
FunPhotoBox is a free photo editing online service.
FunPhotoBox allows you to add special effects to your photos.
It is easy as 1-2-3:
Step 1. Select an effect from a list of templates.
Step 2. Upload your photo and select any area of your image to be cropped.
Step 3. The photo is ready!
Final picture can be shared using sites like Facebook, MySpace, Digg and many others or be sent to email.
How to remove Blogger Navbar from your blog (blogspot.com)
Easy way...just go to Layout - edit html
#outer-wrapper {
width:740px;
margin:0 auto;
text-align:$startSide;
font: $bodyFont;
}
add this structure ...
#outer-wrapper {
width:740px;
margin:0 auto;
text-align:$startSide;
font: $bodyFont;
}#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}