Showing posts with label BLOG. Show all posts
Showing posts with label BLOG. Show all posts

Saturday, June 6, 2009

Tips & Trik Special Efek pada FACEBOOK



Cara membuat Spesial Efek pada layar facebook kamu ....

  1. Klik & Hold mouse pada background Layar facebook
  2. Tekan keyboard satu persatu mulai dari arah panah ke ATAS, ATAS BAWAH, BAWAH KIRI, KANAN KIRI, KANAN, B, A ENTER
Have Fun ...



Sunday, May 31, 2009

FunPhotoBox

The FunPhotoBox site is a place where you can create funny pictures from your photos.

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.


Have Fun : http://funphotobox.com/



Sunday, January 4, 2009

How to remove Blogger Navbar...(Blogspot.com)

How to remove Blogger Navbar from your blog (blogspot.com)

Easy way...just go to Layout - edit html


Find this ....

#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
}