29 September 2011

photoshop -mengedit warna objek


Tukar warne objek ? Contoh, korang nak tukar warna apple ni jadi warne purple . (search je kt google objek yg korang nak)


1.bukak photoshop korang (click sini untuk download)
2.click CTRL+O and die akan keluar pop up window macam ni .


3.pilih la gambar yg korang nak edit tu, then, click open .


4.Right click- pilih blending option. (refer gambar)


5click colour overlay tu .

6.pilih warne dan klik OK.
7.Pergi ke file dan klik save!


8.Pilih save dalam PNG tau. kalau tak, tak jadik . .

You may leave your comment :)

tutorial-buang garisan bawah link

Garisan bawah link dekat blog korang tu mesti nampak tak kemas kan? So, cara untuk buang, ikot step k.

1.design-template-CTRL+F-search a:link { 
and letakkan code text-decoration:none; bawah  a:link { 

2.Search  a:visited {
dan letakkan code text-decoration:none; bawah  a:visited {


You may leave your comment :)

27 September 2011

tutorial- costomize fanpage box


Korang ade fanpage tapi tak reti letak kat dalam blog? Ikot step.


1.korang pergi kat sini . .


  • URL to like tu -> korang ambek link fanpage korang tau .
  • Tick ape yg korang nak je. 
  • Get code dan paste kat add a gadget-html-java skript 



You may leave your comment :)

tutorial -simple navigate kat sidebar


Navigate ni simple, berat pon kurang berbanding navigate yg lain.


1.Add a gadget-html javaskript

 <a href="LINK PAGE">NAMA PAGE </a>

  • yg | boleh tukar dengan icon sendri . kire macam icon @ ke # ke $ ke %  ke ^ ke * . . yg ade kt keyboard klau nak icon yg comel-2 , just tukar dengan <img src="URL ICON KORANG" />
  • URL icon (search here)



You may leave your comment :)

tutorial- scroll bar untuk blog archive


Scroll bar blog archive ni memang wajib  sebab sangat menjimatkan sidebar dan kemas. Takde la tengak panjang berjele je kan ? macam mana nk buat ?




1.design-edit HTML-ctrl+f search <div id='ArchiveList'>
2.atas code tu ade code <div class='widget-content'>  kan , delete code tu dan gantikan  dengan code   
<div class='widget-content' style='overflow:auto; height:200px'> 
3.height, 200px tu boleh tukar , klau tak jadi, maybe panjang sangat tinggi tu . . 
4.save!


You may leave your comment :)