Font Viewer

Post at Fri, 03.April.2009 04:54:33 PM . 1402 Hits . 0 Comment
dp4 Font viewer image
Font di PC toko uda terlampau banyak banget , sampe lemot pas pengen pilih-pilih font. Akhirnya saya mutusin coba cari software yg bisa liat font layaknya image viewer di windows, eh ternyata ada juga softwarenya , Gratis lagi .[ READ MORE ]
 

Tampilan Baru :P

Post at Thu, 05.March.2009 12:38:35 AM . 435 Hits . 2 Comments
Akhirnya sempet jg g upload design baru untuk web blog g . Ada beberapa alasan mengganti[ READ MORE ]
 

How to create Reflection Text using Photoshop

Post at Tue, 07.October.2008 01:32:32 PM . 684 Hits . 0 Comment
riunixThis tutorial will be explain how to make refelection effect to the text. We will use vector mask to make the effect and use gradient color.  Here the tutorial    :


First create new file 400x200px with white background.
...[ READ MORE ]
 

Center Div using CSS

Post at Thu, 24.July.2008 10:32:02 PM . 675 Hits . 1 Comment
How to create Div element to Center alignment?  just set your left and right margin to "auto" . Here the sample :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"...[ READ MORE ]
 

CSS Transparent(Cross browser)

Post at Mon, 21.July.2008 10:50:30 PM . 1587 Hits . 1 Comment
I wanna share something about CSS. I will tell u how to make element become transparent and cross browser. Just use these code below :
     opacity:0.6;
     filter:alpha(opacity=60);




filter:al...[ READ MORE ]